lttng-ust.git
2014-02-28  Mathieu DesnoyersVersion 2.2.3 stable-2.2 v2.2.3
2014-02-07  Mathieu DesnoyersFix: FD leak in liblttng-ust-ctl
2014-02-05  Mathieu DesnoyersFix: liblttng-ust-fork Makefile flags mismatch
2014-02-03  Mathieu DesnoyersFix: C++: incomplete extern C guard transition
2014-01-14  Mathieu DesnoyersCleanup gen-tp: add quotes around AM_CC
2014-01-14  Jérémie GalarneauPass the CC variable to the example Makefiles
2014-01-14  Mathieu Desnoyersdoc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS...
2014-01-14  Mathieu Desnoyersdoc/examples: error out when a subdir make fails
2013-12-11  Mathieu DesnoyersFix: check deliver now takes tsc argument
2013-11-24  Mathieu DesnoyersFix: eliminate timestamp overlap between packets
2013-11-23  Mathieu DesnoyersFix lttng-ust(3) manpage
2013-11-19  Mathieu DesnoyersFix: move va_end to outermost label
2013-11-19  Mathieu DesnoyersFix: add missing NULL check after allocation
2013-11-15  Mathieu DesnoyersAdd missing copyrights to test scripts
2013-11-15  Jon BernardEscape minus signs in lttng-ust-cyg-profile manpage
2013-11-15  Jon BernardFix spelling mistake in lttng-ust manpage
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
next
This page took 0.037421 seconds and 4 git commands to generate.