Tests: Add test_utils_resolve_relative to unit tests
[lttng-tools.git] / src / common /
2013-11-13  Raphaël BeamonteIntroduce a new utils_resolve_relative function
2013-11-12  David GouletFix: bad type of return variable
2013-11-11  David GouletFix: add asserts and remove unused variable
2013-11-11  Mathieu DesnoyersUse lttng_read/lttng_write wrappers
2013-11-11  Mathieu DesnoyersImplement lttng_read()/lttng_write()
2013-11-06  David GouletWrite TCP JUL port in the lttng's rundir
2013-11-04  David GouletFix: missing LTTNG_OK return value for snapshot
2013-10-16  David GouletAdd jul-app ABI/API and handle registration
2013-10-16  David GouletAdd JUL registration thread
2013-10-16  David GouletAdd jul.c/.h to sessiond code
2013-10-16  David GouletAdd -j/--jul to lttng UI and ABI
2013-10-11  David GouletFix: recv creds comm should handle partial receive
2013-10-09  David GouletFix: remove relative include for health check
2013-10-09  Mathieu DesnoyersAdd health thread to relayd
2013-10-09  Mathieu DesnoyersHealth check: implement health check query in sessiond...
2013-10-09  Mathieu DesnoyersImplement consumer health check thread
2013-10-09  Mathieu DesnoyersMove health comm to health-internal.h
2013-10-09  Mathieu Desnoyersconsumerd: add health instrumentation into threads
2013-10-09  Mathieu Desnoyersconsumerd: register threads to health monitoring
2013-10-09  Mathieu DesnoyersMove health into its own common/ static library
2013-10-09  Mathieu DesnoyersFix: sessiond poll thread normal error path should...
2013-09-30  David GouletFix: remove bad UST header in consumer-timer.c
2013-09-27  Julien DesfossezRelicense lttng-index and lttng-viewer to BSD
2013-09-27  David GouletFix: add missing break in switch for relayd create...
2013-09-27  David GouletFix: don't create index on snapshot
2013-09-27  David GouletFix: compile without UST support
2013-09-27  Julien DesfossezTest for new metadata at each packet
2013-09-27  Julien DesfossezImplement the relayd live features
2013-09-27  David GouletFix: return -errno value on error in run_as mkdir
2013-09-27  Julien DesfossezSend indexes in streaming mode
2013-09-27  Julien DesfossezHT support for keys with two uint64_t
2013-09-27  Julien DesfossezLive timer set up
2013-09-25  Julien DesfossezGenerate local kernel and UST indexes
2013-09-25  Julien DesfossezAdd support for non unique add string in hashtable
2013-08-30  Mathieu DesnoyersFix: hashtable: take split_count_order into account
2013-08-29  David GouletFix: correctly close metadata on sessiond thread shutdown
2013-08-29  David GouletFix: remove bad check after epoll wait in consumer
2013-08-29  David GouletFix: missing data pending signess conversion
2013-08-29  Mathieu DesnoyersFix: consumer data pending for empty streams
2013-08-27  Mathieu DesnoyersFix: hash table growth (for small tables) should be...
2013-08-27  Mathieu DesnoyersFix: run_as gid/uid test should return result to parent
2013-08-27  David GouletFix: missing check for metadata data pending
2013-08-27  David GouletUse socket timeout value for tcp timeout if available
2013-08-27  David GouletGet the maximum TCP timeout in sessiond
2013-08-23  Mathieu DesnoyersFix: improve error message when UST support is disabled
2013-08-19  Mathieu DesnoyersIntroduce configure --with-lttng-system-rundir
2013-08-19  David GouletFix: snapshot with multiple UIDs
2013-08-16  Mathieu DesnoyersFix: typo in error msg
2013-08-16  Mathieu DesnoyersFix: imprecise error message about root sessiond/tracin...
2013-08-15  Julien DesfossezFix: reset out_fd_offset when we rotate the trace file
2013-08-08  Jérémie GalarneauFix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
2013-08-08  Mathieu Desnoyersinet/inet6 sockets: apply timeout
2013-08-08  Mathieu DesnoyersImplement timeout for connect ipv4/ipv6
2013-08-07  Mathieu DesnoyersIntroduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
2013-08-05  Mathieu Desnoyerssessiond: use version major/minor from build for commun...
2013-08-05  Mathieu DesnoyersFix: kernel ctl error codes are based on errno
2013-07-21  Mathieu DesnoyersFix: format string mismatch
2013-07-21  Mathieu DesnoyersFix: format string type mismatch
2013-07-19  Mathieu DesnoyersFix: data pending race
2013-07-19  Mathieu DesnoyersCleanup: ust-consumer: wrong indentation
2013-07-19  Mathieu DesnoyersFix: remove sleep(1) added by "Fix: (slight UI change...
2013-07-19  Mathieu DesnoyersFix: (slight UI change) refuse missing -c if non-defaul...
2013-07-16  Mathieu DesnoyersFix deadlock: don't take channel lock in timer
2013-07-16  Mathieu DesnoyersIntroduce channel timer lock
2013-07-16  Mathieu Desnoyersdocument lttng_ustconsumer_request_metadata locking...
2013-07-16  Mathieu Desnoyersconsumer: remove unused lttng_ustconsumer_push_metadata
2013-07-16  Mathieu DesnoyersDocument metadata_socket_lock nesting
2013-07-16  Mathieu Desnoyerslttng_ustconsumer_recv_metadata does not need all those...
2013-07-16  Mathieu Desnoyersdocument metadata_switch_timer() deadlock
2013-07-16  Mathieu DesnoyersFix: add missing metadata socket lock
2013-07-16  Mathieu Desnoyersdocument metadata_switch_timer() locking constraints
2013-07-16  Mathieu Desnoyersconsumer: remove timeout for UST metadata
2013-07-16  Mathieu DesnoyersIntroduce pipe for UST metadata cache and stream
2013-07-16  Mathieu Desnoyersconsumer: replace DBG2() instances by DBG()
2013-07-16  Mathieu DesnoyersIntroduce utils_create_pipe_cloexec_nonblock()
2013-07-16  Mathieu Desnoyersust consumer: data_pending check is endpoint active
2013-07-16  Mathieu DesnoyersFix: kernel consumer: data_pending check if endpoint...
2013-07-16  Mathieu Desnoyersconsumer: explicitly set endpoint status to active...
2013-07-16  Mathieu Desnoyersdocument consumer_metadata_cache_flushed use of consume...
2013-07-16  Mathieu Desnoyersconsumer: introduce channel lock
2013-07-12  Julien DesfossezSupport snapshot max-size limitation
2013-07-12  David GouletAdd create session snapshot API in lttng-sessiond
2013-07-08  Mathieu DesnoyersFix: consumer: use uint64_t for all sessiond_id
2013-07-05  David GouletFix: set globally visible flag to kernel stream
2013-07-05  Mathieu DesnoyersFix: kernel-consumer: double-close
2013-07-05  Mathieu DesnoyersFix: consumer: incorrect size zmalloc
2013-07-05  David GouletFix: don't try to send stream to relayd if not in streaming
2013-07-05  David GouletFix: relayd refcount updates for stream
2013-07-05  David GouletFix: don't send error to sessiond on orderly shutdown
2013-07-05  David GouletFix: bad pathname used when sending kernel stream to...
2013-07-05  David GouletFix: add globally visible flag in stream
2013-07-05  David GouletFix: destroy metadata stream on setup metadata error...
2013-07-05  David GouletFix: send kernel stream to relayd only if needed
2013-07-05  Julien DesfossezFix: destroy streams for kernel snapshot sessions as...
2013-07-05  Julien DesfossezFix: close and destroy metadata stream after a kernel...
2013-07-05  David GouletFix: print errno message on connect() error
2013-07-05  Mathieu DesnoyersFix: possible double-close on stream out_fd
2013-07-04  Julien DesfossezAdd UST snapshot support
2013-07-04  Mathieu DesnoyersFix: consumer_add_relayd_socket() report errors to...
2013-07-04  Mathieu DesnoyersFix: add missing enum lttcomm_return_code entries
next
This page took 0.039563 seconds and 7 git commands to generate.