Clean-up: sessiond: move registry_session free functions under class
[lttng-tools.git] / src /
2022-06-13  Jérémie GalarneauClean-up: sessiond: move registry_session free function...
2022-06-13  Jérémie GalarneauClean-up: sessiond: move ust_registry_session under...
2022-06-13  Jérémie Galarneausessiond: transition from lttng-ust to tracer agnostic API
2022-06-13  Jérémie Galarneausessiond: add tracer-agnostic trace hierarchy classes
2022-06-13  Jérémie Galarneaucommon: macros: missing include of pthread.h
2022-06-13  Jérémie Galarneaucommon: uuid: add `uuid_to_str` which returns an std...
2022-06-13  Jérémie Galarneausessiond: session registry: use pthread::lock_guard...
2022-06-13  Jérémie GalarneauAdd lttng::locked_reference
2022-06-13  Jérémie Galarneausessiond: ust: remove unused `is_sent` attribute of...
2022-06-13  Jérémie Galarneauformat: add a custom formatter for std::type_info
2022-06-13  Jérémie Galarneaucommon: add macros to silence invalid offsetof warnings
2022-06-13  Jérémie GalarneauAdd new exception types: communication, protocol, and...
2022-06-13  Jérémie GalarneauAdd lttng::make_unique
2022-06-13  Jérémie Galarneauconsumerd: Rename global ctx variable to the_consumer_c...
2022-06-13  Jérémie Galarneausessiond: add smart pointer utils for ltt_session
2022-06-13  Jérémie GalarneauAdd C++ wrappers for pthread mutex and rcu read lock
2022-06-13  Jérémie GalarneauAdd lttng::utils::time_to_iso8601_str
2022-06-13  Jérémie GalarneauAdd vendor/fmt
2022-06-13  Jérémie Galarneausessiond: Move trace_ust_clock to a clock_attributes_sa...
2022-06-13  Jérémie GalarneauChange backing type of lttng_uuid to std::array
2022-06-13  Jérémie Galarneausessiond: Split ust_registry_session into per-type...
2022-06-13  Jérémie Galarneausessiond: Replace uses of session_trylock_list by a...
2022-06-13  Jérémie GalarneauAdd basic exception types and throwing facilities
2022-06-13  Jérémie GalarneauAdd make_unique_wrapper()
2022-06-13  Simon MarchiAdd vendor/optional.hpp
2022-06-13  Jérémie GalarneauClean-up: ust-consumer: replace ad-hoc channel destruction
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: sessiond: rotation trigger leak
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: action error query: leak of action path
2022-04-15  Jérémie GalarneauFix: lttng: enable-channel: leak of popt arguments
2022-04-14  Jérémie GalarneauFix: liblttng-ctl: leak of payload on field listing
2022-04-14  Jérémie GalarneauFix: sessiond: ODR violation results in memory corruption
2022-04-14  Jérémie GalarneauFix: liblttng-ctl: non-packed structure used for tracke...
2022-04-12  Jérémie GalarneauFix: sessiond: assert on empty payload when handling...
2022-04-12  Jonathan RajotteBump minimum kernel version to 2.6.30 to use EFD_SEMAPHORE
2022-04-12  Jonathan RajotteFix: Revert of 814b4934e2604a419bcb8eec57c0450dbb47e2c3
2022-04-08  Jérémie GalarneauBuild fix: missing type traits on gcc < 5.0
2022-04-08  Jérémie GalarneauBuild fix: poll compatibility mode: zmalloc prototype...
2022-04-06  Jérémie GalarneauFix: sessiond: inverted condition checking for empty...
2022-04-06  Jonathan RajotteFix: notification: kernel: consumption of event notific...
2022-04-06  Jonathan RajotteFix: notification: assert on len > 0 for dropped notifi...
2022-04-06  Jonathan RajotteFix: sessiond: assertion hit in ltt_sessions_ht_empty
2022-04-06  Jonathan RajotteFix: compat: 'LTTNG_UST_ABI_PROCNAME_LEN' is undeclared
2022-04-06  Simon Marchicommon: prevent using memset on non-POD types
2022-03-31  Simon MarchiAdd type-checked versions of allocation and deallocatio...
2022-03-30  Jérémie Galarneausessiond: document RCU locking assumption during channe...
2022-03-30  Simon MarchiFix: lttng-sessiond: output stream metadata before...
2022-03-30  Simon Marchilttng-sessiond: remove goto in ust_metadata_channel_sta...
2022-03-30  Simon Marchilttng-sessiond: rename ust_registry_channel::ht to...
2022-03-30  Simon MarchiClean-up: Remove remaining max_t macros
2022-03-30  Simon MarchiRename C++ header files to .hpp
2022-03-28  Jérémie GalarneauClean-up: sessiond: cmd_enable_channel_internal
2022-03-28  Jérémie GalarneauFix: sessiond: cmd_enable_channel: negative error code...
2022-03-25  Michael JeansonClean-up: remove unused makefile statements
2022-03-25  Michael JeansonUpdate vendored msgpack-c to 4.0.0
2022-03-18  Jérémie GalarneauFix: lttng-elf: wrong error label used by error path
2022-03-17  Michael JeansonClean-up: fix '-Wimplicit-fallthrough' warnings on...
2022-03-17  Michael JeansonClean-up: fix '-Wnused-parameter' warnings on various...
2022-03-17  Michael JeansonClean-up: fix '-Wundef' warnings on various platforms
2022-03-17  Michael JeansonFix: use the correct endian compat macros
2022-03-16  Jérémie GalarneauFix: sessiond: ust-app: uninitialized name logged on...
2022-03-16  Jérémie GalarneauFix: lttng-elf: untrusted entry size divisor
2022-03-16  Jérémie GalarneauClean-up: exclusions: use LTTNG_EVENT_EXCLUSION_NAME_AT...
2022-03-16  Jérémie GalarneauClean-up: lttng-ctl: strnlen out of bounds access
2022-03-16  Jérémie GalarneauClean-up: sessiond-comm: out of bounds access warning
2022-03-16  Jérémie GalarneauFix: event: erroneous bound check on perf counter name...
2022-03-16  Jérémie GalarneauFix: sessiond: event name length check is too strict
2022-03-16  Jérémie GalarneauClean-up: use sizeof instead of repeating string length...
2022-03-16  Jérémie GalarneauFix: relayd: missing session unlock on error path
2022-03-15  Michael JeansonPrepare for '-Wimplicit-fallthrough'
2022-03-15  Michael JeansonPrepare for '-Wmissing-field-initializers'
2022-03-15  Michael JeansonPrepare for '-Wignored-qualifiers'
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 '-Wmissing-noreturn' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wlogical-op' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wundef' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wnull-dereference' to warning flags
2022-03-15  Michael Jeansonfix: warning '-Wformat-overflow' with GCC 11.2
2022-03-14  Michael JeansonCleanup: DIST_SUBDIRS is redundant when using AM condit...
2022-03-11  Jérémie GalarneauFix: relayd: session id is ignored by 2.11+ create...
2022-03-08  Jérémie GalarneauFix: consumerd: use-after-free of metadata bucket
2022-03-08  Jérémie GalarneauFix: ust-consumerd: leak of stream control structure
2022-03-08  Jérémie GalarneauFix: liblttng-ctl: erroneous flat size computation
2022-03-07  Michael Jeansonfix: msgpack requires limits.h for UINT_MAX
2022-03-03  Jérémie GalarneauFix: relayd: connection abruptly closed on viewer strea...
2022-03-03  Jérémie GalarneauFix: relayd: live client fails on clear of multi-domain...
2022-03-03  Jonathan RajotteFix: rotation: hang on destroy when using scheduled...
2022-03-03  Jonathan RajotteFix: consumerd: fd still open after `lttng snapshot...
2022-03-03  Jonathan RajotteFix: event: unchecked return value for lttng_strncpy
2022-03-03  Jonathan RajotteFix: event: format specifier for ssize_t
2022-03-03  Jonathan RajotteFix: sessiond: use after free
2022-03-01  Jonathan RajotteFix: sessiond: `break` used instead of `goto`
2022-03-01  Jonathan RajotteFix: sessiond: lttng_channel object is not reclaimed
2022-03-01  Jonathan RajotteFix: common: local_attr might leak
next
This page took 0.041675 seconds and 7 git commands to generate.