docs: Add supported versions and fix-backport policy
[lttng-tools.git] / src / bin / lttng-relayd /
2024-03-22  Jérémie GalarneauClean-up: apply suggested clang-tidy fixes
2024-03-18  Jérémie GalarneauClean-up: relayd: live: run clang-format against live.cpp
2024-03-12  Jérémie GalarneauFix: relayd: live client not notified of inactive streams
2024-03-01  Jérémie GalarneauFix: relayd: live: dispose of zombie viewer metadata...
2024-03-01  Jérémie GalarneauDocs: relayd: viewer stream has no lock member
2024-03-01  Jérémie GalarneauDocs: relayd: received metadata position is reset on...
2023-04-12  Jérémie GalarneauClean-up: run format-cpp on the tree
2023-02-02  Jérémie GalarneauReplace explicit rcu_read_lock/unlock with lttng::urcu...
2023-01-17  Jérémie Galarneauclang-tidy: add readability-simplify-boolean-expr
2023-01-17  Jérémie Galarneauclang-tidy: add most bugprone warnings
2023-01-16  Jérémie Galarneauclang-tidy: add Chrome-inspired checks
2023-01-16  Jérémie GalarneauRun clang-format on the whole tree
2022-12-08  Jérémie GalarneauFix: relayd: missing space in trace creation logging...
2022-10-28  Michael JeansonCleanup: remove ignored flags from poll events bitmasks
2022-10-27  Michael JeansonStandardize quit pipes behavior
2022-06-17  Jérémie GalarneauBuild fix: missing initializer for member 'rotation_pos...
2022-06-13  Jérémie Galarneaucommon: replace container_of with a C++ safe implementation
2022-06-13  Jérémie GalarneauChange backing type of lttng_uuid to std::array
2022-04-14  Jérémie GalarneauFix: sessiond: ODR violation results in memory corruption
2022-03-31  Simon MarchiAdd type-checked versions of allocation and deallocatio...
2022-03-30  Simon MarchiRename C++ header files to .hpp
2022-03-16  Jérémie GalarneauFix: relayd: missing session unlock on error path
2022-03-15  Michael JeansonPrepare for '-Wmissing-field-initializers'
2022-03-15  Michael JeansonPrepare for '-Wunused-parameter'
2022-03-15  Michael Jeansonconfigure: add '-Wredundant-decls' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wlogical-op' to warning flags
2022-03-11  Jérémie GalarneauFix: relayd: session id is ignored by 2.11+ create...
2022-03-03  Jérémie GalarneauFix: relayd: connection abruptly closed on viewer strea...
2022-03-03  Jérémie GalarneauFix: relayd: live client fails on clear of multi-domain...
2022-02-04  Michael Jeansonsrc/common: use single Makefile for parallel builds
2022-01-28  Francis DeslauriersEnforce documented RCU preconditions with assertions
2022-01-28  Francis Deslauriersrelayd: add logging statements in `viewer_get_packet()`
2022-01-27  Francis Deslauriersrelayd: add logging statements in `viewer_attach_session()`
2022-01-27  Francis Deslauriersrelayd: add logging statements in `viewer_get_next_index()`
2022-01-20  Mathieu DesnoyersMove utils_expand_path and utils_expand_path_keep_symli...
2022-01-20  Mathieu DesnoyersIntroduce libcommon-lgpl for liblttng-ctl
2022-01-20  Mathieu DesnoyersRename libcommon.so to libcommon-gpl.so
2022-01-19  Jérémie GalarneauDocs: relayd: live: clarify ownership of vstream after...
2022-01-14  Jérémie GalarneauFix: relayd: erroneous rundir permission logging message
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  Francis Deslauriersrelayd: add `lttng_viewer_command_str()`
2022-01-10  Francis Deslauriersrelayd: add `lttcomm_relayd_command_str()`
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  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  Jérémie GalarneauFix: relayd comm: improperly packed rotate streams...
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-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  Michael JeansonCleanup: typo: existance -> existence
2021-11-17  Simon Marchibin: compile lttng-relayd as a C++
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 DeslauriersCleanup: Remove unused `live_find_viewer_stream_by_id...
2021-10-29  Francis DeslauriersTypo: occurences -> occurrences
2021-10-14  Simon Marchiliblttng-ctl: use export list to define exported symbols
2021-09-23  Francis DeslauriersForce usage of assert() condition when NDEBUG is defined
2021-05-07  Jonathan RajotteFix: relayd: live: data is missing between viewer attac...
2021-04-21  Jérémie GalarneauFix: relayd: leak of config_path on duplicate --config...
2021-04-13  Simon MarchiClean-up: lttng-relayd: prepend `the_` to global variab...
2020-11-18  Jérémie GalarneauFix: unchecked buffer size for communication header
2020-11-17  Jérémie Galarneaurelayd: logging of `trace chunk exists` command refers...
2020-11-06  Michael JeansonCleanup: Use pkg-config to detect liburcu
2020-10-16  Jérémie Galarneaurelayd: silence null dereference warning during viewer...
2020-10-15  Jérémie GalarneauFix: relayd: failure to read index entry or stream...
2020-10-09  Jérémie GalarneauFix: relayd: live: invalid return code on DETACH_SESSION
2020-08-11  Jérémie GalarneauClean-up: relayd index: change spaces to tabs
2020-08-11  Jérémie GalarneauClean-up: relayd: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: relayd trace-chunk: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: relayd index: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: relayd session: change space to tabs
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-27  Jérémie GalarneauFix: relayd: wrong stream type used in DBG statement
2020-07-27  Jérémie Galarneauuprobe: transmit binary file descritptor through lttng_...
2020-07-17  Jérémie GalarneauFix: relayd: wrong specifier used in DBG format string
2020-07-16  Jérémie GalarneauFix: relayd: send_viewer_streams sends stack data in...
2020-07-16  Jérémie GalarneauFix: relayd: viewer metadata is not rotated after a...
2020-07-15  Jérémie GalarneauClean-up: relayd: unused tcp keep alive config return...
2020-04-22  Jérémie Galarneaurelayd: clean-up: remove unused DATETIME_STRING_SIZE...
2020-04-03  Jérémie GalarneauFix: relayd: harmonize path format in backward-compat...
2020-04-03  Jérémie GalarneauFix: relayd: assertion fails on creation of session...
2020-04-01  Jérémie Galarneaurelayd: clean-up: reference is repeated in comment
2020-04-01  Michael JeansonTypo: 'Accomodate' -> 'Accommodate'
2020-03-26  Simon MarchiFix: relayd: cast idigit argument to unsigned char
2020-03-10  Simon MarchiInclude cmd-2-2.h in cmd-2-1.h
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: 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-01-31  Jérémie GalarneauFix: relayd: return from function without unlocking...
next
This page took 0.060793 seconds and 6 git commands to generate.