Fix: Parenthesize previous statement when adding conditions to a filter
[lttng-tools.git] / src / bin /
2014-09-03  Jonathan Rajotte... Fix: parse_prob_opts return the actual success of the...
2014-07-31  David GouletFix: disable JUL event on destroy
2014-07-28  Mathieu DesnoyersFix: unbalanced ustconsumer32_data.pid_mutex lock
2014-07-14  Jérémie GalarneauFix: Create a lock file to prevent multiple session...
2014-07-14  David GouletFix: relayd stream set close_flag on stream close
2014-07-14  Julien DesfossezFix: get the stream_id when generating live beacons
2014-07-10  David GouletFix: don't set enabled flag is session start fails
2014-07-10  Jérémie GalarneauFix: check malloc return value
2014-07-10  Jérémie GalarneauFix: static array larger than necessary
2014-06-25  David GouletFix: set session in output mode if URL are set afterwards
2014-06-19  Francis DeslauriersFix: Add vpid, vppid and vtid info in add-context help
2014-05-23  David GouletFix: deny overwrite mode and num subbuf less than 2
2014-05-22  David GouletFix: remove bad option in enable channel --help
2014-05-14  Jérémie GalarneauFix: Copy-pasted PERROR messages may be misleading
2014-05-14  David GouletFix: handle ENOENT when creating a kernel event
2014-05-05  David GouletFix: add JUL filter to UST event on logger_name
2014-04-08  David GouletFix: don't delete stream from connection recv list
2014-04-02  David GouletFix: use after free of a relayd stream
2014-04-01  David GouletFix: don't print stream name in error message
2014-04-01  David GouletFix: take session list lock when listing tp
2014-03-31  David GouletFix: don't spawn relayd if URL is provided
2014-03-25  David GouletFix: don't ask data pending if session was not started
2014-03-24  David GouletFix: allow empty URL for live session creation
2014-03-24  David GouletFix: missing valid return code when adding an URI to...
2014-03-12  David GouletFix: check relayd fd leak in lttng cmdline
2014-03-10  Zifei TongFix: clang 'constant-out-of-range-compare' warning
2014-03-04  Jérémie GalarneauFix: Unchecked session pointer when destroying a connec...
2014-02-28  David GouletFix: improve lttng with live by spawning relayd
2014-02-28  Mathieu DesnoyersFix: relayd should listen for viewers on localhost...
2014-02-27  David GouletFix: handle loglevel range ALL in list command
2014-02-27  David GouletFix: index JUL event by name *and* loglevel
2014-02-27  David GouletFix: JUL to enable user and root tracepoints
2014-02-26  David GouletFix: handle the registration done command for JUL
2014-02-26  David GouletFix: keep metadata channel attr in UST session
2014-02-26  David GouletFix: add loglevel type to lttng list <name>
2014-02-26  David GouletFix: Warn user if JUL port is already being used
2014-02-26  David GouletFix: add some sane default values to --live opt
2014-02-26  Stefan SeefeldFix: possible NULL deref. in sessiond error path
2014-02-25  David GouletFix: flag that kernel streams FDs has been sent
2014-02-25  David GouletFix: forbid session name creation if contains /
2014-02-25  David GouletFix: don't start session if no channel
2014-02-25  David GouletFix: report error if consumer can't be spawned
2014-02-25  David GouletFix: lttng list -u <name> should only list UST
2014-02-25  David GouletFix: kernel channel destroy on consumer if sent
2014-02-25  David GouletFix: only create UST metadata on start trace
2014-02-24  David GouletRevert "Fix: wrong condition on startup for low-activit...
2014-02-24  Julien DesfossezFix: wrong condition on startup for low-activity streams
2014-02-21  Mathieu DesnoyersFix: scanf unbounded input
2014-02-21  Mathieu DesnoyersFix: miscellaneous memory handling fixes
2014-02-14  Julien DesfossezFix: race with index file creation
2014-02-14  Julien DesfossezFix: deadlock during rotation
2014-02-14  David GouletFix: simplify get next index in live
2014-02-12  David GouletFix: protect close_write_flag with the rotation lock
2014-02-12  David GouletMan: clarify loglevel for JUL domain
2014-02-11  David GouletFix: wrong data structure used in commit df41f83
2014-02-11  Julien DesfossezFix: only set the new_streams flag if a viewer is attached
2014-02-11  David GouletFix: remove dead code in relayd live code
2014-02-11  David GouletFix: use after free error code path
2014-02-11  David GouletFix: wrong sizeof argument in live viewer create session
2014-02-11  David GouletFix: zero out the reply structure in viewer_connect
2014-02-11  David GouletFix: add missing urcu wfqueue headers in relayd
2014-02-11  Julien DesfossezFix: remove unused create_viewer_session option
2014-02-11  David GouletFix: don't sleep(1) on the consumer ready flag
2014-02-11  David GouletFix: free viewer session in connection_free()
2014-02-11  David GouletFix: add missing ctf trace delete before destroy
2014-02-11  David GouletFix: don't delete ctf trace while in snapshot mode
2014-02-11  Julien DesfossezFix: add flag to create session command and fix tests
2014-02-11  Julien DesfossezFix: cleanup indef guards following the rename
2014-02-11  David GouletFix: merge issue with thread quit pipe
2014-02-11  Marc-Andre LaperleFix: use uint32_t for metadata_flag in viewer's ABI
2014-02-11  Julien DesfossezFix: check for new streams in all attached sessions
2014-02-11  Julien DesfossezFix: Move static functions up in the code
2014-02-11  Julien DesfossezFix: allow attach command to multiple sessions
2014-02-11  Julien DesfossezFix: handle session hang up in get_new_streams
2014-02-11  Julien DesfossezFix: force the client to create a viewer session before...
2014-02-11  Julien DesfossezFix: Namespace lttng-viewer-abi
2014-02-11  David GouletFix: relayd connection object refactor
2014-02-11  David GouletFix: big relayd cleanup and refactor
2014-02-11  David GouletFix: code refactoring of viewer streams in relayd
2014-02-11  Julien DesfossezFix: handle new streams in live mode in relayd
2014-02-11  Julien DesfossezFix: notify the viewer if new streams got added
2014-02-11  Julien DesfossezFix: send the streams sent message after metadata
2014-02-04  Mathieu DesnoyersFix: measure UST clock offset with best sample (v2)
2014-02-04  Julien DesfossezFix: relay create session for version before 2.4
2014-02-04  Jérémie GalarneauFix: memory leak when UST events are enabled with exclu...
2014-01-29  David GouletFix: add -b, --background option
2014-01-28  David GouletFix: add missing JUL loglevel handling
2014-01-28  Mathieu Desnoyersrelayd: add testpoints
2014-01-28  Mathieu Desnoyersrelayd: use same pipe for live and main
2014-01-28  Mathieu DesnoyersCleanup relayd live comment
2014-01-28  Mathieu DesnoyersFix: relayd: add LPOLLERR to events
2014-01-28  Mathieu DesnoyersFix: relayd: notify parent of readiness when all thread...
2014-01-28  Mathieu Desnoyerslttng-relayd: implement background cmd line option
2014-01-28  Mathieu Desnoyerssessiond: add missing testpoints
2014-01-28  Mathieu Desnoyerssessiond: add --background argument
2014-01-28  Mathieu DesnoyersUse lib common daemonize
2014-01-28  Mathieu DesnoyersFix: sessiond: wait for health check readiness
2014-01-28  Mathieu DesnoyersFix: relayd: initialize lttcomm inet
2014-01-28  Mathieu DesnoyersConsumer: add testpoints
2014-01-28  Mathieu DesnoyersFix: consumerd: HT init/teardown with program
next
This page took 0.041107 seconds and 7 git commands to generate.