Cleanup: Move `create_posix_shm()` to common/shm.c
[lttng-tools.git] / src / common / sessiond-comm /
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.
2017-08-01  Julien DesfossezCleanup: remove unused internal structure
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2017-05-05  Jérémie GalarneauImplement consumer ring buffer position sampling
2016-12-16  Mathieu DesnoyersFix: relayd vs consumerd compatibility
2016-10-07  Philippe ProulxRemove calibrate from liblttng-ctl
2016-09-28  Jérémie GalarneauFix: time redefinition warnings on macOS builds
2016-08-05  Michael JeansonPort: Detect platforms where librt is required
2016-08-05  Michael JeansonPort: Add OSX clock_gettime compat
2016-07-06  Julien DesfossezAllow regenerating the statedump of a running session
2016-07-06  Julien DesfossezRename the "metadata regenerate" command to "regenerate...
2016-05-19  Mathieu DesnoyersFix: UST should not generate packet at destroy after...
2016-05-05  Jérémie GalarneauMove unix.h wrapper from sessiond-comm to common
2016-03-11  Julien DesfossezCommand metadata regenerate
2016-03-11  Julien DesfossezStore the instance id and packet_seq_num in indexes
2016-03-08  Julien DesfossezExtract the lost packets and discarded events counters
2016-03-07  Jérémie GalarneauAdd channel discarded events and lost packets stats...
2016-03-03  Philippe ProulxTransfer UST exclusion names from sessiond to client
2016-02-26  Philippe ProulxTransfer filter strings from sessiond to client
2016-02-25  Philippe ProulxRefactor setup_lttng_msg() to include cmd header
2016-02-25  Philippe ProulxAdd command header to sessiond->client response msg
2016-02-12  Jérémie GalarneauNotify java agent of enabled application contexts
2016-02-12  Jérémie GalarneauEnforce const-correctness in UNIX socket wrappers
2016-02-12  Jérémie GalarneauAdd application context support to lttng-ctl lttng_add_...
2015-11-04  Philippe Proulxsessiond-comm.h: fix whitespaces
2015-11-03  Philippe ProulxAdd LTTNG_EVENT_EXCLUSION_NAME_AT() helper macro
2015-11-03  Philippe ProulxFix: lay out names in exclusion structure correctly
2015-10-22  Alexandre MontplaisirAdd the filter expression to the enable_event agent...
2015-10-19  Michael JeansonFix: Silence warning by casting *sin_addr to *sockaddr
next
This page took 0.053436 seconds and 7 git commands to generate.