Clean-up: remove unused stream file creation and unlink functions
[lttng-tools.git] / src / bin /
2019-09-10  Jérémie GalarneauFix: use the trace chunk to truncate streams on late...
2019-09-09  Jérémie GalarneauFix sessiond: report flush errors on session stop
2019-09-09  Jérémie GalarneauFix: leak of trace_path on error in ust_app_snapshot_record
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: forward fatal error in evaluate_condition_for_client()
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-06  Jérémie GalarneauFix: sessiond does not build without lttng-ust support
2019-09-05  Jonathan RajotteSupport LTTNG_KERNEL_SESSION_SET_CREATION_DATETIME...
2019-09-05  Jonathan RajotteSupport LTTNG_KERNEL_SESSION_SET_NAME of lttng-modules
2019-09-05  Jonathan RajotteMetadata: add env fields to ease lttng path hierarchy...
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  Mathieu DesnoyersFix: reintroduce lazy kernel modules load, fix empty...
2019-09-05  Mathieu Desnoyerssessiond: use epoll()/poll() instead of select()
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  Jérémie GalarneauFix: mismatch of ust_app_get_size_one_more_packet_per_s...
2019-09-05  Jérémie GalarneauFix: mismatch of ust_app_snapshot_record prototype
2019-09-05  Mathieu DesnoyersFix: kernel/ust snapshot backward compat for 2.10 relay
2019-09-05  Mathieu Desnoyersrelayd protocol: reply path for close chunk and create...
2019-09-05  Mathieu DesnoyersFix: streaming and snapshot backward compat for 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  Mathieu DesnoyersFix: close consumer sockets before waiting for them
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 DesnoyersCleanup: typo: overriden -> overridden
2019-08-30  Mathieu DesnoyersFix: relay: relay_rotate_session_streams uninitialized...
2019-08-30  Jonathan RajotteSave registration time for app
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-23  Mathieu DesnoyersFix: keep ust/kernel session items around for destroy...
2019-08-22  Mathieu DesnoyersFix: rmdir recursive: skip non-empty directories with...
2019-08-21  Jérémie GalarneauFix: uninitialized variable returned by relay_rotate_se...
2019-08-21  Mathieu DesnoyersFix: allow quiet rotation at destroy of live session
2019-08-09  Jérémie GalarneauFix: perform a rotation to a null trace chunk on sessio...
2019-08-09  Jérémie Galarneaurelayd: log destination trace chunk of ROTATE_STREAMS...
2019-08-09  Jérémie GalarneauClean-up: declare dummy pipe payload as a char instead...
2019-08-09  Jérémie Galarneaurelayd fix: trace chunk is reclaimed before close command
2019-08-09  Jérémie GalarneauFix: use relay_id from ust_session or kernel_session...
2019-08-09  Jérémie GalarneauFix: remote kernel stream paths contain too much inform...
2019-08-09  Jérémie Galarneaurelayd: open live viewer files from the current stream...
2019-08-09  Jérémie GalarneauFix: don't perform an automatic session rotation in...
2019-08-09  Jérémie GalarneauFix: incorrect time unit used when waiting on destructi...
2019-08-09  Jérémie Galarneaurelayd: implement file and session rotation on top...
2019-08-09  Jérémie GalarneauFix: remove assertions of the existence of a trace...
2019-08-09  Jérémie GalarneauFix: only create trace chunk if the output of a session...
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: leak of consumer_output when using an explicit...
2019-08-09  Jérémie GalarneauFix: reception buffer of control connection is leaked
2019-08-09  Jérémie GalarneauFix: ensure a newline is printed before exit on client...
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 GalarneauCreate userspace buffers using ua_sess effective creden...
2019-07-25  Jérémie GalarneauUse lttng_credentials instead of bespoke uid/gid member...
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 GalarneauAdd rmdirat and renameat to run-as commands
2019-07-25  Jérémie GalarneauPrint the location of trace chunk produced at session...
2019-07-25  Jérémie GalarneauRemove unused ust_sock member of command_ctx
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-25  Jérémie GalarneauCleanup: remove duplicated code in snapshot record...
2019-07-25  Jérémie Galarneaurelayd: add the sessiond_trace_chunk_registry interface
2019-07-18  Jérémie Galarneaurelayd: send sessiond uuid and session id as part of...
2019-07-18  Jérémie GalarneauTransmit sessiond uuid to consumerd on launch
2019-07-18  Jérémie GalarneauAdd a consumer daemon INIT command
2019-07-18  Jérémie GalarneauGenerate a UUID on lttng-sessiond launch
2019-07-18  Jérémie GalarneauRemove unneeded creation of the UST domain sub-directory
2019-07-18  Jérémie GalarneauCreate an initial trace chunk on first start of an...
2019-07-18  Jérémie GalarneauRemove unused bitfield.h header
2019-05-04  Yannick LamarreClean code base from redundant verification
2019-05-04  Yannick LamarreFix: hang in thread_rotation when using compat-poll
2019-04-30  Mathieu DesnoyersBump LTTNG_UST_ABI to 8.0
2019-04-25  Jonathan RajotteFix: getgrnam is not MT-Safe, use getgrnam_r
2019-04-24  Mathieu DesnoyersFix relayd: initialize beacon to -1ULL
2019-04-24  Jérémie GalarneauFix: relayd not spawned on default-url live session...
2019-04-24  Jérémie GalarneauClean-up: remove empty line in lttng create command
2019-04-10  Jérémie GalarneauLog the wait-shm's path on shm_open failure
2019-04-10  Jérémie GalarneauGenerate session name and default output on sessiond...
2019-04-10  Jérémie GalarneauMove completed trace archive chunks to an "archives...
2019-04-08  Jérémie Galarneaulttng: make the configuration file interface const...
2019-04-08  Jérémie GalarneauFix: command reply message is leaked for variable-len...
2019-03-28  Yannick LamarreFix: Properly sanitize input parameter
2019-03-28  Yannick LamarreFix: Add POPT_CFLAGS to lttng_CFLAGS
2019-03-28  Jérémie GalarneauClean-up: hide internal kernel_consumer_add_channel...
2019-03-28  Jérémie GalarneauFix: no-output sessions do not enforce snapshot constraints
2019-03-28  Jérémie GalarneauFix: wrong error code returned by kernel_snapshot_record()
2019-03-28  Jérémie GalarneauDocs: clarify the meaning of the snapshot_mode flag...
2019-03-28  Jérémie Galarneaulttng: clean-up the printout of snapshot outputs
next
This page took 0.040649 seconds and 7 git commands to generate.