Update version to v2.8.8
[lttng-tools.git] / src / common /
2017-08-01  Jonathan RajotteFix: report error using fd instead of ret
2017-08-01  Julien DesfossezFix: lost packet accounting always lost on snapshot
2017-06-20  Mathieu DesnoyersFix: join consumer timer thread
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-19  Jérémie GalarneauFix: consumer_timer_signal_thread_qs waits on LTTNG_CON...
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 DesnoyersCleanup: initialize kernel ioctl ABI structures to 0
2017-05-09  Mathieu DesnoyersCleanup: initialize data to 0
2017-01-31  Michael JeansonFix: Lazily initialize max poll set size in poll compat
2017-01-23  Mathieu DesnoyersFix: consumerd: add missing put_subbuf for ust and...
2017-01-09  Mathieu DesnoyersFix: consumerd: order of metadata cache vs stream lock
2017-01-09  Michael JeansonFix: Add missing pthread.h include
2017-01-09  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  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  Mathieu DesnoyersFix: relayd vs consumerd compatibility
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  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 GalarneauBuild: Replace use of deprecated AM_PATH_XML2
2016-10-03  Michael JeansonFix: location of various standard headers
2016-09-07  Jérémie GalarneauFix: pass a valid length to accept() on unix domain...
2016-08-26  Ricardo Nabinger... Use -M parameter instead of --manpath when invoking...
2016-06-16  Michael JeansonFix: Define MANPATH in config.h
2016-06-08  Jérémie GalarneauFix: call xmlCleanupParser to free global libxml2 alloc...
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: 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  Jérémie GalarneauFix: unchecked posix_fadvise() return value
2016-05-19  Mathieu DesnoyersFix: Dereference after NULL check in consumer
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: 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: Use secure_getenv() in get_man_bin_path
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 DesnoyersImplement lttng_strncpy safe string copy
2016-05-16  Jérémie GalarneauAdd missing symbol to preserve ABI compatibility of...
2016-05-16  Jérémie GalarneauFix: loading a session prints an error message but...
2016-05-16  Jonathan RajotteFix: load event state (enabled/disabled) correctly
2016-05-15  Jérémie GalarneauHandle unknown domain in MI
2016-05-15  Jérémie GalarneauFix: loading of live session within userspace domains
2016-05-15  Philippe ProulxDefine default values in configure.ac
2016-05-14  Jérémie GalarneauHide parse_application_context utility function
2016-05-14  Jérémie GalarneauRe-add deprecated MI symbols to preserve ABI compatibility
2016-05-14  Jérémie GalarneauHide new MI symbols introduced as part of 2.8
2016-05-14  Jérémie GalarneauHide config symbols introduced in 2.8
2016-05-14  Jérémie GalarneauHide bytecode symbol iterator API symbols
2016-05-05  Jérémie GalarneauMove unix.h wrapper from sessiond-comm to common
2016-04-20  Michael JeansonTypo: catched -> caught
2016-04-14  Jérémie GalarneauAdd comment describing ioctl number duplication
2016-04-04  Jonathan RajotteFix: xsd: urls and paths are not of type name_type...
2016-04-04  Jérémie GalarneauFix: Set loopback adress in set_ip_addr if gethostbynam...
2016-03-24  Jonathan RajotteClean-up shm directory tree after freeing the channel
2016-03-18  Jérémie GalarneauBump minor kernel tracer ABI version
2016-03-18  Baruch SiachFix: add missing sys/types.h header
2016-03-18  Baruch SiachFix: build failure when __GLIBC_PREREQ is missing
2016-03-18  Philippe Proulxlttng: show man page when using command's --help
2016-03-16  Julien DesfossezContexts for RT debugging
2016-03-14  Julien DesfossezAdd MI output to the metadata regenerate command
2016-03-11  Julien DesfossezCommand metadata regenerate
2016-03-11  Julien DesfossezStore the instance id and packet_seq_num in indexes
2016-03-11  Julien Desfossezkernctl commands to extract the stream instance id
2016-03-11  Julien DesfossezAccount the lost packets in snapshot mode
2016-03-08  Jérémie GalarneauRename filter string to filter expression in liblttng-ctl
2016-03-08  Jérémie GalarneauFix: use of unsigned variable to check for negative...
2016-03-08  Jérémie GalarneauFix: missing static inline breaks --without-lttng-ust...
2016-03-08  Julien DesfossezExtract the lost packets and discarded events counters
2016-03-07  Jérémie GalarneauAdd channel discarded events and lost packets stats...
2016-03-03  Jérémie GalarneauMI: Remove boolean "exclusion" element
2016-03-03  Philippe ProulxMI: add <exclusions> (event exclusion names)
2016-03-03  Jérémie GalarneauAdd new LTTNG_ERR_OVERFLOW error code
2016-03-03  Jérémie GalarneauTests: Consider lttng mi namespace in test_mi
2016-03-03  Jérémie GalarneauMI: Implement event context schema change
2016-03-03  Jérémie GalarneauMI: Add application context type to schema
next
This page took 0.039855 seconds and 7 git commands to generate.