lttng-tools.git
2021-08-06  Jérémie GalarneauUpdate version to v2.12.5 v2.12.5
2021-08-06  Francis DeslauriersFix: runas: less-than-zero comparison of an unsigned...
2021-08-05  Francis DeslauriersFix: runas: supplementary groups are ignored on lttng...
2021-08-05  Simon MarchiFix: lttng: free sessions in cmd_destroy
2021-08-05  Simon MarchiFix: lttng: free domains and channels in get_session_st...
2021-07-07  Jérémie GalarneauFix: rotation client example: leak of handle on error
2021-06-16  Michael Jeanson.gitreview: Set default branch to 'stable-2.12'
2021-06-16  Michael Jeansontests: Move tap-driver.sh out of the autotools aux...
2021-06-16  Francis DeslauriersFix: use of uninitialised bytes valgrind warning
2021-06-15  Jérémie GalarneauFix: bump minimal urcu dependency to 0.11
2021-05-27  Mathieu DesnoyersFix: consumer: unbalanced RCU read-side lock on error
2021-05-27  Jonathan RajotteFix: tests: missing LOG_DRIVER and LOG_DRIVER_FLAGS
2021-05-27  Mathieu DesnoyersFix: list_lttng_agent_events: unbalanced RCU read-side...
2021-05-18  Jérémie GalarneauUpdate version to v2.12.4 v2.12.4
2021-05-18  Jonathan RajotteFix: snapshot path have domain subdir duplicate "ust...
2021-05-13  Jérémie GalarneauFix: relayd: failure to read index entry or stream...
2021-05-11  Jérémie GalarneauFix: sessiond: leak of config_path on duplicate --confi...
2021-05-11  Jonathan RajotteFix: relayd: live: data is missing between viewer attac...
2021-05-11  Jérémie GalarneauFix: lttng-ctl: erroneous check if user is part of...
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  Francis DeslauriersFix: tests: gen-ust-events-ns: Uninitialized argument...
2021-05-11  Jérémie GalarneauFix: consumerd: strlen called on uninitialized path
2021-05-11  Jérémie GalarneauFix: tests: health thread stall: only stop consumerd...
2021-05-11  Francis DeslauriersFix: tests: quote variable in case it's not set
2021-05-11  Jonathan RajotteFix: sessiond: session destroy hang in per-uid when...
2021-05-11  Jonathan RajotteFix: backward relayd: path contains a leading "ust...
2021-05-11  Christophe... Fix: lttng_destroy_session_no_wait: return 0 on success
2021-05-11  Simon Marchiconfig: fix typo in error message
2021-05-11  Mathieu DesnoyersTests: array expressions without contant index are...
2021-05-11  Mathieu DesnoyersFix: validate that array expression contains constant
2021-05-11  Jonathan RajotteFix: test: base-path tests are not run
2021-05-11  Simon MarchiFix: filter: memory leak in filter_parser_ctx
2021-05-11  Simon MarchiFix: sessiond: fix -Wshadow error in save.c
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-05-11  Anders Wallin... Fix: added missing test_channel and removed double...
2021-05-11  Jérémie GalarneauFix: sessiond: kernel: invalid error code check
2021-05-11  Jérémie GalarneauTests: fix: unchecked sscanf return value
2021-03-25  Mathieu Desnoyerscompiler warning cleanup: is_signed_type: compare ...
2021-02-23  Jérémie GalarneauUpdate version to v2.12.3 v2.12.3
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: sessiond: timer: unitiliazed sigevent fields
2021-02-19  Jérémie GalarneauFix: sessiond: ust-registry: dereference of NULL pointe...
2021-02-19  Jérémie GalarneauFix: ust-consumer: metadata cache lock not taken when...
2021-02-03  Mathieu DesnoyersFix: use MT-safe strtok_r in multithreaded context
2021-01-18  Jérémie GalarneauFix: liblttng-ctl: unreported truncations when copying...
2021-01-18  Jérémie GalarneauFix: configure: support Autoconf 2.70
2020-12-02  Jérémie GalarneauFix: sessiond: metadata not created on app unregistrati...
2020-11-27  Francis DeslauriersCleanup: use `modprobe --remove` rather than `rmmod`
2020-11-06  Jonathan RajotteTests: Fix: 99% fill ratio for high buffer usage is...
2020-10-28  Jérémie GalarneauFix: common: poll: compat_poll_wait never finishes
2020-10-15  Jérémie GalarneauBuild fix: implicit declaration of function 'PERROR...
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 GalarneauUpdate version to v2.12.2 v2.12.2
2020-08-03  Jérémie GalarneauTests: rework tracefile_count test to meet the tracefil...
2020-08-03  Jérémie GalarneauFix: extraneous empty/inactive flush on rotation out...
2020-07-30  Jérémie GalarneauFix: relayd: double unlock on viewer stream creation...
2020-07-29  Jérémie GalarneauFix: relayd: live connection fails to open file during...
2020-07-29  Jérémie GalarneauFix: relayd: wrong stream type used in DBG statement
2020-07-29  Jérémie GalarneauFix: lttng: leak of userspace probe path on listing
2020-07-29  Jérémie GalarneauFix: uprobe: missing error code on allocation failure
2020-07-29  Jérémie GalarneauFix: sessiond: don't negate error code on list error
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  Michael Jeansontests: return the proper TAP exit code
2020-07-29  Francis DeslauriersTests: live/test_{lttng_,}kernel: use lttng_test_filter...
2020-07-29  Francis DeslauriersFix: consumer: Move sanity check within `consumer_subbu...
2020-07-21  Jérémie GalarneauFix: sessiond: wrong variable checked for error code
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: relayd: wrong specifier used in DBG format string
2020-07-17  Jérémie GalarneauTests: add a "new metadata after clear" test
2020-07-17  Jérémie GalarneauFix: relayd: send_viewer_streams sends stack data in...
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-14  Jérémie GalarneauFix: tests: interrupting get_next_notification causes...
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  Jonathan Rajottetests: truncate metadata file for regenerate metadata...
2020-06-17  Jérémie GalarneauFix: consumerd: user space metadata not regenerated
2020-06-16  Ovidiu Panaittests: gen-ust-events-ns/tp.h: Fix build with musl...
2020-06-12  Jonathan RajotteFix: tests: output_dir contains the consumerd pipe
2020-06-09  Jérémie GalarneauFix: unix: don't PERROR on EAGAIN for non-blocking...
2020-05-28  Jérémie GalarneauFix: sessiond: sessiond and agent deadlock on destroy
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...
next
This page took 0.04289 seconds and 4 git commands to generate.