Add lttng_waiter utils
[lttng-tools.git] / src /
2017-05-19  Jérémie GalarneauAdd lttng_waiter utils
2017-05-15  Jérémie GalarneauFix: pthread_join on thread start error
2017-05-15  Jérémie GalarneauFix: missing check on notification thread join
2017-05-15  Jérémie GalarneauFix: status_loc argument of waitpid() is used on error
2017-05-11  Jérémie GalarneauFix: leak of deserialized trigger sent from client
2017-05-11  Jérémie GalarneauClean-up: missing static qualifier on internal function
2017-05-11  Jonathan RajotteFix: COMPAT_EPOLL_PROC_PATH is available from Linux...
2017-05-10  Jérémie GalarneauFix: skip empty revents in notificationthread
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  Jérémie GalarneauFix: missing header causes build failure with --disable...
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-08  Jérémie GalarneauClean-up: use lttng_read() wrapper instead of read()
2017-05-07  Jérémie GalarneauFix: NULL pointer dereference in lttng_condition_serialize
2017-05-06  Francis DeslauriersFix: Exclusion check iterates multiple times on same...
2017-05-06  Jérémie GalarneauFix: return of free'd string on error in strutils_split()
2017-05-06  Jérémie GalarneauFix: free of uninitialized value on error path
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-06  Jérémie GalarneauFix: dereference before null check of channel attributes
2017-05-06  Jérémie GalarneauFix: memory leak of client_list_element
2017-05-06  Jérémie GalarneauFix: unchecked lttng_dynamic_buffer_set_size return...
2017-05-05  Jérémie GalarneauFix: consumer-timer.c includes ust-ctl.h even --without...
2017-05-05  Jérémie GalarneauFix: use of uninitialized channel attributes in client
2017-05-05  Jérémie GalarneauClean-up: only declare help_msg in embedded help case
2017-05-05  Jérémie GalarneauFix: use of session_name instead of channel_name in...
2017-05-05  Mathieu DesnoyersFix: lttng-live: send HUP reply when per-PID streams...
2017-05-05  Jonathan RajotteFix: syscall_table_nb_entry invalid value when no sysca...
2017-05-05  Jérémie GalarneauAdd string-utils to dist subdirs in libcommon
2017-05-05  Jérémie GalarneauTests fix: initialize kernel extended channel attributes
2017-05-05  Jérémie GalarneauTests fix: initialize UST extended channel attributes
2017-05-05  Philippe ProulxAdd support for "full" star globbing patterns in event...
2017-05-05  Philippe ProulxAdd string-utils convenience library
2017-05-05  Philippe Proulxbin/lttng: remove double "help" command and sort list
2017-05-05  Philippe Proulxlttng help: use command's --help directly
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 new snapshot ustctl API
2017-05-05  Jérémie GalarneauAdd kernctl RING_BUFFER_SNAPSHOT_SAMPLE_POSITIONS command
2017-05-05  Jérémie GalarneauHandle trigger registration and unregistration in sessiond
2017-05-05  Jérémie GalarneauStart notification subsystem thread in sessiond initial...
2017-05-05  Jérémie GalarneauClean-up: fix comment type in lttng-consumerd.c
2017-05-05  Jérémie GalarneauAdd the sessiond notification-handling subsystem
2017-05-05  Jérémie GalarneauClean-up: comment fix in agent_thread_manage_registration
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-05-05  Jérémie GalarneauClean-up: fix typo in sessiond main.c comment
2017-05-05  Jérémie GalarneauDocs: fix comment describing ust_cmd_queue
2017-02-14  Michael JeansonPort: Link with no-undefined on Windows
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-25  Jonathan RajotteFix: null dereference on error path for create_ctx_type
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-23  Mathieu DesnoyersFix: sessiond: only send streams to consumer once
2017-01-19  Mathieu DesnoyersFix: consumerd main: needs to be a registered RCU thread
2017-01-19  Mathieu DesnoyersFix: thread_dispatch_ust_registration needs to be a...
2017-01-19  Jérémie GalarneauFix: don't abort metadata push on closed metadata
2017-01-09  Mathieu DesnoyersFix: consumerd: order of metadata cache vs stream lock
2017-01-09  Mathieu DesnoyersFix: add missing rcu_barrier before daemon teardown
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
2017-01-06  Jonathan RajotteFix: lttng-relayd: forcefully close stream on relayd...
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  Jonathan RajotteFix: free previous instance of url (alloc_url) on defau...
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-29  Philippe ProulxRemove `metadata` command from various help resources
2016-11-29  Philippe ProulxList the `regenerate` command in various help resources
2016-11-28  Liguang LiFix: truncate the metadata file in shm-path
2016-11-25  Jonathan RajotteLoad: add message indication that a name override was...
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-11-21  Francis DeslauriersFix: add missing refcount of loaded modules
2016-11-18  Jérémie GalarneauFix: only unload successfully loaded kernel modules
2016-11-08  Anders WallinAdd version info to lttng-relayd help
2016-10-20  Jérémie GalarneauFix: stop sessiond threads on health thread error
2016-10-20  Jérémie GalarneauFix: stop lttng-relayd threads on health thread error
next
This page took 0.041643 seconds and 7 git commands to generate.