Tests: Add test to check shared-memory FD leaks after relayd dies
[lttng-tools.git] / src / common / sessiond-comm /
2024-02-28  Kienan Stewartsessiond: lttng: Add command to check kernel tracer...
2023-04-12  Jérémie GalarneauClean-up: run format-cpp on the tree
2023-03-21  Jérémie GalarneauBuild fix: POD static_assert check fails on lttng_event...
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-10-13  Jérémie Galarneausessiond-comm: prefix lttcomm_sessiond_command entries
2022-10-13  Jérémie GalarneauFix: sessiond: abort called on undefined client command
2022-07-04  Jérémie GalarneauFix: sessiond: size-based rotation threshold exceeded...
2022-06-13  Jérémie GalarneauChange backing type of lttng_uuid to std::array
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 GalarneauClean-up: sessiond-comm: out of bounds access warning
2022-03-15  Michael JeansonPrepare for '-Wmissing-field-initializers'
2022-02-28  Jonathan RajotteFix: liblttng-ctl comm: lttng_event_context is not...
2022-02-28  Jonathan RajotteFix: liblttng-ctl comm: lttng_event is not packed
2022-02-28  Jonathan RajotteFix: liblttng-ctl comm: lttng_channel is not packed
2022-02-28  Jonathan RajotteFix: Unexpected payload size in cmd_recv_stream_2_11
2022-02-04  Michael Jeansonsrc/common: use single Makefile for parallel builds
2022-01-17  Jérémie GalarneauCopyright ownership transfer
2022-01-10  Francis Deslauriersrelayd: add `lttcomm_relayd_command_str()`
2021-12-16  Jérémie GalarneauFix: relayd comm: improperly packed rotate streams...
2021-11-18  Simon MarchiRemove extern "C" from internal headers
2021-11-17  Simon Marchicommon: compile libsessiond-common as C++
2021-11-17  Simon Marchilib: compile liblttng-ctl as C++
2021-11-17  Simon Marchibin: compile lttng-sessiond as C++
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-04-22  Jérémie Galarneausessiond: add support for anonymous triggers
2021-04-18  Jérémie Galarneaulttng-ctl: Add error query interface
2021-03-15  Mathieu DesnoyersAdapt to lttng-ust ust-abi.h naming prefix update
2021-03-09  Simon Marchicommon: rename filter bytecode types
2021-02-03  Francis Deslaurierssessiond: client commands: print command enum as a...
2020-11-20  Jonathan Rajottetrigger: implement listing of registered trigger
2020-11-06  Michael Jeansonport: FreeBSD has no ENODATA, alias it to ENOATTR
2020-10-13  Jérémie GalarneauFix: lttng-ctl: erroneous uses of LTTNG_PACKED
2020-08-11  Jérémie GalarneauClean-up: sessiond comm relay: change spaces to tabs
2020-08-10  Jonathan Rajottesessiond: comm: add fd count information for lttng...
2020-08-10  Jérémie GalarneauTests: add unix socket wrapper unit tests
2020-07-27  Jérémie Galarneauuprobe: transmit binary file descritptor through lttng_...
2020-07-27  Jérémie Galarneaucommon: move lttng_payload[_view] to libcommon
2020-07-16  Jérémie GalarneauFix: stream intersection fails on snapshot of cleared...
2020-06-11  Jérémie Galarneauliblttng-ctl: use lttng_payload for serialize/create_fr...
2020-05-26  Jérémie Galarneauconsumerd: tag metadata channel as being part of a...
2020-03-26  Jérémie GalarneauRefactor: lttng-ctl: follow terminology of the tracker...
2020-01-30  Michael JeansonMove to kernel style SPDX license identifiers
2019-12-20  Jonathan Rajottetrackers: support tracking feature
2019-12-19  Mathieu Desnoyersrelayd: Implement get_configuration relayd protocol...
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 Desnoyerslttng-ctl: Expose sessiond cmd_clear_session command
2019-11-27  Michael JeansonReplace libuuid with internal implementation
2019-09-14  Jérémie Galarneauinet: fix: possible unaligned access in packed structur...
2019-09-05  Jérémie GalarneauFix: lttcomm_consumer_close_trace_chunk_reply undefined...
2019-09-05  Mathieu Desnoyersrelayd protocol: reply path for close chunk and create...
2019-09-05  Mathieu Desnoyersrelayd comm: add base path to create session
2019-09-03  Mathieu DesnoyersFix: honor base path for network URIs
2019-08-30  Mathieu DesnoyersCleanup: typo: overriden -> overridden
2019-08-09  Jérémie Galarneaurelayd: implement file and session rotation on top...
2019-08-09  Jérémie Galarneaurelayd: create stream files relative to a session's...
2019-08-09  Jérémie GalarneauSend session creation time to relay daemon when supported
2019-08-09  Jérémie Galarneaurelayd: add remote trace chunk close command
2019-07-25  Jérémie Galarneaurelayd: add remote trace chunk creation command
2019-07-25  Jérémie Galarneaurelayd: Transmit current trace chunk id in create_sesss...
2019-07-25  Jérémie GalarneauUse a "comm" variant of the LTTNG_OPTIONAL helper in...
2019-07-25  Jérémie GalarneauRemove unused relay daemon commands
2019-07-25  Jérémie GalarneauFix: wait for the completion of implicit session rotations
2019-07-25  Jérémie GalarneauCreate stream files relative to a stream's current...
2019-07-18  Jérémie Galarneaurelayd: send sessiond uuid and session id as part of...
2019-04-10  Jérémie GalarneauGenerate session name and default output on sessiond...
2019-03-26  Jérémie GalarneauFix: missing include can cause structures to not be...
2019-01-14  Jérémie GalarneauFix: error logged on partial recvmsg() in MSG_DONTWAIT
2018-11-16  Mathieu DesnoyersFix: Connect timeout arithmetic in inet/inet6 (v4)
2018-11-16  Mathieu DesnoyersFix: consumer: snapshot error return code
2018-11-16  Mathieu DesnoyersFix: consumer: rotation error return codes
2018-10-02  Jérémie GalarneauFix: rotation may never complete in per-PID buffering...
2018-08-30  Jérémie GalarneauRemove unused session current_archive_location accessor
2018-08-24  Jérémie Galarneaulttng-ctl: implement listing of userspace probe locations
2018-08-24  Jérémie Galarneaulttng-ctl: send userspace probe location on enable_event
2018-08-15  Jérémie Galarneaurotation-api: introduce rotation schedule descriptors
2018-06-05  Jérémie GalarneauPass the consumerd stream's trace archive id to the...
2018-06-05  Jérémie GalarneauFix: propagate archive id to the consumer daemon on...
2018-06-04  Jonathan RajotteUse dynamic payload for the add stream realyd command
2018-06-04  Jonathan RajotteDynamic payload for relayd create session command
2018-06-04  Jonathan RajotteFix: backward relayd communication compatibility.
2018-04-27  Jérémie GalarneauUse non-blocking recvmsg() for data/ctrl connections...
2018-04-25  Jérémie GalarneauFix: unprivilieged sessiond agent port clashes with...
2018-04-24  Jérémie GalarneauFix: erroneous use of extern keyword
2018-04-03  Julien DesfossezSave, restore and list the rotation parameters
2018-04-03  Julien DesfossezSession consumed size notification
2018-04-03  Julien DesfossezRotate timer
2018-03-23  Julien Desfossezlttng rotate command
2018-03-21  Julien DesfossezRelay rotate pending command
2018-03-21  Julien DesfossezRotate command
2018-03-14  Julien DesfossezConsumer rotate a channel
2018-03-14  Julien DesfossezConsumer rotate stream
2018-03-14  Julien DesfossezImplement the RELAYD_ROTATE_PENDING relay daemon command
2018-03-13  Julien DesfossezImplement the RELAYD_ROTATE_STREAM relay daemon command
2018-03-06  Julien DesfossezCommand to rename a folder
2018-03-05  Julien DesfossezCommand to make a directory on the consumer or relay
2018-02-26  Jonathan RajotteFix: set errno with value from SO_ERROR on error.
next
This page took 0.078914 seconds and 7 git commands to generate.