docs: Add supported versions and fix-backport policy
[lttng-tools.git] / src / common / Makefile.am
2023-12-21  Jérémie Galarneaucommon: move utils_create_lock_file to its own file
2023-06-05  Jérémie GalarneauProvide an idiomatic c++ interface for action lists
2023-04-18  Michael JeansonBuild fix: failure on macOS caused by missing space...
2023-04-18  Jérémie GalarneauBuild fix: common: eventfd only exists on Linux
2023-04-17  Michael JeansonRemove fcntl wrapper
2023-04-11  Jérémie GalarneauAdd the lttng::eventfd class
2023-03-21  Jérémie GalarneauBuild fix: POD static_assert check fails on lttng_event...
2023-01-12  Jérémie Galarneausessiond: ust: conditionally enable the underscore...
2023-01-05  Jérémie GalarneauFix: sessiond: instance uuid is not sufficiently unique
2023-01-05  Jérémie GalarneauLog uts information on launch of the session and relay...
2022-06-13  Jérémie GalarneauAdd lttng::locked_reference
2022-06-13  Jérémie GalarneauAdd lttng::make_unique
2022-06-13  Jérémie GalarneauAdd C++ wrappers for pthread mutex and rcu read lock
2022-06-13  Jérémie GalarneauAdd vendor/fmt
2022-06-13  Jérémie GalarneauAdd basic exception types and throwing facilities
2022-06-13  Jérémie GalarneauAdd make_unique_wrapper()
2022-03-30  Simon MarchiRename C++ header files to .hpp
2022-03-15  Michael JeansonPrepare for '-Wunused-parameter'
2022-03-15  Michael Jeansonconfigure: add '-Wredundant-decls' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wnull-dereference' to warning flags
2022-02-28  Jonathan Rajottelibcommon: move event.c to libcommon-lgpl
2022-02-28  Jonathan RajotteFix: liblttng-ctl comm: lttng_channel is not packed
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 DesnoyersIntroduce libcommon-lgpl for liblttng-ctl
2022-01-20  Mathieu DesnoyersRename libcommon.so to libcommon-gpl.so
2021-12-16  Simon Marchiargpar: sync with upstream - adjust to iterator API
2021-11-19  Simon Marchicommon: split ini-config in its own convenience library
2021-11-18  Simon Marchicommon: compile libcommon as C++
2021-11-17  Simon Marchicommon: compile libcompat as C++
2021-06-30  Jonathan RajotteMI: xsd: bump to 4.1
2021-06-22  Jonathan RajotteMove event-expr-to-bytecode to event-expr
2021-06-22  Jonathan RajotteMove event-expr from liblttng-ctl to libcommon
2021-06-16  Jonathan RajotteFix: build: libcommon fd-tracker dependency is not...
2021-06-03  Jonathan RajotteRemove lttng_event_rule_tracepoint
2021-06-02  Jonathan RajotteIntroduce lttng_event_rule_python_logging
2021-06-02  Jonathan RajotteIntroduce lttng_event_rule_log4j_logging
2021-06-02  Jonathan RajotteIntroduce lttng_event_rule_jul_logging
2021-06-02  Jonathan RajotteIntroduce lttng_event_rule_user_tracepoint
2021-06-02  Jonathan RajotteIntroduce lttng_event_rule_kernel_tracepoint
2021-06-02  Jonathan RajotteRename lttng_event_rule_kernel_probe to lttng_event_rul...
2021-06-02  Jonathan RajotteRename lttng_event_rule_userspace_probe to lttng_event_...
2021-06-02  Jonathan RajotteRename lttng_event_rule_syscall to lttng_event_rule_ker...
2021-05-26  Jérémie Galarneauerror-query: add lttng_action_path to express the locat...
2021-05-07  Jérémie GalarneauBuild fix: filter-grammar-test: incorrect inclusion...
2021-05-05  Jérémie GalarneauFix: lttng: add-trigger: invalid access past end of...
2021-04-22  Jonathan RajotteRename group action files to list files
2021-04-22  Jonathan RajotteMove on-event*.* to event-rule-matches*.*
2021-04-18  Jérémie Galarneaulttng-ctl: Add error query interface
2021-04-18  Jonathan RajotteRename firing policy to rate policy
2021-04-17  Jonathan RajotteIntroduce firing policy object
2021-03-24  Francis DeslauriersCleanup: Move `create_posix_shm()` to common/shm.c
2021-03-24  Francis Deslaurierscommon: Add index allocator for error counters
2021-03-18  Jonathan Rajottelttng-ctl: Introduce lttng_log_level_rule
2021-03-17  Jonathan RajotteRename files for condition event-rule to on-event
2021-03-17  Jonathan RajotteRename uprobe files to userspace-probe
2021-03-17  Jonathan RajotteRename kprobe file to kernel-probe
2021-03-11  Philippe Proulxlttng-ctl: add event field value API
2021-03-09  Jérémie Galarneausessiond: Add msgpack-c 3.3.0 to the tree
2021-03-09  Simon Marchicommon: introduce lttng_event_expr_to_bytecode
2021-03-09  Simon Marchicommon: move bytecode utilities from filter to its...
2021-02-12  Simon MarchiCLI: Import argpar
2020-11-24  Jonathan Rajottecondition: implement event rule based condition
2020-11-20  Jonathan RajotteMove conditions source files to src/common/conditions...
2020-10-28  Jonathan RajotteIntroduce lttng_domain_type_str utility
2020-09-11  Jonathan Rajotteevent-rule: introduce event rule tracepoint
2020-09-11  Jonathan Rajotteevent-rule: introduce event rule uprobe
2020-09-11  Jonathan Rajotteevent-rule: introduce event rule syscall
2020-09-11  Jonathan Rajotteevent-rule: introduce event-rule kprobe
2020-09-11  Jonathan Rajotteevent-rule: lttng_event_rule base object
2020-09-11  Jonathan RajotteIntroduce kernel-probe locations
2020-08-26  Michael JeansonAdd common util to set thread name
2020-08-20  Jonathan RajotteMove filter related code to libfilter under libcommon
2020-08-10  Jonathan Rajottecredentials: implement is_equal
2020-07-27  Jérémie GalarneauAdd fd_handle interface
2020-07-27  Jérémie Galarneaucommon: move lttng_payload[_view] to libcommon
2020-06-12  Simon Marchiactions: introduce action group
2020-06-12  Simon Marchiactions: introduce snapshot session action
2020-06-09  Jonathan Rajotteliblttng-ctl: add facilities for lttng_snapshot_output...
2020-06-09  Simon Marchiactions: introduce rotate session action
2020-06-09  Simon Marchiactions: introduce stop session action
2020-06-09  Simon Marchiactions: introduce start session action
2020-04-17  Simon MarchiMove actions source files to src/common/actions directory
2020-04-08  Simon Marchicommon: keep libcommon_la_SOURCES list sorted
2020-04-03  Francis Deslaurierslttng-view: clean-up: move `--viewer` code to specific...
2020-03-26  Jérémie GalarneauRefactor: lttng-ctl: follow terminology of the tracker...
2020-01-30  Michael JeansonMove to kernel style SPDX license identifiers
2020-01-30  Jérémie Galarneaurelayd: replace uses of block FDs by the fs_handle...
2020-01-30  Jérémie Galarneaufd-tracker: refactor: extract fs_handle interface from...
2019-12-20  Jonathan RajotteRefactoring: use an opaque lttng_tracker_id type
2019-12-20  Mathieu Desnoyerstrackers: bump MI version to 4.0
2019-12-12  Jérémie GalarneauFix build: fd-tracker is not part of librelayd
2019-12-06  Simon MarchiFormat lists in src/common/Makefile.am
2019-11-27  Michael JeansonReplace libuuid with internal implementation
2019-11-23  Jérémie Galarneaufd-tracker: add an fd-tracker util to common
2019-09-03  Jonathan RajotteFix: bindings import segfaults on missing hash_key_u64
2019-07-18  Jérémie GalarneauAdd the trace chunk and trace chunk registry interfaces
2019-07-18  Jérémie GalarneauRemove unused bitfield.h header
2019-04-18  Jérémie GalarneauAdd mkdirat utils and runas wrappers
2019-04-10  Jérémie GalarneauGenerate session name and default output on sessiond...
next
This page took 0.34548 seconds and 107 git commands to generate.