lttng-tools.git
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
2017-07-26  Jonathan RajotteFix: evaluate condition/trigger on subscription
2017-07-25  Jonathan RajotteTest: Trigger conditions is evaluated on subscription
2017-07-24  Jonathan Rajottesave/load: add blocking_timeout attribute to channel
2017-07-24  Jonathan RajotteIntroduce monitor_timer_interval to session configurati...
2017-07-07  Jonathan RajotteTest: Reduce scope of variables used in multi app notif...
2017-06-21  Jérémie GalarneauHide internal buffer-view symbols
2017-06-21  Jérémie GalarneauHide internal session configuration symbols
2017-06-21  Jérémie GalarneauHide internal dynamic-buffer symbols
2017-06-21  Jérémie GalarneauHide internal string-utils symbols
2017-06-21  Michael JeansonTypo: occured -> occurred
2017-06-20  Mathieu DesnoyersFix: join consumer timer thread
2017-06-20  Mathieu DesnoyersCleanup: use CMM accessors for consumer_quit variable
2017-06-13  Jérémie GalarneauFix: test_utils_expand_path passes NULL to sprintf
2017-06-13  Jérémie GalarneauFix: reject triggers if they depend on an unavailable...
2017-06-13  Jonathan RajotteFix: check lttng-modules ABI version for RING_BUFFER_SN...
2017-06-13  Jonathan RajotteFix: Send remove channel to notification thread only...
2017-06-13  Jonathan RajotteFix: notification test: resources leak and return handling
2017-06-12  Jérémie GalarneauFix: parse monitor timer parameter as an unsigned 64...
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-06-12  Mathieu DesnoyersFix: lttng list of channels should return errors
2017-06-12  Mathieu DesnoyersFix: discard event/lost packet counters
2017-06-12  Jonathan RajotteFix: test: proper redirection of stderr to stdout
2017-06-06  Jérémie GalarneauDocs: notification comment refers to a structure by...
2017-06-02  Jérémie GalarneauFix: missing errno.h include in time.h compat header
2017-06-01  Jérémie GalarneauCleanup: remove stale file from .gitignore
2017-06-01  Michael JeansonDisable binaries on platforms where they are not supported
2017-06-01  Michael JeansonCleanup: add silent rules support for docs
2017-06-01  Michael JeansonCleanup: popt library detection
2017-06-01  Michael JeansonCleanup: remove duplicated pthread detection code
2017-06-01  Michael JeansonCleanup: remove unused m4/libxml.m4
2017-06-01  Michael JeansonCleanup: bison and flex detection
2017-06-01  Michael JeansonCleanup: merge two instances of AC_CHECK_FUNCS
2017-06-01  Michael JeansonCleanup: lttng-ust library detection
2017-06-01  Michael JeansonCleanup: kmod library detection
2017-06-01  Michael JeansonCleanup: dlmopen detection
next
This page took 0.040023 seconds and 5 git commands to generate.