Consumer: implement LTTNG_CONSUMER_CLEAR_CHANNEL
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
2019-02-18  Jonathan RajotteConsumer: implement LTTNG_CONSUMER_CLEAR_CHANNEL
2019-02-18  Jonathan RajotteUst consumer: Expose userspace clear buffer operation
2019-02-18  Jonathan RajotteRefactor: rename lttng_consumer_rotate_channel to lttng...
2019-02-18  Jonathan RajotteRefactor: lttng_ustctl_flush_buffer is a duplicate...
2018-11-16  Michael JeansonFix: typo 'occured' -> 'occurred'
2018-11-16  Mathieu DesnoyersFix: consumer: snapshot error return code
2018-11-16  Mathieu DesnoyersFix: consumer: rotation error return codes
2018-10-02  Jérémie GalarneauFix: rotation may never complete in per-PID buffering...
2018-08-30  Jérémie GalarneauCleanup: unused assignment of ret_code in ROTATE_CHANNEL
2018-08-20  Jérémie GalarneauFix: consumers don't honor protocol on rotate pending...
2018-06-05  Jérémie GalarneauFix: propagate archive id to the consumer daemon on...
2018-06-04  Jérémie GalarneauTypo in ust consumer log message (channek -> channel)
2018-05-31  Jonathan RajotteCleanup: sock is never used by ask_channel()
2018-05-31  Jonathan RajotteCleanup: attr is not used by open_ust_stream_fd()
2018-05-02  Jérémie GalarneauCleanup: name of send_sessiond_channel() is misleading
2018-03-21  Julien DesfossezRelay rotate pending command
2018-03-14  Julien DesfossezConsumer rotate a channel
2018-03-14  Julien DesfossezConsumer perform the rotation when extracting a packet
2018-03-12  Julien DesfossezChannel rotate pipe between sessiond and the consumers
2018-03-08  Julien DesfossezAdd ustctl_flush_buffer to the consumer API
2018-03-08  Julien DesfossezKeep read-only copies of fields from the channel to...
2018-03-06  Julien DesfossezCommand to rename a folder
2018-03-05  Julien DesfossezCommand to make a directory on the consumer or relay
2018-02-09  Jérémie GalarneauFix: metadata channel leak when using the snapshot...
2017-12-03  Jonathan RajotteClean-up: consumer_add_metadata_stream always returns 0
2017-12-03  Jonathan RajotteFix: scope ownership of a stream for ust-consumer
2017-11-13  Julien DesfossezFix: wrong use of the relay_streams_sent in snapshot
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-27  Julien DesfossezFix: lost packet accounting always lost on snapshot
2017-06-20  Mathieu DesnoyersCleanup: use CMM accessors for consumer_quit variable
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-05-05  Jérémie GalarneauImplement consumer ring buffer position sampling
2017-05-05  Jérémie GalarneauStart notification subsystem thread in sessiond initial...
2017-01-23  Mathieu DesnoyersFix: consumerd: add missing put_subbuf for ust and...
2016-12-20  Jérémie GalarneauFix: double unlock of metadata mutex on error
2016-12-16  Jérémie GalarneauAssert that index_file does not exist before setting...
2016-12-16  Mathieu DesnoyersFix: relayd vs consumerd compatibility
2016-10-20  Jérémie GalarneauRemove run-as compat wrapper from internal code
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  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...
next
This page took 0.373334 seconds and 108 git commands to generate.