Fix: add missing semicolons after MSG, DBG, ERR print macros
[lttng-tools.git] / src / common /
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
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
2016-03-03  Jérémie GalarneauMI: add schemaVersion attribute to command schema
2016-03-03  Jérémie GalarneauMI: set machine interface XSD target namespace
2016-03-03  Jérémie GalarneauAdd schema information to XML MI output
2016-03-03  Jérémie GalarneauFix: libxml2 may return 0 because of buffering
2016-03-03  Jérémie GalarneauBump LTTng MI schema to 3.0
2016-03-03  Philippe ProulxMI: add <filter_expression> (event filter expression)
2016-03-03  Philippe ProulxTransfer UST exclusion names from sessiond to client
2016-02-26  Philippe ProulxTransfer filter strings from sessiond to client
2016-02-25  Philippe ProulxRefactor setup_lttng_msg() to include cmd header
2016-02-25  Philippe ProulxAdd command header to sessiond->client response msg
2016-02-19  Jérémie GalarneauCleanup: Remove unnecessary newline
2016-02-12  Jérémie GalarneauIntroduce application contexts to session configuration...
2016-02-12  Jérémie GalarneauEnable agent application contexts if filter has such...
2016-02-12  Jérémie GalarneauNotify java agent of enabled application contexts
2016-02-12  Jérémie GalarneauEnforce const-correctness in UNIX socket wrappers
2016-02-12  Jérémie GalarneauAdd application context support to lttng-ctl lttng_add_...
2016-01-13  Jérémie GalarneauCleanup __lttng_print macro indentation
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-11  Julien DesfossezMissing cpu id kernel context in the kernel tracer ABI
2015-11-04  Philippe Proulxsessiond-comm.h: fix whitespaces
2015-11-03  Philippe ProulxAdd LTTNG_EVENT_EXCLUSION_NAME_AT() helper macro
2015-11-03  Philippe ProulxFix: lay out names in exclusion structure correctly
2015-11-02  Jérémie GalarneauFix: Verify directory's existence before calling mkdir
2015-11-02  Jérémie GalarneauClean-up: declare variables at beginning of scope
2015-10-23  Jérémie GalarneauClean-up: Remove unused variables from default.c
2015-10-22  Alexandre MontplaisirAdd the filter expression to the enable_event agent...
2015-10-21  Mikael BeckiusFix live timer calculation error
2015-10-20  Jérémie GalarneauDon't initialize defaults in library constructor
2015-10-20  Jérémie GalarneauInitialize lttng_ht_seed on hashtable creation
2015-10-20  Jérémie GalarneauCleanup: Missing space after cast operator
2015-10-19  Jérémie GalarneauFix: Retry poll on interruption
2015-10-19  Jérémie GalarneauPort: Explicitly allocate realpath() resolved buffer
2015-10-19  Jonathan RajotteSelect which binaries/extras to build at configure...
2015-10-19  Jonathan RajotteMove libconsumer under common/consumer/
2015-10-19  Michael JeansonFix: Silence warning by casting *sin_addr to *sockaddr
2015-10-19  Michael JeansonPort: fix 'ERR' conflict with Solaris regset.h
2015-10-19  Mathieu DesnoyersRelay protocol: check string lengths
2015-10-19  Michael JeansonFix: Silence warning of function having no return value
2015-10-19  Michael JeansonFix: Silence warnings when using uid_t and pid_t with...
2015-10-19  Michael JeansonPort: Add compat for platforms with no MSG_NOSIGNAL...
next
This page took 0.038481 seconds and 6 git commands to generate.