Documentation of live usage and protocol
[lttng-tools.git] / src / common /
2013-06-19  David GouletFix: consumer add channel return value was positive...
2013-06-19  David GouletFix: change an ERR message to a DBG
2013-06-19  Amit MargalitUsing LTTNG_HOME environment variable if exists, with...
2013-06-19  Mathieu DesnoyersFix: remove use of stat()
2013-06-19  Mathieu DesnoyersFix: goto error_fatal on lttng_kconsumer_recv_cmd errors
2013-06-19  Mathieu DesnoyersFix: goto error_fatal on lttng_ustconsumer_recv_cmd...
2013-06-19  Mathieu DesnoyersFix: unnecessarily large memory allocation
2013-06-06  David GouletFix: poll compat layer reallocation new size
2013-06-04  David GouletFix: remove nonblock flag of sessiond socket in consumer
2013-06-04  David GouletFix: add missing ht iter node assignment in channel...
2013-06-04  Jérémie GalarneauFix: Missing RCU locks on access to consumerd's channel ht
2013-06-03  David GouletFix: add more conditions and a lock to metadata cache...
2013-06-03  David GouletFix: skip metadata flushed check if write failed
2013-05-29  David GouletFix: remove one too many metadata refcount increment
2013-05-28  David GouletFix: remove dead code
2013-05-28  David GouletFix: wrong size in memcpy of kernel channel padding
2013-05-28  David GouletFix: typo when closing the consumer client socket
2013-05-28  David GouletFix: get consumer lock before closing/pushing metadata
2013-05-28  David GouletFix: set channel key to message on notify channel
2013-05-28  Julien DesfossezFix: increment channel refcount on add_stream
2013-05-28  Julien DesfossezFix: error handling in kernel add_channel
2013-05-28  Julien DesfossezFix: close wait_fd on kernel tracing
2013-05-22  David GouletFix: use lttng pipe to send new stream to thread
2013-05-22  David GouletChange consumer_metadata_pipe to be a lttng_pipe
2013-05-22  David GouletChange consumer_data_pipe to be a lttng_pipe
2013-05-17  David GouletAdd wrappers for pipe
2013-05-17  David GouletFix: increment UST channel refcount at stream creation
2013-05-16  David GouletFix: use memset instead of poll reset for poll init
2013-05-16  David GouletFix: epoll attributes used outside of compat layer
2013-05-15  David GouletFix: Uninitialized scalar variable in consumer
2013-05-15  David GouletFix: Uninitialized pointer read
2013-05-14  David GouletFix: close fd on create unix sock error path
2013-05-14  David GouletFix: out of bounds access of kernel channel padding
2013-05-14  David GouletFix: out of bounds access to buffer uuid
2013-05-07  David GouletFix: split UST per UID/PID default values
2013-05-06  David GouletFix: change relayd protocol version to 2.2
2013-05-06  David GouletFix: reset current size for tracefile rotation
2013-05-02  Simon Marchilttng cli: Accept human readable sizes for --subbuf...
2013-05-01  Mathieu DesnoyersFix: consumerd metadata channel/cache/timer races
2013-05-01  Mathieu DesnoyersFix: consumerd channel destroy race
2013-05-01  Mathieu DesnoyersCleanup: document RCU read-side lock better
2013-05-01  Mathieu Desnoyersconsumer relayd interaction: fix segfaults
2013-04-30  Mathieu DesnoyersFix consumerd fd leak
2013-04-30  Mathieu DesnoyersFix RCU-related hangs: incorrect lttng_ht_destroy use
2013-04-30  Mathieu Desnoyersrculfhash: check for callers from RCU read-side C.S.
2013-04-30  Mathieu DesnoyersDocumentation: import updated comments from urcu
2013-04-29  David GouletFix: add missing goto error in UST consumer
2013-04-29  David GouletFix: no need to use run_as_open in the relayd
2013-04-29  David GouletFix: add some missing hidden attribute
2013-04-26  Mathieu DesnoyersCleanup: Use own mutex within timer setup/teardown
2013-04-26  Mathieu DesnoyersFix: channel management thread should hold a refcount
2013-04-26  Mathieu DesnoyersFix: move metadata cache setup before ownership passing
2013-04-26  Mathieu DesnoyersFix: consumer metadata switch timer error handling
2013-04-22  David GouletFix: set ptr to NULL to suppress old gcc warnings
2013-04-22  David GouletFix: multiple type mismatch in debug statement
2013-04-11  David GouletFix: deny the same port for data and control URL
2013-04-11  Simarpreet SinghFix: typos in error strings
2013-03-28  David GouletFix: add missing declaration for disable-lttng-ust
2013-03-28  Julien DesfossezRelayd add_stream command handle tracefile rotation
2013-03-28  Julien DesfossezMove stream file rotation functions to utils
2013-03-28  Julien DesfossezIntroduce the relayd socket object
2013-03-28  Julien DesfossezAdjust the relayd protocol on version check
2013-03-28  Julien DesfossezOn-disk multiple tracefiles circular buffer
2013-03-27  Julien DesfossezUST periodical metadata flush
2013-03-21  Christian BabeuxFix: Memory leaks on unknown hashtable type error handling
2013-03-21  David GouletSupport per UID buffers
2013-03-21  David GouletFix: function definition and declaration mismatch
2013-03-11  David GouletMerge remote-tracking branch 'cbab-github/tests-cleanup...
2013-03-11  Mathieu DesnoyersFix: default read timer values
2013-03-11  Mathieu DesnoyersImplement channel fd monitoring thread for UST
2013-03-06  Mathieu DesnoyersAdd channel wakeup fd to monitor close
2013-03-01  David GouletMove metadata creation into lttng-sessiond and lttng...
2013-03-01  David GouletMove UST registry into sessiond and implement notifiers
2013-02-18  David GouletDeprecate enable/disable-consumer
2013-02-18  David GouletMove LTTng-UST buffer ownership from application to...
2013-01-25  David GouletCleanup: use LTTNG_PACKED in lttng-kernel.h
2013-01-25  David GouletCleanup: use LTTNG_HIDDEN in src/common
2013-01-25  David GouletAdd LTTNG_HIDDEN macro for hidden attribute
2013-01-25  Mathieu DesnoyersSymbol prefixing: in-house copy of hash table
2013-01-25  Mathieu DesnoyersFix: add missing unistd.h for fdatasync in compat-fcntl.c
2013-01-23  David GouletUse utils mkdir recursive in runas.c
2013-01-23  David GouletAdd mkdir_recursive function to libcommon utils
2013-01-22  David GouletFix: poll max size should be checked during resize
2013-01-22  David GouletFix: wrong variable type for read() return value
2013-01-22  David Gouletcppcheck: don't check NULL pointer before freeing them
2013-01-22  David GouletUse default value for metadata file name
2013-01-16  Samuel MartinMake sync_file_range() usage optional
2013-01-11  David GouletAdd pidfile creation for lttng-sessiond
2013-01-10  David GouletFix: update next_net_seq_num after sending header
2013-01-10  David GouletFix: wrong loop continuation in metadata thread
2013-01-09  David GouletFix: remove unused session id map
2013-01-09  David GouletFix: wrong session id used on relayd lookup
2012-12-20  David GouletFix: bad check of accept() return value
2012-12-20  David GouletFix: missing mutex lock if relayd was not created
2012-12-20  David GouletFix: variable usage for data pending and add comments
2012-12-19  David GouletFix: compare write() return value to size
2012-12-19  David GouletFix: change perror to debug statement
2012-12-19  David GouletFix: don't print EPIPE error which can happen
2012-12-19  David GouletFix: handle shutdown on recv reply in relayd
2012-12-19  David GouletFix: Off by one in seq num for data pending command
next
This page took 0.040167 seconds and 7 git commands to generate.