Tests: Add test to check shared-memory FD leaks after relayd dies
[lttng-tools.git] / src / common / config /
2023-04-12  Jérémie GalarneauClean-up: run format-cpp on the tree
2023-01-17  Jérémie Galarneauclang-tidy: add most bugprone warnings
2023-01-16  Jérémie Galarneauclang-tidy: add Chrome-inspired checks
2023-01-16  Jérémie GalarneauRun clang-format on the whole tree
2022-12-08  Jonathan Rajottecommon: session load: use session descriptor for sessio...
2022-04-14  Jérémie GalarneauFix: sessiond: ODR violation results in memory corruption
2022-03-31  Simon MarchiAdd type-checked versions of allocation and deallocatio...
2022-03-30  Simon MarchiRename C++ header files to .hpp
2022-03-15  Michael JeansonPrepare for '-Wmissing-field-initializers'
2022-03-15  Michael JeansonPrepare for '-Wunused-parameter'
2022-02-04  Michael Jeansonsrc/common: use single Makefile for parallel builds
2022-01-20  Mathieu DesnoyersRelicence all source and header files included in LGPL...
2021-12-09  Simon Marchiconfigure: enable -Wsuggest-attribute=format
2021-11-19  Simon Marchicommon: split ini-config in its own convenience library
2021-11-18  Simon MarchiRemove extern "C" from internal headers
2021-11-17  Simon Marchicommon: compile libconfig as C++
2021-11-17  Simon Marchilib: compile liblttng-ctl as C++
2021-11-17  Simon Marchibin: compile lttng-sessiond as C++
2021-10-14  Simon Marchiliblttng-ctl: use export list to define exported symbols
2021-09-23  Francis DeslauriersForce usage of assert() condition when NDEBUG is defined
2021-06-22  Jonathan RajotteMI: support double element
2021-04-13  Simon Marchiconfig: accept "0" and "1" as XML boolean values
2021-04-13  Simon Marchiconfig: fix typo in error message
2021-04-13  Simon MarchiClean-up: config: fix -Wshadow error in config_load_session
2021-01-12  Jérémie GalarneauClean-up: replace erroneous of empty parameter list...
2020-07-21  Michael JeansonAdd kernel and UST time namespace context
2020-04-20  Jérémie GalarneauFix: load: incomplete error handling for load_session_f...
2020-04-07  Jérémie GalarneauFix: lttng-load: support legacy PID tracker specification
2020-04-03  Jérémie GalarneauBump session.xsd version to 2.12
2020-03-26  Jérémie GalarneauRefactor: lttng-ctl: follow terminology of the tracker...
2020-03-02  Jérémie GalarneauFix: liblttng-ctl: hide new tracker config symbols
2020-01-30  Michael JeansonMove to kernel style SPDX license identifiers
2019-12-20  Jonathan RajotteRefactoring: use an opaque lttng_tracker_id type
2019-12-20  Jonathan Rajottetrackers: support tracking feature
2019-10-23  Michael JeansonAdd kernel uid/gid contexts
2019-10-23  Michael JeansonAdd kernel namespace contexts
2019-10-02  Jérémie GalarneauFix: liblttng-ctl: config and mi strings inadvertantly...
2019-08-24  Jérémie GalarneauCleanup: mark utils_get_home_dir as returning a const...
2018-08-29  Francis DeslauriersFix: invalid destruction of lookup_method
2018-08-28  Jérémie GalarneauFix: event leak during event load
2018-08-28  Jérémie GalarneauFix: leak of lookup_method_name in uprobe load
2018-08-27  Jérémie GalarneauFix: hide internal uprobe configuration symbols
2018-08-24  Francis DeslauriersImplement lttng-save and lttng-load for userspace-probe
2018-08-24  Francis DeslauriersUse lttng_event_{create, destroy} to manage lttng_event...
2018-08-17  Jérémie Galarneausave/load: support session rotation schedule descriptors
2018-08-15  Jérémie Galarneaurotation-api: introduce rotation schedule descriptors
2018-08-01  Jérémie Galarneaurotation-api: pass session name explicitly
2018-06-11  Francis DeslauriersImplement MI and save/load support for callstack contexts
2018-06-11  Francis DeslauriersFix: missing context enum values in session xml schema
2018-06-05  Anders WallinTests: add session auto-loading test cases
2018-06-05  Michael JeansonReplace deprecated readdir_r() with readdir()
2018-06-04  Jérémie GalarneauUse dynamic buffer to build session configuration path
2018-06-04  Jérémie GalarneauReplace strncpy by lttng_strncpy in session config
2018-06-01  Jérémie GalarneauSilence strncpy warning emitted by GCC 8 in XSD path...
2018-06-01  Jérémie GalarneauSilence strncpy warning emitted by GCC 8 in ini parser
2018-05-31  Jonathan RajotteCleanup: *_domain are never used by create_session
2018-05-17  Jérémie GalarneauFix: sessions with agent channels fail to load
2018-04-03  Julien DesfossezSize-based rotation
2018-04-03  Julien DesfossezSave, restore and list the rotation parameters
2018-04-03  Julien DesfossezRotate timer
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-24  Jonathan Rajottesave/load: add blocking_timeout attribute to channel
2017-07-24  Jonathan RajotteIntroduce monitor_timer_interval to session configurati...
2017-06-21  Jérémie GalarneauHide internal session configuration symbols
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2017-05-05  Jérémie GalarneauExpose monitor timer interval to lttngctl and client
2016-11-25  Jonathan RajotteFix: assign values to path, ctrl and data uris during...
2016-10-19  Jonathan RajotteFix: save: leak of configuration file fd
2016-10-07  Jonathan Rajottelttng_ctl: add session_name to load override
2016-10-07  Jonathan RajotteApply the overrides attributes during configuration...
2016-10-07  Jonathan Rajottelttng-ctl: add override helper to load api
2016-10-07  Jonathan RajotteRename override to overwrite for config_load_session
2016-10-06  Jonathan RajotteFix: do not overwrite ret if already set and session...
2016-10-04  Jérémie GalarneauBuild: Replace use of deprecated AM_PATH_XML2
2016-06-08  Jérémie GalarneauFix: call xmlCleanupParser to free global libxml2 alloc...
2016-05-24  Michael JeansonTypo: occured -> occurred
2016-05-17  Michael JeansonFix: Free variable before strdup() in process_event_node
2016-05-16  Jérémie GalarneauAdd missing symbol to preserve ABI compatibility of...
2016-05-16  Jérémie GalarneauFix: loading a session prints an error message but...
2016-05-16  Jonathan RajotteFix: load event state (enabled/disabled) correctly
2016-05-15  Jérémie GalarneauFix: loading of live session within userspace domains
2016-05-14  Jérémie GalarneauHide config symbols introduced in 2.8
2016-03-16  Julien DesfossezContexts for RT debugging
2016-03-08  Julien DesfossezExtract the lost packets and discarded events counters
2016-03-03  Jérémie GalarneauAdd schema information to XML MI output
2016-03-03  Jérémie GalarneauFix: libxml2 may return 0 because of buffering
2016-03-03  Philippe ProulxMI: add <filter_expression> (event filter expression)
2016-02-12  Jérémie GalarneauIntroduce application contexts to session configuration...
2015-10-19  Michael JeansonRename config.h to session-config.h
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-09-05  Jérémie GalarneauSilence undefined return value warning
2015-09-01  Jérémie GalarneauInitialize default log level of events on load
2015-09-01  Jérémie GalarneauFix: UTF-8 characters may be stored on up to 4 bytes
2015-08-21  Philippe ProulxFix: assert(0) when listing Python events with MI
2015-08-12  Jonathan RajotteSave/load: pid_tracker feature.
2015-08-11  Jonathan RajotteMi: track/untrack/listing
2015-07-14  Jérémie GalarneauFix: Follow struct dirent allocation guidelines of...
2015-06-25  Jérémie GalarneauFix: Memory allocated by xmlNodeGetContent() must be...
2015-06-25  Jonathan RajotteSave/load: add support for shared memory path
next
This page took 0.082513 seconds and 7 git commands to generate.