lttng-tools.git
2013-06-25  David GouletFix: clarify tracefile size/count in lttng.1 man
2013-06-25  David GouletFix: don't stop a session that was not previously started
2013-06-25  David GouletFix: update lttng.1 man page
2013-06-25  David GouletFix: bad protocol flow between sessiond and consumerd
2013-06-25  David GouletFix: kernel memory leak in error path
2013-06-20  David GouletUpdate version to v2.2.0-rc3 v2.2.0-rc3
2013-06-20  David GouletFix: --disable-static option
2013-06-20  David GouletFix: add missing file for make dist
2013-06-20  David GouletFix: channel and stream leak in consumerd
2013-06-19  David GouletFix: consumer add channel return value was positive...
2013-06-19  David GouletFix: wrong check after malloc in buffer registry
2013-06-19  David GouletFix: change an ERR message to a DBG
2013-06-19  Christian BabeuxTests: Fix wrong number of tests in thread stall as...
2013-06-19  David GouletFix: set +x to test helper script
2013-06-19  David GouletTest: add new stress test that kills the relayd randomly
2013-06-19  Amit MargalitUsing LTTNG_HOME environment variable if exists, with...
2013-06-19  Mathieu DesnoyersFix: remove use of stat()
2013-06-19  Mathieu DesnoyersFix: out of bound strcpy
2013-06-19  Mathieu DesnoyersRemove logically dead code
2013-06-19  Mathieu DesnoyersFix: handle close return value
2013-06-19  Mathieu DesnoyersRemove useless if() check
2013-06-19  Mathieu DesnoyersFix: goto error_fatal on lttng_kconsumer_recv_cmd errors
2013-06-19  Mathieu DesnoyersFix: goto error_fatal on lttng_ustconsumer_recv_cmd...
2013-06-19  Mathieu DesnoyersFix: unnecessarily large memory allocation
2013-06-19  Mathieu DesnoyersFix: comparing array against NULL
2013-06-18  Jérémie GalarneauFix: Remove reference to lttng-probe-lttng kernel module
2013-06-14  Mathieu DesnoyersFix: memleak in liblttng-ctl visit_node_load()
2013-06-14  David GouletFix: memleak in the UST registry
2013-06-14  David GouletFix: add missing free causing a memleak
2013-06-14  David GouletFix: memleaks in channel/event notify
2013-06-14  David GouletFix: sanitize wait queue in the dispatch thread
2013-06-14  Mathieu DesnoyersImplement health check for app registration dispatch
2013-06-14  Mathieu DesnoyersImplement health check for app notification thread
2013-06-14  Mathieu DesnoyersFix: hash table cleanup call_rcu deadlock
2013-06-14  Mathieu DesnoyersFix ua_chan assert
2013-06-06  David GouletFix: poll compat layer reallocation new size
2013-06-04  David GouletFix: remove nonblock flag of sessiond socket in consumer
2013-06-04  David GouletFix: add missing ht iter node assignment in channel...
2013-06-04  Jérémie GalarneauFix: Missing RCU locks on access to consumerd's channel ht
2013-06-04  David GouletRevert "Improve channel listing output format"
2013-06-03  David GouletFix: add more conditions and a lock to metadata cache...
2013-06-03  David GouletFix: set metadata closed on a push/close metadata error
2013-06-03  David GouletFix: skip metadata flushed check if write failed
2013-05-29  David GouletFix: remove one too many metadata refcount increment
2013-05-29  David GouletFix: add missing buffer registry cleanup on error
2013-05-28  David GouletFix: dereference after NULL check
2013-05-28  David GouletFix: remove dead code
2013-05-28  David GouletFix: wrong size in memcpy of kernel channel padding
2013-05-28  David GouletFix: typo when closing the consumer client socket
2013-05-28  David GouletTests: Add multi session per UID with 5 app in streamin...
2013-05-28  David GouletTests: Add stress test for multi session per UID
2013-05-28  David GouletFix: get consumer lock before closing/pushing metadata
2013-05-28  David GouletFix: set channel key to message on notify channel
2013-05-28  Julien DesfossezFix: increment channel refcount on add_stream
2013-05-28  Julien DesfossezFix: error handling in kernel add_channel
2013-05-28  Julien DesfossezFix: close wait_fd on kernel tracing
2013-05-22  Christian BabeuxTests: Fix possible segfault in health check thread...
2013-05-22  David GouletFix: use lttng pipe to send new stream to thread
2013-05-22  David GouletChange consumer_metadata_pipe to be a lttng_pipe
2013-05-22  David GouletChange consumer_data_pipe to be a lttng_pipe
2013-05-17  David GouletAdd wrappers for pipe
2013-05-17  David GouletFix: increment UST channel refcount at stream creation
2013-05-17  David GouletFix: update tracer version in lttng-sessiond.8 and...
2013-05-16  David GouletFix: use memset instead of poll reset for poll init
2013-05-16  David GouletUpdate README
2013-05-16  David GouletFix: epoll attributes used outside of compat layer
2013-05-15  Jérémie GalarneauTests: Remove temporary trace directory on bail-out
2013-05-15  Christian BabeuxTests: Fix the number of tests in test_tracefile_count
2013-05-15  Christian BabeuxTests: Add the tracefile size test
2013-05-15  Christian BabeuxTests: Add the tracefile count test
2013-05-15  Christian BabeuxTests: Move the babelstats utility to tests/utils
2013-05-15  David GouletFix: Read from pointer after free in unit tests
2013-05-15  David GouletFix: Read from pointer after free
2013-05-15  David GouletFix: Uninitialized scalar variable in consumer
2013-05-15  David GouletFix: Uninitialized pointer read
2013-05-15  David GouletFix: fd leak in process client msg error path
2013-05-15  David GouletFix: memory leak in UST unit test
2013-05-15  David GouletFix: memory leak in URI unit test
2013-05-14  David GouletFix: close fd on create unix sock error path
2013-05-14  David GouletFix: memory leak in error path in UST registry
2013-05-14  David GouletFix: memory leak in sessiond command in error path
2013-05-14  David GouletFix: kernel metadata data leak in error path
2013-05-14  David GouletFix: data leak in error path of cmd_register_consumer()
2013-05-14  David GouletFix: out of bounds access of kernel channel padding
2013-05-14  David GouletFix: out of bounds access to buffer uuid
2013-05-14  David GouletFix: possible out of bounds write in enable-event
2013-05-14  Christian BabeuxTests: Replace usage of gen-ust-events testapp in ust...
2013-05-14  Christian BabeuxTests: Replace usage of gen-ust-events testapp in ust...
2013-05-14  Christian BabeuxTests: Replace usage of gen-ust-events testapp in ust...
2013-05-14  Christian BabeuxTests: Replace usage of gen-ust-events testapp in ust...
2013-05-14  Christian BabeuxTests: Replace usage of gen-ust-events testapp in strea...
2013-05-14  Christian BabeuxTests: Cleanup and move gen-ust-events testapp under...
2013-05-14  Christian BabeuxTests: Remove unused utils.h header
2013-05-13  Stefan SeefeldAdd --version command-line option to lttng.
2013-05-13  Stefan SeefeldAdd --with-lttng-ust-prefix config option.
2013-05-10  David GouletFix: check channel subbuf size against page size
2013-05-09  David GouletFix: print an error if tracefile-size is missing with...
2013-05-09  David GouletUpdate version to v2.2.0-rc2 v2.2.0-rc2
2013-05-07  David GouletFix: split UST per UID/PID default values
2013-05-06  David GouletFix: don't start the relayd with a wrong --output dir
next
This page took 0.038205 seconds and 4 git commands to generate.