Update version to v2.8.5
[lttng-tools.git] / src /
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...
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-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-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  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  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 GalarneauFix: honor negative (unlimited) app socket timeout
2016-10-05  Jérémie GalarneauBuild: Replace use of deprecated AM_PATH_XML2
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-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-09  Jérémie GalarneauFix: pass NULL to config_load_session instead of an...
2016-07-04  Sebastien BoisvertFix: English syntax errors in 'lttng status'
2016-06-28  Philippe ProulxFix: sessiond ht_match_event() check if filter is NULL
2016-06-16  Mathieu DesnoyersFix: validate number of subbuffers after tweaking prope...
2016-06-16  Michael JeansonFix: Define MANPATH in config.h
2016-06-09  Jérémie GalarneauFix: leak of UST app hash tables
2016-06-08  Jérémie GalarneauFix: leak of reply buffer on data pending check
2016-06-08  Jérémie GalarneauFix: call xmlCleanupParser to free global libxml2 alloc...
2016-06-08  Jérémie GalarneauFix: missing "void" parameter of lib constructor and...
2016-06-03  Jérémie GalarneauFix: lttng-relayd allow binding of privileged ports...
2016-06-03  Mathieu Desnoyersrelayd: optimize receive throughput
2016-06-03  Jérémie GalarneauFix: enforce assumption that lttng-modules ioctl()...
2016-06-03  Jérémie GalarneauFix: reduce scope of kconsumer consumed_pos and produce...
2016-05-24  Michael JeansonTypo: occured -> occurred
2016-05-20  Jérémie GalarneauFix: only perform lttng_consumer_sync_trace_file()...
2016-05-20  Jérémie GalarneauMake lttng_consumer_sync_trace_file static
2016-05-20  Jérémie GalarneauFix: don't negate posix_fadvise return value to check...
2016-05-20  Jérémie GalarneauFix Solaris 10 build: use lttng_strnlen() wrapper
2016-05-19  Jérémie GalarneauRename lttng_error_type to lttng_error_level
2016-05-19  Mathieu DesnoyersCleanup error.h __lttng_print() used for message printing
2016-05-19  Mathieu DesnoyersFix: add missing semicolons after MSG, DBG, ERR print...
2016-05-19  Mathieu DesnoyersAdd environment variable to allow abort on error
2016-05-19  Mathieu DesnoyersFix: ust-consumer: flush empty packets on snapshot...
2016-05-19  Mathieu DesnoyersFix: WARN() should print as WARN level, not ERR
2016-05-19  Mathieu DesnoyersFix: error.h: add missing parenthesis around macro...
2016-05-19  Mathieu DesnoyersFix: bogus mask on error.h PRINT types
2016-05-19  Mathieu DesnoyersFix: kernel tracing: flush after stop
2016-05-19  Mathieu DesnoyersFix: UST should not generate packet at destroy after...
2016-05-19  Mathieu DesnoyersFix: bad file descriptors on close after rotation error
2016-05-19  Jérémie GalarneauFix: posix_fadvise wrapper returns -ENOSYS on FreeBSD
2016-05-19  Michael JeansonFix: Double free in utils_partial_realpath error path
2016-05-19  Mathieu DesnoyersFix: remove logically dead code in send_channel_uid_to_ust
2016-05-19  Jérémie GalarneauFix: unchecked posix_fadvise() return value
2016-05-19  Mathieu DesnoyersFix: unchecked return value in relayd live.c
2016-05-19  Mathieu DesnoyersFix: unchecked return value in trace_clock_read64_monotonic
2016-05-19  Jérémie GalarneauClean-up: remove unnecessary blank line
2016-05-19  Jonathan RajotteFix: initialize the cur_event variable before using it
2016-05-19  Mathieu DesnoyersFix: Dereference after NULL check in consumer
2016-05-19  Mathieu DesnoyersFix: NULL pointer dereference in relay_index_get_by_id_...
2016-05-19  Jérémie GalarneauClean-up verbosity incrementation in set_option
2016-05-19  Jérémie GalarneauFix: Deference after null check in sessiond set_option
2016-05-19  Jérémie GalarneauDocs: clarify comment in parse_pid_string()
2016-05-19  Mathieu DesnoyersFix: Wrong sizeof argument in pid tracker
2016-05-19  Mathieu DesnoyersFix: Integer overflowed argument
2016-05-19  Mathieu DesnoyersFix: macro compares unsigned to 0 (no effect)
2016-05-19  Michael JeansonFix: Free variable before strdup() in process_event_node
2016-05-19  Michael JeansonFix: Free variables before strdup()
2016-05-19  Michael JeansonFix: Add missing free() in spawn_viewer
2016-05-19  Michael JeansonFix: Add missing free() in utils_partial_realpath
2016-05-19  Michael JeansonFix: Use distinct variables for ret and discarded_events
2016-05-19  Michael JeansonFix: Don't try to show manpage when argv is null
2016-05-19  Michael JeansonFix: Use secure_getenv() in get_man_bin_path
2016-05-19  Mathieu DesnoyersFix: illegal memory access in send_viewer_streams
2016-05-19  Jérémie GalarneauSimplify rcu locking in viewer_list_sessions
2016-05-19  Mathieu DesnoyersFix: illegal memory access in viewer_list_sessions
2016-05-19  Mathieu DesnoyersFix: illegal memory access in relayd_add_stream
2016-05-19  Mathieu DesnoyersFix: illegal memory access in relayd_create_session_2_4
2016-05-19  Mathieu DesnoyersFix: illegal memory access in session_create
2016-05-19  Mathieu DesnoyersFix: illegal memory access in consumer_set_subdir
2016-05-19  Mathieu DesnoyersFix: illegal memory access in syscall_init_table
2016-05-19  Mathieu DesnoyersFix: illegal memory access in write_pidfile
2016-05-19  Mathieu DesnoyersFix: illegal memory access in list_lttng_channels
2016-05-19  Mathieu DesnoyersFix: illegal memory access in cmd_snapshot_record
2016-05-19  Mathieu DesnoyersFix: illegal memory access in output_init
2016-05-19  Mathieu DesnoyersFix: illegal memory access in consumer_set_network_uri
2016-05-19  Mathieu DesnoyersFix: illegal memory access in cmd_snapshot_list_outputs
2016-05-19  Mathieu DesnoyersFix: illegal memory access in list_events
2016-05-19  Mathieu DesnoyersFix: illegal memory access in disable_event
2016-05-19  Mathieu DesnoyersFix: illegal memory access in enable_event
2016-05-19  Mathieu DesnoyersFix: illegal memory access in add_uri_to_consumer
next
This page took 0.048709 seconds and 7 git commands to generate.