Update version to v2.11.8
[lttng-tools.git] / src / common /
2021-10-18  Jérémie GalarneauFix: userspace-probe: unreported error on string copy...
2021-10-18  Francis DeslauriersFix: userspace-probe: truncating binary path for SDT
2021-05-27  Mathieu DesnoyersFix: consumer: unbalanced RCU read-side lock on error
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  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-02-23  Jérémie GalarneauFix: ust-consumer: metadata thread not woken-up after...
2021-02-23  Jérémie GalarneauClean-up: ust-consumer: simplify metadata cache unlock...
2021-02-23  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-10  Jérémie GalarneauFix: memcpy used on potentially overlapping regions
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-29  Francis DeslauriersCleanup: typo in DBG() statements
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-19  Jonathan RajotteFix: common: abort on rotation after time manipulation
2020-04-20  Jonathan RajotteFix: load: incomplete error handling for load_session_f...
2020-04-06  Simon MarchiFix: common: add `void` parameter to log_add_time decla...
2020-04-06  Jérémie GalarneauFix: sessiond: occasional badfd error on repeated SIGTERM
2020-04-06  Francis Deslauriersdirectory-handle: print `errno` reason on `unlinkat...
2020-02-05  Simon MarchiFix: include stdlib.h in compat/string.h
2020-01-22  Michael JeansonFix: build failure with -fno-common
2019-12-20  Mathieu DesnoyersFix: consumer: do not flush on transition from NULL...
2019-12-20  Mathieu DesnoyersFix: consumer: honor "active" flush flag
2019-12-20  Mathieu DesnoyersFix: utils: utils_stream_file_path separator
2019-12-20  Mathieu DesnoyersFix: consumerd: use packet sequence number for rotation...
2019-12-20  Mathieu Desnoyersalign.h: Implement ALIGN_FLOOR macro
2019-12-20  Mathieu DesnoyersFix: relayd: use packet sequence number for rotation...
2019-12-20  Mathieu DesnoyersFix: optional.h macro missing parentheses and guards
2019-12-20  Simon Marchidynamic-array: fix documentation of lttng_dynamic_point...
2019-11-22  Jérémie GalarneauFix: consumerd: assert on null trace chunk on session...
2019-11-22  Jérémie GalarneauFix: invalid use of destructor in dynamic pointer array
2019-11-05  Jonathan RajotteCleanup: remove unused internal lttng_session_descripto...
2019-11-05  Jérémie GalarneauFix: consumerd: crash occurs when taking snapshot of...
2019-11-05  Jérémie GalarneauFix: trace-chunk: log the cause of file open failures
2019-11-05  Jérémie GalarneauFix: consumerd: NULL pointer dereference during metadat...
2019-11-05  Jérémie Galarneauconsumerd: clean-up: stream attribute accessed without...
2019-10-19  Michael JeansonFix typo 'Attemp' -> 'Attempt'
2019-10-18  Jérémie GalarneauFix: sessiond: use system LTTng-UST headers when available
2019-10-17  Jérémie Galarneaucommon: cleanup error message mentioning mkdir
2019-10-17  Jérémie GalarneauFix: sessiond: session destruction errors are unreported
2019-10-17  Jérémie GalarneauFix: consumer: double unlock of rcu read lock on error
2019-10-09  Francis DeslauriersFix: lttng-elf.c: dereferencing pointer before null...
2019-10-09  Jérémie GalarneauFix: sessiond: unbounded elf section data size allocation
2019-10-08  Francis DeslauriersFix: relayd: Dereference before null check
2019-10-08  Francis DeslauriersFix: ust-consumer.c: Double unlock of channel lock
2019-10-03  Francis DeslauriersCleanup: relayd: Logically dead code
2019-10-03  Francis DeslauriersFix: common: Unchecked return value of `closedir()`
2019-10-03  Francis DeslauriersFix: session-descriptor.c: Dereference before null...
2019-10-03  Francis DeslauriersFix: common: Dereference after null check
2019-10-02  Jérémie GalarneauFix: liblttng-ctl: config and mi strings inadvertantly...
2019-10-02  Jérémie GalarneauFix: liblttng-ctl: compat_sync_file_range inadvertantly...
2019-10-02  Jérémie GalarneauFix: liblttng-ctl: poll compatibility symbols inadverte...
2019-10-01  Francis DeslauriersFix: Tests: Segfault in `test_utils_expand_path()`
2019-10-01  Jérémie GalarneauFix: trace chunk reported unknown before close command...
2019-09-20  Jonathan RajotteRefactor: remove logically dead code
2019-09-20  Jonathan RajotteFix: release reference to new chunk on copy error
2019-09-19  Jérémie GalarneauAdd a copy method to the trace chunk interface
2019-09-19  Jérémie GalarneauFix: release reference to trace chunk on index file...
2019-09-19  Jérémie Galarneautrace-chunk: clean-up: mark close command properties...
2019-09-19  Jérémie Galarneautrace-chunk: clean-up: misleading label name
2019-09-19  Jérémie Galarneauust-consumer: fix: metadata stream lock taken before...
2019-09-19  Jérémie Galarneausessiond: fix: memory leak of section name in elf parser
2019-09-19  Jérémie Galarneaukconsumer: clean-up: initialize ctf_index before popula...
2019-09-19  Jérémie Galarneaurunas: fix: possible unaligned access in packed structure
2019-09-19  Jérémie Galarneauconsumer: fix: possible unaligned access in packed...
2019-09-19  Jérémie Galarneauinet: fix: possible unaligned access in packed structur...
2019-09-19  Jérémie Galarneauconsumer: fix: unaligned accesses to index fields
2019-09-19  Jérémie GalarneauClean-up: suppress bogus scan-build warning
2019-09-19  Jérémie GalarneauFix: leak of lttng_elf_shdr in lttng-elf.c
2019-09-19  Jérémie GalarneauFix: leaked chunk reference in lttng_consumer_create_tr...
2019-09-19  Jérémie GalarneauClean-up: remove unused stream file creation and unlink...
2019-09-19  Jérémie GalarneauClean-up: format using remaining buffer len rather...
next
This page took 0.043746 seconds and 7 git commands to generate.