Version 2.5.7
[lttng-ust.git] / libringbuffer /
2015-09-21  Mathieu DesnoyersFix: don't dereference NULL pointers
2015-09-21  Mathieu DesnoyersFix: Argument with 'nonnull' attribute passed null
2015-09-21  Mathieu DesnoyersFix: sysconf() unchecked return value
2015-01-12  Mathieu DesnoyersFix: add missing poll.h include
2015-01-05  Mathieu DesnoyersFix: get_subbuf: bound number of consumerd retry
2014-05-23  Mathieu DesnoyersFix: refuse overwrite mode buffers with less than two...
2014-04-16  Mathieu DesnoyersFix: pass proper args when writing commit counter
2014-04-15  Mathieu DesnoyersFix: pad strings that are modified concurrently with...
2014-02-25  Mathieu DesnoyersCleanup: fix comment
2013-11-30  Mathieu DesnoyersCleanup: fix typo in ring buffer backend comment
2013-11-24  Mathieu DesnoyersFix: eliminate timestamp overlap between packets
2013-11-19  Mathieu DesnoyersFix: add missing NULL check after allocation
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-07-01  Mathieu DesnoyersCleanup: lib_ring_buffer_switch_new_end() only calls...
2013-06-30  Mathieu DesnoyersRevert "Cleanup: ring buffer: remove lib_ring_buffer_sw...
2013-06-30  Mathieu DesnoyersFix: handle writes of length 0
2013-06-30  Mathieu DesnoyersCleanup: ring buffer: remove lib_ring_buffer_switch_new...
2013-05-07  Mathieu DesnoyersCleanup: ignore mktemp return value
2013-04-26  Mathieu DesnoyersFix: add internal mutex for timer
2013-04-12  Mathieu DesnoyersCleanup: comment mismatch with code
2013-03-20  Mathieu DesnoyersCleanup: work-around clang unused result warning
2013-03-20  Mathieu DesnoyersCleanup: remove unused variables
2013-03-11  Mathieu DesnoyersImplement read timer (for RT)
2013-03-09  Mathieu DesnoyersOnly flush when there are readers active
2013-03-09  Mathieu DesnoyersAdd mutex for channel wakeup fd update
2013-03-06  Mathieu DesnoyersAdd channel wakeup fd to monitor close
2013-03-06  Mathieu DesnoyersFix: only consumerd should print errors
2013-03-06  Mathieu DesnoyersImplement ring buffer periodic buffer switch timer
2013-03-05  Mathieu DesnoyersReactivate error printing
2013-03-01  Mathieu DesnoyersFix: set wait/wake fd to -1 before close
2013-02-27  Mathieu DesnoyersFix: don't flush-final for offset 0 if reader is on...
2013-02-21  Mathieu DesnoyersUse urcu tls-compat.h
2013-02-15  Mathieu DesnoyersMove LTTng-UST buffer ownership from application to...
2012-12-05  Mathieu DesnoyersUpdate license text
2012-10-02  Paul ChaventBuild out of src tree
2012-08-14  Mathieu DesnoyersFix UST SIGPIPE handling
2012-05-24  Mathieu DesnoyersAdd cygwin support to libringbuffer getcpu.h
2012-05-18  Mathieu DesnoyersFix: don't SIGBUS when filesystem is full
2012-05-10  Mathieu DesnoyersFix: remove padding field after variable sized array
2012-04-26  Peter KorsgaardFix: getcpu build with modern uClibc versions
2012-04-05  Mathieu DesnoyersMerge branch 'dev'
2012-03-20  Mathieu DesnoyersDocument LTTNG_UST_DEBUG_VALGRIND compilation flag
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 DesnoyersMerge branch 'master' into dev dev
2012-03-06  Mathieu DesnoyersMerge branch 'master' into dev
2012-03-02  Mathieu DesnoyersFix: dmesg printout should not print metadata warnings
2012-03-01  Mathieu DesnoyersMerge branch 'master' into dev
2012-03-01  Mathieu DesnoyersFix ABI: add padding to structures shared between UST...
2012-03-01  Mathieu DesnoyersFix: fixup ringbuffer tls at constructor by forcing...
2012-03-01  Mathieu DesnoyersFix: fixup ringbuffer tls at constructor by forcing...
2012-02-24  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-24  Mathieu DesnoyersFix: only print event errors every 1048576 hits
2012-02-24  Mathieu DesnoyersFix: add missing debug printout to identify the cause...
2012-02-23  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-23  Mathieu Desnoyersfreebsd port: use a leading / prefix for shm tmp name
2012-02-22  Mathieu DesnoyersUse ENOMSG as fallback for ENODATA on freebsd
2012-02-22  Mathieu DesnoyersAdd freebsd support for getcpu (use cpu nr 0)
2012-02-22  Mathieu Desnoyersfls: use local namespace to do not clash with FreeBSD...
2012-02-22  Mathieu DesnoyersRevert "fls: use local namespace to do not clash with...
2012-02-22  Mathieu DesnoyersRevert "Add freebsd support for getcpu (use cpu nr 0)"
2012-02-22  Mathieu DesnoyersRevert "Use ENOMSG as fallback for ENODATA on freebsd"
2012-02-22  Mathieu DesnoyersFix: Return -EINVAL instead of print warning if non...
2012-02-21  Mathieu DesnoyersUse ENOMSG as fallback for ENODATA on freebsd
2012-02-21  Mathieu DesnoyersAdd freebsd support for getcpu (use cpu nr 0)
2012-02-21  Mathieu Desnoyersfls: use local namespace to do not clash with FreeBSD...
2012-02-21  Mathieu DesnoyersAdd missing limits.h include for NAME_MAX
2012-02-15  Mathieu DesnoyersDefine _GNU_SOURCE for all implementation files rather...
2012-02-13  Mathieu DesnoyersMark lib_ring_buffer_print_errors unused
2012-02-02  Mathieu DesnoyersFix 32-bit type: allocated len is used
2012-02-02  Mathieu DesnoyersFix 32-bit type mismatch
2012-01-26  Mathieu DesnoyersRevert "Force 64-bit timestamps"
2012-01-23  Mathieu DesnoyersForce 64-bit timestamps
2012-01-12  Mathieu DesnoyersClose stream and channel file descriptors as soon as...
2011-12-14  Mathieu DesnoyersMake dlopen more robust by using the .0 target for...
2011-12-12  Mathieu DesnoyersFix unset metadata buffer self ref
2011-12-01  Mathieu DesnoyersUse unsigned int instead of int for bitfields
2011-11-30  Mathieu DesnoyersRemove unneeded null pointer check
2011-11-18  Mathieu DesnoyersDo not install usterr-signal-safe
2011-11-18  Mathieu DesnoyersRemove core.h
2011-11-18  Mathieu DesnoyersImplement __rb_same_type
2011-11-18  Mathieu DesnoyersImplement lttng_ust_get_cpu()
2011-11-18  Mathieu DesnoyersCompile fix following moved headers
2011-11-17  Mathieu DesnoyersFix lib ring buffer compile errors
2011-11-17  Mathieu DesnoyersInstalled headers relicensing and cleanup
2011-11-13  Mathieu DesnoyersFix fork handling, where child shares shm with parent
2011-11-13  Mathieu DesnoyersRemove unused libringbuffer/ring_buffer_abi.c
2011-11-10  Mathieu DesnoyersClean unused vars. warnings
2011-11-08  Mathieu DesnoyersMove libringbuffer and comm connect messages to debug...
2011-11-08  Mathieu Desnoyersinit private data
2011-11-08  Mathieu DesnoyersMove struct ltt_channel to shm for consumer flush
2011-11-07  Gregory HaskinsFix problem with including libringbuffer/smp.h in make...
2011-11-07  Mathieu DesnoyersFix shadow channel struct callback override in consumer
2011-11-07  Mathieu DesnoyersAllow consumer to flush buffers, fix alignment bug
2011-11-05  Mathieu Desnoyersfix make dist: adding missing headers to makefiles
2011-11-03  Mathieu DesnoyersMove include/ust/ to include/lttng/
2011-11-03  Mathieu DesnoyersUpdate to use caa_likely/caa_unlikely from urcu 0.6.6
next
This page took 0.038647 seconds and 7 git commands to generate.