Create a dedicated test suite for Perf
[lttng-tools.git] / src / common /
2016-10-20  Jérémie GalarneauFix: report an error if unix socket address is too...
2016-10-20  Jérémie GalarneauRemove outdated comment about run_as open being broken
2016-10-20  Jérémie GalarneauRemove run-as compat wrapper from internal code
2016-10-19  Jonathan RajotteFix: save: leak of configuration file fd
2016-10-07  Jonathan Rajottelttng_ctl: add session_name to load override
2016-10-07  Philippe ProulxRemove calibrate from liblttng-ctl
2016-10-07  Philippe ProulxRemove calibrate command from lttng CLI
2016-10-07  Jonathan RajotteApply the overrides attributes during configuration...
2016-10-07  Jonathan Rajottelttng-ctl: add override helper to load api
2016-10-07  Jonathan RajotteRename override to overwrite for config_load_session
2016-10-07  Jonathan RajotteFix: report truncation on snprintf
2016-10-06  Jonathan RajotteFix: do not overwrite ret if already set and session...
2016-10-05  Mathieu DesnoyersBump lttng-modules ABI minor version
2016-10-05  Mathieu DesnoyersFix: handle backward compatibility with lttng-modules 2.7
2016-10-04  Jérémie GalarneauBuild: Replace use of deprecated AM_PATH_XML2
2016-09-29  Jérémie GalarneauBuild fix: macOS Sierra provides clock_gettime
2016-09-28  Jérémie GalarneauFix: time redefinition warnings on macOS builds
2016-08-31  Jérémie GalarneauFix: pass a valid length to accept() on unix domain...
2016-08-26  Jérémie GalarneauLog signals received by run_as worker
2016-08-26  Jérémie GalarneauMissing word in worker_sighandler() comment
2016-08-25  Jérémie GalarneauClean-up snapshot command error reporting
2016-08-25  Ricardo Nabinger... Use -M parameter instead of --manpath when invoking...
2016-08-05  Michael JeansonPort: Detect platforms where librt is required
2016-08-05  Michael JeansonPort: Add OSX clock_gettime compat
2016-08-05  Michael JeansonPort: Add OSX support to socket compat
2016-08-05  Michael JeansonPort: Add OSX support to poll compat
2016-08-05  Michael JeansonPort: Add OSX support to fcntl compat
2016-08-04  Michael JeansonPort: Add OSX compat to sessiond-comm/unix.c
2016-08-04  Michael JeansonPort: Add OSX endian.h compat
2016-08-04  Michael JeansonPort: Add OSX libuuid compat
2016-08-01  Jérémie GalarneauClean-up: remove negative check against unsigned value
2016-07-06  Jérémie GalarneauAdd regenerate command to MI schema
2016-07-06  Julien DesfossezAllow regenerating the statedump of a running session
2016-07-06  Mathieu DesnoyersKernel ioctl to regenerate the statedump
2016-07-06  Julien DesfossezRename the "metadata regenerate" command to "regenerate...
2016-07-06  Jérémie GalarneauTypo fix: uninitializez ->uninitialized
2016-07-06  Jérémie GalarneauFix: handle negative (unlimited) system stack size...
2016-06-29  Michael JeansonFix: Set thread stack size to ulimit soft value
2016-06-28  Michael JeansonFix: location of various standard headers
2016-06-28  Michael JeansonFix: strerror_r behavior is glibc specific
2016-06-27  Jérémie GalarneauLazily initialize max poll set size
2016-06-16  Mathieu DesnoyersAllow channel mode override in snapshot sessions
2016-06-14  Michael JeansonFix: Define MANPATH in config.h
2016-06-08  Jérémie GalarneauFix: call xmlCleanupParser to free global libxml2 alloc...
2016-06-02  Jérémie GalarneauClean-up: harmonize kernctl API error checking
2016-06-02  Jérémie GalarneauIntroduce LTTNG_IOCTL_CHECK and LTTNG_IOCTL_NO_CHECK...
2016-06-02  Jérémie GalarneauFix: enforce assumption that lttng-modules ioctl()...
2016-06-02  Jérémie GalarneauFix: reduce scope of kconsumer consumed_pos and produce...
2016-05-24  Michael JeansonTypo: occured -> occurred
2016-05-19  Jérémie GalarneauFix: only perform lttng_consumer_sync_trace_file()...
2016-05-19  Jérémie GalarneauMake lttng_consumer_sync_trace_file static
2016-05-19  Jérémie GalarneauFix: don't negate posix_fadvise return value to check...
2016-05-19  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-18  Mathieu DesnoyersFix: bad file descriptors on close after rotation error
2016-05-18  Jérémie GalarneauFix: posix_fadvise wrapper returns -ENOSYS on FreeBSD
2016-05-18  Michael JeansonFix: Double free in utils_partial_realpath error path
2016-05-18  Jérémie GalarneauFix: unchecked posix_fadvise() return value
2016-05-18  Mathieu DesnoyersFix: Dereference after NULL check in consumer
2016-05-17  Mathieu DesnoyersFix: macro compares unsigned to 0 (no effect)
2016-05-17  Michael JeansonFix: Free variable before strdup() in process_event_node
2016-05-17  Michael JeansonFix: Add missing free() in utils_partial_realpath
2016-05-17  Michael JeansonFix: Use distinct variables for ret and discarded_events
2016-05-17  Michael JeansonFix: Use secure_getenv() in get_man_bin_path
2016-05-17  Mathieu DesnoyersFix: illegal memory access in relayd_add_stream
2016-05-17  Mathieu DesnoyersFix: illegal memory access in relayd_create_session_2_4
2016-05-17  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
next
This page took 0.037774 seconds and 6 git commands to generate.