Fix: snapshot path have domain subdir duplicate "ust/ust" or "kernel/kernel"
[lttng-tools.git] / src / common /
2021-05-13  Jérémie GalarneauFix: relayd: failure to read index entry or stream...
2021-05-11  Mathieu DesnoyersFix: kernel consumer: get next subbuffer EAGAIN handling
2021-05-11  Mathieu DesnoyersFix: kernel consumer: signal metadata ready condition...
2021-05-11  Jérémie GalarneauFix: consumerd: unbalanced subbuffer 'get' when checkin...
2021-05-11  Jérémie GalarneauFix: consumerd: strlen called on uninitialized path
2021-05-11  Jonathan RajotteFix: backward relayd: path contains a leading "ust...
2021-05-11  Simon Marchiconfig: fix typo in error message
2021-05-11  Simon MarchiFix: utils: avoid strncpy overlap in utils_partial_realpath
2021-05-11  Simon MarchiClean-up: utils: make utils_partial_realpath static
2021-03-25  Mathieu Desnoyerscompiler warning cleanup: is_signed_type: compare ...
2021-02-19  Jérémie GalarneauFix: ust-consumer: metadata thread not woken-up after...
2021-02-19  Jérémie GalarneauClean-up: ust-consumer: simplify metadata cache unlock...
2021-02-19  Jérémie GalarneauFix: ust-consumer: metadata cache lock not taken when...
2020-10-28  Jérémie GalarneauFix: common: poll: compat_poll_wait never finishes
2020-10-15  Jérémie GalarneauFix: PERROR spam when `tracing` group does not exist
2020-09-09  Jérémie GalarneauFix: memcpy used on potentially overlapping regions
2020-08-03  Jérémie GalarneauFix: extraneous empty/inactive flush on rotation out...
2020-07-29  Jérémie GalarneauFix: uprobe: missing error code on allocation failure
2020-07-29  Jonathan RajotteFix: send/received actual size is overwritten by 'expec...
2020-07-29  Jonathan RajotteFix: partial recv lead to client disconnect
2020-07-29  Francis DeslauriersFix: consumer: Move sanity check within `consumer_subbu...
2020-07-21  Jérémie GalarneauFix: consumerd: double unlock on rotate channel error...
2020-07-21  Jérémie GalarneauFix: consumerd: packet sent before channel rotation
2020-07-17  Jérémie GalarneauFix: stream intersection fails on snapshot of cleared...
2020-07-17  Jérémie GalarneauFix: relayd: viewer metadata is not rotated after a...
2020-07-17  Jérémie GalarneauFix: post-clear trace chunk has a late beginning packet
2020-07-17  Jérémie GalarneauFix: kconsumer: missing wait for metadata thread in...
2020-07-06  Francis DeslauriersFix: consumer.c: wrong order of parameter in `DBG(...
2020-06-26  Jonathan RajotteFix: consumer: dangling chunk on buffer allocation...
2020-06-17  Jérémie GalarneauFix: consumerd: uninitialized written_bytes on no-data...
2020-06-17  Jérémie GalarneauBuild fix: consumerd misnamed label
2020-06-17  Jérémie Galarneauconsumerd: on_sleep not called on stream when no data...
2020-06-17  Jonathan RajotteFix: invalid discarded events on start/stop without...
2020-06-17  Jérémie GalarneauFix: consumerd: user space metadata not regenerated
2020-06-09  Jérémie GalarneauFix: unix: don't PERROR on EAGAIN for non-blocking...
2020-05-27  Jérémie GalarneauFix: incorrect specifier %lu used with size_t argument
2020-05-26  Jérémie GalarneauFix: consumerd: live client receives incomplete metadata
2020-05-26  Jérémie Galarneauconsumerd: refactor: split read_subbuf into sub-operations
2020-05-26  Jérémie Galarneauconsumerd: move rotation logic to domain-agnostic read...
2020-05-26  Jérémie Galarneausessiond: enforce mmap output type for kernel metadata...
2020-05-26  Jérémie Galarneauconsumerd: tag metadata channel as being part of a...
2020-05-26  Jérémie Galarneauconsumerd: pass channel instance to stream creation...
2020-05-26  Jérémie Galarneauconsumerd: cleanup: use buffer view interface for mmap...
2020-05-26  Jérémie Galarneauconsumerd: move address computation from on_read_subbuf...
2020-05-26  Jérémie Galarneauconsumerd: refactor: combine duplicated check_*_functions
2020-05-26  Jérémie Galarneaukerner-ctl: add RING_RING_BUFFER_GET_NEXT_SUBBUF_METADA...
2020-05-26  Jérémie GalarneauAdd lttng_dynamic_buffer_append_view util
2020-05-21  Jonathan RajotteFix: common: fs_handle_seek returns negative value...
2020-05-19  Jonathan RajotteFix: common: abort on rotation after time manipulation
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-06  Jérémie GalarneauFix: relayd: unchecked allocation result of unlinked...
2020-04-03  Francis Deslaurierslttng-view: clean-up: move `--viewer` code to specific...
2020-04-03  Jérémie GalarneauBump session.xsd version to 2.12
2020-04-03  Jérémie GalarneauFix: relayd: crash on creation of session by peer ...
2020-04-03  Jérémie GalarneauFix: consumer: fallback to flush when flush empty is...
2020-04-03  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-26  Jérémie GalarneauFix: MI: bump MI schema version to 4.0 in mi-lttng.c
2020-03-26  Jérémie GalarneauFix: sessiond: occasional badfd error on repeated SIGTERM
2020-03-25  Simon MarchiFix all -Wdiscarded-qualifiers warning instances
2020-03-25  Jonathan RajotteRemove part of last name to fit in a 80 character line
2020-03-25  Francis Deslauriersdirectory-handle: print `errno` reason on `unlinkat...
2020-03-25  Jérémie GalarneauFix: fd-tracker: mark symbols as hidden
2020-03-25  Jérémie GalarneauFix: liblttng-ctl: hide new tracker config symbols
2020-02-19  Jérémie GalarneauFix: directory-handle: use of free'd handle on fstat...
2020-02-19  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...
next
This page took 0.052241 seconds and 8 git commands to generate.