remove debug
[deliverable/lttng-tools.git] / src / bin /
2017-09-29  Julien Desfossezremove debug rotate
2017-09-29  Julien Desfossezfix rotate pending on relay
2017-09-28  Julien Desfossezfix rotate pending notif with session id
2017-09-27  Julien Desfossezfix locking for rotate timer vs session destroy
2017-09-26  Julien Desfossezappend rotate count in temporary folder
2017-09-26  Julien Desfossezdata pending returns true when rotate is pending
2017-09-26  Julien Desfossezset session active before enabling the timers
2017-09-21  Julien Desfossezrotate timer working
2017-09-19  Julien Desfossezrotate timer ready, need UI/API
2017-09-18  Julien Desfossezconfig for pending timer + rate limiting
2017-09-15  Julien Desfossezrotate pending on the relay working
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 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 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 DesfossezCleanup subdir for CONSUMER_DST_NET
2017-08-30  Julien DesfossezChange trace_path to session_root_path and chunk_path
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: --blocking-timeout opt.: use...
2017-07-31  Jérémie GalarneauFix: ambiguous ownership of kernel context by multiple...
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 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 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: dead assignment
2017-07-28  Jonathan RajotteFix: ret is used instead or err to set an error code
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  Jonathan RajotteFix: report error on session listing
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-24  Jonathan Rajottesave/load: add blocking_timeout attribute to channel
2017-07-24  Jonathan RajotteIntroduce monitor_timer_interval to session configurati...
2017-06-27  Julien DesfossezMerge branch 'master' of git://git.lttng.org/lttng...
2017-06-21  Michael JeansonTypo: occured -> occurred
2017-06-20  Mathieu DesnoyersFix: join consumer timer thread
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-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-09  Julien DesfossezMerge branch 'master' of git://git.lttng.org/lttng...
2017-06-06  Jérémie GalarneauDocs: notification comment refers to a structure by...
2017-06-01  Michael JeansonCleanup: popt library detection
2017-06-01  Michael JeansonCleanup: kmod library detection
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2017-06-01  Jonathan RajotteFix: registry can be null on lookup
2017-05-28  Jérémie GalarneauTests: add consumer testpoint to pause data consumption
2017-05-28  Jérémie GalarneauFix: explicitly send client credentials during handshake
2017-05-28  Jérémie GalarneauOptimization: remove unnecessary buffer resizes on...
2017-05-28  Jérémie GalarneauFix: inbound buffer may be set too short on partial...
2017-05-28  Jérémie GalarneauClean-up: fix misleading code alignment
2017-05-28  Jérémie GalarneauClean-up: remove useless comment
2017-05-25  Julien DesfossezMerge branch 'master' of git://git.lttng.org/lttng...
2017-05-23  Jérémie GalarneauFix: semaphore semantics are expected from notification...
2017-05-22  Mathieu Desnoyersrelay: use urcu_ref_get_unless_zero
2017-05-19  Mathieu DesnoyersFix: lttng-sessiond: cpu hotplug: send channel to consu...
2017-05-19  Mathieu DesnoyersFix: lttng-sessiond: cpu hotplug stream number mismatch
2017-05-19  Mathieu DesnoyersFix: thread exit vs futex wait/wakeup race
2017-05-19  Jérémie GalarneauFix: use lttng_waiter instead of futex in notification...
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
next
This page took 0.050554 seconds and 8 git commands to generate.