Update changelog with stable 2.3 and 2.4 branch
[lttng-tools.git] / src /
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
2014-02-10  David GouletFix: relayd connection object refactor
2014-02-10  David GouletFix: big relayd cleanup and refactor
2014-02-07  David GouletFix: code refactoring of viewer streams in relayd
2014-02-07  Julien DesfossezFix: handle new streams in live mode in relayd
2014-02-07  Julien DesfossezFix: notify the viewer if new streams got added
2014-02-07  Julien DesfossezFix: send the streams sent message after metadata
2014-02-04  David GouletFix: handle invalid URL passed to lttng_create_session_live
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-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
2014-01-28  Mathieu DesnoyersCleanup: lttng-ctl-health comment
2014-01-28  Mathieu DesnoyersAdd daemonize() to libcommon
2014-01-28  Mathieu DesnoyersFix: consumerd: use DBG rather than DBG2
2014-01-28  Mathieu DesnoyersFix: consumerd: only return readiness when health is...
2014-01-28  Mathieu DesnoyersFix: consumerd should initialize lttcomm
2014-01-28  Mathieu DesnoyersFix health check: signal parent before exit testpoint
2014-01-28  Mathieu Desnoyersrelayd: add LTTNG_RELAYD_HEALTH env var
2014-01-28  Mathieu DesnoyersAdd sessiond/SESSIOND_ prefix to sessiond testpoints
2014-01-15  David GouletFix: zero out data structure before using it
2014-01-14  Julien DesfossezFix: delete metadata stream before destroying it
2014-01-14  David GouletFix: report to client when snapshot will be empty
2014-01-14  Julien DesfossezFix: metadata stream should be always flagged as ready
2014-01-14  Julien DesfossezFix: wrong check before destroying the viewer metadata...
2014-01-14  Julien DesfossezFix: race with the viewer and readiness of streams
2014-01-09  David GouletFix: missing reset when listing UST fields for multiple...
2014-01-07  Mathieu DesnoyersFix: filter: check binary op nesting
2014-01-07  Anik MishraFix: relayd cmd line option for live port
2013-12-19  David GouletFix: remove break in epoll loop of apps. thread
2013-12-17  Jérémie GalarneauLoad relay daemon options from configuration file
2013-12-17  Jérémie GalarneauLoad session daemon options from configuration file
2013-12-17  Jérémie GalarneauAdd utils_generate_optstring() to libcommon
2013-12-17  Jérémie GalarneauAdd libconfig implementation and tests
2013-12-17  Jérémie GalarneauAdd code from the inih library under libconfig
2013-12-16  Julien DesfossezFix: clear the CTF traces when all the streams are...
2013-12-10  Julien DesfossezFix: close connection on incompatible version check
2013-12-10  Julien DesfossezFix: fields alignements in live protocol
2013-12-05  David GouletFix: possible use after free
2013-12-03  David GouletFix: remove unused code in session daemon
2013-12-03  David GouletFix: string format with unsigned value
next
This page took 0.038572 seconds and 7 git commands to generate.