lttng-ust.git
2014-02-05  Mathieu DesnoyersFix: liblttng-ust-fork Makefile flags mismatch stable-2.1
2013-07-11  Mathieu DesnoyersVersion 2.1.4 v2.1.4
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.1.3 v2.1.3
2013-06-19  Mathieu DesnoyersTracepoint.h: replace assertion by fprintf and abort()
2013-06-19  Mathieu DesnoyersFix: tracepoint.h incorrect assumption about constructo...
2013-06-19  Mathieu DesnoyersFix: tracepoint instrumentation constructor order issue
2013-06-19  Mathieu DesnoyersPerformance: add unlikely to tracepoint dynamic linking...
2013-06-19  Mathieu DesnoyersFix: ensure all probe providers have their symbols
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-05-21  Mathieu DesnoyersFix: missing dependency for liblttng-ust-tracepoint.so
2013-05-08  Mathieu Desnoyersmanpage: Document probe provider compatibility
2013-04-18  Mathieu DesnoyersTypo fix in README
2013-04-18  Mathieu DesnoyersSafety-check: only call register_lib if found in libltt...
2013-03-27  Mathieu DesnoyersFix: filter string comparison should check for literal
2013-03-27  Mathieu DesnoyersFix: filter string wildcard comparison
2013-03-26  Mathieu DesnoyersFix: _LGPL_SOURCE rcu dereference fix
2013-03-25  Mathieu DesnoyersVersion 2.1.2 v2.1.2
2013-03-20  Mathieu DesnoyersFix uninitialized has_loglevel variable
2013-03-20  Mathieu Desnoyerstracepoint: Don't add NULL probes
2013-03-19  Jérémie GalarneauRemove mention of locking issues associated with dlopen...
2013-03-06  Mathieu DesnoyersFix: refcount issue in lttng-ust-abi.c
2013-02-27  Mathieu DesnoyersFix: don't flush-final for offset 0 if reader is on...
2013-02-26  Mathieu DesnoyersUse tp rcu link test in provider
2013-02-26  Mathieu DesnoyersRemove direct dependency of probes on urcu-bp
2013-02-15  Mathieu DesnoyersFix package: don't distribute generated headers
2013-02-15  Mathieu DesnoyersFix: don't cancel already exited threads
2013-02-12  Mathieu DesnoyersScalability fix: tracepoint.c hash table size increase
2013-02-12  Mathieu DesnoyersScalability fix for many events: event hash table size
2013-02-08  Mathieu DesnoyersSpeed up probe registration for large amount of events
2013-01-31  Mathieu DesnoyersAdd missing demo-trace shell script to dist tarball
2013-01-25  Mathieu DesnoyersFix: missing test for lttng_ust_comm_should_quit in...
2013-01-21  Mathieu DesnoyersDocumentation: clarify debian package name for uuid...
2013-01-21  Mathieu DesnoyersDocument dependency on libuuid
2013-01-21  Mathieu DesnoyersFix: comment in ust-ctl.h
2013-01-21  Mathieu DesnoyersFix I/O-related error values in ustctl
2013-01-18  Mathieu DesnoyersVersion 2.1.1 v2.1.1
2013-01-16  Mathieu DesnoyersIntroduce hash table for lttng_create_event_if_missing()
2013-01-13  Samuel MartinFix: don't build C++ example if a C++ compiler isn...
2012-12-20  Mathieu DesnoyersVersion 2.1.0 v2.1.0
2012-12-20  Mathieu DesnoyersBump liblttng-ust-ctl lib version major number
2012-12-20  Mathieu DesnoyersBump UST proto version minor number
2012-12-20  Mathieu DesnoyersHelper to debug: add object name
2012-12-19  Christian BabeuxTests: Fix rundir not created in ust-basic-tracing
2012-12-19  Mathieu Desnoyersust test: add missing return -1
2012-12-19  Mathieu DesnoyersTest: update ust tracing unit tests to 2.1 internal ABI
2012-12-19  Christian BabeuxTests: Fix rundir not created in ust-multi-test
2012-12-17  Mathieu DesnoyersAdapt internal files and examples to TRACEPOINT_INCLUDE
2012-12-17  Mathieu DesnoyersAdapt tests to TRACEPOINT_INCLUDE
2012-12-17  Mathieu DesnoyersCleanup: tests remove hello.cxx/ust_tests_demo.h
2012-12-17  Mathieu DesnoyersFix: don't do macro expansion in tracepoint file name
2012-12-14  Christian BabeuxFix lttng-gen-tp: Template file must end in .tp
2012-12-13  Mathieu DesnoyersPack structures in comm protocol between UST and sessiond
2012-12-13  Christian BabeuxCleanup lttng-gen-tp: Help not showing when using ...
2012-12-13  Mathieu DesnoyersCleanup lttng-gen-tp: remove leading underscore before...
2012-12-10  Mathieu Desnoyersfix memleak: ustctl free shadow chan on ustctl_unmap_ch...
2012-12-05  Mathieu DesnoyersUpdate license text
2012-12-04  Mathieu DesnoyersFix: check if event enabled for bytecode-less events
2012-12-03  Mathieu DesnoyersFix: handle enablers without bytecode
2012-11-26  Mathieu DesnoyersPrint probe provider mismatch error even without -Wsyst...
2012-11-22  Mathieu Desnoyersfilter: Add missing padding
2012-11-22  Mathieu DesnoyersVersion 2.1.0-rc2 v2.1.0-rc2
2012-11-22  Mathieu Desnoyersfilter interpreter cleanup: use uint64_t for retval
2012-11-22  Mathieu DesnoyersFix: filter linking can dereference NULL pointer on...
2012-11-22  Mathieu DesnoyersCleanup: remove whitespaces and EOL in tests
2012-11-22  Mathieu DesnoyersFilter: use only single lower bit of filter return...
2012-11-22  Mathieu DesnoyersFix: filter: var len array at end of external structure
2012-11-22  Mathieu DesnoyersFix: filter link fail handling
2012-11-22  Mathieu DesnoyersFix: add missing seqnum field to filter
2012-11-22  Mathieu Desnoyersfilters: perform union rather than intersection
2012-11-22  Mathieu DesnoyersImplement support for overlapping wildcard/events
2012-11-22  Mathieu DesnoyersCleanup: add lttng_/lttng-/LTTNG_ prefixes
2012-11-22  Mathieu Desnoyersfilter: add seqnum field to filter command
2012-11-22  Mathieu DesnoyersFilter iteration: iterate on list of filters
2012-11-20  Mathieu Desnoyersdocument that tracepoint names should ideally not be...
2012-11-12  Mathieu DesnoyersRemove LIBFORMAT config declaration, unused
2012-11-09  David GouletAdd libc errno translation layer to UST error code
2012-11-07  Mathieu DesnoyersRevert "Fix: configure.ac should use "--target", not...
2012-11-07  Mathieu DesnoyersFix: configure.ac should use "--target", not "--host"
2012-11-07  Mathieu DesnoyersFix: add const qualifier for filter local void *
2012-11-07  Mathieu DesnoyersFix: re-allow non-lvalue string, sequence, array parameters
2012-11-06  Mathieu DesnoyersTear down handles associated with a closed sessiond...
2012-11-06  Mathieu DesnoyersDistinguish UST return codes from transport return...
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-24  Mathieu DesnoyersManpage: document supported UST contexts
2012-10-24  Mathieu DesnoyersFix: procname context semantic
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 DesnoyersImplement liblttng-ust-fork daemon() override test
2012-10-05  Mathieu Desnoyersliblttng-ust-fork: override daemon() call
2012-10-05  Mathieu Desnoyersustfork: set errno to ENOSYS if symbol lookup fails
2012-10-03  Mathieu DesnoyersFix: be quiet on filter linker error
2012-10-02  Paul ChaventBuild out of src tree
2012-10-01  Mathieu DesnoyersFix: filter bytecode specializer stack leak
next
This page took 0.037998 seconds and 4 git commands to generate.