Fix: lttng-ctl: _handle can be NULL
[lttng-tools.git] / src /
2020-03-10  Jonathan RajotteFix: lttng-ctl: _handle can be NULL
2020-03-10  Jonathan RajotteFix: sessiond: domain subdirectory not deleted on empty...
2020-03-10  Jérémie GalarneauSilence `POSIX Yacc` warnings
2020-03-10  Simon MarchiFix -Wmissing-declarations warnings in filter-parser.y
2020-03-10  Simon MarchiInclude cmd-2-2.h in cmd-2-1.h
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: relayd: use of relay_session ref count before...
2020-02-18  Jérémie GalarneauFix: relayd: unchecked return value when opening relay...
2020-02-18  Jérémie GalarneauFix: trace-chunk: useless assignment to 'ret'
2020-02-18  Jérémie GalarneauFix: lttng: track-untrack: error assigned to wrong...
2020-02-18  Jérémie GalarneauFix: relayd: live: unchecked poll set creation return...
2020-02-18  Jérémie GalarneauFix: relayd: live: unchecked return value when opening...
2020-02-18  Jérémie GalarneauFix: relayd: unchecked poll set creation return value
2020-02-14  Jérémie GalarneauFix: lttng: uninitialized pointer free'd when no sessio...
2020-02-07  Francis DeslauriersFix: lttng-sessiond: control reaches end of non-void...
2020-02-07  Jonathan RajotteFix: possible null dereference
2020-02-07  Jonathan RajotteFix: string might be uninitialized
2020-02-03  Jérémie GalarneauFix: sessiond: snapshot errors don't clear session...
2020-02-03  Jérémie GalarneauFix: sessiond: bounded snapshot record fails when no...
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 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
next
This page took 0.042231 seconds and 7 git commands to generate.