lttng-tools.git
2017-08-03  Jérémie GalarneauUpdate version to v2.8.8 stable-2.8 v2.8.8
2017-08-03  Mathieu DesnoyersFix: uninitialized return value on error path
2017-08-03  Jérémie GalarneauFix: ensure kernel context is in a list before trying...
2017-08-01  Jérémie GalarneauFix: ambiguous ownership of kernel context by multiple...
2017-08-01  Jonathan RajotteFix: ret is never used on error_open code path
2017-08-01  Jonathan RajotteFix: use error code path instead of break when errors...
2017-08-01  Jonathan RajotteFix: wrong variable assignment on error
2017-08-01  Jonathan RajotteFix: missing error handling in use of print_tabs()
2017-08-01  Jonathan RajotteFix: ret is used instead or err to set an error code
2017-08-01  Jonathan RajotteFix: report error using fd instead of ret
2017-08-01  Jérémie GalarneauFix: NULL passed to memcpy in error path
2017-08-01  Julien DesfossezFix: lost packet accounting always lost on snapshot
2017-08-01  Jonathan RajotteFix: report error on session listing
2017-07-27  Jonathan RajotteFix live-comm: merge TCP socket write-write sequence...
2017-06-20  Mathieu DesnoyersFix: join consumer timer thread
2017-06-14  Jérémie GalarneauUpdate version to v2.8.7 v2.8.7
2017-06-14  Jérémie GalarneauFix: test_utils_expand_path passes NULL to sprintf
2017-06-12  Mathieu DesnoyersFix: lttng list of channels should return errors
2017-06-12  Mathieu DesnoyersFix: discard event/lost packet counters
2017-06-01  Jonathan RajotteFix: registry can be null on lookup
2017-05-22  Mathieu DesnoyersFix: use "flush empty" ioctl for snapshots
2017-05-22  Mathieu DesnoyersFix: lttng-consumerd: cpu hotplug: send "streams_sent...
2017-05-22  Mathieu DesnoyersFix: lttng-sessiond: cpu hotplug: send channel to consu...
2017-05-22  Mathieu DesnoyersFix: lttng-sessiond: cpu hotplug stream number mismatch
2017-05-19  Jérémie GalarneauFix: consumer_timer_signal_thread_qs waits on LTTNG_CON...
2017-05-19  Mathieu DesnoyersFix: thread exit vs futex wait/wakeup race
2017-05-15  Jérémie GalarneauFix: status_loc argument of waitpid() is used on error
2017-05-11  Jonathan RajotteFix: COMPAT_EPOLL_PROC_PATH is available from Linux...
2017-05-09  Jonathan RajotteFix: assert() on null index_file in lttng_index_file_wr...
2017-05-09  Jonathan RajotteFix: fail on relayd lookup when finding a relayd is...
2017-05-09  Mathieu Desnoyersdoc: how to trace consumerd with valgrind
2017-05-09  Mathieu DesnoyersCleanup: initialize kernel ioctl ABI structures to 0
2017-05-09  Mathieu DesnoyersCleanup: initialize data to 0
2017-02-14  Jonathan RajotteFix: tests: register thread for RCU operations.
2017-01-31  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-25  Jonathan RajotteFix: test_kernel_data dereference of null pointer
2017-01-25  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-20  Mathieu DesnoyersFix: consumerd main: needs to be a registered RCU thread
2017-01-20  Mathieu DesnoyersFix: thread_dispatch_ust_registration needs to be a...
2017-01-20  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  Jérémie GalarneauUpdate version to v2.8.6 v2.8.6
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-09  Jérémie GalarneauFix: reverse channel and metadata cache lock nesting...
2017-01-07  Jérémie GalarneauUpdate version to v2.8.5 v2.8.5
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  Jérémie GalarneauUpdate version to v2.8.4 v2.8.4
2017-01-06  Jonathan RajotteFix: lttng-relayd: forcefully close stream on relayd...
2017-01-06  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  Mathieu DesnoyersFix: add element length check in lttng_index_file_open
2016-12-16  Jonathan RajotteFix: free previous instance of url (alloc_url) on defau...
2016-12-16  Mathieu DesnoyersFix: relayd vs consumerd compatibility
2016-12-01  Jérémie GalarneauUpdate version to v2.8.3 v2.8.3
2016-11-29  Liguang LiFix: truncate the metadata file in shm-path
2016-11-21  Francis DeslauriersFix: add missing refcount of loaded modules
2016-11-18  Jérémie GalarneauFix: only unload successfully loaded kernel modules
2016-11-17  Francis DeslauriersFix: test cases now rely on explicit workloads
2016-11-16  Philippe Proulxm4/pprint.m4: update with correct quoting
2016-11-16  Philippe Proulxconfigure.ac: move warning to end of output for the...
2016-11-16  Philippe Proulxdoc/man: only require asciidoc-attrs.conf when building...
2016-11-08  Anders WallinAdd version info to lttng-relayd help
2016-10-26  Jérémie GalarneauFix: stop sessiond threads on health thread error
2016-10-26  Jérémie GalarneauFix: stop lttng-relayd threads on health thread error
2016-10-26  Jérémie GalarneauFix: report an error if unix socket address is too...
2016-10-19  Jonathan RajotteFix: save: leak of configuration file fd
2016-10-07  Jérémie GalarneauUpdate version to v2.8.2 v2.8.2
2016-10-07  Jonathan RajotteFix: report truncation on snprintf
2016-10-07  Jérémie GalarneauFix: check for a session daemon before running load...
2016-10-07  Mathieu DesnoyersFix: ignore SIGPIPE
2016-10-07  Jonathan RajotteFix: use ssize_type for the return value of uri_parse_s...
2016-10-07  Jérémie GalarneauDocs: grammar fixes in load.h
2016-10-07  Jonathan RajotteFix: wrong api comments for load.h
2016-10-07  Jonathan RajotteFix: do not overwrite ret if already set and session...
2016-10-05  Mathieu DesnoyersFix: handle backward compatibility with lttng-modules 2.7
2016-10-05  Jérémie GalarneauClean-up: remove unnecessary autoconf variable substitution
2016-10-05  Jérémie GalarneauFix: honor negative (unlimited) app socket timeout
2016-10-05  Jérémie GalarneauBuild: Replace use of deprecated AM_PATH_XML2
2016-10-03  Jérémie GalarneauTests: tap.sh spams tests' output when no plan is set
2016-10-03  Michael JeansonFix: location of various standard headers
2016-10-03  Michael JeansonFix: missing include ctype.h for isdigit()
2016-10-03  Michael JeansonFix: error.h -> common/error.h
2016-10-03  Jérémie GalarneauTest fix: set app and network socket timeouts to unlimited
2016-10-03  Jérémie GalarneauTest fix: test_fork can hang while waiting for child...
2016-10-03  Jérémie GalarneauTest fix: test_daemon can hang while waiting for child...
2016-10-03  Jérémie GalarneauTest fix: redirect python test subprocess output to...
2016-09-07  Jérémie GalarneauFix: pass a valid length to accept() on unix domain...
2016-08-26  Jérémie GalarneauFix: RCU lock imbalance on error in cmd_snapshot_list_o...
2016-08-26  Ricardo Nabinger... Use -M parameter instead of --manpath when invoking...
2016-08-26  Jérémie GalarneauOOT Build fix: reference the source directory's Python...
2016-08-09  Jérémie GalarneauFix: pass NULL to config_load_session instead of an...
2016-07-20  Jérémie GalarneauFix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man...
next
This page took 0.03803 seconds and 4 git commands to generate.