lttng-ust.git
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
2012-09-29  Christian BabeuxFix: reloc offset validation error out on filters with...
2012-09-28  Mathieu DesnoyersPerform calculation on bit size in 64-bit
2012-09-28  Mathieu DesnoyersUse uint64_t for packet header content size and packet...
2012-09-26  Mathieu DesnoyersFix: manpage typo "-lllttng-ust" -> "-llttng-ust"
2012-09-26  Mathieu DesnoyersFix: BSD getprogname null pointer dereference
2012-09-20  Mathieu DesnoyersAdd support for model.emf.uri event info
2012-09-19  Mathieu DesnoyersFilter error message cleanup
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-09-17  Mathieu DesnoyersFix: add events with 0 field to field list
2012-09-10  Mathieu DesnoyersUpdate version to 2.1.0-rc1 v2.1.0-rc1
2012-09-10  Mathieu DesnoyersFix make dist: fix liblttng-ust-java dependencies
2012-09-10  Mathieu DesnoyersFix make dist: add missing filter header
2012-09-07  Mathieu DesnoyersFix: backward compatibility with UST 2.0 app probes
2012-09-06  Christian BabeuxFix: Filter ABI changes to support FILTER_BYTECODE_MAX_...
2012-09-04  Mathieu DesnoyersExport "written" information about fields
2012-09-04  Mathieu DesnoyersFix filter: pointer to string, not string, should be...
2012-08-31  Mathieu DesnoyersFix: tracepoint float nowrite
2012-08-27  Mathieu DesnoyersFix: accept 65536 bytes long bytecodes
2012-08-27  Mathieu DesnoyersAdd hostname to env
2012-08-17  Mathieu DesnoyersABI change: bump internal version to 3.0.0
2012-08-16  Michael GreeneFix: threads should be created in DETACHED state
2012-08-16  Mathieu DesnoyersFix: 32-bit x86 strict-aliasing warnings
2012-08-14  Mathieu DesnoyersFix UST SIGPIPE handling
2012-08-02  Christian BabeuxFix: Libtool fails to find dependent libraries when...
2012-07-24  Mathieu DesnoyersCleanup: filter: turn bytecode linking error msg into...
2012-07-18  Paul WoegererMake lttng-ust robust against -finstrument-functions.
2012-07-17  Mathieu DesnoyersFilter: keep aliased ax and bx registers
2012-07-17  Mathieu DesnoyersFilter: remove interpreter dynamic typing
2012-07-17  Mathieu DesnoyersFilter: add missing specialized op names
2012-07-17  Mathieu DesnoyersFilter: specialize double-s64 binary comparators
2012-07-17  Mathieu DesnoyersFix filter: fix stack leak on taken branch
2012-07-16  Mathieu DesnoyersFilter: Implement stack-based interpreter
2012-07-16  Mathieu DesnoyersFilter: double comparator produces s64
2012-07-16  Mathieu DesnoyersFilter: use hash table to check merge points
2012-07-16  Mathieu DesnoyersFilter: split passes into separate components
2012-07-16  Mathieu DesnoyersFilter: cleanup macros
2012-07-16  Mathieu DesnoyersFilter: validate range overflow with end of insn
2012-07-16  Mathieu DesnoyersFilter: validate that field ref strings are non-NULL
2012-07-14  Mathieu DesnoyersFilter: ensure logical operator merge is always s64
next
This page took 0.03812 seconds and 4 git commands to generate.