lttng-tools.git
2013-07-11  David GouletUpdate version to v2.1.2 stable-2.1 v2.1.2
2013-05-06  David GouletFix: don't create a channel on an enable channel
2013-04-23  David GouletFix: remove double consumer_del_stream in error path
2013-04-23  David GouletFix: handle invalid ops pointer in relayd_close()
2013-03-25  David GouletFix: lttng create default name check
2013-03-25  David GouletFix: add missing error output
2013-03-25  David GouletFix: minor errors in lttng.1 man page
2013-03-25  David GouletFix: kernel function event was listed as probe
2013-03-25  David GouletAdd unsupported error code to lttng cmd line
2013-03-25  David GouletFix: typo in the create command help and man page
2013-03-25  David GouletFix: session name max length was not handled correctly
2013-03-25  David GouletFix: lttng UI failed to report error 19
2013-02-18  David GouletFix: put session list lock around the app registration
2013-02-18  David GouletFix: add poll entry/exit around relayd_connect()
2013-02-18  David GouletFix: set relayd sock sent flag per consumer socket
2013-01-30  David GouletFix: change health poll update to entry/exit calls
2013-01-30  David GouletFix: support duplicate health type
2013-01-29  David GouletFix: remove consumer health poll update on startup
2013-01-25  Mathieu DesnoyersFix: add missing unistd.h for fdatasync in compat-fcntl.c
2013-01-24  David GouletCleanup unused health state reference
2013-01-24  David GouletFix: health subsystem issues with shared code
2013-01-22  David GouletFix: poll max size should be checked during resize
2013-01-22  David GouletFix: wrong variable type for read() return value
2013-01-22  David GouletFix: add missing rcu lock for UST lookup
2013-01-22  David GouletFix: add missing rcu read side lock
2013-01-21  David GouletFix: UST returns -LTTNG_UST_ERR_NOENT and not -ENOENT
2013-01-21  David GouletFix: add missing fd put on stream creation error
2013-01-21  David GouletFix: change function name for better meaning
2013-01-21  David GouletFix: improve error handling for UST stream creation
2013-01-16  David GouletFix: remove duplicate set ust event filter
2013-01-11  David GouletUpdate version to v2.1.1 v2.1.1
2013-01-10  David GouletFix: update next_net_seq_num after sending header
2013-01-10  David GouletFix: wrong loop continuation in metadata thread
2013-01-09  David GouletFix: lttng create session memleaks
2013-01-09  David GouletFix: remove unused session id map
2013-01-09  David GouletFix: wrong session id used on relayd lookup
2013-01-07  David GouletFix: add missing UST abi header for make dist
2013-01-07  David GouletFix: add missing rcu read side lock/unlock
2012-12-20  David GouletUpdate version to v2.1.0 v2.1.0
2012-12-20  David GouletFix: lttng create URI parsing and check
2012-12-20  David GouletFix: missing scripts for make dist
2012-12-20  David GouletAdd disable-event to man page and clarify enable-event
2012-12-20  David GouletFix: update to latest UST abi
2012-12-20  David GouletFix: bad check of accept() return value
2012-12-20  David GouletFix: missing mutex lock if relayd was not created
2012-12-20  David GouletFix: return error if sendmsg fails on relayd
2012-12-20  David GouletFix: variable usage for data pending and add comments
2012-12-19  David GouletFix: print ret value on ust_app start/stop error
2012-12-19  David GouletFix: compare write() return value to size
2012-12-19  David GouletFix: handle orderly shutdown from transport layer
2012-12-19  David GouletFix: change perror to debug statement
2012-12-19  David GouletFix: don't print EPIPE error which can happen
2012-12-19  David GouletFix: handle shutdown on recv reply in relayd
2012-12-19  David GouletFix: Off by one in seq num for data pending command
2012-12-19  David GouletFix: wrong check on session started on stop command
2012-12-18  David GouletFix: for librelayd, fix negative reply ret code
2012-12-18  Christian Babeuxrun-report: Add filtering, health and streaming tests
2012-12-18  Christian Babeuxrun-report: Allow tests to spawn and control their...
2012-12-18  Christian Babeuxrun-report: Fix CPU usage stats computation
2012-12-18  Christian Babeuxrun-report: Restore SIGPIPE default handler in subproce...
2012-12-18  Christian Babeuxrun-report: Use libtool wrapper to spawn the sessiond...
2012-12-18  David GouletFix: sessiond write() to handle EINTR
2012-12-18  David GouletFix: change ERR/PERROR statement to DBG
2012-12-18  David GouletFix: DBG statement in relayd
2012-12-18  David GouletFix: handle EINTR for every read()
2012-12-18  David GouletFix: handle consumer data pipe read error
2012-12-18  David GouletFix: don't print usage when listing fails
2012-12-18  David GouletFix: possible invalid free in kernel thread
2012-12-18  David GouletFix: flag metadata stream on quiescent control cmd
2012-12-18  David GouletFix: prioritize control socket communication in relayd
2012-12-18  David GouletFix: poll and epoll fd set reallocation
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-12-18  David GouletFix: add missing goto pending if data is inflight
2012-12-18  David GouletFix: remove ua_sess->started assert on stop trace
2012-12-18  David GouletFix: remove bash quote when starting relayd in tests
2012-12-17  Julien DesfossezSet classes of traffic in high_throughput_limits
2012-12-17  David GouletFix: use the poll wait ret value when iterating on...
2012-12-17  David GouletFix: force the poll() return value to be nb_fd
2012-12-17  David GouletFix: add missing pollset reset in relayd listener thread
2012-12-14  David GouletFix: Wrong check of node when cleaning up ht
2012-12-14  David GouletRevert adding LTTNG_PACKED in lttng.h
2012-12-14  David GouletFix: cleanup high_throughput_limits test
2012-12-14  David GouletFix: set started flag of ust app after ustctl
2012-12-14  David GouletFix: memory leak in add relayd socket error path
2012-12-14  Julien DesfossezMove relay commands out of lttcomm_sessiond_command
2012-12-14  Christian BabeuxTests: Add health check testpoint fail test
2012-12-14  Christian BabeuxAdd return code to the testpoint mechanism
2012-12-13  David GouletFix: put back the high-throughput test removed by mistake
2012-12-13  David GouletFix: Bad error handling when enable channel fails
2012-12-13  Christian BabeuxTests: Fix sleep interruption in health stall test
2012-12-13  David GouletFix: RCU unlock out of error path
2012-12-13  David GouletFix: update file listing for licensing
2012-12-13  David GouletFix: missing health exit in registration app thread
2012-12-13  David GouletFix: add packed attribute to filter structure
2012-12-13  David GouletFix: Add missing health code update for consumer command
2012-12-13  David GouletFix: packed every sessiond-comm.h structure pass over...
2012-12-13  David GouletAdd LTTNG_PACKED macro
2012-12-13  David GouletFix: clear the fixme in high_throughput_limits
2012-12-13  David GouletFix data pending for inflight streaming
2012-12-13  David GouletMap session id of relayd and sessiond in consumer
next
This page took 0.037576 seconds and 4 git commands to generate.