lttng-tools.git
2022-01-20  Mathieu DesnoyersRelicence all source and header files included in LGPL...
2022-01-20  Mathieu DesnoyersMove utils_expand_path and utils_expand_path_keep_symli...
2022-01-20  Mathieu DesnoyersLink lttng executable on libcommon-lgpl.a
2022-01-20  Mathieu DesnoyersIntroduce libcommon-lgpl for liblttng-ctl
2022-01-20  Mathieu DesnoyersRename libcommon.so to libcommon-gpl.so
2022-01-20  Mathieu DesnoyersCopyright ownership transfer
2022-01-19  Jérémie GalarneauDocs: relayd: live: clarify ownership of vstream after...
2022-01-17  Jérémie GalarneauCopyright ownership transfer
2022-01-14  Jérémie GalarneauFix: relayd: erroneous rundir permission logging message
2022-01-14  Jérémie GalarneauFix: sessiond: rotation thread: fatal error when not...
2022-01-13  Jérémie GalarneauFix: relayd: rotation failure for multi-domain session
2022-01-12  Jérémie GalarneauDocs: relayd: document the role of session_trace_chunk_...
2022-01-11  Mathieu DesnoyersFix: lttng-ctl: lttng_list_sessions: initialize out_ses...
2022-01-11  Francis Deslauriersrelayd: add `lttng_viewer_command_str()`
2022-01-10  Francis Deslauriersrelayd: add `lttcomm_relayd_command_str()`
2022-01-10  Simon MarchiFix: lttng: initialize variable in run_command_string
2022-01-10  Jérémie GalarneauFix: enable-rotation: wrong type of rotation specified...
2022-01-10  Simon Marchicommon: replace uses of calloc(..., 1) with zmalloc
2022-01-10  Mathieu DesnoyersFix: consumer-stream: live viewers observe timestamps...
2022-01-10  Mathieu DesnoyersFix: relayd: ressource leaks on viewer_stream_create...
2022-01-10  Mathieu DesnoyersFix: relayd: live: erroneous message timestamp observed...
2022-01-10  Mathieu Desnoyersrelayd: clarify viewer_get_next_index no rotation condition
2022-01-10  Mathieu DesnoyersFix: relayd: failure to open chunk files concurrently...
2022-01-10  Simon Marchicommon: compile argpar-utils as C++
2022-01-10  Mathieu DesnoyersFix: relayd: live: metadata stream reference count...
2021-12-16  Mathieu DesnoyersFix: relayd: compare viewer chunks by ID rather than...
2021-12-16  Mathieu DesnoyersFix: relayd: live: erroneous message timestamp observed...
2021-12-16  Mathieu DesnoyersValidate channel context mismatch across UST applications
2021-12-16  Jérémie GalarneauFix: relayd comm: improperly packed rotate streams...
2021-12-16  Jonathan RajotteTest: snapshot after regenerate metadata
2021-12-16  Jonathan RajotteFix: ust-consumer: segfault on snapshot after regenerat...
2021-12-16  Simon Marchilttng: list valid condition / action names if missing...
2021-12-16  Simon Marchilttng: mention argument number on unknown action /...
2021-12-16  Simon Marchilttng: fix argument numbers in add-trigger error messages
2021-12-16  Simon Marchiargpar-utils: tweak unknown option error message
2021-12-16  Simon Marchiargpar: sync with upstream - adjust to iterator API
2021-12-15  Simon Marchiconfigure: enable -Wformat=2
2021-12-15  Simon Marchicommon: move append_str to string-utils
2021-12-10  Philippe Proulxlttng-create(1): specify that `--shm-path` only applies...
2021-12-10  Jérémie GalarneauFix: sessiond: action-executor: misquoted strings in...
2021-12-10  Jonathan RajotteRefactor: action executor: fetch session based on execu...
2021-12-10  Jérémie GalarneauTests: live kernel: no plan printed when non-root
2021-12-10  Jonathan RajotteFix: sessiond: assert on lttng_ht_add_unique_str on...
2021-12-10  Jérémie GalarneauFix: sessiond: snapshot: leak of trace chunk
2021-12-10  Francis DeslauriersTests: add missing kernel test cases to make check...
2021-12-09  Simon Marchiconfigure: enable -Wsuggest-attribute=format
2021-12-09  Simon Marchitests: sync tests/utils/tap with Babeltrace repository
2021-12-09  Philippe Proulxlttng_strerror(): accept positive and negative codes
2021-12-09  Jonathan RajotteFix: test: use BABELTRACE_BIN instead of babeltrace
2021-12-09  Michael JeansonCleanup: consumerd: update stale comment
2021-12-09  Jonathan RajotteFix: action executor: ref count imbalance for session...
2021-12-08  Mathieu DesnoyersFix: relayd: `!vsession->current_trace_chunk` assertion...
2021-12-08  Jérémie GalarneauDocs: relayd: document the semantics of a viewer sessio...
2021-11-19  Michael Jeansonrelayd: do not link lttng-relayd on liblttng-ctl
2021-11-19  Simon Marchicommon: split ini-config in its own convenience library
2021-11-19  Michael JeansonFix: C++ syntax of macOS compat code
2021-11-19  Jérémie GalarneauDocs: optional.h: incorrect declaration example
2021-11-18  Michael JeansonFix: g++ 4.8 doesn't support non-trivial designated...
2021-11-18  Michael JeansonFix: pass explicit type to std::min for 32-bit platforms
2021-11-18  Francis DeslauriersCleanup: ust-app.c: remove extra parenthesis in log...
2021-11-18  Michael JeansonCleanup: typo: commiting -> committing
2021-11-18  Michael JeansonCleanup: typo: existance -> existence
2021-11-18  Francis DeslauriersCleanup: typo: everythong -> everything
2021-11-18  Francis DeslauriersCleanup: typo: mutliple -> multiple
2021-11-18  Simon MarchiRemove extern "C" from internal headers
2021-11-18  Simon Marchitests: compile some tools/tests as C++
2021-11-18  Simon Marchitests: compile all unit tests as C++
2021-11-18  Simon Marchicommon: compile libcommon as C++
2021-11-18  Simon Marchicommon: compile libconsumer, libust-consumer, libkernel...
2021-11-18  Simon Marchicommon: compile libindex as C++
2021-11-18  Simon Marchicommon: compile libtestpoint as C++
2021-11-17  Simon Marchicommon: compile librelayd as C++
2021-11-17  Simon Marchicommon: compile libsessiond-common as C++
2021-11-17  Simon Marchicommon: compile libkernel-ctl as C++
2021-11-17  Simon Marchicommon: compile libhealth as C++
2021-11-17  Simon Marchicommon: compile libhashtable as C++
2021-11-17  Simon Marchicommon: compile libfilter as C++
2021-11-17  Simon Marchicommon: compile libfd-tracker as C++
2021-11-17  Simon Marchicommon: compile libconfig as C++
2021-11-17  Simon Marchicommon: compile libcompat as C++
2021-11-17  Jérémie Galarneau.gitignore: ignore generated filter parser sources
2021-11-17  Simon Marchicommon: compile libbytecode as C++
2021-11-17  Simon Marchicommon: compile libstring-utils as C++
2021-11-17  Simon Marchilib: compile liblttng-ctl as C++
2021-11-17  Simon Marchibin: compile lttng-consumerd as a C++
2021-11-17  Simon Marchibin: compile lttng-crash as a C++
2021-11-17  Simon Marchibin: compile lttng-relayd as a C++
2021-11-17  Simon Marchibin: compile lttng-sessiond as C++
2021-11-17  Simon MarchiFix: tests: fix unused-but-set warning in test_fd_tracker.c
2021-11-17  Simon MarchiFix: sessiond: fix possible buffer overflow warning
2021-11-17  Simon Marchicommon: fix compilation when strnlen, strnup and memrch...
2021-11-02  Jonathan RajotteFix: tests: app unregistering is not guaranteed by...
2021-11-02  Jérémie GalarneauClean-up: lttngctl: copy string using strdup instead...
2021-11-02  Jonathan RajotteFix: lttng-ctl: tracing_group memory leaks
2021-11-02  Jonathan RajotteCleanup: missing ')'
2021-11-02  Francis DeslauriersFix: use <unistd.h> instead of <sys/unistd.h>
2021-11-02  Francis DeslauriersFix: Tests: unchecked `close()` return value
2021-11-02  Jérémie GalarneauFix: relayd: live: mishandled initial null trace chunk
2021-11-01  Jérémie GalarneauDocs: relayd: document the lifetime of viewer session...
2021-10-29  Francis DeslauriersTests: use babeltrace2 for all tests
next
This page took 0.041242 seconds and 4 git commands to generate.