Update version to v2.7.6
[lttng-tools.git] / src / common /
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-03  Michael JeansonFix: location of various standard headers
2016-06-08  Jérémie GalarneauFix: call xmlCleanupParser to free global libxml2 alloc...
2016-05-24  Jérémie GalarneauPort: Don't use SIGUNUSED which is not defined on Solaris
2016-05-20  Jérémie GalarneauHandle unknown domain in MI
2016-05-20  Jérémie GalarneauFix: loading of live session within userspace domains
2016-05-20  Jérémie GalarneauFix: Set loopback adress in set_ip_addr if gethostbynam...
2016-05-20  Jonathan RajotteFix: load event state (enabled/disabled) correctly
2016-05-20  Jérémie GalarneauFix: only perform lttng_consumer_sync_trace_file()...
2016-05-20  Jérémie GalarneauFix: don't negate posix_fadvise return value to check...
2016-05-20  Jérémie GalarneauRename lttng_error_type to lttng_error_level
2016-05-20  Mathieu DesnoyersCleanup error.h __lttng_print() used for message printing
2016-05-20  Mathieu DesnoyersFix: add missing semicolons after MSG, DBG, ERR print...
2016-05-20  Mathieu DesnoyersFix: ust-consumer: flush empty packets on snapshot...
2016-05-20  Mathieu DesnoyersFix: WARN() should print as WARN level, not ERR
2016-05-20  Mathieu DesnoyersFix: error.h: add missing parenthesis around macro...
2016-05-20  Mathieu DesnoyersFix: bogus mask on error.h PRINT types
2016-05-20  Mathieu DesnoyersFix: UST should not generate packet at destroy after...
2016-05-20  Mathieu DesnoyersFix: bad file descriptors on close after rotation error
2016-05-20  Jérémie GalarneauFix: posix_fadvise wrapper returns -ENOSYS on FreeBSD
2016-05-20  Michael JeansonFix: Double free in utils_partial_realpath error path
2016-05-20  Jérémie GalarneauFix: unchecked posix_fadvise() return value
2016-05-20  Mathieu DesnoyersFix: macro compares unsigned to 0 (no effect)
2016-05-20  Michael JeansonFix: Free variable before strdup() in process_event_node
2016-05-20  Michael JeansonFix: Add missing free() in utils_partial_realpath
2016-05-20  Mathieu DesnoyersFix: illegal memory access in relayd_add_stream
2016-05-20  Mathieu DesnoyersFix: illegal memory access in relayd_create_session_2_4
2016-05-20  Mathieu DesnoyersImplement lttng_strncpy safe string copy
2016-05-16  Jérémie GalarneauFix: loading a session prints an error message but...
2016-04-20  Michael JeansonTypo: catched -> caught
2016-03-24  Jonathan RajotteClean-up shm directory tree after freeing the channel
2016-01-13  Jonathan RajotteFix: do not print error and bug messages when quiet...
2015-11-27  Jérémie GalarneauFix: close indexes when rotating the trace files in...
2015-11-27  Julien DesfossezFix: close indexes when rotating the trace files in...
2015-11-02  Jérémie GalarneauFix: Verify directory's existence before calling mkdir
2015-10-21  Mikael BeckiusFix live timer calculation error
2015-09-30  Jérémie GalarneauFix: Remove dependency on glibc 2.12 caused by pthread_...
2015-09-29  Jérémie GalarneauFix: Log and ignore SIGINT and SIGTERM in run_as worker
2015-09-24  Jérémie GalarneauFix: Handle EINTR of waipid in run-as worker
2015-09-24  Jérémie GalarneauAdd a LOG() macro which handles dynamic severity levels
2015-09-21  Michael JeansonFix: Possible dereference of null pointers
2015-09-21  Michael JeansonFix: int printed as uint
2015-09-21  Mathieu DesnoyersFix: add subdir-objects to Makefile.am
2015-09-18  Jérémie GalarneauFix: Check use_clone() instead of worker in run_as
2015-09-18  Jérémie GalarneauFix: Perform rcu barrier before tearing down the run...
2015-09-18  Jérémie GalarneauFix: Handle hang-up gracefully in run-as
2015-09-18  Mathieu DesnoyersFix: shm-path: handling of snprintf return value
2015-09-18  Jérémie GalarneauFix: Hide run-as functions
2015-09-18  Jérémie GalarneauFix: Hide sessiond-comm functions
2015-09-18  Mathieu DesnoyersCleanup: remove duplicated implementation of rculfhash
2015-09-18  Mathieu DesnoyersFix: libc internal mutex races with run_as
2015-09-18  Jérémie GalarneauFix: Hide readwrite symbols in common lib
2015-09-18  Jérémie GalarneauFix: Hide pipe symbols in common lib
2015-09-18  Jérémie GalarneauFix: Hide daemonize symbols in common lib
2015-09-18  Jérémie GalarneauFix: Hide RCU hashtable wrapper symbols
2015-09-17  Antoine BusqueFix: prevent dangling pointer in utils_partial_realpath
2015-09-17  Jérémie GalarneauFix: rcu_read_unlock without parentheses has no side...
2015-09-17  Antoine BusqueFix: memleak in utils_partial_realpath
2015-09-17  Mathieu DesnoyersFix: LPOLLHUP and LPOLLERR when there is still data...
2015-09-08  Philippe Proulxsessiond: use `loglevel_value` and `loglevel_type`...
2015-09-08  Jonathan RajotteFix: use pid element instead of process element
2015-09-08  Mathieu DesnoyersFix: consumer timer misses RCU thread registration
2015-09-08  Mathieu DesnoyersFix: free metadata cache after grace period in consumer
2015-09-08  Mathieu DesnoyersFix: sessiond vs consumerd push/get metadata deadlock
2015-09-08  Mathieu DesnoyersFix: streamline ret/errno of run_as()
2015-09-08  Mathieu DesnoyersFix: Relay daemon ownership and reference counting
2015-09-08  Jérémie GalarneauAccept uid and gid parameters in utils_mkdir()/utils_mk...
2015-09-08  Jérémie GalarneauInitialize default log level of events on load
2015-09-08  Jérémie GalarneauFix: UTF-8 characters may be stored on up to 4 bytes
2015-09-08  Jérémie GalarneauPrevent the addition of UST events to agent channels
2015-09-08  Jérémie GalarneauFix: typo in error message
2015-09-08  Jérémie GalarneauPrevent the use of reserved UST event names
2015-08-21  Philippe ProulxFix: assert(0) when listing Python events with MI
2015-08-14  Mathieu DesnoyersFix: take RCU read-side lock within hash table functions
2015-08-14  Michael JeansonFix: Improve the error reporting of the track/untrack...
2015-08-14  Jonathan RajotteSave/load: pid_tracker feature.
2015-08-14  Jérémie GalarneauMi: track/untrack: validation
2015-08-14  Jérémie GalarneauDocs: Grammar fixes in mi_lttng.xsd
2015-08-14  Jonathan RajotteMi: track/untrack/listing
2015-08-14  Jérémie GalarneauFix: intialization of ust_metadata_poll_pipe to garbage...
2015-08-14  Jérémie GalarneauFix: Use MSG_NOSIGNAL when calling sendmsg()
2015-08-03  Jérémie GalarneauFix: Mishandled NULL short options in utils_generate_op...
2015-07-30  Jérémie GalarneauRename Python agent event name to omit "user"
2015-07-14  Jérémie GalarneauFix: Follow struct dirent allocation guidelines of...
2015-07-09  Mathieu DesnoyersFix: handle sys_futex() FUTEX_WAIT interrupted by signal
2015-06-25  Jérémie GalarneauFix: Memory allocated by xmlNodeGetContent() must be...
2015-06-25  Jonathan RajotteSave/load: add support for shared memory path
2015-05-22  Jérémie GalarneauFix: Mark MI and Config string declarations as extern
2015-04-07  Mathieu DesnoyersFix: zero memory passed to create channel kernel ioctl
2014-11-11  Mathieu DesnoyersImplement kernel filter support
2014-11-05  Mathieu DesnoyersSupport lttng-modules syscall wildcards
2014-11-03  Mathieu DesnoyersImplement lttng-modules tracepoint wildcard support
2015-03-30  Mathieu DesnoyersImplement PID tracker content listing
2015-03-30  Mathieu DesnoyersImplement PID tracking for kernel tracing
2015-03-26  Mathieu DesnoyersFix: recursive_rmdir: empty all empty subdir
2015-03-26  Mathieu DesnoyersMove file creation/unlink from liblttng-ust-ctl to...
2015-03-26  Mathieu Desnoyersshm-path: remove directory hierarchy on destroy
next
This page took 0.04021 seconds and 7 git commands to generate.