lttng-tools.git
2017-09-15  Julien Desfossezstop timer thread
2017-09-15  Julien Desfosseztimer thread in progress
2017-09-11  Julien Desfossezrotate pending working on the relay
2017-09-08  Julien Desfossezsend the rotate pending to the relay
2017-09-07  Julien Desfossezworking for metadata on the relay
2017-09-06  Julien Desfossezstart to handle async rotation on the relay + basics...
2017-09-06  Julien DesfossezSend domain with streams to the relay
2017-09-06  Julien Desfossezquick fixes
2017-09-06  Julien Desfossezfixed metadata regen + indexes, it is working
2017-09-06  Julien Desfossezrename works on the relay
2017-09-06  Julien Desfossezrotating on the relay
2017-09-06  Julien Desfossezrelayd_rotate_stream basics in place
2017-09-06  Julien Desfossezcorrect path sent to the consumer even with a relay
2017-09-06  Julien Desfosseztmp
2017-09-06  Julien Desfossezcheck if the stream is ready for rotation between get_n...
2017-09-06  Julien Desfossezno need to keep the channel lock during stream rotation
2017-09-06  Julien Desfossezhandle empty sessions
2017-09-06  Julien Desfossezmove the rename code at the end of the rotation
2017-09-06  Julien DesfossezMove mkdir/rename code to the consumer
2017-08-30  Julien Desfossezfix
2017-08-30  Julien Desfossezpost-rotation cleanup
2017-08-30  Julien Desfossezrefactor: put in common all consumer code
2017-08-30  Julien Desfossezre-dump metadata cache at the right place
2017-08-30  Julien DesfossezBasic structure for the rotate command
2017-08-30  Julien DesfossezSupport for the metadata cache dump kernel command
2017-08-30  Julien DesfossezCommon code to wakeup the metadata pipe
2017-08-30  Julien DesfossezCleanup subdir for CONSUMER_DST_NET
2017-08-30  Julien DesfossezChange trace_path to session_root_path and chunk_path
2017-08-29  Julien DesfossezFix: path of snapshots with a relay and default URI
2017-08-23  Julien DesfossezFix: wrong use of the relay_streams_sent in snapshot
2017-08-23  Julien DesfossezFix: the return code of lttcomm_send_unix_sock is signed
2017-08-07  Julien DesfossezMerge branch 'master' of git://git.lttng.org/lttng...
2017-08-07  Jérémie GalarneauUpdate version to 2.11.0-pre
2017-08-07  Julien DesfossezMerge branch 'master' of git://git.lttng.org/lttng...
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  Julien DesfossezRemove unused structure
2017-07-28  Julien DesfossezMerge branch 'master' of git://git.lttng.org/lttng...
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-24  Julien DesfossezMerge branch 'master' of git://git.lttng.org/lttng...
2017-07-07  Jonathan RajotteTest: Reduce scope of variables used in multi app notif...
2017-06-27  Julien DesfossezMerge branch 'master' of git://git.lttng.org/lttng...
next
This page took 0.040336 seconds and 5 git commands to generate.