Allow channel mode override in snapshot sessions
[lttng-tools.git] / src / common / ust-consumer /
2016-05-24  Michael JeansonTypo: occured -> occurred
2016-05-19  Mathieu DesnoyersFix: ust-consumer: flush empty packets on snapshot...
2016-05-19  Mathieu DesnoyersFix: UST should not generate packet at destroy after...
2016-05-17  Michael JeansonFix: Use distinct variables for ret and discarded_events
2016-03-24  Jonathan RajotteClean-up shm directory tree after freeing the channel
2016-03-11  Julien DesfossezCommand metadata regenerate
2016-03-11  Julien DesfossezStore the instance id and packet_seq_num in indexes
2016-03-11  Julien DesfossezAccount the lost packets in snapshot mode
2016-03-08  Jérémie GalarneauFix: use of unsigned variable to check for negative...
2016-03-08  Jérémie GalarneauFix: missing static inline breaks --without-lttng-ust...
2016-03-08  Julien DesfossezExtract the lost packets and discarded events counters
2015-10-19  Jonathan RajotteMove libconsumer under common/consumer/
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-09-21  Michael JeansonFix: int printed as uint
2015-09-18  Mathieu DesnoyersFix: shm-path: handling of snprintf return value
2015-09-04  Mathieu DesnoyersFix: free metadata cache after grace period in consumer
2015-09-04  Mathieu DesnoyersFix: sessiond vs consumerd push/get metadata deadlock
2015-09-04  Mathieu DesnoyersFix: streamline ret/errno of run_as()
2015-08-07  Jérémie GalarneauFix: intialization of ust_metadata_poll_pipe to garbage...
2015-03-26  Mathieu DesnoyersMove file creation/unlink from liblttng-ust-ctl to...
2015-03-26  Mathieu Desnoyersshm-path: remove directory hierarchy on destroy
2015-03-26  Mathieu DesnoyersImplement --shm-path option for UST sessions (per-uid...
2015-01-19  Mathieu DesnoyersFix: grab more than one packet for snapshots
2014-11-26  Jérémie GalarneauCleanup: Mixed enums used for return code in send_sessi...
2014-11-18  Mathieu DesnoyersFix: UST subbuffers silently dropped on moderate trace...
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-10-01  David GouletFix: incorrect cast in ust consumer assert
2014-07-14  David GouletFix: ustctl_get_stream_id without UST support
2014-05-21  David GouletFix: implicit conversion from enumeration
2014-04-30  Jesper DerehagBackported to glibc 2.8
2014-04-01  David GouletFix: add consumer wake up pipe to avoid race
2014-02-21  Mathieu DesnoyersFix: consumerd errors on exit
2014-02-21  Mathieu DesnoyersFix: miscellaneous memory handling fixes
2014-02-11  David GouletFix: memory/fd leak when cleaning streams in channel
2014-02-10  David GouletFix: fd leak when closing metadata stream
2014-02-07  Julien DesfossezFix: send the streams sent message after metadata
2014-01-14  Julien DesfossezFix: race with the viewer and readiness of streams
2013-11-28  David GouletFix: don't fail on push metadata if no channel
2013-11-26  Julien DesfossezRename LTTng index in CTF index
2013-11-25  David GouletFix: implicit conversion of enum types in consumer
2013-11-25  David GouletFix: comparison of unsigned enum expression >= 0
2013-11-11  Mathieu DesnoyersUse lttng_read/lttng_write wrappers
2013-10-09  David GouletFix: remove relative include for health check
2013-10-09  Mathieu Desnoyersconsumerd: add health instrumentation into threads
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  Julien DesfossezSend indexes in streaming mode
2013-09-27  Julien DesfossezLive timer set up
2013-09-25  Julien DesfossezGenerate local kernel and UST indexes
2013-08-29  David GouletFix: correctly close metadata on sessiond thread shutdown
2013-08-29  David GouletFix: missing data pending signess conversion
2013-08-27  David GouletFix: missing check for metadata data pending
2013-08-19  David GouletFix: snapshot with multiple UIDs
2013-08-05  Mathieu DesnoyersFix: kernel ctl error codes are based on errno
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 Desnoyerslttng_ustconsumer_recv_metadata does not need all those...
2013-07-16  Mathieu DesnoyersFix: add missing metadata socket lock
2013-07-16  Mathieu Desnoyersconsumer: remove timeout for UST metadata
2013-07-16  Mathieu Desnoyersconsumer: replace DBG2() instances by DBG()
2013-07-16  Mathieu Desnoyersust consumer: data_pending check is endpoint active
2013-07-16  Mathieu Desnoyersconsumer: introduce channel lock
2013-07-12  Julien DesfossezSupport snapshot max-size limitation
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: add globally visible flag in stream
2013-07-05  David GouletFix: destroy metadata stream on setup metadata error...
2013-07-04  Julien DesfossezAdd UST snapshot support
2013-06-28  Mathieu DesnoyersFix: consumer: 64-bit index for relayd rather than...
2013-06-28  Julien DesfossezFix UST channel/stream output assignation
2013-06-28  Julien DesfossezFix: send per-pid session id in channel creation
2013-06-27  David GouletSupport flight recorder mode for a session
2013-06-27  David GouletImplement snapshot commands in lttng-sessiond
2013-06-20  David GouletFix: channel and stream leak in consumerd
2013-06-19  David GouletFix: change an ERR message to a DBG
2013-06-19  Mathieu DesnoyersFix: goto error_fatal on lttng_ustconsumer_recv_cmd...
2013-06-03  David GouletFix: skip metadata flushed check if write failed
2013-05-28  David GouletFix: remove dead code
2013-05-28  David GouletFix: get consumer lock before closing/pushing metadata
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 GouletFix: increment UST channel refcount at stream creation
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-04-30  Mathieu DesnoyersFix consumerd fd leak
2013-04-29  David GouletFix: add missing goto error in UST consumer
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-22  David GouletFix: multiple type mismatch in debug statement
next
This page took 0.047455 seconds and 7 git commands to generate.