lttng-tools.git
2019-09-11  Jérémie GalarneauClean-up: remove dead assignment from ht cleanup thread...
2019-09-11  Jérémie GalarneauClean-up: remove dead assignment from thread_rotation
2019-09-10  Jérémie GalarneauClean-up: remove dead assignment in setup_channel_trace...
2019-09-10  Jérémie GalarneauClean-up: remove dead assignments while setting session...
2019-09-10  Jérémie GalarneauFix: report path truncation on addition of local uri...
2019-09-10  Jérémie GalarneauClean-up: lttng: silence warning in regenerate command...
2019-09-10  Jérémie GalarneauClean-up: lttng: silence warning in metadata command...
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 GalarneauClean-up: silence erroneous leak warning
2019-09-10  Jérémie GalarneauFix: leak of lttng_elf_shdr in lttng-elf.c
2019-09-10  Jérémie GalarneauFix: leaked chunk reference in lttng_consumer_create_tr...
2019-09-10  Jérémie GalarneauClean-up: remove unused stream file creation and unlink...
2019-09-10  Jérémie GalarneauFix: use the trace chunk to truncate streams on late...
2019-09-09  Jérémie GalarneauClean-up: format using remaining buffer len rather...
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: release reference to created chunk if it can't...
2019-09-09  Jérémie GalarneauFix: destroy chunk registry on element creation failure
2019-09-09  Jérémie GalarneauFix: return NULL on trace chunk registry 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-08  Geneviève BastienFix typo in regenerate statedump test util
2019-09-06  Jérémie GalarneauFix: time constants already defined on macOS
2019-09-06  Jérémie GalarneauFix: missing include strings.h for bcopy on Solaris...
2019-09-06  Jérémie GalarneauFix: strndup does not exist on Solaris 10
2019-09-06  Jérémie GalarneauFix: strnlen is not defined on Solaris 10
2019-09-06  Jérémie GalarneauFix: redefinition of USEC_PER_SEC macro on macOS
2019-09-06  Jérémie GalarneauFix: sessiond does not build without lttng-ust support
2019-09-06  Mathieu DesnoyersFix: sessiond: handle NULL control output in session...
2019-09-05  Jonathan RajotteTests: metadata env scope values
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  Jonathan RajotteFix: chunk state is not set when relayd does not suppor...
2019-09-05  Jonathan RajotteFix: check validity of a stream before invoking ust...
2019-09-05  Michael JeansonFix: namespace our gettid wrapper
2019-09-05  Mathieu Desnoyerspprint.m4: add missing copyright header
2019-09-05  Mathieu DesnoyersFix: reintroduce lazy kernel modules load, fix empty...
2019-09-05  Jonathan RajotteFix: check for lttng modules presence before testing
2019-09-05  Mathieu Desnoyerssessiond: use epoll()/poll() instead of select()
2019-09-05  Mathieu Desnoyerslttng-ctl: notifications: use epoll()/poll() instead...
2019-09-05  Mathieu Desnoyersepoll/poll compat: expose interruptible API
2019-09-05  Mathieu Desnoyerstests: invoke full_cleanup from script trap handlers...
2019-09-05  Mathieu DesnoyersCleanup: test: don't stop relayd twice
2019-09-05  Mathieu DesnoyersFix: test: utils.sh: exit from process on full_cleanup
2019-09-05  Mathieu DesnoyersFix: utils.sh: handle SIGPIPE
2019-09-05  Mathieu DesnoyersFix: tests: error handling in high throughput limits...
2019-09-05  Mathieu DesnoyersImprove handling of test SIGTERM/SIGINT (v2)
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  Jérémie GalarneauFix: lttcomm_consumer_close_trace_chunk_reply undefined...
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 Desnoyerstests: add base-path tests
2019-09-05  Mathieu Desnoyerstest utils: support URI in lttng_snapshot_add_output
2019-09-05  Mathieu DesnoyersFix: close consumer sockets before waiting for them
2019-09-05  Mathieu DesnoyersFix: consumer: put each chunk on teardown
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-09-03  Jonathan RajotteFix: bindings import segfaults on missing hash_key_u64
2019-08-30  Mathieu DesnoyersCleanup: typo: overriden -> overridden
2019-08-30  Mathieu DesnoyersFix: relay: relay_rotate_session_streams uninitialized...
2019-08-30  Mathieu DesnoyersFix: test_kernel rotation: expect 60 rather than 64
2019-08-30  Jonathan RajotteSave registration time for app
2019-08-30  Mathieu DesnoyersFix: tests: update rotation ust number of tests
2019-08-28  Jérémie GalarneauClean-up: missing word `lock` in comment
2019-08-28  Jérémie GalarneauUse case-scope error labels handling LTTNG_CONSUMER_ROT...
2019-08-28  Jérémie GalarneauUse case-scope error labels handling LTTNG_CONSUMER_PUS...
2019-08-28  Jérémie GalarneauUse case-scope error labels when handling LTTNG_CONSUME...
2019-08-28  Jérémie GalarneauUse case-scope error labels handling LTTNG_CONSUMER_ROT...
2019-08-28  Jérémie GalarneauUse case-scope error labels handling LTTNG_CONSUMER_DES...
2019-08-28  Jérémie GalarneauUse case-scope error labels handling LTTNG_CONSUMER_STR...
2019-08-28  Jérémie GalarneauUse case-scope error labels when handling LTTNG_CONSUME...
2019-08-24  Jérémie GalarneauClean-up: set stream's channel pointer to NULL after...
2019-08-24  Jérémie GalarneauFix: mark consumer channels as logically deleted during...
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: tests: typo in rotation util
2019-08-23  Mathieu DesnoyersFix: keep ust/kernel session items around for destroy...
2019-08-23  Jérémie GalarneauTests: add a test for the "skip non-empy" rmdir flag
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-21  Mathieu DesnoyersFix: relayd: live: read index file header
2019-08-21  Mathieu DesnoyersFix: index: use parenthesis around define
2019-08-21  Mathieu DesnoyersFix: test_crash: don't kill first app twice
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...
next
This page took 0.039343 seconds and 4 git commands to generate.