Clean-up: unchecked return value
[lttng-tools.git] / src /
2020-01-31  Jérémie GalarneauClean-up: unchecked return value
2020-01-31  Jérémie GalarneauFix: unchecked return value of cds_lfht_destroy()
2020-01-31  Jérémie GalarneauFix: relayd: return from function without unlocking...
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 GalarneauFix: relayd: register listener threads as rcu readers
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 JeansonCleanup: remove superfluous tests.txt
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  Francis DeslauriersFix: lttng: sanity check of `--probe` description
2020-01-30  Jérémie Galarneaulttng-view: make babeltrace2 the default viewer
2020-01-30  Jérémie Galarneaulttng-view: clean-up: remove unneeded empty line
2020-01-30  Jérémie Galarneaulttng-view: clean-up: static struct viewers array shoul...
2020-01-30  Jérémie Galarneaulttng-view: clean-up: remove commented and unused refer...
2020-01-30  Jérémie Galarneaurelayd: register fd tracker instance to all created...
2020-01-30  Jérémie Galarneaurelayd: track relayd control connection sockets
2020-01-30  Jérémie Galarneaurelayd: track relayd data connection sockets
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 GalarneauFix: relayd: fail to create session when trace chunk...
2020-01-30  Jérémie Galarneaurelayd: track the health unix socket with the fd-tracker
2020-01-30  Jérémie Galarneaurelayd: track the health thread's poll fd with fd-tracker
2020-01-30  Jérémie Galarneaurelayd: rename fd-cap parameter to fd-pool-size
2020-01-30  Jérémie Galarneaurelayd: track the live client connections socket
2020-01-30  Jérémie Galarneaurelayd: track the control and data listener socket
2020-01-30  Jérémie Galarneaurelayd: track the live listener socket
2020-01-30  Jérémie Galarneaurelayd: track stdio output file descriptors
2020-01-30  Jérémie Galarneaurelayd: track the live viewer worker thread's epoll fd
2020-01-30  Jérémie Galarneaurelayd: track the live listener thread's epoll fd
2020-01-30  Jérémie Galarneaurelayd: track the live_conn_pipe with the fd-tracker
2020-01-30  Jérémie Galarneaurelayd: track listener's epoll fd using the fd-tracker
2020-01-30  Jérémie Galarneaurelayd: track worker thread's epoll fd using the fd...
2020-01-30  Jérémie Galarneaurelayd: track clients of the health unix socket with...
2020-01-30  Jérémie Galarneaurelayd: track the health quit pipe with the fd-tracker
2020-01-30  Jérémie Galarneaurelayd: track the relay_conn_pipe with the fd-tracker
2020-01-30  Jérémie Galarneaurelayd: track the quit pipe with the fd-tracker
2020-01-30  Jérémie Galarneaurelayd: Don't bypass the fd tracker when closing file...
2020-01-30  Jérémie Galarneaurelayd: initialize the global fd tracker from fd_cap...
2020-01-30  Jérémie Galarneaurelayd: clean-up: reduce the number of exit paths in...
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  Francis DeslauriersFix: lttng: placing probe on symbol starting with `_`
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  Francis DeslauriersFix: track-untrack.c: regression of `--all --pid` optio...
2020-01-14  Francis Deslaurierstrack-untrack.c: error out on unknown CLI options
2020-01-14  Francis DeslauriersCleanup: track-untrack.c: declare all `int` on the...
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
2020-01-13  Jonathan RajotteFix: skip start trace for app that are already started.
2020-01-13  Jonathan RajotteFix: keep active session state on redundant start command
2020-01-13  Francis DeslauriersFix: build failures when `--without-lttng-ust`
2019-12-20  Jérémie GalarneauSync lttng-ust ABI version in ust-abi-internal.h
2019-12-20  Jérémie GalarneauSync lttng-modules ABI version in internal kernel-ioctl.h
2019-12-20  Jérémie GalarneauFix: lttng-clear: invalid free of session name
2019-12-20  Jonathan RajotteFix: initialize var_data to NULL
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  Jonathan RajotteFix: Initialize ret to zero
2019-12-20  Jonathan RajotteError early on invalid tracker type for UST domain
2019-12-20  Jonathan Rajotteust-app: remove dead code
2019-12-20  Jonathan RajotteFix: Skip uid registry when metadata key value is 0
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: add sessiond tracker list implementation
2019-12-20  Mathieu Desnoyerstrackers: update lttng-modules tracer ABI
2019-12-20  Mathieu Desnoyerstrackers: change error code from "pid" to "id"
2019-12-20  Jérémie GalarneauFix: sessiond: check for lttng-modules ABI 2.1 rather...
2019-12-19  Mathieu Desnoyersrelayd: live: implement support for clear feature
2019-12-19  Mathieu Desnoyersrelayd: implement support for clear feature
2019-12-19  Mathieu Desnoyersrelayd: viewer-stream: introduce viewer_stream_close_fi...
2019-12-19  Mathieu Desnoyersrelayd: viewer_session: expose viewer_session_set_trace...
2019-12-19  Mathieu Desnoyerstrace-chunk: implement no-op and delete release commands
2019-12-19  Mathieu Desnoyerssessiond: document effect of rotated_after_last_stop...
2019-12-19  Mathieu Desnoyerssessiond: snapshot: set trace chunk to NULL before...
2019-12-19  Mathieu Desnoyersrelayd: return invalid protocol error on close chunk...
2019-12-19  Mathieu Desnoyersrelayd: set has rotated only for explicit rotations
2019-12-19  Mathieu Desnoyerstrace-chunk: Introduce chunk "path", relayd session...
2019-12-19  Mathieu Desnoyersconsumer: add extra debug output
2019-12-19  Mathieu Desnoyersrelayd: add extra debug output
2019-12-19  Mathieu Desnoyerssessiond: implement clear command
2019-12-19  Mathieu Desnoyerssessiond: add clear notifier
next
This page took 0.039212 seconds and 7 git commands to generate.