Build a list of triggers applying to a given session on creation
[lttng-tools.git] / src / bin / lttng-relayd /
2018-06-05  Jérémie GalarneauLog the session to which a ROTATE_PENDING command applies
2018-06-05  Jérémie GalarneauInitialize relay_stream chunk_id to its session's curre...
2018-06-05  Jérémie GalarneauPass the consumerd stream's trace archive id to the...
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-05-17  Michael JeansonPort: fix format warnings on Cygwin
2018-05-01  Jonathan RajotteFix: relayd streams can be leaked on connection error
2018-05-01  Jérémie GalarneauCleanup: fix typo in relayd comment
2018-04-30  Jonathan RajotteCleanup: ret is unused in relay_process_data_receive_he...
2018-04-27  Jérémie GalarneauFix: partial writes of padding are not checked
2018-04-27  Jérémie GalarneauPropagate whether a connection was closed cleanly or...
2018-04-27  Jonathan RajotteFix: relayd protocol field present from minor 8 is...
2018-04-27  Jonathan RajotteAdd DBG statement for TCP keep-alive options
2018-04-27  Jérémie GalarneauFix: relay_recv_metadata does not check for partial...
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-09  Gregory LEOCADIEFix: use off_t type for lseek function return value...
2018-04-03  Jérémie GalarneauFix: unhandled prev_seq initial value
2018-03-21  Julien DesfossezRelay rotate pending command
2018-03-16  Jonathan RajotteFix: ret is uninitialized on standard path
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-06  Jérémie GalarneauFix: create_output_path() relayd util is not const...
2018-03-05  Julien DesfossezCommand to make a directory on the consumer or relay
2018-02-26  Jonathan RajotteFix: Use SOL_SOCKET level for SO_KEEPALIVE on all platform
2018-02-20  Julien DesfossezFix: reply to version check even on protocol mismatch
2018-02-01  Jonathan Rajottelttng-relayd: use TCP keep-alive mechanism to detect...
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteFix: ret is used instead or err to set an error code
2017-07-28  Jérémie GalarneauFix: NULL passed to memcpy in error path
2017-07-27  Jonathan RajotteFix live-comm: merge TCP socket write-write sequence...
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2017-05-22  Mathieu Desnoyersrelay: use urcu_ref_get_unless_zero
2017-05-19  Mathieu DesnoyersFix: thread exit vs futex wait/wakeup race
2017-05-05  Mathieu DesnoyersFix: lttng-live: send HUP reply when per-PID streams...
2017-05-05  Philippe ProulxAdd --enable-embedded-help option to embed --help messa...
2017-02-14  Michael JeansonPort: Link with no-undefined on Windows
2017-02-14  Michael JeansonFix: Remove unused headers
2017-01-09  Mathieu DesnoyersFix: add missing rcu_barrier before daemon teardown
2017-01-06  Jonathan RajotteFix: lttng-relayd: forcefully close stream on relayd...
2016-12-16  Mathieu DesnoyersFix: relayd vs consumerd compatibility
2016-11-08  Anders WallinAdd version info to lttng-relayd help
2016-10-20  Jérémie GalarneauFix: stop lttng-relayd threads on health thread error
2016-10-07  Mathieu DesnoyersFix: ignore SIGPIPE
2016-08-05  Michael JeansonPort: Detect platforms where librt is required
2016-06-29  Michael JeansonFix: Set thread stack size to ulimit soft value
2016-06-27  Jérémie GalarneauLazily initialize max poll set size
2016-06-03  Jérémie GalarneauFix: lttng-relayd allow binding of privileged ports...
2016-06-03  Mathieu Desnoyersrelayd: optimize receive throughput
2016-05-18  Mathieu DesnoyersFix: unchecked return value in relayd live.c
2016-05-18  Mathieu DesnoyersFix: NULL pointer dereference in relay_index_get_by_id_...
2016-05-17  Mathieu DesnoyersFix: illegal memory access in send_viewer_streams
2016-05-17  Jérémie GalarneauSimplify rcu locking in viewer_list_sessions
2016-05-17  Mathieu DesnoyersFix: illegal memory access in viewer_list_sessions
2016-05-17  Mathieu DesnoyersFix: illegal memory access in session_create
2016-03-18  Philippe Proulxlttng-relayd: show man page with --help and remove...
2016-03-16  Jérémie GalarneauUse of bare attribute directives instead of LTTNG_PACKED
2016-03-16  Julien DesfossezLive: command to detach a viewer session
2016-03-11  Julien DesfossezCommand metadata regenerate
2016-03-11  Julien DesfossezStore the instance id and packet_seq_num in indexes
2015-11-02  Jérémie GalarneauFix: Check for NULL hash tables on relay daemon teardown
2015-10-19  Jonathan RajotteMove libconsumer under common/consumer/
2015-10-19  Mathieu DesnoyersRelay protocol: check string lengths
2015-10-19  Michael JeansonFix: Silence warning formating pid_t as int
2015-10-19  Michael JeansonRename config.h to session-config.h
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-10-19  Michael JeansonPort: Add Solaris string compat
2015-10-19  Michael JeansonPort: Use LTTNG_HOST_NAME_MAX instead of HOST_NAME_MAX
2015-10-19  Michael JeansonPort: Use LTTNG_NAME_MAX instead of NAME_MAX
2015-09-18  Mathieu DesnoyersFix: relayd: don't call lttng_ht_destroy in RCU read...
2015-09-15  Antoine BusqueFix: dereferencing null index pointer
2015-09-14  Mathieu DesnoyersPrint relayd stream indexes
2015-09-14  Mathieu DesnoyersEnhance relayd error reporting
2015-09-14  Mathieu DesnoyersFix: relayd: handle consumerd crashes without leak
2015-09-14  Mathieu DesnoyersFix: LPOLLHUP and LPOLLERR when there is still data...
2015-09-05  Jérémie GalarneauFix: Overwrite of ret in relay_recv_metadata
2015-09-05  Jérémie GalarneauFix: Wait for in-flight data before closing a stream
2015-09-05  Mathieu DesnoyersFix: unpublish stream on close
2015-09-04  Jérémie GalarneauFix: Announce empty streams on live attach
2015-09-04  Mathieu DesnoyersFix: relayd: file rotation and live read
2015-09-04  Mathieu DesnoyersFix: relay: viewer_get_next_index handle null vstream
2015-09-04  Mathieu DesnoyersFix: relayd: make viewer streams consider metadata...
2015-09-04  Mathieu DesnoyersFix: don't expose empty streams
2015-09-04  Mathieu DesnoyersFix: relayd: don't check new metadata on get packet
2015-09-04  Mathieu DesnoyersFix: relayd: don't check for new streams in get packet
2015-09-04  Mathieu DesnoyersFix: ask new streams HUP
2015-09-04  Mathieu DesnoyersFix: reply error if get packet vstream fails
2015-09-04  Mathieu DesnoyersFix: relayd reply error to client if cannot find viewer...
2015-09-04  Mathieu DesnoyersFix: relayd reply with error if cannot find metadata
2015-09-04  Mathieu DesnoyersFix: relayd live don't send incomplete stream list
2015-09-04  Mathieu DesnoyersFix: Relay daemon ownership and reference counting
2015-09-03  Jérémie GalarneauAccept uid and gid parameters in utils_mkdir()/utils_mk...
2015-07-16  Jérémie GalarneauClean-up: spelling fix in a comment
2015-07-16  Jérémie GalarneauDocument relay_add_stream RCU locking
2015-07-16  Jérémie GalarneauFix: Unbalanced rcu_read_unlock() on stream file creati...
2015-07-16  Jérémie GalarneauFix: Unbalanced rcu_read_unlock() on directory creation...
2015-07-16  Jérémie GalarneauFix: Document the locking assumptions of ctf_trace_find...
2015-07-16  Jérémie GalarneauFix: Memory leak in relay_add_stream error path
2015-07-02  Jérémie GalarneauFix: Memory leak in setup of relayd_path
next
This page took 0.052344 seconds and 8 git commands to generate.