Fix: track-untrack.c: regression of `--all --pid` option ordering
[lttng-tools.git] / src /
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 2.12-pre
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
2019-12-19  Mathieu Desnoyerssessiond: introduce cleared_after_last_stop
2019-12-19  Mathieu Desnoyerssessiond: implement ust app clear session
2019-12-19  Mathieu Desnoyerssessiond: implement kernel clear session
2019-12-19  Mathieu Desnoyerssessiond: implement consumer clear channel
2019-12-19  Mathieu Desnoyersconsumer: implement clear channel
2019-12-19  Mathieu Desnoyerscommon trace-chunk: introduce lttng_trace_chunk_get_nam...
2019-12-19  Mathieu Desnoyerscommon: trace-chunk: track all files within a chunk
2019-12-19  Mathieu Desnoyerssessiond: cmd_rotate_session: introduce command argument
2019-12-19  Mathieu Desnoyerssessiond: query relayd configuration for availability...
2019-12-19  Mathieu Desnoyersrelayd: Implement get_configuration relayd protocol...
2019-12-19  Mathieu Desnoyerscommon: index and trace-chunk file creation/open API...
2019-12-19  Mathieu Desnoyerscommon: index: remove redundant separator for empty...
2019-12-19  Mathieu Desnoyerssessiond: refactoring: introduce start/stop_kernel_session
2019-12-19  Mathieu Desnoyerssessiond-comm: add clear command support to consumer...
2019-12-19  Mathieu Desnoyerssessiond-comm: Document feature branch specific command...
2019-12-19  Mathieu Desnoyersrelayd: tracefile array: Allow head position to skip...
2019-12-19  Mathieu Desnoyersrelayd tracefile array: add tracefile_array_reset
2019-12-19  Mathieu Desnoyerscommon dynamic-array: Introduce dynamic array clear
2019-12-19  Mathieu Desnoyersrelayd: environment variable to disable clear command
2019-12-19  Jonathan Rajottelttng: Implement lttng clear session command
2019-12-19  Mathieu Desnoyerslttng-ctl: Expose sessiond cmd_clear_session command
2019-12-19  Mathieu Desnoyerscommon error: Add errors for clear feature
2019-12-19  Jonathan Rajotteust-consumer: Expose user space clear buffer operation
2019-12-19  Jonathan Rajottekernel-ctl: Expose kernel clear buffer operation
2019-12-19  Mathieu DesnoyersSend ust and kernel domain directory handle to consumer
2019-12-19  Mathieu DesnoyersFix: consumer: do not flush on transition from NULL...
2019-12-19  Mathieu DesnoyersFix: consumer: honor "active" flush flag
2019-12-19  Mathieu DesnoyersFix: sessiond cmd.h: include missing lttng-sessiond.h
2019-12-19  Mathieu DesnoyersFix: sessiond: ust-app: per-pid buffers: Create empty...
2019-12-19  Mathieu DesnoyersFix: utils: utils_stream_file_path separator
2019-12-19  Mathieu DesnoyersFix: consumerd: use packet sequence number for rotation...
2019-12-19  Mathieu Desnoyersalign.h: Implement ALIGN_FLOOR macro
2019-12-19  Mathieu DesnoyersFix: relayd: per-pid live: no new metadata vs close
2019-12-19  Mathieu DesnoyersFix: relayd: use packet sequence number for rotation...
2019-12-19  Mathieu DesnoyersFix: relayd stream.c: LTTNG_OPTIONAL_GET address confusion
2019-12-19  Mathieu DesnoyersFix: optional.h macro missing parentheses and guards
2019-12-19  Jérémie GalarneauFix: use of strnlen breaks build on Solaris 10
2019-12-16  Simon Marchidynamic-array: fix documentation of lttng_dynamic_point...
2019-12-13  Jonathan RajotteFix: move testpoint after state update
2019-12-13  Jérémie GalarneauMake lttng_directory_handle reference countable
2019-12-12  Jérémie GalarneauClean-up: apply clang-format to the newly added fd...
2019-12-12  Jérémie GalarneauFix build: fd-tracker is not part of librelayd
2019-12-09  Simon Marchicompat: remove always true assertion in compat-poll.c
2019-12-09  Jérémie GalarneauFix: sessiond: RCU read lock imbalance on get trace...
2019-12-06  Simon MarchiFormat lists in src/common/Makefile.am
2019-12-03  Simon Marchisessiond: make functions static in ust-registry.c
2019-12-03  Simon Marchisessiond: make thread_consumer_management function...
2019-12-03  Simon Marchisessiond: make thread_rotation function static
2019-12-03  Jérémie GalarneauFix: relayd: missing metadata stream causes all traces...
2019-12-03  Simon Marchilttng-ctl: add local declarations for obsolete function...
2019-12-03  Simon Marchisessiond: remove unused log_job_destruction function
2019-12-03  Simon Marchisessiond: make disable_context static
2019-12-03  Simon Marchisessiond: make ltt_sessions_ht_alloc static
2019-12-03  Simon Marchirelayd: make functions static in ctf-trace.c
2019-12-02  Simon MarchiMake validate_url_option_combination static in create.c
2019-12-02  Simon MarchiMake _utils_expand_path static
2019-12-02  Simon MarchiRemove unused function uri_create
2019-11-29  Simon Marchiuri: put `inline` at beginning of strpbrk_or_eos declar...
2019-11-29  Simon Marchicommon: make some functions static in mi-lttng.c
next
This page took 0.041496 seconds and 8 git commands to generate.