Fix: relayd: create_index_file error handling
[lttng-tools.git] / src / bin / lttng-relayd /
2019-09-05  Mathieu DesnoyersFix: relayd: create_index_file error handling
2019-09-05  Jérémie GalarneauFix: don't use newlines in logging message
2019-09-05  Mathieu DesnoyersFix: relayd outputs traces of legacy sessionds to home dir
2019-09-05  Mathieu Desnoyersrelayd comm: add base path to create session
2019-09-05  Jérémie GalarneauFix: validate that session, host and basepath are legal
2019-09-03  Mathieu DesnoyersFix: honor base path for network URIs
2019-08-30  Mathieu DesnoyersFix: relay: relay_rotate_session_streams uninitialized...
2019-08-24  Jérémie GalarneauCleanup: mark utils_get_home_dir as returning a const...
2019-08-23  Jonathan RajotteFix: use utils_get_home_dir for anonymous trace chunk...
2019-08-21  Jérémie GalarneauFix: uninitialized variable returned by relay_rotate_se...
2019-08-09  Jérémie Galarneaurelayd: log destination trace chunk of ROTATE_STREAMS...
2019-08-09  Jérémie Galarneaurelayd fix: trace chunk is reclaimed before close command
2019-08-09  Jérémie Galarneaurelayd: open live viewer files from the current stream...
2019-08-09  Jérémie Galarneaurelayd: implement file and session rotation on top...
2019-08-09  Jérémie Galarneaurelayd: use bool for is_metadata relay_stream attribute
2019-08-09  Jérémie Galarneaurelayd: create stream files relative to a session's...
2019-08-09  Jérémie GalarneauFix: reception buffer of control connection is leaked
2019-08-09  Jérémie GalarneauSend session creation time to relay daemon when supported
2019-08-09  Jérémie Galarneaurelayd: remove unnecessary allocation in session path...
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 GalarneauDon't allow slashes and dots in overriden trace chunk...
2019-07-25  Jérémie Galarneaurelayd: Retrieve a relay_session's trace chunk on creation
2019-07-25  Jérémie GalarneauRemove unused relay daemon commands
2019-07-25  Jérémie Galarneaurelayd: create an implicit trace chunk on session creation
2019-07-25  Jérémie Galarneaurelayd: create sessiond trace chunk registry on session...
2019-07-25  Jérémie Galarneaurelayd: add the sessiond_trace_chunk_registry interface
2019-05-04  Yannick LamarreClean code base from redundant verification
2019-04-25  Jonathan RajotteFix: getgrnam is not MT-Safe, use getgrnam_r
2019-04-24  Mathieu DesnoyersFix relayd: initialize beacon to -1ULL
2019-03-26  Jérémie GalarneauFix relayd: session leaked on communication error durin...
2018-12-12  Mathieu DesnoyersFix: relayd: rotation pending off-by-one
2018-11-16  Michael JeansonFix: typo 'occured' -> 'occurred'
2018-11-12  Jérémie GalarneauFix: split index and data file rotation logic
2018-10-12  Jérémie GalarneauFix relayd: stream index file created in the wrong...
2018-10-12  Jérémie Galarneaurelayd: add payload logging to session rotation commands
2018-10-12  Jérémie Galarneaurelayd: rename stream prev_seq to prev_data_seq
2018-10-12  Jérémie GalarneauFix: take index seq number into account for rotation...
2018-10-12  Jérémie GalarneauFix: take index sequence number into account for data...
2018-10-12  Jérémie Galarneaurelayd: keep track of prev_index_seq in relayd_stream
2018-09-18  Jonathan RajotteFix: double put on error path
2018-09-17  Jonathan RajotteFix: skip closed session on viewer listing
2018-09-17  Jonathan RajotteFix: use LTTNG_VIEWER_ATTACH_UNK to report a closed...
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...
next
This page took 0.044861 seconds and 7 git commands to generate.