lttng-ust.git
2013-11-12  Mathieu DesnoyersVersion 2.2.2 v2.2.2
2013-11-06  Mathieu DesnoyersFix: application SIGBUS when starting in parallel with...
2013-10-31  Jérémie GalarneauFix: Minor corrections to the lttng-ust man page
2013-10-31  Jérémie GalarneauDocumentation cleanup: Overhaul of the lttng-gen-tp...
2013-10-31  Mathieu DesnoyersWarning cleanup: add missing padding initializer
2013-10-11  Mathieu DesnoyersFix: socket connect hang on heavy loads
2013-10-11  Mathieu DesnoyersCleanup: fix typo
2013-10-11  Mathieu DesnoyersFix: ust-comm recvmsg should handle partial receive
2013-10-08  Mathieu Desnoyersgcc warning fix: -Wextra
2013-10-07  Ikaheimonen, JPAdd usage reference count for tracepoints
2013-10-07  Mathieu Desnoyerstracepoint.c: Move add_callsite/remove_callsite further...
2013-10-07  Ikaheimonen, JPStore the callsites into the library callsite list
2013-09-30  Mohamad GebaiFix linking warning
2013-08-26  Mathieu DesnoyersFix: doc/examples cross-build
2013-08-22  Mathieu DesnoyersFix: liblttng_ust.la should depend on liblttng-ust...
2013-08-15  Mathieu Desnoyersexamples: tracepoint probes don't need extern C
2013-08-15  Mathieu DesnoyersTracepoint probes don't need extern C
2013-07-21  Mathieu DesnoyersFix: doc/examples VPATH build
2013-07-21  Mathieu DesnoyersDisable doc/examples build
2013-07-21  Mathieu DesnoyersFix: doc/examples: gen-tp path
2013-07-21  Mathieu DesnoyersRevert "Disable doc/examples build"
2013-07-12  Jérémie GalarneauFix: Unchecked asprintf/vasprintf return values
2013-07-12  Mathieu DesnoyersMissing NULL pointer init in tap.c
2013-07-11  Mathieu DesnoyersVersion 2.2.1 v2.2.1
2013-07-04  Julien DesfossezFix: libs order in Makefile
2013-07-03  Mathieu DesnoyersFix: ring buffer: get_subbuf() checks should be perform...
2013-07-02  Otavio Salvadorbuild: Fix out-of-tree build
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-25  Mathieu DesnoyersFix: incorrect release dates in Changelog
2013-06-25  Mathieu DesnoyersVersion 2.2.0 v2.2.0
2013-06-25  Mathieu DesnoyersDisable doc/examples build
2013-06-25  Mathieu DesnoyersFix: lttng-events VPATH build
2013-06-25  Mathieu DesnoyersRevert "Allow #include in template (.tp) file"
2013-06-22  Yannick BrosseauAllow #include in template (.tp) file
2013-06-20  Mathieu Desnoyersdoc/examples: build gen-tp example by default
2013-06-20  Mathieu Desnoyersdoc/examples: support BSD make
2013-06-19  Mathieu DesnoyersVersion 2.2.0-rc3 v2.2.0-rc3
2013-06-18  Mathieu DesnoyersTracepoint.h: replace assertion by fprintf and abort()
2013-06-18  Mathieu DesnoyersRemove unused assert.h from bitfield.h
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 DesnoyersFix: segfault when print invalid command
2013-06-14  Jérémie GalarneauFix: Add --no-as-needed to the demo example's Makefile
2013-06-14  Mathieu Desnoyerszmalloc: attribute always_inline
2013-05-30  Mathieu DesnoyersFix: liblttng-ust process startup hang when sessiond...
2013-05-30  Jérémie GalarneauMove include directive from CFLAGS to LOCAL_CPPFLAGS...
2013-05-22  Simon MarchiAdd parameter -f to rm in Makefile clean target
2013-05-21  Mathieu DesnoyersFix: missing dependency for liblttng-ust-tracepoint.so
2013-05-15  Mathieu DesnoyersRemove 0.x TODO
2013-05-15  Jérémie GalarneauAdd warning about default prefix and library paths...
2013-05-15  Mathieu DesnoyersRevert "Revert "Fix (another) linker library order""
2013-05-15  Mathieu DesnoyersRevert "Revert "Fix linker library order""
2013-05-15  Mathieu Desnoyerssnprintf: play nice with static checker
2013-05-15  Mathieu Desnoyerstracepoint.c: Add coverity alloc/free annotations
2013-05-15  Mathieu DesnoyersFix: "fields" leak on register
2013-05-15  Mathieu DesnoyersFix: memory leak for events without fields
2013-05-15  Mathieu DesnoyersFix: memory leak on connection reset
2013-05-14  Mathieu DesnoyersRevert "Fix linker library order"
2013-05-14  Mathieu DesnoyersRevert "Fix (another) linker library order"
2013-05-13  Mathieu DesnoyersFix: incorrect support for multi-context
2013-05-12  Francis GiraldeauFix (another) linker library order
2013-05-12  Francis GiraldeauFix typo in run script
2013-05-12  Francis GiraldeauFix linker library order
2013-05-10  Mathieu DesnoyersFix examples: add missing CPPFLAGS
2013-05-10  Mathieu Desnoyersexample Makefiles: standardize on $^ for linking
2013-05-10  Mathieu DesnoyersFix demo example Makefile
2013-05-10  Jérémie GalarneauMove "hello-static-lib" to doc/examples and add non...
2013-05-09  Mathieu DesnoyersVersion 2.2.0-rc2 v2.2.0-rc2
2013-05-08  Mathieu Desnoyersmanpage: Document probe provider compatibility
2013-05-08  Mathieu DesnoyersFix: add provider ABI compatibility check
2013-05-07  Mathieu DesnoyersCleanup: ignore mktemp return value
2013-04-27  Mathieu DesnoyersCleanup: documentation: argument vs field
2013-04-27  Mathieu DesnoyersDocumentation: document undefined behavior for NULL...
2013-04-27  Mathieu DesnoyersCleanup: silence cppcheck error
2013-04-26  Mathieu DesnoyersFix: add internal mutex for timer
2013-04-22  Mathieu Desnoyers32-bit warning fix for cyg profile fast
2013-04-22  Mathieu DesnoyersFix warnings for 32-bit in lttng-ust-cyg-profile
2013-04-18  Mathieu DesnoyersTypo fix in README
2013-04-18  Mathieu DesnoyersFix: tracepoint.h incorrect assumption about constructo...
2013-04-12  Mathieu DesnoyersCleanup: comment mismatch with code
2013-04-10  Mathieu DesnoyersFix: ABI breakage between 2.1 and 2.2-rc1
2013-04-10  Mathieu DesnoyersDocumentation: document that sequence len field is...
2013-04-09  Mathieu Desnoyersconnect: don't report EACCES
2013-04-09  Mathieu Desnoyersconnect: don't print error on EPERM
2013-04-06  Mathieu DesnoyersBump liblttng-ust-ctl lib version major number
2013-04-06  Mathieu DesnoyersOptimisation: implement callsite hash table in tracepoint.c
2013-04-06  Mathieu DesnoyersOptimisation: only update added library in tracepoint.c
2013-04-06  Mathieu DesnoyersOptimisation: only fix pending events once per lazy...
2013-03-28  Mathieu DesnoyersVersion 2.2.0-rc1 v2.2.0-rc1
2013-03-28  Mathieu DesnoyersFix: tracepoint instrumentation constructor order issue
2013-03-28  Mathieu DesnoyersDocumentation: update 2.0 to 2.x
2013-03-28  Jérémie GalarneauAdd demo test back as an example
2013-03-27  Mathieu DesnoyersDon't rely on explicit context for filtering
2013-03-27  Mathieu DesnoyersImplement per-context filtering
2013-03-27  Mathieu DesnoyersFix: filter string comparison should check for literal
2013-03-27  Mathieu Desnoyersupdate tests/demo readme file
2013-03-27  Paul WoegererAdd man page for lttng-ust-cyg-profile
next
This page took 0.044519 seconds and 4 git commands to generate.