sessiond: clarify the role of notification credentials
[lttng-tools.git] / src / common /
2020-04-03  Jérémie GalarneauFix: relayd: crash on creation of session by peer ...
2020-04-02  Jérémie GalarneauFix: consumer: fallback to flush when flush empty is...
2020-04-02  Jérémie GalarneauFix: consumerd: incorrect clear logging statement
2020-04-01  Michael JeansonTypo: 'Descritptor' -> 'Descriptor'
2020-04-01  Michael JeansonTypo: 'Accomodate' -> 'Accommodate'
2020-03-31  Jérémie GalarneauFix: tracker: NULL pointer dereference after NULL check
2020-03-27  Jérémie GalarneauFix: sessiond: NULL pointer dereference after NULL...
2020-03-27  Jérémie GalarneauFix: sessiond: missing goto in error handler
2020-03-27  Jérémie GalarneauFix: sessiond: user/group name can be leaked on malform...
2020-03-26  Simon MarchiFix: common: make lttng_trace_chunk_remove_subdirectory...
2020-03-26  Simon MarchiFix: common: add `void` parameter to log_add_time decla...
2020-03-26  Jérémie GalarneauRefactor: lttng-ctl: follow terminology of the tracker...
2020-03-20  Jérémie GalarneauFix: MI: bump MI schema version to 4.0 in mi-lttng.c
2020-03-20  Jérémie GalarneauFix: sessiond: occasional badfd error on repeated SIGTERM
2020-03-20  Simon MarchiFix all -Wdiscarded-qualifiers warning instances
2020-03-20  Jonathan RajotteRemove part of last name to fit in a 80 character line
2020-03-17  Francis Deslauriersdirectory-handle: print `errno` reason on `unlinkat...
2020-03-02  Jérémie GalarneauFix: fd-tracker: mark symbols as hidden
2020-03-02  Jérémie GalarneauFix: liblttng-ctl: hide new tracker config symbols
2020-02-18  Jérémie GalarneauFix: directory-handle: use of free'd handle on fstat...
2020-02-18  Jérémie GalarneauFix: trace-chunk: useless assignment to 'ret'
2020-02-07  Jonathan RajotteFix: possible null dereference
2020-02-07  Jonathan RajotteFix: string might be uninitialized
2020-02-03  Jérémie GalarneauFix: trace-chunk: dereference after NULL check
2020-01-31  Jérémie GalarneauClean-up: mi: remove logically dead code
2020-01-31  Jérémie GalarneauFix: trace-chunk: dereference after null check of old_path
2020-01-31  Jérémie GalarneauClean-up: unchecked return value
2020-01-31  Jérémie GalarneauClean-up: consumerd: remove unreachable code
2020-01-31  Jérémie GalarneauClean-up: trace-chunk: remove unreachable code
2020-01-31  Jérémie GalarneauFix: unchecked return value of lttng_directory_handle_c...
2020-01-31  Jérémie GalarneauTests: fd-tracker: fix: leak of test paths
2020-01-31  Jérémie GalarneauFix: directory-handle: typo in equals method breaks...
2020-01-31  Jérémie GalarneauFix: potential use of uninitialized return value
2020-01-31  Jérémie GalarneauClean-up: remove instances of loop initial declarations
2020-01-31  Jérémie Galarneaurelayd: track directory handles through the fd-tracker
2020-01-31  Simon MarchiFix: include stdlib.h in compat/string.h
2020-01-31  Michael Jeansonfix: add include guards to compat/path.h
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: restore suspended handles from their inode...
2020-01-30  Jérémie Galarneaudirectory-handle: query if instance is backed by a...
2020-01-30  Jérémie Galarneaudirectory-handle: make lttng_directory_handle_stat...
2020-01-30  Jérémie Galarneaufd-tracker: replace custom optional implementation...
2020-01-30  Jérémie Galarneaudirectory-handle: add an equals method
2020-01-30  Jérémie Galarneautrace chunk: allow associating an fd_tracker to a trace...
2020-01-30  Jérémie Galarneaufd-tracker: refactor: extract fs_handle interface from...
2020-01-30  Jérémie Galarneaufd-tracker: remove use of VLA for unsuspendable_fd...
2020-01-30  Jérémie Galarneaurelayd: share the same output directory handle accross...
2020-01-30  Jérémie Galarneaurelayd: rename fd-cap parameter to fd-pool-size
2020-01-30  Jérémie Galarneaurelayd: add fd-cap option to limit the number of opened FDs
2020-01-23  Jonathan RajotteFix: use lttng_tracker_id_status enum values
2020-01-17  Michael JeansonFix: build failure with -fno-common
2020-01-15  Jérémie GalarneauBuild fix: dist target builds fails due to missing...
2020-01-14  Jérémie GalarneauFix: relayd: hostname check is too restrictive
2020-01-14  Jérémie GalarneauCleanup: remove extra whitespace from include directive
2019-12-20  Jérémie GalarneauSync lttng-modules ABI version in internal kernel-ioctl.h
2019-12-20  Jonathan RajotteRefactoring: introduce lttng_tracker_ids_serialize
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  Mathieu Desnoyerstrackers: bump MI version to 4.0
2019-12-20  Jonathan Rajottetrackers: update list/track/untrack commands
2019-12-20  Jonathan Rajottetrackers: support tracking feature
2019-12-20  Mathieu Desnoyerstrackers: update lttng-modules tracer ABI
2019-12-20  Mathieu Desnoyerstrackers: change error code from "pid" to "id"
2019-12-19  Mathieu Desnoyerstrace-chunk: implement no-op and delete release commands
2019-12-19  Mathieu Desnoyerstrace-chunk: Introduce chunk "path", relayd session...
2019-12-19  Mathieu Desnoyersconsumer: add extra debug output
2019-12-19  Mathieu Desnoyersconsumer: implement clear channel
2019-12-19  Mathieu Desnoyerscommon trace-chunk: introduce lttng_trace_chunk_get_nam...
2019-12-19  Mathieu Desnoyerscommon: trace-chunk: track all files within a chunk
2019-12-19  Mathieu Desnoyerssessiond: cmd_rotate_session: introduce command argument
2019-12-19  Mathieu Desnoyersrelayd: Implement get_configuration relayd protocol...
2019-12-19  Mathieu Desnoyerscommon: index and trace-chunk file creation/open API...
2019-12-19  Mathieu Desnoyerscommon: index: remove redundant separator for empty...
2019-12-19  Mathieu Desnoyerssessiond-comm: add clear command support to consumer...
2019-12-19  Mathieu Desnoyerssessiond-comm: Document feature branch specific command...
2019-12-19  Mathieu Desnoyerscommon dynamic-array: Introduce dynamic array clear
2019-12-19  Mathieu Desnoyersrelayd: environment variable to disable clear command
2019-12-19  Jonathan Rajottelttng: Implement lttng clear session command
2019-12-19  Mathieu Desnoyerslttng-ctl: Expose sessiond cmd_clear_session command
2019-12-19  Mathieu Desnoyerscommon error: Add errors for clear feature
2019-12-19  Jonathan Rajotteust-consumer: Expose user space clear buffer operation
2019-12-19  Jonathan Rajottekernel-ctl: Expose kernel clear buffer operation
2019-12-19  Mathieu DesnoyersSend ust and kernel domain directory handle to consumer
2019-12-19  Mathieu DesnoyersFix: consumer: do not flush on transition from NULL...
2019-12-19  Mathieu DesnoyersFix: consumer: honor "active" flush flag
2019-12-19  Mathieu DesnoyersFix: utils: utils_stream_file_path separator
2019-12-19  Mathieu DesnoyersFix: consumerd: use packet sequence number for rotation...
2019-12-19  Mathieu Desnoyersalign.h: Implement ALIGN_FLOOR macro
2019-12-19  Mathieu DesnoyersFix: relayd: use packet sequence number for rotation...
2019-12-19  Mathieu DesnoyersFix: optional.h macro missing parentheses and guards
2019-12-19  Jérémie GalarneauFix: use of strnlen breaks build on Solaris 10
2019-12-16  Simon Marchidynamic-array: fix documentation of lttng_dynamic_point...
2019-12-13  Jérémie GalarneauMake lttng_directory_handle reference countable
2019-12-12  Jérémie GalarneauClean-up: apply clang-format to the newly added fd...
2019-12-12  Jérémie GalarneauFix build: fd-tracker is not part of librelayd
2019-12-09  Simon Marchicompat: remove always true assertion in compat-poll.c
2019-12-06  Simon MarchiFormat lists in src/common/Makefile.am
2019-12-02  Simon MarchiMake _utils_expand_path static
next
This page took 0.045793 seconds and 8 git commands to generate.