Implement support for brackets in filter expressions
[lttng-tools.git] / src / common /
2017-06-21  Jérémie GalarneauHide internal dynamic-buffer symbols
2017-06-21  Jérémie GalarneauHide internal string-utils symbols
2017-06-20  Mathieu DesnoyersFix: join consumer timer thread
2017-06-20  Mathieu DesnoyersCleanup: use CMM accessors for consumer_quit variable
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-06-02  Jérémie GalarneauFix: missing errno.h include in time.h compat header
2017-06-01  Michael JeansonCleanup: uuid library detection
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2017-05-28  Jérémie GalarneauTests: add consumer testpoint to pause data consumption
2017-05-28  Jérémie GalarneauDocs: improve the documentation of the dynamic buffer...
2017-05-28  Jérémie GalarneauAdd comment to round_to_power_of_2()
2017-05-28  Jérémie GalarneauClean-up: simplify the implementation of dynamic buffer...
2017-05-28  Jérémie GalarneauFix: space left in buffer may be uninitilized on capaci...
2017-05-28  Jérémie GalarneauAssert that dynamic buffer size <= capacity
2017-05-28  Jérémie GalarneauClean-up: improve readability of dynamic buffer append...
2017-05-19  Mathieu DesnoyersFix: use "flush empty" ioctl for snapshots
2017-05-19  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-19  Jérémie GalarneauRevert "Fix: futex can be free'd while used by waker...
2017-05-19  Jérémie GalarneauAdd lttng_waiter utils
2017-05-11  Jonathan RajotteFix: COMPAT_EPOLL_PROC_PATH is available from Linux...
2017-05-10  Jérémie GalarneauClean-up: warning caused by unused label
2017-05-10  Jérémie GalarneauFix: futex can be free'd while used by waker thread
2017-05-09  Mathieu DesnoyersFix: return NULL pointer on memory allocation failure
2017-05-09  Jérémie GalarneauClean-up: unused variable warning in poll compat
2017-05-08  Mathieu DesnoyersCleanup: initialize kernel ioctl ABI structures to 0
2017-05-08  Mathieu DesnoyersCleanup: initialize data to 0
2017-05-08  Jérémie GalarneauFix: consumer data lock deadlock caused by monitor...
2017-05-08  Jonathan RajotteFix: assert() on null index_file in lttng_index_file_wr...
2017-05-08  Jonathan RajotteFix: fail on relayd lookup when finding a relayd is...
2017-05-07  Jérémie GalarneauFix: NULL pointer dereference in lttng_condition_serialize
2017-05-06  Jérémie GalarneauFix: return of free'd string on error in strutils_split()
2017-05-06  Jérémie GalarneauSilence bogus Coverity warning of uninitialized value
2017-05-06  Jérémie GalarneauSilence bogus Coverity warning of uninitialized value
2017-05-06  Jérémie GalarneauSilence bogus Coverity warning of uninitialized value
2017-05-06  Jérémie GalarneauSilence bogus Coverity warning of uninitialized value
2017-05-05  Jérémie GalarneauFix: consumer-timer.c includes ust-ctl.h even --without...
2017-05-05  Jérémie GalarneauAdd string-utils to dist subdirs in libcommon
2017-05-05  Philippe ProulxAdd string-utils convenience library
2017-05-05  Philippe ProulxAdd --enable-embedded-help option to embed --help messa...
2017-05-05  Jérémie GalarneauExpose monitor timer interval to lttngctl and client
2017-05-05  Jérémie GalarneauImplement consumer ring buffer position sampling
2017-05-05  Jérémie GalarneauAdd kernctl RING_BUFFER_SNAPSHOT_SAMPLE_POSITIONS command
2017-05-05  Jérémie GalarneauStart notification subsystem thread in sessiond initial...
2017-05-05  Jérémie GalarneauAdd client notification API
2017-05-05  Jérémie GalarneauAdd utils_get_count_order_u64 to utils
2017-05-05  Jérémie GalarneauImplement poll mask modification support in poll wrappers
2017-05-05  Jérémie GalarneauAdd the container_of() macro to macro.h
2017-05-05  Jérémie GalarneauAdd pipe_release utils to the pipe wrapper
2017-05-05  Jérémie GalarneauAdd named pipe support to the pipe wrapper
2017-05-05  Jérémie GalarneauAdd non_block version of functions to UNIX socket wrapper
2017-05-05  Jérémie GalarneauAdd lttng_buffer_view util
2017-05-05  Jérémie GalarneauAdd lttng_dynamic_buffer util
2017-02-14  Michael JeansonPort: win32 DLLs don't support hidden symbols
2017-02-14  Michael JeansonPort: add cygwin support to endian compat
2017-02-14  Michael JeansonFix: Remove unused headers
2017-01-26  Michael JeansonFix: Lazily initialize max poll set size in poll compat
2017-01-24  Jonathan Rajottex is never reused, no need to shift it
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-08  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
2016-12-21  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  Jérémie GalarneauAssert that index_file does not exist before setting...
2016-12-16  Mathieu DesnoyersFix: relayd vs consumerd compatibility
2016-11-25  Jonathan RajotteLoad: expose overrides elements in mi
2016-11-25  Jonathan RajotteFix: assign values to path, ctrl and data uris during...
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
next
This page took 0.042443 seconds and 7 git commands to generate.