sessiond: client commands: print command enum as a string
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.c
2021-02-03  Francis Deslaurierssessiond: client commands: print command enum as a...
2021-01-13  Jérémie GalarneauFix: liblttng-ctl: unreported truncations when copying...
2020-11-24  Jonathan Rajottetrigger: consider domain on register and unregister
2020-11-20  Jonathan Rajottetrigger: implement listing of registered trigger
2020-11-20  Francis DeslauriersFix: lttng-ctl: deserialize on orderly shutdown of...
2020-11-18  Jérémie GalarneauFix: unchecked buffer size for communication header
2020-11-11  Jonathan Rajottetrigger: implement trigger naming
2020-11-09  Jonathan Rajottetrigger: expose trigger owner uid
2020-11-06  Michael Jeansonport: FreeBSD has no ENODATA, alias it to ENOATTR
2020-08-21  Jérémie GalarneauFix: liblttng-ctl: unchecked return value on buffer...
2020-08-20  Jonathan RajotteMove filter related code to libfilter under libcommon
2020-08-10  Jonathan Rajottesessiond: comm: add fd count information for lttng...
2020-07-27  Jérémie Galarneaupayload: use fd_handle instead of raw file descriptors
2020-07-27  Jérémie Galarneauuprobe: transmit binary file descritptor through lttng_...
2020-07-27  Jérémie Galarneaucommon: move lttng_payload[_view] to libcommon
2020-06-11  Jérémie Galarneauliblttng-ctl: use lttng_payload for serialize/create_fr...
2020-03-26  Jérémie GalarneauRefactor: lttng-ctl: follow terminology of the tracker...
2020-03-20  Simon MarchiFix all -Wdiscarded-qualifiers warning instances
2020-01-30  Michael JeansonMove to kernel style SPDX license identifiers
2019-12-20  Jonathan RajotteFix: initialize var_data to NULL
2019-12-20  Jonathan RajotteRefactoring: move count to an output parameter
2019-12-20  Jonathan RajotteRefactoring: introduce lttng_tracker_ids data structure
2019-12-20  Jonathan RajotteRefactoring: use an opaque lttng_tracker_id type
2019-12-20  Jonathan Rajottetrackers: support tracking feature
2019-12-03  Simon Marchilttng-ctl: add local declarations for obsolete function...
2019-09-14  Jérémie Galarneaulttng-ctl: fix: possible unaligned access in packed...
2019-09-11  Jérémie Galarneaulttng-ctl: fix: lttng_data_pending confuses communicati...
2019-08-09  Mathieu DesnoyersFix: lttng-ctl: public session.h control API: restore...
2019-08-09  Jérémie GalarneauFix: incorrect time unit used when waiting on destructi...
2019-07-25  Jérémie GalarneauFix: wait for the completion of implicit session rotations
2019-06-18  Geneviève BastienFix: error when listing sessions with no session
2019-04-25  Yannick LamarreClean-up: Remove double buffer initialisation
2019-04-25  Jonathan RajotteFix: getgrnam is not MT-Safe, use getgrnam_r
2019-04-10  Jérémie GalarneauGenerate session name and default output on sessiond...
2019-02-16  Francis DeslauriersPrevent channel buffer allocation larger than memory
2018-08-30  Jérémie GalarneauRemove unused session current_archive_location accessor
2018-08-30  Jérémie GalarneauFix: unchecked access to pids array
2018-08-30  Jérémie GalarneauFix: missing jump to error on allocation failure
2018-08-30  Jérémie GalarneauCleanup: unused assignation of ret value
2018-08-30  Jérémie GalarneauFix: possible null dereference on communication error
2018-08-29  Jérémie GalarneauFix: returned pids may be uninitialized
2018-08-29  Francis DeslauriersFix: use of uninitialized value in error path
2018-08-24  Jérémie Galarneaulttng-ctl: implement listing of userspace probe locations
2018-08-24  Jérémie Galarneaulttng-ctl: send userspace probe location on enable_event
2018-08-24  Jérémie Galarneaulttng-ctl: locate extended event attributes at reception
2018-08-24  Francis DeslauriersAdd utils to send file descriptors to the sessiond
2018-08-24  Jérémie Galarneaulttng-ctl: move lttng_event functions to a new file
2018-08-22  Jérémie GalarneauUse the dynamic buffer to serialize notification objects
2018-06-06  Mathieu DesnoyersFilter: index array, sequences, implement bitwise binar...
2018-03-23  Julien Desfossezlttng rotate command
2017-11-13  Julien DesfossezFix: path of snapshots with a relay and default URI
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-05-28  Jérémie GalarneauFix: return LTTNG_ERR_INVALID_TRIGGER on validation...
2017-05-06  Jérémie GalarneauFix: dereference before null check of channel attributes
2017-05-05  Philippe ProulxAdd support for "full" star globbing patterns in event...
2017-05-05  Jérémie GalarneauExpose monitor timer interval to lttngctl and client
2017-05-05  Jérémie GalarneauAdd client notification API
2016-10-07  Philippe ProulxRemove calibrate from liblttng-ctl
2016-07-06  Julien DesfossezAllow regenerating the statedump of a running session
2016-07-06  Julien DesfossezRename the "metadata regenerate" command to "regenerate...
2016-06-08  Jérémie GalarneauFix: missing "void" parameter of lib constructor and...
2016-05-15  Jérémie GalarneauFix: loading of live session within userspace domains
2016-05-14  Jérémie GalarneauHide internal _lttng_destroy_session symbol
2016-03-12  Jonathan RajotteFix: systematic overwrite of union values on add context
2016-03-11  Julien DesfossezCommand metadata regenerate
2016-03-08  Jérémie GalarneauRename filter string to filter expression in liblttng-ctl
2016-03-07  Jérémie GalarneauSend extended channel payload to client
2016-03-07  Jérémie GalarneauAdd channel discarded events and lost packets stats...
2016-03-03  Philippe ProulxAdd lttng_event_get_exclusion_name*() to liblttng-ctl
2016-03-03  Philippe ProulxTransfer UST exclusion names from sessiond to client
2016-03-03  Philippe ProulxAdd lttng_event_get_filter_string() to liblttng-ctl
2016-02-26  Philippe ProulxTransfer filter strings from sessiond to client
2016-02-25  Philippe ProulxAdd command header to sessiond->client response msg
2016-02-25  Julien DesfossezExplicitly stop the session on lttng destroy
2016-02-12  Jérémie GalarneauEnforce const-correctness in UNIX socket wrappers
2016-02-12  Jérémie GalarneauAdd application context support to lttng-ctl lttng_add_...
2016-02-12  Jérémie GalarneauCleanup comments in lttng-ctl.c
2015-11-04  Philippe ProulxTruncate exclusion names to have a terminal '\0'
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-09-22  Jonathan RajotteFix: disable kernel event based on name and event type
2015-09-01  Jérémie GalarneauGrammar fix in comment
2015-08-11  Jérémie GalarneauClean-up: Remove java-doc annotations from function...
2015-08-11  Jonathan RajotteMi: track/untrack/listing
2015-08-05  Jérémie GalarneauSend data pending status as part of payload instead...
2015-04-02  Jérémie GalarneauFix: Validate lttng_create_session_live's timer is > 0
2015-03-30  Mathieu DesnoyersImplement PID tracker content listing
2015-03-30  Mathieu DesnoyersImplement PID tracking for kernel tracing
2015-03-26  Mathieu DesnoyersImplement --shm-path option for UST sessions (per-uid...
2015-01-07  Jérémie GalarneauCleanup: Replace all perror() uses by the PERROR macro
2014-12-01  Jérémie GalarneauFix: "Any" loglevel's value is -1 and not 0
2014-11-26  Mathieu DesnoyersFix: lttng-ctl: use zmalloc(), missing OOM check
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-10-22  David GouletAdd Python agent support
2014-09-29  David GouletAdd syscall listing support
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-05  David GouletFix: send disable ALL command code if event is *
2014-09-03  Jérémie GalarneauFix: Parenthesize previous statement when adding condit...
2014-08-08  David GouletAdding log4j agent support
2014-08-05  Jérémie GalarneauWarn that wildcards must be used as the last character...
next
This page took 0.411479 seconds and 107 git commands to generate.