lttng-tools.git
2017-05-06  Jérémie GalarneauBuild: missing includes for ssize_t definition on Cygwin
2017-05-05  Jérémie GalarneauFix: consumer-timer.c includes ust-ctl.h even --without...
2017-05-05  Jérémie GalarneauFix: missing header in Makefile breaks the dist build
2017-05-05  Jérémie GalarneauTests fix: tracefile-size tests assume PAGE_SIZE subbuffers
2017-05-05  Jérémie GalarneauFix: use of uninitialized channel attributes in client
2017-05-05  Jérémie GalarneauClean-up: only declare help_msg in embedded help case
2017-05-05  Jérémie GalarneauFix: use of session_name instead of channel_name in...
2017-05-05  Mathieu DesnoyersFix: lttng-live: send HUP reply when per-PID streams...
2017-05-05  Jonathan RajotteTest: use output_path instead of argument position
2017-05-05  Mathieu DesnoyersBump default kernel, and UST per-uid/per-pid buffer...
2017-05-05  Jonathan RajotteFix: syscall_table_nb_entry invalid value when no sysca...
2017-05-05  Jérémie GalarneauAdd string-utils to dist subdirs in libcommon
2017-05-05  Jérémie GalarneauTests fix: initialize kernel extended channel attributes
2017-05-05  Jérémie GalarneauTests fix: initialize UST extended channel attributes
2017-05-05  Philippe Proulxlttng-enable-event(1): document globbing patterns in...
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_java_log4j
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_java_jul
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_python_logging
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_valid_filter
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_invalid_filter
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_event_wildcard
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_exclusion
2017-05-05  Philippe ProulxTests: utils: add gen-ust-nevents-str util
2017-05-05  Philippe ProulxTests: add string-utils library unit tests
2017-05-05  Philippe ProulxAdd support for "full" star globbing patterns in event...
2017-05-05  Philippe ProulxAdd string-utils convenience library
2017-05-05  Philippe Proulxdoc: lttng-destroy(1): document --no-wait option
2017-05-05  Philippe Proulxdoc: lttng-stop(1): replace tabs with spaces
2017-05-05  Philippe Proulxdoc/man: add typical `$` and `#` prompts to command...
2017-05-05  Philippe Proulxbin/lttng: remove double "help" command and sort list
2017-05-05  Philippe Proulxlttng help: use command's --help directly
2017-05-05  Philippe ProulxAdd --enable-embedded-help option to embed --help messa...
2017-05-05  Jérémie GalarneauExpose monitor timer interval to lttngctl and client
2017-05-05  Jérémie GalarneauTests: add placeholder symbol to allow unit tests to...
2017-05-05  Jérémie GalarneauImplement consumer ring buffer position sampling
2017-05-05  Jérémie GalarneauAdd new snapshot ustctl API
2017-05-05  Jérémie GalarneauAdd kernctl RING_BUFFER_SNAPSHOT_SAMPLE_POSITIONS command
2017-05-05  Jérémie GalarneauHandle trigger registration and unregistration in sessiond
2017-05-05  Jérémie GalarneauStart notification subsystem thread in sessiond initial...
2017-05-05  Jérémie GalarneauClean-up: fix comment type in lttng-consumerd.c
2017-05-05  Jérémie GalarneauAdd the sessiond notification-handling subsystem
2017-05-05  Jérémie GalarneauClean-up: comment fix in agent_thread_manage_registration
2017-05-05  Jérémie GalarneauAdd client notification API
2017-05-05  Jérémie GalarneauAdd utils_get_count_order_u64 to utils
2017-05-05  Jérémie GalarneauImplement poll mask modification support in poll wrappers
2017-05-05  Jérémie GalarneauAdd the container_of() macro to macro.h
2017-05-05  Jérémie GalarneauAdd pipe_release utils to the pipe wrapper
2017-05-05  Jérémie GalarneauAdd named pipe support to the pipe wrapper
2017-05-05  Jérémie GalarneauAdd non_block version of functions to UNIX socket wrapper
2017-05-05  Jérémie GalarneauAdd lttng_buffer_view util
2017-05-05  Jérémie GalarneauAdd lttng_dynamic_buffer util
2017-05-05  Jérémie GalarneauClean-up: fix typo in sessiond main.c comment
2017-05-05  Jérémie GalarneauDocs: fix comment describing ust_cmd_queue
2017-02-14  Michael JeansonPort: Link with no-undefined on Windows
2017-02-14  Michael JeansonPort: win32 DLLs don't support hidden symbols
2017-02-14  Michael JeansonPort: add cygwin support to endian compat
2017-02-14  Michael JeansonFix: Remove unused headers
2017-02-14  Jonathan RajotteFix: tests: register thread for RCU operations.
2017-01-26  Michael JeansonFix: Lazily initialize max poll set size in poll compat
2017-01-25  Jonathan RajotteFix: null dereference on error path for create_ctx_type
2017-01-25  Jonathan RajotteFix: test_ust_data dereference of null pointer
2017-01-24  Jonathan Rajottex is never reused, no need to shift it
2017-01-24  Jonathan RajotteFix: test_kernel_data dereference of null pointer
2017-01-24  Jonathan RajotteMan: move [SESSION] before options
2017-01-23  Mathieu DesnoyersFix: consumerd: add missing put_subbuf for ust and...
2017-01-23  Mathieu DesnoyersFix: sessiond: only send streams to consumer once
2017-01-19  Mathieu DesnoyersFix: consumerd main: needs to be a registered RCU thread
2017-01-19  Mathieu DesnoyersFix: thread_dispatch_ust_registration needs to be a...
2017-01-19  Jérémie GalarneauFix: don't abort metadata push on closed metadata
2017-01-10  Nathan Lynchlttng-tools: remove bogus interpreter line from utils...
2017-01-09  Mathieu DesnoyersFix: consumerd: order of metadata cache vs stream lock
2017-01-09  Mathieu DesnoyersFix: add missing rcu_barrier before daemon teardown
2017-01-09  Michael JeansonFix: Add missing pthread.h include
2017-01-09  Francis DeslauriersFix: support for older versions of Babeltrace in test...
2017-01-08  Jérémie GalarneauFix: reverse channel and metadata cache lock nesting...
2017-01-07  Jérémie GalarneauFix: only lock the metadata_cache in userspace consumers
2017-01-07  Jérémie GalarneauFix: lock nesting order reversed
2017-01-06  Jonathan RajotteFix: lttng-relayd: forcefully close stream on relayd...
2016-12-21  Jérémie GalarneauFix: protect the channel's metadata stream using the...
2016-12-20  Jérémie GalarneauFix: double unlock of metadata mutex on error
2016-12-16  Jonathan RajotteFix: free previous instance of url (alloc_url) on defau...
2016-12-16  Mathieu DesnoyersFix: add element length check in lttng_index_file_open
2016-12-16  Jérémie GalarneauAssert that index_file does not exist before setting...
2016-12-16  Mathieu DesnoyersFix: relayd vs consumerd compatibility
2016-12-01  Mathieu Desnoyerstests: Implement tests for lttng-ust LTTNG_UST_BLOCKING...
2016-12-01  Philippe Proulxlttng-add-context(1): add missing man: prefix
2016-11-29  Philippe Proulxlttng-add-context(1): fix style
2016-11-29  Philippe Proulxlttng-snapshot(1): fix style
2016-11-29  Philippe Proulxlttng-metadata(1): fix style
2016-11-29  Philippe Proulxdoc/man: put short option's argument too
2016-11-29  Philippe ProulxRemove `metadata` command from various help resources
2016-11-29  Philippe ProulxList the `regenerate` command in various help resources
2016-11-29  Philippe Proulxlttng-load(1): fix synopsis and style
2016-11-28  Liguang LiFix: truncate the metadata file in shm-path
2016-11-25  Jonathan RajotteLoad: add message indication that a name override was...
2016-11-25  Jonathan RajotteLoad: expose overrides elements in mi
2016-11-25  Jonathan RajotteFix: assign values to path, ctrl and data uris during...
2016-11-25  Jonathan RajotteLoad: test that name override does not have side effects
2016-11-25  Jérémie GalarneauDocs: remove invalid short option -U and move option...
2016-11-21  Francis DeslauriersFix: add missing refcount of loaded modules
next
This page took 0.038352 seconds and 4 git commands to generate.