Fix: report to client when snapshot will be empty
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.c
2014-01-14  David GouletFix: report to client when snapshot will be empty
2013-11-25  David GouletFix: implicit conversion of enum types in sessiond
2013-11-14  JP IkaheimonenWhen listing events, show exclusions if they exist
2013-11-14  JP IkaheimonenAdd exclusions to event_ust_enable_tracepoint
2013-11-14  JP IkaheimonenAdd exclusion data to cmd_enable_event
2013-11-04  David GouletFix: missing LTTNG_OK return value for snapshot
2013-10-16  David GouletAdd lttng list -j command to list possible events
2013-10-16  David GouletAdd jul-app ABI/API and handle registration
2013-10-09  Mathieu DesnoyersTurn health.h/health.c into a library
2013-09-27  Julien DesfossezImplement the relayd live features
2013-09-27  Julien DesfossezLive timer set up
2013-08-26  David GouletRename consumer socket fd to fd_ptr
2013-08-26  David GouletUse consumer fd reference in consumer socket obj
2013-08-23  David GouletFix: snapshot record error handling
2013-08-22  Mathieu DesnoyersFix: snapshot should fail if no successful snapshot...
2013-08-16  Mathieu DesnoyersFix: add-context without -c apply to all channels
2013-08-16  Mathieu DesnoyersFix: channels can be _enabled_ after tracing is started...
2013-08-05  Christian BabeuxFix: Dead code when checking return value from (ust_app...
2013-07-19  Mathieu DesnoyersFix: (slight UI change) refuse missing -c if non-defaul...
2013-07-16  Mathieu Desnoyerscmd.c: fix typos in snapshot commands
2013-07-16  Mathieu DesnoyersRemove leftover fprintf
2013-07-12  David GouletFix: snapshot returned valid LTTNG_ERR code
2013-07-12  David GouletAdd the number of snapshot taken to the output path
2013-07-12  David GouletFix: RCU read side lock unbalanced
2013-07-12  David GouletSupport del-output with an output name
2013-07-12  David GouletAdd snapshot mode to lttng list session
2013-07-12  David GouletFix: support temporary snapshot max size and name
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-12  David GouletAdd create session snapshot API in lttng-sessiond
2013-07-04  Julien DesfossezAdd UST snapshot support
2013-06-28  David GouletFix: use snapshot consumer output for kernel
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-25  David GouletFix: if relayd is unreachable, disable consumer for...
2013-06-25  David GouletFix: don't enable a channel if a session was already...
2013-06-25  David GouletFix: destroy default created channel if add-context...
2013-06-25  David GouletFix: don't stop a session that was not previously started
2013-05-28  Julien DesfossezFix: error handling in kernel add_channel
2013-05-14  David GouletFix: data leak in error path of cmd_register_consumer()
2013-05-07  David GouletFix: split UST per UID/PID default values
2013-05-06  David GouletFix: wrong data port when listing session's URI
2013-04-12  David GouletFix: remove unused path variables from session obj
2013-04-11  David GouletFix: deny the same port for data and control URL
2013-04-11  David GouletFix: reset consumer destination when changing URIs
2013-04-11  David GouletFix: enable-channel accepts mismatched option
2013-03-28  Julien DesfossezIntroduce the relayd socket object
2013-03-28  Julien DesfossezAdjust the relayd protocol on version check
2013-03-25  David GouletFix: kernel function event was listed as probe
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 GouletDeprecate enable/disable-consumer
2013-02-18  David GouletMove LTTng-UST buffer ownership from application to...
2013-01-22  David Gouletcppcheck: Simplify empty string test without using...
2013-01-22  David GouletFix: add missing rcu lock for UST lookup
2013-01-22  David GouletRemove unused kernel session variable in event.c
2013-01-22  David GouletFix: add missing rcu read side lock
2013-01-14  David GouletDestroy created kernel channel on enable all error
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-12-03  David GouletFix: audit all close/fclose and check returned code
2012-11-22  David Gouletlttng.h API update: set filter becomes enable event...
2012-11-22  David GouletPass lttng_event struct to the set_filter API call
2012-11-22  David GouletAdding context to an event is no longer possible
2012-11-09  David GouletFix: FD leak on thread error
2012-11-09  David GouletFix: Wrong fd used by kernel_wait_quiescent
2012-11-09  David GouletFix: Wrong data port when listing session
2012-11-08  David GouletFix: Enable event after start command
2012-11-06  David GouletFix: Create default channel on add-context if none
2012-11-01  David GouletRename data_available to data_pending
2012-10-26  David GouletFix: Remove useless consumer subdir string concatenation
2012-10-22  David GouletFix: Error handling when sending relayd sockets to...
2012-10-22  David GouletFix: segfault on create session with two URLs
2012-10-19  David GouletLib lttng-ctl data available command support
2012-10-19  David GouletFix last commit. Git code-18 pushed the wrong fix.
2012-10-19  David GouletFix: Relayd and consumerd socket leaks
2012-09-24  David GouletFix: Returned code when listing kernel channel
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
This page took 0.487413 seconds and 89 git commands to generate.