Fix: leak on error in lttng-crash
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.c
2015-03-26  Mathieu DesnoyersImplement --shm-path option for UST sessions (per-uid...
2015-01-22  Jérémie GalarneauCleanup: Remove unused variable
2015-01-19  Mathieu DesnoyersFix: grab more than one packet for snapshots
2014-12-10  Julien DesfossezFix: don't destroy the sockets if the snapshot was...
2014-12-02  Philippe ProulxFix: channel names are not validated
2014-12-01  Jérémie GalarneauFix: Apply consumer URI changes to all domains
2014-12-01  Jérémie GalarneauFix: "Any" loglevel's value is -1 and not 0
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in cmd_list_events()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in list_lttng_agent_events()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in cmd_list_channels()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_locks in cmd_list_domains()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in cmd_snapshot_list_outputs()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in get_session_max_subbuf_size()
2014-11-16  Jérémie GalarneauFix: Ambiguous agent event filter bytecode ownership
2014-11-16  Mathieu DesnoyersFix: filter bytecode and string memory leak on error
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-11-13  Jérémie GalarneauFix: missing rcu_read_lock in cmd_start_trace()
2014-11-07  Jérémie GalarneauFix: Don't report an error when listing a session with...
2014-11-07  Jérémie GalarneauBypass 0 byte allocation when no domains are enabled
2014-10-22  David GouletAdd Python agent support
2014-10-03  David GouletFix: handle kernel event type correctly on enable
2014-10-01  David GouletFix: cmd snapshot record output can't be NULL
2014-09-29  David GouletAdd syscall listing support
2014-09-25  Mathieu DesnoyersFix: syscall tracing: disable all and missing error...
2014-09-25  Mathieu DesnoyersCleanup: Remove LTTNG_ENABLE_ALL_EVENT and LTTNG_DISABL...
2014-09-25  Mathieu DesnoyersImplement support for lttng-modules syscall filtering
2014-09-11  David GouletAdd log4j default event and channel name handling
2014-09-05  David GouletFix: list agent event per domain only
2014-08-08  David GouletAdding log4j agent support
2014-08-08  David GouletAdd the support for multiple agent
2014-08-08  David GouletRefactor JUL to agent namespace
2014-08-05  Jérémie GalarneauDisallow wildcards in event names except as the last...
2014-07-14  David GouletFix: use biggest subbuffer size for snapshot max-size
2014-06-27  David GouletFix: disable JUL event on UST side
2014-06-25  David GouletFix: set session in output mode if URL are set afterwards
2014-05-26  David GouletList session event loglevel for the JUL domain
2014-05-23  David GouletFix: deny overwrite mode and num subbuf less than 2
2014-05-22  David GouletAdd live timer and tracefile count/size to list
2014-05-05  David GouletFix: add JUL filter to UST event on logger_name
2014-03-25  David GouletRename kernel and ust trace variable for clarity
2014-03-25  David GouletRename variable in session.h for clarity
2014-03-25  David GouletFix: don't ask data pending if session was not started
2014-03-24  David GouletFix: missing valid return code when adding an URI to...
2014-03-06  Jérémie GalarneauSend filter expression string to session daemon
2014-02-28  David GouletFix: improve lttng with live by spawning relayd
2014-02-27  David GouletFix: JUL to enable user and root tracepoints
2014-02-25  David GouletFix: don't start session if no channel
2014-01-28  David GouletFix: add missing JUL loglevel handling
2014-01-15  David GouletFix: zero out data structure before using it
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
next
This page took 0.571619 seconds and 107 git commands to generate.