docs: Add supported versions and fix-backport policy
[lttng-tools.git] / src / bin / lttng /
2024-03-22  Jérémie GalarneauClean-up: lttng: utils: missing special member functions
2024-03-22  Jérémie GalarneauClean-up: apply suggested clang-tidy fixes
2024-03-22  Jérémie GalarneauFix: lttng-destroy: string formating error when default...
2024-03-22  Jérémie GalarneauRevert "Fix: lttng-destroy: string formating error...
2024-03-22  Jérémie GalarneauFix: lttng-destroy: string formating error when default...
2024-03-22  Jérémie GalarneauFix: erroneous specifier used with ERR_FMT macro
2024-03-21  Jérémie GalarneauFix: lttng-destroy: string formating error when default...
2024-03-12  Jérémie GalarneauMove the lttng::free util under the lttng::memory namespace
2024-03-07  Jérémie GalarneauClean-up: run clang-format 14 on the tree
2024-02-28  Jérémie Galarneaulttng: enable-event: print kernel tracer status on...
2024-02-28  Jérémie Galarneaulttng: enable-event: use the terminology of the documen...
2024-02-28  Jérémie Galarneaulttng: enable-event: treat 'all' case as a regular...
2024-02-28  Jérémie Galarneaulttng: enable-event: remove gotos from cmd_enable_event
2024-02-28  Jérémie Galarneaulttng: enable-event: replace raw session string by...
2024-02-28  Jérémie Galarneaulttng: enable-event: wrap the use of poptContext into...
2024-02-28  Jérémie Galarneaulttng: enable-event: wrap mi_writer use in a unique_ptr
2024-02-28  Jérémie Galarneaulttng: enable-event: move static vars/funcs to anonymous NS
2024-02-28  Jérémie Galarneaulttng: enable-channel: move kernel tracer status check...
2024-02-28  Kienan Stewartsessiond: lttng: Add command to check kernel tracer...
2023-07-27  Simon MarchiMove lttng_session unique_ptr to lttng/session-internal.hpp
2023-07-27  Simon Marchilttng: make session_storage::_array a unique_ptr to...
2023-07-27  Jérémie GalarneauFix: lttng-add-context: context type options possible...
2023-07-24  Jérémie GalarneauFix: lttng-add-context: leak of application context...
2023-06-08  Jérémie GalarneauWrap calls to fmt::format to catch formatting exceptions
2023-06-08  Jérémie GalarneauWrap main functions to handle uncaught exceptions
2023-06-07  Michael JeansonBuild fix: brace-enclosed initlializer lists error...
2023-06-06  Jérémie Galarneaulttng: reuse random_access_container_wrapper for sessio...
2023-06-05  Jérémie Galarneaulttng: move session_list to the lttng::cli namespace
2023-06-05  Jérémie GalarneauProvide an idiomatic c++ interface for action lists
2023-06-01  Francis Deslauriersactions: list: Add `for_each_action_{const, mutable...
2023-05-01  Jérémie GalarneauClean-up: lttng: utils: coding style fix
2023-04-28  Jérémie GalarneauBuild fix: g++ 4.8 incorrectly disambiguates enum and...
2023-04-26  Jérémie Galarneaulttng: rename iterator_template to _iterator
2023-04-26  Jérémie GalarneauMove create_unique_class util to the memory namespace
2023-04-26  Jérémie Galarneaulttng: destroy: ensure a cmd_error_code is returned...
2023-04-26  Jérémie GalarneauClean-up: lttng-destroy: move static symbols to anonymo...
2023-04-26  Jérémie Galarneaulttng: stop: ensure a cmd_error_code is returned by...
2023-04-26  Jérémie GalarneauClean-up: lttng-stop: move static symbols to anonymous...
2023-04-26  Jérémie Galarneaulttng: start: ensure a cmd_error_code is returned by...
2023-04-26  Jérémie Galarneaulttng: start: move static symbols to anonymous namespace
2023-04-26  Olivier Dionlttng: Add --glob option to lttng-destroy
2023-04-26  Olivier Dionlttng: Add --all, --glob options to lttng-stop
2023-04-26  Olivier Dionlttng: Add --all, --glob options to lttng-start
2023-04-21  Olivier Dionlttng: Add list_sessions utility
2023-04-12  Jérémie GalarneauClean-up: run format-cpp on the tree
2023-02-28  Olivier DionFix: lttng remove-trigger -h fails
2023-02-06  Jérémie GalarneauFix: lttng-disable-event: erroneous error code used...
2023-02-02  Jérémie GalarneauClean-up: replace uses of `int enabled` with boolean...
2023-02-02  Jérémie GalarneauClean-up: replace uses of `int found` as bool by `bool...
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 GalarneauAdd a basic .clang-tidy file and fix typedef warnings
2023-01-16  Jérémie GalarneauRun clang-format on the whole tree
2022-12-08  Michael JeansonFix: lttng: poptGetArg doesn't provide string ownership
2022-12-08  Michael JeansonCleanup: lttng: remove unused 'session_name' variable
2022-05-17  Jérémie GalarneauFix: lttng-snapshot: use after free of max size argument
2022-04-15  Jérémie GalarneauFix: lttng: snapshot: add-output: leak of max size...
2022-04-15  Jérémie GalarneauTests: fix: lttng-create: leaked command parameter
2022-04-15  Jérémie GalarneauFix: lttng: enable-rotation: leak of command parameter
2022-04-15  Jérémie GalarneauFix: lttng: track: leaked command parameter
2022-04-15  Jérémie GalarneauFix: lttng: add-trigger: leak of parser context on...
2022-04-15  Jérémie GalarneauFix: lttng: enable-channel: leak of popt arguments
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 '-Wimplicit-fallthrough'
2022-03-15  Michael JeansonPrepare for '-Wmissing-field-initializers'
2022-03-15  Michael JeansonPrepare for '-Wunused-parameter'
2022-03-15  Michael Jeansonconfigure: add '-Wmissing-noreturn' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wundef' to warning flags
2022-02-28  Jérémie GalarneauFix: lttng: truncated addresses and offsets on 32-bit...
2022-02-04  Michael Jeansonsrc/common: use single Makefile for parallel builds
2022-01-20  Mathieu DesnoyersMove utils_expand_path and utils_expand_path_keep_symli...
2022-01-20  Mathieu DesnoyersLink lttng executable on libcommon-lgpl.a
2022-01-20  Mathieu DesnoyersRename libcommon.so to libcommon-gpl.so
2022-01-17  Jérémie GalarneauCopyright ownership transfer
2022-01-10  Simon MarchiFix: lttng: initialize variable in run_command_string
2022-01-10  Jérémie GalarneauFix: enable-rotation: wrong type of rotation specified...
2021-12-16  Simon Marchilttng: list valid condition / action names if missing...
2021-12-16  Simon Marchilttng: mention argument number on unknown action /...
2021-12-16  Simon Marchilttng: fix argument numbers in add-trigger error messages
2021-12-16  Simon Marchiargpar: sync with upstream - adjust to iterator API
2021-12-15  Simon Marchiconfigure: enable -Wformat=2
2021-11-18  Simon MarchiRemove extern "C" from internal headers
2021-10-18  Jérémie GalarneauFix: lttng: add-context: silence coverity warning
2021-10-15  Simon Marchibin: compile lttng as C++
2021-10-14  Simon Marchiliblttng-ctl: use export list to define exported symbols
2021-09-24  Jérémie GalarneauFix: lttng: add-trigger: don't provide a default event...
2021-09-23  Francis DeslauriersForce usage of assert() condition when NDEBUG is defined
2021-08-02  Simon MarchiFix: lttng: free sessions in cmd_destroy
2021-08-02  Simon MarchiFix: lttng: free domains and channels in get_session_st...
2021-07-16  Francis DeslauriersCleanup: rename `get_domain_str()` -> `lttng_domain_typ...
2021-07-06  Jérémie GalarneauFix: lttng: remove-trigger: null dereference on MI...
2021-07-06  Jérémie GalarneauFix: lttng: list-trigger: leak of error query in query...
2021-07-06  Jérémie GalarneauFix: lttng: add-trigger: null dereference on MI initial...
2021-07-06  Jérémie Galarneaulttng: add-trigger: print generated trigger name
2021-07-01  Jérémie GalarneauRevert "lttng: add-trigger: print generated trigger...
2021-06-30  Jérémie Galarneaulttng: add-trigger: print generated trigger name
2021-06-30  Jonathan RajotteFix: lttng_triggers count is not equal to the size...
2021-06-29  Jonathan RajotteMI: {add, list, remove} trigger
next
This page took 0.056775 seconds and 6 git commands to generate.