Fix: set full path in .gitignore
[lttng-tools.git] / src /
2014-03-24  David GouletFix: use NULL url for load live session
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-20  David GouletFix: clarify sessiond ust app queue cmd comment
2014-03-19  David GouletFix: use uri API to parse url for save command
2014-03-19  Jérémie GalarneauFix: Succesful session load might still report an error
2014-03-19  Jérémie GalarneauFix: Pass session name to config_load_session when...
2014-03-19  Jérémie GalarneauFix: Remove overly restrictive asserts in create_session()
2014-03-17  David GouletFix: rename config internal header to abi
2014-03-12  David GouletFix: add error/msg output to save command
2014-03-12  David GouletFix: add missing string msg for save/load error code
2014-03-12  David GouletFix: return error if not in overwrite mode and file...
2014-03-12  David GouletFix: missing memset 0 and NULL byte in string
2014-03-12  David GouletFix: check relayd fd leak in lttng cmdline
2014-03-12  David GouletFix: time of check time of use scenario
2014-03-12  David GouletFix: missing varargs cleanup on error
2014-03-12  David GouletFix: wrong number of elements in array for loop
2014-03-12  David GouletFix: possible unlink on uninitialized buffer path
2014-03-12  David GouletFix: possible load config domain overwrite
2014-03-12  David GouletFix: memory leak
2014-03-12  David GouletFix: save session usage of string size
2014-03-10  David GouletFix: handle signed return value for snprintf
2014-03-10  Zifei TongFix: clang 'constant-out-of-range-compare' warning
2014-03-10  Jérémie GalarneauAdd load command to the lttng client
2014-03-10  Jérémie GalarneauAdd session configuration load capability to libconfig
2014-03-10  Jérémie GalarneauAdd a save command based on the save API to the lttng...
2014-03-10  Jérémie GalarneauAdd session configuration save feature to session daemon
2014-03-06  Jérémie GalarneauAdd a save API to lttng-ctl
2014-03-06  Jérémie GalarneauAdd session configuration XSD
2014-03-06  Jérémie GalarneauAdd a config_writer API based on libxml2
2014-03-06  Jérémie GalarneauSend filter expression string to session daemon
2014-03-06  Jérémie GalarneauFix: tcp4 and net4 protocol support in uri_parse
2014-03-06  Jérémie Galarneausession_find_by_name does not need a non-const name...
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-27  David GouletRevert "Fix: format + PACKAGE_URL for dynamic printing"
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  Jonathan RajotteFix: format + PACKAGE_URL for dynamic printing
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: missing big endian conversion for one index field
2014-02-24  Julien DesfossezFix: wrong condition on startup for low-activity streams
2014-02-24  Julien DesfossezFix: perror on index directory creation error
2014-02-21  Mathieu DesnoyersFix: consumerd errors on exit
2014-02-21  Mathieu DesnoyersFix: scanf unbounded input
2014-02-21  Mathieu DesnoyersFix: miscellaneous memory handling fixes
2014-02-21  Mathieu DesnoyersFix: add missing VALGRIND ifdef checks and documentation
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-13  David GouletFix: steal channel key in the consumer to avoid race
2014-02-13  David GouletFix: change ERR statement to DBG in kernel read subbuffer
2014-02-13  David GouletFix: handle snapshot ENODATA in live timer
2014-02-12  David GouletFix: relayd leak on error in consumer splice()
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: write index only if fd is valid
2014-02-11  David GouletFix: cleanup relayd on any I/O error in read subbuffer...
2014-02-11  David GouletFix: memory/fd leak when cleaning streams in channel
2014-02-10  David GouletFix: destroy streams in consumer del channel
2014-02-10  David GouletFix: add missing urcu wfqueue headers in relayd
2014-02-10  David GouletFix: in lttng_read/write deny count bigger than the...
2014-02-10  David GouletFix: fd leak when closing metadata stream
2014-02-10  David GouletFix: read subbuffer mmap/splice signedness issue
2014-02-10  Julien DesfossezFix: remove unused create_viewer_session option
2014-02-10  David GouletFix: don't sleep(1) on the consumer ready flag
2014-02-10  David GouletFix: free viewer session in connection_free()
2014-02-10  David GouletFix: add missing ctf trace delete before destroy
2014-02-10  David GouletFix: don't delete ctf trace while in snapshot mode
2014-02-10  Julien DesfossezFix: add flag to create session command and fix tests
2014-02-10  Julien DesfossezFix: cleanup indef guards following the rename
2014-02-10  David GouletFix: merge issue with thread quit pipe
2014-02-10  Marc-Andre LaperleFix: use uint32_t for metadata_flag in viewer's ABI
2014-02-10  Julien DesfossezFix: check for new streams in all attached sessions
2014-02-10  Julien DesfossezFix: Move static functions up in the code
2014-02-10  Julien DesfossezFix: allow attach command to multiple sessions
2014-02-10  Julien DesfossezFix: handle session hang up in get_new_streams
2014-02-10  Julien DesfossezFix: force the client to create a viewer session before...
2014-02-10  Julien DesfossezFix: Namespace lttng-viewer-abi
next
This page took 0.038254 seconds and 7 git commands to generate.