lttng-tools.git
2018-02-01  Jonathan Rajottelttng-relayd: use TCP keep-alive mechanism to detect...
2017-12-14  Jérémie GalarneauTests: add kernel notification tests to the root regres...
2017-12-13  Jérémie GalarneauDocs: clarify which socket serves as the ust_app_ht_by_...
2017-12-13  Jérémie GalarneauDocs: refer to apps_notify_thread instead of 'the other...
2017-12-13  Jérémie GalarneauDocs: describe the apps_thread's working in function...
2017-12-09  Jérémie GalarneauTests: race between consumer pause and trace start...
2017-12-05  Jérémie GalarneauClean-up: remove unneeded rcu_read_lock acquisition
2017-12-05  Jérémie GalarneauDocs: document locking assumption of function
2017-12-05  Jérémie GalarneauFix: notification thread not notified of channel creati...
2017-12-03  Jonathan RajotteClean-up: consumer_add_metadata_stream always returns 0
2017-12-03  Jonathan RajotteFix: scope ownership of a stream for ust-consumer
2017-11-30  Jérémie GalarneauClean-up: reduce scope of dyanamically-allocated string
2017-11-30  Jérémie GalarneauFix: using putenv() and free()-ing the value is invalid
2017-11-30  Jérémie GalarneauClean-up: unnecessary duplicated call to exit()
2017-11-30  Jérémie GalarneauFix: unknown consumer type considered a libc error
2017-11-30  Jonathan RajotteFix: consumerd(64/32)_lib_dir can be NULL
2017-11-26  Jérémie GalarneauFix: evaluate trigger condition on registration
2017-11-14  Jérémie GalarneauFix: nonsensical message printed by lttng track/untrack
2017-11-13  Julien DesfossezFix: O_CLOEXEC is erroneously used on pipe creation
2017-11-13  Julien DesfossezFix: wrong parameter to fcntl in pipe_set_flag
2017-11-13  Jonathan RajotteFix: use lttng_clock_gettime instead of clock_gettime
2017-11-13  Jonathan RajotteFix: close channel monitor pipe after killing the metad...
2017-11-13  Julien DesfossezFix: path of snapshots with a relay and default URI
2017-11-13  Jonathan RajotteFix: use file based synchronization for python logging...
2017-11-13  Jonathan RajotteTest: add file based synchronization point for python...
2017-11-13  Julien DesfossezFix: wrong use of the relay_streams_sent in snapshot
2017-11-13  Julien DesfossezFix: the return code of lttcomm_send_unix_sock is signed
2017-11-13  Jérémie GalarneauFix warning: src/bin/lttng/utils.c: cast incompatible...
2017-11-13  Philippe ProulxFix: src/common/pipe.h: include <sys/types.h> for ssize...
2017-11-13  Philippe ProulxFix: detect dlmopen() and disable corresponding tests...
2017-11-13  Jonathan RajotteFix: Use tmpdir for intermediary files
2017-11-12  Jonathan RajotteFix: include scripts for distribution
2017-11-12  Jérémie GalarneauFix: typo in lttng-consumerd file default
2017-11-12  Jérémie GalarneauFix: missing NULL checks in logging statements
2017-11-12  Jérémie GalarneauFix: kernel consumerd sock paths need rundir substitution
2017-11-12  Jonathan RajotteTest: kernel testing for notification
2017-11-12  Jérémie GalarneauFix: create lttng run dir regardless of user privilege
2017-11-12  Olivier BlinFix: Make version.h generation work with dash
2017-11-12  Philippe Proulxlttng-enable-event(1): filtering: specify that `$ctx...
2017-11-12  Jérémie Galarneaucentralize sessiond config option handling
2017-11-12  Jérémie GalarneauFix: buffer overflow warning in python bindings
2017-11-09  Jérémie GalarneauTests fix: BT2 does not output the metadata of a trace...
2017-08-07  Jérémie GalarneauUpdate version to 2.11.0-pre
2017-08-03  Michael JeansonTypo: occured -> occurred
2017-08-03  Jérémie GalarneauFix: ensure kernel context is in a list before trying...
2017-08-03  Jérémie GalarneauHarmonize return code conventions in context handling
2017-08-02  Mathieu DesnoyersFix: uninitialized return value on error path
2017-08-01  Philippe Proulxlttng enable-channel: disallow --overwrite and --blocki...
2017-08-01  Philippe Proulxlttng-enable-channel(1): reword --blocking-timeout...
2017-08-01  Philippe Proulxlttng enable-channel: --blocking-timeout opt.: use...
2017-08-01  Julien DesfossezCleanup: remove unused internal structure
2017-08-01  Jérémie GalarneauCleanup: remove unnecessary extern qualifier
2017-08-01  Jérémie GalarneauDocs: document the trigger API
2017-08-01  Jérémie GalarneauDocs: document the notification API
2017-08-01  Jérémie GalarneauDocs: document the notification channel API
2017-08-01  Jérémie GalarneauDocs: document the evaluation API
2017-08-01  Jérémie GalarneauDocs: document the lttng_condition API
2017-08-01  Jérémie GalarneauDocs: document the lttng_buffer_usage condition API
2017-08-01  Jérémie GalarneauDocs: document the lttng_action_notify action type
2017-08-01  Jérémie GalarneauDocs: document the lttng_action API
2017-07-31  Jérémie GalarneauFix: ambiguous ownership of kernel context by multiple...
2017-07-31  Philippe Proulxlttng-enable-channel(1): move --output description...
2017-07-31  Philippe Proulxlttng-enable-channel(1): document --monitor-timer
2017-07-28  Jérémie GalarneauPrettify channel listing
2017-07-28  Jonathan RajotteUse pipe instead of eventfd() for notification command...
2017-07-28  Jonathan RajotteCleanup: useless reset of ret to zero
2017-07-28  Jonathan RajotteFix: ret is never used on error_open code path
2017-07-28  Jonathan RajotteFix: use error code path instead of break when errors...
2017-07-28  Jonathan RajotteCleanup: ignore useless check of execl() return value
2017-07-28  Jonathan RajotteFix: wrong variable assignment on error
2017-07-28  Jonathan RajotteCleanup: remove dead increment of pointer
2017-07-28  Jonathan RajotteFix: missing error handling in use of print_tabs()
2017-07-28  Jonathan RajotteCleanup: functions shall have a single exit point
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: dead assignment
2017-07-28  Jonathan RajotteFix: ret is used instead or err to set an error code
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteFix: report error using fd instead of ret
2017-07-28  Philippe Proulxlttng-enable-channel(1): reword and fix style of -...
2017-07-28  Philippe ProulxFix: doc/man: use a single XSL file and match local...
2017-07-28  Francis DeslauriersTests: rework select_poll_epoll test to improve verbosi...
2017-07-28  Jérémie GalarneauOnly print relevant session statistics on stop
2017-07-28  Jérémie GalarneauFix: NULL passed to memcpy in error path
2017-07-28  Jérémie GalarneauOnly print relevant session statistics in channel listing
2017-07-27  Jérémie GalarneauUniformize the printing of units in session listing
2017-07-27  Julien DesfossezFix: lost packet accounting always lost on snapshot
2017-07-27  Jonathan RajotteFix: report error on session listing
2017-07-27  Jérémie GalarneauTests: don't assume a 4K page size in test_notification
2017-07-27  Jonathan RajotteFix live-comm: merge TCP socket write-write sequence...
2017-07-26  Jérémie GalarneauDocs: move notification thread documentation to header
2017-07-26  Jérémie GalarneauDocs: grammar fix in comment
next
This page took 0.041286 seconds and 5 git commands to generate.