lttng-tools.git
2012-04-12  David GouletWait for all apps in high-throughput test
2012-04-12  David GouletAdd multi-session test for UST
2012-04-12  Mathieu DesnoyersFix: consumer fd recv thread should write into non...
2012-04-12  Mathieu DesnoyersFix: work-around glibc __nptl_setxid vs clone hang
2012-04-11  Mathieu DesnoyersFix: consumer fd recv poll should be sensitive to POLLP...
2012-04-11  Mathieu DesnoyersFix consumer lttng_consumer_poll_socket poll revents...
2012-04-11  David GouletFix: increase consumer open files limit
2012-04-11  Mathieu DesnoyersUpdate README: document dep on modprobe for kernel...
2012-04-10  Mathieu DesnoyersFix tests: add missing session2 destroy
2012-04-10  David GouletFix: increase wait time for UST high-throughput test
2012-04-10  David GouletFix: wait for sessiond to stop in tests
2012-04-10  Mathieu DesnoyersFix: tests: error handling labels are in the wrong...
2012-04-10  David GouletFix: remove unused return variable
2012-04-06  David GouletFix: kernel test scripts
2012-04-06  David GouletDon't report back error on syscalls fail for -a -k
2012-04-05  David GouletFix: destroy context hash table being NULL
2012-04-05  David GouletAdd channel command in utils.sh of tests
2012-04-05  David GouletImprove UST tracing actions test
2012-04-05  David GouletAdd wildcard test to UST
2012-04-05  David GouletFix: make lttng expand path for trace output opt
2012-04-03  David GouletFix: remove tests from runall script
2012-04-03  David GouletFix: return value signedness
2012-04-03  David GouletFix: man page environment variable name error
2012-04-03  David GouletFix: check return value on getenv USER
2012-04-02  David GouletRemove useless test
2012-04-02  David GouletAdd before-after test
2012-04-02  David GouletCleanup debug printf in test
2012-04-02  David GouletFix tests when lttng-ust is disabled
2012-04-02  David GouletAdd low-throughput test
2012-03-27  David GouletAdd high-throughput test
2012-03-27  David GouletImprove tests and change tests/ directory layout
2012-03-20  David GouletUpdate version to 2.0.0 stable v2.0.0
2012-03-20  David GouletUpdate version to v2.0.0-rc4 v2.0.0-rc4
2012-03-20  David GouletFix: add small detail to enable-channel man page
2012-03-20  David GouletFix: warned of arbitrary time for ust-nprocesses test
2012-03-20  David GouletFix. add limitation to man page
2012-03-20  David GouletFix: minor changes to lttng.1
2012-03-20  David GouletFix: add exit values to lttng.1 man page
2012-03-20  David GouletFix: add delay before validating apps in test nproc
2012-03-20  David GouletFix: error handling in lttng enable-event
2012-03-20  Raphaël BeamonteFix: document structure init. to 0 in lttng.h
2012-03-20  David GouletFix: uninitialized variable
2012-03-20  Mathieu DesnoyersKeep track of FD used for UST applications (v2)
2012-03-20  Julien DesfossezFix: lttng view, error message and exit code
2012-03-20  Yannick BrosseauSmall fixes to lttng man pages (v2)
2012-03-20  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-20  David GouletFix: handle EINTR for sendmsg syscall
2012-03-20  David GouletFix: lttng UI exit value and error message
2012-03-20  Mathieu DesnoyersFix: session lock use after free
2012-03-20  Mathieu DesnoyersFix kernel_list_events memleaks
2012-03-20  Mathieu DesnoyersFix debug message use uninitialized variable
2012-03-19  Mathieu DesnoyersFix: trace_ust_destroy_metadata should check for NULL...
2012-03-19  Mathieu DesnoyersFix: various memleaks
2012-03-19  David GouletFix: hash table allocation out of order on error
2012-03-19  Mathieu Desnoyersfix: lttng_ht_destroy memleak
2012-03-16  David GouletUpdate version to v2.0.0-rc3 v2.0.0-rc3
2012-03-16  David GouletFix missing headers for make dist
2012-03-15  Mathieu DesnoyersFix: install lttng-consumerd in lib/lttng/libexec/
2012-03-15  Avik SilFix: Redefine MAP_STACK to 0 if not defined by the...
2012-03-13  David GouletFix consumer CPU hotplug support
2012-03-13  David GouletFix double PID registration race
2012-03-13  David GouletMake libcompat independent not to confuse automake
2012-03-12  Alexandre MontplaisirClarify the license of lttng-ust-abi.h
2012-03-12  Alexandre MontplaisirLicense header fixes
2012-03-08  David GouletFix wrong return value on consumer socket creation
2012-03-08  Mathieu DesnoyersFix: test for UST invalid channel parameters at channel...
2012-03-06  Mathieu DesnoyersFix: recvmsg should handle EINTR
2012-03-06  David GouletFix error.h non-static variables for liblttng-ctl
2012-03-06  David GouletFix missing _GNU_SOURCE define
2012-03-06  Mathieu DesnoyersFix: improve need root for kernel tracing error message
2012-03-05  David GouletFix start/stop lttng message error
2012-03-05  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  Mathieu DesnoyersUpdate version to v2.0.0-rc2 v2.0.0-rc2
2012-03-02  Mathieu DesnoyersFix: meaningful error message
2012-03-02  Mathieu DesnoyersFix: UST consumer need to iterate on streams, just...
2012-03-02  Mathieu DesnoyersFix: add missing rcu read lock across RCU HT iteration
2012-03-02  Mathieu DesnoyersFix: kernel session closes fd 0 after create
2012-03-02  Mathieu DesnoyersFix: sendmsg EPIPE should be quiet by default (expected)
2012-03-02  Mathieu DesnoyersFix: thread_registration_apps should set its local...
2012-03-02  Mathieu DesnoyersFix: clock -> sock typo
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  Mathieu DesnoyersFix: consumer race: should allow reuse of FD key
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  Mathieu DesnoyersFix: Use PERROR all across lttng-tools, never make...
2012-03-02  Mathieu DesnoyersFix: test all close return values in sessiond
2012-03-02  Mathieu DesnoyersFix: All perror turned into PERROR to show file and...
2012-03-02  Mathieu DesnoyersFix: large audit of close() use in sessiond main.c
2012-03-02  Mathieu DesnoyersFix: main.c client/apps sockets and kernel_trace_fd...
2012-03-02  Mathieu DesnoyersFix: incorrect close of fd 0 for syscall kernel event...
2012-03-02  Mathieu DesnoyersFix: sessiond has incorrect missing 0 value in FD check
2012-03-01  David GouletMerge branch 'master' into compat-freebsd
2012-03-01  Mathieu DesnoyersFix: sessiond app listening: use posix-compliant poll...
2012-03-01  Mathieu DesnoyersFix: consumer printf type should match ssize_t (%zd)
2012-03-01  Mathieu DesnoyersFix: make ust consumer posix compliant for poll flags
2012-03-01  David GouletFix security permission on lttng run directory
2012-03-01  Mathieu DesnoyersFix: sessiond app listening: use posix-compliant poll...
2012-03-01  Mathieu DesnoyersFix: consumer printf type should match ssize_t (%zd)
2012-03-01  Mathieu DesnoyersFix: make ust consumer posix compliant for poll flags
2012-02-28  Raphaël BeamonteFix: Display right loglevel_type in error message
next
This page took 0.038992 seconds and 4 git commands to generate.