lttng-ust.git
2013-07-11  Mathieu DesnoyersVersion 2.0.8 stable-2.0 v2.0.8
2013-07-03  Mathieu DesnoyersFix: ring buffer: get_subbuf() checks should be perform...
2013-07-01  Mathieu DesnoyersFix: SWITCH_FLUSH new sub-buffer checks
2013-07-01  Mathieu DesnoyersFix: ring buffer: handle concurrent update in nested...
2013-06-30  Mathieu DesnoyersFix: handle writes of length 0
2013-06-19  Mathieu DesnoyersVersion 2.0.7 v2.0.7
2013-06-19  Mathieu DesnoyersFix bug introduced by backport of "Clarify probe regist...
2013-06-18  Mathieu DesnoyersClarify probe registration documentation/errors
2013-06-18  Mathieu DesnoyersAdd mising include in ust.h
2013-06-17  Yannick Brosseaulttng-gen-tp: Fix include guard name with file using...
2013-06-17  Mathieu DesnoyersCleanup lttng-gen-tp: remove leading underscore before...
2013-05-08  Mathieu Desnoyersmanpage: Document probe provider compatibility
2013-01-13  Samuel MartinFix: don't build C++ example if a C++ compiler isn...
2012-11-26  Mathieu DesnoyersVersion 2.0.6 v2.0.6
2012-11-26  Mathieu DesnoyersPrint probe provider mismatch error even without -Wsyst...
2012-11-05  Mathieu DesnoyersFix: Conditionally disable tests requiring shared libs...
2012-10-30  Mathieu DesnoyersCleanup: don't spawn per-user thread if HOME is not set
2012-10-23  Christian BabeuxFix: Fix self-assign warning on struct ustfork_clone_in...
2012-10-09  Mathieu DesnoyersFix: memcpy of string is larger than source
2012-10-05  Mathieu Desnoyersliblttng-ust-fork: override daemon() call
2012-10-02  Paul ChaventBuild out of src tree
2012-09-26  Mathieu DesnoyersFix: manpage typo "-lllttng-ust" -> "-llttng-ust"
2012-09-19  Mathieu DesnoyersManpage update: document use in daemons
2012-09-18  Mathieu DesnoyersFix: get_wait_shm() ust mutex deadlock (add 2 missing...
2012-09-17  Mathieu DesnoyersFix: get_wait_shm() ust mutex deadlock
2012-08-27  Mathieu DesnoyersUpdate version to 2.0.5 v2.0.5
2012-08-16  Michael GreeneFix: threads should be created in DETACHED state
2012-08-14  Mathieu DesnoyersFix UST SIGPIPE handling
2012-08-02  Christian BabeuxFix: Libtool fails to find dependent libraries when...
2012-06-20  Mathieu DesnoyersFix: remove unused texinfo dep from configure.ac
2012-06-19  Mathieu DesnoyersFix C99 strict compatibility: don't use void * for...
2012-06-18  Mathieu DesnoyersFix c99 compatibility: tp_rcu_dereference_bp() should...
2012-06-18  Mathieu DesnoyersFix c99 compatibility: use __typeof__ instead of typeof...
2012-06-14  Mathieu DesnoyersUpdate version to 2.0.4 v2.0.4
2012-06-13  Mathieu DesnoyersFix: perform TLS fixup of nest count outside of UST...
2012-06-13  Mathieu DesnoyersFix: liblttng-ust-fork deadlock
2012-06-13  Mathieu DesnoyersFix: handle pthread errors
2012-06-13  Mathieu DesnoyersFix: local apps allowed should disable local (not globa...
2012-06-12  Mathieu DesnoyersFix strict ISO-C compatibility for ust-tracepoint-event...
2012-06-12  Mathieu DesnoyersFix: support -std=c99 in tracepoint macros
2012-06-11  Mathieu DesnoyersRevert "hello test: fail on old style definition"
2012-06-11  Mathieu DesnoyersFix: tracepoint.h should not generate old-style definitions
2012-06-11  Mathieu Desnoyershello test: fail on old style definition
2012-06-08  Mathieu DesnoyersFix: don't define variables in headers
2012-06-05  Mathieu Desnoyerstest "hello": add boolean test
2012-06-05  Mathieu DesnoyersFix: perform macro expansion on tracepoint signatures
2012-06-05  Fredrik OestmanUST check pointer/de-reference order
2012-06-01  Mathieu DesnoyersUpdate version to 2.0.3 v2.0.3
2012-06-01  Wolfgang PuffitschFix: Block all signals in listener thread
2012-05-22  Mathieu DesnoyersRemove jni support for configure
2012-05-18  Mathieu DesnoyersFix: don't SIGBUS when filesystem is full
2012-05-15  Mathieu Desnoyerstracepoint: include stdio.h for NULL definition
2012-05-15  Mathieu Desnoyersmanpage update: document that probes need gcc
2012-05-15  Mathieu DesnoyersFix: remove # in front on extern "C" {
2012-05-10  Mathieu DesnoyersCleanup: don't use GNU old-style field designator extension
2012-05-10  Mathieu DesnoyersFix: remove padding field after variable sized array
2012-04-25  Mathieu DesnoyersFix: lttng-ust.pc needs to specify -ldl
2012-04-18  Mathieu DesnoyersUpdate changelog after liblttng-ust-java removal v2.0.2
2012-04-18  Mathieu DesnoyersFix: drop unusable liblttng-ust-java.so
2012-04-18  Mathieu DesnoyersUpdate changelog for 2.0.2
2012-04-18  Mathieu DesnoyersRevert "Fix: Make the JNI interface actually work"
2012-04-18  Mathieu DesnoyersUpdate version to 2.0.2
2012-04-18  Mathieu DesnoyersFix: examples Makefiles should pass $(LIBS) at last
2012-04-12  Mathieu DesnoyersRevert "Build a jar for the Java side of the JNI interface"
2012-04-12  Alexandre MontplaisirBuild a jar for the Java side of the JNI interface
2012-04-09  Mathieu DesnoyersFix: ustctl need to send the second fd upon error of...
2012-04-05  Alexandre MontplaisirFix: Make the JNI interface actually work
2012-03-29  Mathieu DesnoyersUpdate version to 2.0.1 v2.0.1
2012-03-28  Mathieu DesnoyersUse bsd-compatible fcntl for close-on-exec on socket
2012-03-27  Mathieu DesnoyersFix multi-session wildcard support
2012-03-27  Mathieu DesnoyersFix event lost count when buffer is full
2012-03-25  Mathieu DesnoyersRemove inappropriate \n from easy-ust sample
2012-03-20  Mathieu DesnoyersUpdate version to 2.0.0 stable v2.0.0
2012-03-20  Mathieu Desnoyersmake dist: Generate bzip2 instead of gzip
2012-03-20  Mathieu DesnoyersUpdate version to 2.0.0-rc4 v2.0.0-rc4
2012-03-20  Mathieu DesnoyersFix out-of-bound write in ltt-events.c
2012-03-20  Mathieu DesnoyersDocument LTTNG_UST_DEBUG_VALGRIND compilation flag
2012-03-19  Mathieu DesnoyersUpdate COPYING
2012-03-19  Yannick BrosseauAdd exception handling to lttng-gen-tp io operations
2012-03-16  Mathieu DesnoyersUpdate version to 2.0.0-rc3 v2.0.0-rc3
2012-03-14  Mathieu DesnoyersFix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
2012-03-14  Mathieu Desnoyersfix: ustcomm_close_unix_sock should close, not shutdown
2012-03-14  Mathieu DesnoyersFix: do not print EPIPE perror, as it is an expected...
2012-03-13  Mathieu DesnoyersEnsure that multiplication of clock offset is done...
2012-03-08  Mathieu DesnoyersAdd 2 missing licenses in deprecated tests
2012-03-08  Mathieu DesnoyersRemove unbuild and unused (deprecated) make_shared_lib...
2012-03-08  Mathieu DesnoyersLicense text standardization, add missing licenses
2012-03-08  Mathieu DesnoyersCleanup: remove duplicate check for 0 num_subbuf and...
2012-03-08  Mathieu DesnoyersFix: power of 2 size check should apply to size_t type...
2012-03-06  Mathieu DesnoyersFix: recvmsg should handle EINTR
2012-03-06  Yannick BrosseauMake lttng-gen-tp work on python 2.6
2012-03-06  Yannick BrosseauMake lttng-gen-tp executable
2012-03-02  Mathieu DesnoyersUpdate version to 2.0.0-rc2 v2.0.0-rc2
2012-03-02  Alexandre MontplaisirManpage fixes
2012-03-02  Mathieu DesnoyersFix: dmesg printout should not print metadata warnings
2012-03-02  Mathieu DesnoyersFix: use transport name as channel name
2012-03-01  Mathieu DesnoyersFix: Add signature check in tracepoint activation
2012-03-01  Mathieu DesnoyersFix: add tracepoint signature at tracepoint definition...
2012-03-01  Mathieu DesnoyersFix: keep event probe signature, for use by event probe...
2012-03-01  Mathieu DesnoyersFix ABI: add padding to structures shared between UST...
next
This page took 0.037729 seconds and 4 git commands to generate.