Extras: Remove deprecated consumer commands in bash completion
[lttng-tools.git] / src / common /
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
2012-12-18  David GouletFix: for librelayd, fix negative reply ret code
2012-12-18  David GouletFix: change ERR/PERROR statement to DBG
2012-12-18  David GouletFix: DBG statement in relayd
2012-12-18  David GouletFix: handle consumer data pipe read error
2012-12-18  David GouletFix: flag metadata stream on quiescent control cmd
2012-12-18  David GouletFix: prioritize control socket communication in relayd
2012-12-18  David GouletFix: poll and epoll fd set reallocation
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-12-18  David GouletFix: add missing goto pending if data is inflight
2012-12-17  David GouletFix: use the poll wait ret value when iterating on...
2012-12-17  David GouletFix: force the poll() return value to be nb_fd
2012-12-14  David GouletFix: Wrong check of node when cleaning up ht
2012-12-14  David GouletRevert adding LTTNG_PACKED in lttng.h
2012-12-14  David GouletFix: memory leak in add relayd socket error path
2012-12-14  Julien DesfossezMove relay commands out of lttcomm_sessiond_command
2012-12-14  Christian BabeuxAdd return code to the testpoint mechanism
2012-12-13  David GouletFix: packed every sessiond-comm.h structure pass over...
2012-12-13  David GouletAdd LTTNG_PACKED macro
2012-12-13  David GouletFix data pending for inflight streaming
2012-12-13  David GouletMap session id of relayd and sessiond in consumer
2012-12-13  David GouletAdd the relayd create session command
2012-12-13  David GouletMake the consumer sends a ACK after each command
2012-12-13  David GouletRemove MSG_WAITALL on every recvmsg() socket type
2012-12-10  David GouletFix: Add missing relayd ht cleanup and ht destroy
2012-12-10  David GouletFix: Allocate stream hash table in respective threads
2012-12-10  David GouletFix: Use stream deletion function when cleaning up
2012-12-10  David GouletFix: Missing umask when using run as no clone
2012-12-10  David GouletFix: Relayd and sessiond version check
2012-12-10  David GouletFix: FD leak on consumer add relayd socket error
2012-12-10  David GouletFix: Consumer sockets leak on error
2012-12-07  David GouletFix: Use endpoint status enum value in checks
2012-12-07  David GouletFix: protect consumer_find_channel with rcu locking
next
This page took 0.043245 seconds and 8 git commands to generate.