Fix: sessiond: erroneous user check logic in session_access_ok
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.c
2020-08-11  Jérémie GalarneauClean-up: sessiond consumer: change space to tabs
2020-07-16  Jérémie GalarneauFix: stream intersection fails on snapshot of cleared...
2020-05-26  Jérémie Galarneauconsumerd: tag metadata channel as being part of a...
2020-03-10  Jonathan RajotteFix: sessiond: domain subdirectory not deleted on empty...
2020-01-30  Michael JeansonMove to kernel style SPDX license identifiers
2019-12-19  Mathieu Desnoyerssessiond: implement consumer clear channel
2019-12-19  Mathieu Desnoyerssessiond: query relayd configuration for availability...
2019-12-19  Mathieu DesnoyersSend ust and kernel domain directory handle to consumer
2019-12-13  Jérémie GalarneauMake lttng_directory_handle reference countable
2019-09-14  Jérémie Galarneausessiond: fix: possible unaligned access in packed...
2019-09-14  Jérémie Galarneausessiond: fix: possible unaligned access in packed...
2019-09-10  Jérémie GalarneauClean-up: remove dead assignment in setup_channel_trace...
2019-09-05  Mathieu DesnoyersFix: kernel/ust snapshot backward compat for 2.10 relay
2019-09-05  Mathieu Desnoyersrelayd protocol: reply path for close chunk and create...
2019-09-05  Mathieu Desnoyersrelayd comm: add base path to create session
2019-09-03  Mathieu DesnoyersFix: honor base path for network URIs
2019-08-30  Mathieu DesnoyersCleanup: typo: overriden -> overridden
2019-08-09  Jérémie GalarneauFix: remove assertions of the existence of a trace...
2019-08-09  Jérémie Galarneaurelayd: create stream files relative to a session's...
2019-08-09  Jérémie GalarneauSend session creation time to relay daemon when supported
2019-08-09  Jérémie Galarneaurelayd: add remote trace chunk close command
2019-07-25  Jérémie GalarneauCreate userspace buffers using ua_sess effective creden...
2019-07-25  Jérémie Galarneaurelayd: add remote trace chunk creation command
2019-07-25  Jérémie Galarneaurelayd: Retrieve a relay_session's trace chunk on creation
2019-07-25  Jérémie GalarneauCreate stream files relative to a stream's current...
2019-07-25  Jérémie GalarneauCleanup: remove duplicated code in snapshot record...
2019-07-18  Jérémie Galarneaurelayd: send sessiond uuid and session id as part of...
2019-07-18  Jérémie GalarneauAdd a consumer daemon INIT command
2019-04-10  Jérémie GalarneauGenerate session name and default output on sessiond...
2018-11-16  Jérémie GalarneauFix: cmd_snapshot_record can return unexpected error...
2018-11-16  Mathieu DesnoyersFix: sessiond: snapshot: handle consumer return codes
2018-11-16  Mathieu DesnoyersFix: sessiond: consumer.c: rotation error handling
2018-10-02  Jérémie GalarneauFix: rotation may never complete in per-PID buffering...
2018-06-05  Jérémie GalarneauFix: propagate archive id to the consumer daemon on...
2018-05-08  Jérémie GalarneauRename consumer_init_channel_comm_msg()
2018-05-08  Jérémie GalarneauCleanup: send_fds functions are not const-correct
2018-04-03  Jérémie GalarneauFix: fail on truncation of snapshot path
2018-03-23  Julien Desfossezlttng rotate command
2018-03-21  Julien DesfossezRelay rotate pending command
2018-03-21  Julien DesfossezRotate command
2018-03-12  Julien DesfossezChannel rotate pipe between sessiond and the consumers
2018-03-06  Julien DesfossezCommand to rename a folder
2018-03-06  Jérémie GalarneauClean-up: remove unneeded cast
2018-03-05  Julien DesfossezCommand to make a directory on the consumer or relay
2018-03-05  Jérémie GalarneauClean-up: use LTTNG_PATH_MAX rather than PATH_MAX
2018-02-28  Julien DesfossezKeep the base directory of a relay session separate
2018-02-28  Julien DesfossezChange trace_path to session_root_path and chunk_path
2018-02-14  Jérémie GalarneauDocument consumer socket locking assumptions
2018-02-14  Jérémie GalarneauFix: consumer socket lock not held during snapshot...
2018-02-14  Jérémie GalarneauFix: send_channel_monitor_pipe does not take the consum...
2018-02-14  Jérémie GalarneauDocument the locking assumptions of consumerd-relayd...
2018-02-14  Jérémie GalarneauAssert that the consumer lock is held while sending...
2018-02-14  Jérémie GalarneauAssert that the consumer socket lock is taken during...
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-05-05  Jérémie GalarneauImplement consumer ring buffer position sampling
2016-05-19  Mathieu DesnoyersFix: UST should not generate packet at destroy after...
2016-05-17  Mathieu DesnoyersFix: illegal memory access in consumer_set_subdir
2016-05-17  Mathieu DesnoyersFix: illegal memory access in consumer_set_network_uri
2016-03-11  Julien DesfossezCommand metadata regenerate
2016-03-11  Julien DesfossezStore the relay protocol version in the consumer_output
2016-03-08  Julien DesfossezExtract the lost packets and discarded events counters
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-09-04  Mathieu DesnoyersFix: streamline ret/errno of run_as()
2015-09-04  Mathieu DesnoyersData pending comment clarification in session daemon
2015-09-03  Mathieu DesnoyersFix: reference counting of consumer output
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-23  Mathieu DesnoyersFix: deadlock between UST registry lock and consumer...
2015-01-19  Mathieu DesnoyersFix: grab more than one packet for snapshots
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-02-21  Mathieu DesnoyersFix: miscellaneous memory handling fixes
2014-01-14  Julien DesfossezFix: race with the viewer and readiness of streams
2013-11-25  David GouletFix: implicit conversion of enum types in consumer
2013-10-09  Mathieu DesnoyersTurn health.h/health.c into a library
2013-09-27  David GouletFix: don't create index on snapshot
2013-09-27  Julien DesfossezImplement the relayd live features
2013-09-27  Julien DesfossezLive timer set up
2013-08-26  David GouletImprove comments after review
2013-08-26  David GouletRename consumer socket fd to fd_ptr
2013-08-26  David GouletUse single callsite for send/recv ops. for consumer...
2013-08-26  David GouletUse consumer fd reference in consumer socket obj
2013-08-19  David GouletFix: snapshot with multiple UIDs
2013-07-12  David GouletAdd the number of snapshot taken to the output path
2013-07-12  Julien DesfossezSupport snapshot max-size limitation
2013-07-12  David GouletFix: snapshot support for UST and kernel in same session
2013-07-04  Julien DesfossezAdd UST snapshot support
2013-06-28  Julien DesfossezFix: send per-pid session id in channel creation
2013-06-28  David GouletFix: snapshot path
2013-06-27  Julien DesfossezAdd kernel snapshot support
2013-06-27  David GouletSupport flight recorder mode for a session
2013-06-27  David GouletImplement snapshot commands in lttng-sessiond
2013-06-14  Mathieu DesnoyersFix: hash table cleanup call_rcu deadlock
2013-04-30  Mathieu DesnoyersFix RCU-related hangs: incorrect lttng_ht_destroy use
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-03-28  Julien DesfossezIntroduce the relayd socket object
2013-03-28  Julien DesfossezOn-disk multiple tracefiles circular buffer
2013-03-27  Julien DesfossezUST periodical metadata flush
2013-03-21  David GouletSupport per UID buffers
2013-03-11  David GouletMerge remote-tracking branch 'cbab-github/tests-cleanup...
next
This page took 0.366456 seconds and 107 git commands to generate.