Add UST namespace contexts
[lttng-tools.git] / src / bin / lttng-relayd /
2019-10-22  Jonathan RajotteIntroduce LTTNG_RELAYD_WORKING_DIRECTORY environment...
2019-10-22  Jonathan Rajotterelayd: introduce --working-directory/-w options
2019-10-08  Jonathan RajotteIntroduce EXTRA_VERSION_PATCHES
2019-10-08  Jonathan RajotteUse EXTRA_VERSION_NAME and EXTRA_VERSION_DESCRIPTION
2019-10-08  Francis DeslauriersFix: relayd: Dereference after null check
2019-10-04  Francis DeslauriersFix: relayd: unchecked return values
2019-10-03  Francis DeslauriersFix: relayd: Explicit null dereferenced
2019-10-03  Francis DeslauriersCleanup: relayd: identical code for different branches
2019-10-03  Francis DeslauriersFix: relayd: Dereference after null check
2019-09-30  Jérémie GalarneauFix: trace chunk reported unknown before close command...
2019-09-23  Jérémie Galarneaurelayd: clean-up: mix-up between LTTNG_PATH_MAX and...
2019-09-19  Jérémie GalarneauFix: relayd: session destruction does not complete...
2019-09-19  Jérémie Galarneaurelayd: move viewer stream chunk reference release...
2019-09-19  Jérémie Galarneaurelayd: move relay_session locking outside of make_view...
2019-09-14  Jérémie Galarneaurelayd: clean-up: strncpy uses the length of the source...
2019-09-11  Jérémie Galarneaurelayd: fix: rotate_truncate_stream() assumes non-null...
2019-09-11  Jérémie GalarneauFix: dereference of NULL pointer in stream_write()
2019-09-11  Jérémie GalarneauFix: communication error unreported in relay_rotate_ses...
2019-09-11  Jérémie GalarneauFix: unreported error in relay_close_trace_chunk
2019-09-10  Jérémie GalarneauClean-up: remove NULL check on sesison_create mandatory...
2019-09-10  Jérémie GalarneauFix: session may be NULL in relay_create_session error...
2019-09-10  Jérémie GalarneauFix: use the trace chunk to truncate streams on late...
2019-09-09  Jérémie GalarneauFix: uninitialized directory handle finalized on error...
2019-09-09  Jérémie GalarneauFix: destroy chunk registry on element creation failure
2019-09-09  Jérémie GalarneauFix relayd: check for NULL in session_put
2019-09-06  Jérémie GalarneauFix: missing include strings.h for bcopy on Solaris...
2019-09-05  Jonathan RajotteFix: lttng_directory_handle_init fails on opening base...
2019-09-05  Jonathan RajotteFix: init_session_output_path is valid for peer >=...
2019-09-05  Jérémie GalarneauFix: incorrect conversion specifier used with size...
2019-09-05  Jérémie GalarneauFix: incorrect conversion specifier used with packet...
2019-09-05  Mathieu Desnoyersrelayd protocol: reply path for close chunk and create...
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
next
This page took 0.041995 seconds and 7 git commands to generate.