Rename sessiond-timer.[hc] to timer.[hc]
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.c
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...
2013-03-01  David GouletMove metadata creation into lttng-sessiond and lttng...
2013-02-18  David GouletMove LTTng-UST buffer ownership from application to...
2013-01-07  David GouletFix: add missing rcu read side lock/unlock
2012-12-19  David GouletFix: handle orderly shutdown from transport layer
2012-12-19  David GouletFix: change perror to debug statement
2012-12-18  David GouletFix: change ERR/PERROR statement to DBG
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-12-13  David GouletMap session id of relayd and sessiond in consumer
2012-12-13  David GouletMake the consumer sends a ACK after each command
2012-11-01  David GouletRename data_available to data_pending
2012-10-26  David GouletFix: consumer output memory leak on creation
2012-10-22  David GouletFix: Uninitialized ret code
2012-10-19  David GouletRelayd data available command support
2012-10-19  David GouletLib lttng-ctl data available command support
2012-10-19  David GouletConsumer daemon data available command support
2012-09-28  Mathieu DesnoyersFix: consumer should await for initial streams
2012-08-24  David GouletAdd lttng-error.h containing every API err. code
2012-08-20  Christian BabeuxFix: Possible buffer overflows in strncat() usage
2012-08-20  David GouletMove code out of main.c and fix some issues
2012-08-17  David GouletFix: lttng list command with network path
2012-08-14  David GouletExtend API and remove lttng_uri from lttng.h
2012-07-30  David GouletAdd consumer socket object and relayd commands
2012-07-23  David GouletCode cleanup in the ust/kernel consumer file
2012-07-11  David GouletNetwork streaming support
This page took 0.378428 seconds and 99 git commands to generate.