lttng-ust.git
2014-03-10  Mathieu DesnoyersFix: incorrect urcu git URL in README stable-2.3
2014-02-28  Mathieu DesnoyersVersion 2.3.2 v2.3.2
2014-02-28  Mathieu DesnoyersFix: Cast from pointer to different integer size warning
2014-02-25  Mathieu DesnoyersCleanup: fix comment
2014-02-21  Mathieu DesnoyersFix: add assert for NULL dereference
2014-02-21  Mathieu DesnoyersFix: tracepoint out of memory handling
2014-02-21  Mathieu DesnoyersCleanup: remove logically dead code
2014-02-21  Mathieu DesnoyersFix: handle sysconf errors
2014-02-07  Mathieu DesnoyersFix: FD leak in liblttng-ust-ctl
2014-02-05  Mathieu DesnoyersFix: liblttng-ust-fork Makefile flags mismatch
2014-02-04  Mathieu DesnoyersFix: out of tree examples build
2014-02-04  David GouletFix: lttng-gen-tp to build out of tree
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
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 Desnoyersfix: lttng-gen-tp: add missing spaces around flags
2013-11-15  Mathieu Desnoyersdoc/examples: error out when a subdir make fails
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-15  Zifei TongFix tests/benchmark
2013-11-12  Mathieu DesnoyersVersion 2.3.1 v2.3.1
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-09-03  Mathieu DesnoyersVersion 2.3.0 v2.3.0
2013-08-30  Mathieu DesnoyersVersion 2.3.0-rc2 v2.3.0-rc2
2013-08-26  Mathieu Desnoyersdoc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS...
2013-08-26  Mathieu Desnoyerstools/lttng-gen-tp: honor CPPFLAGS and LDFLAGS
2013-08-26  Mathieu DesnoyersFix: doc/examples cross-build
2013-08-22  Mathieu DesnoyersFix: liblttng_ust.la should depend on liblttng-ust...
2013-08-19  Mathieu DesnoyersIntroduce configure --with-lttng-system-rundir
2013-08-15  Mathieu Desnoyersexamples: tracepoint probes don't need extern C
2013-08-15  Mathieu DesnoyersTracepoint probes don't need extern C
2013-08-07  Stefan SeefeldAdd trace support for memalign and posix_memalign
2013-08-07  Mathieu Desnoyersmalloc instrumentation: remove dependency on pthread
2013-08-07  Stefan SeefeldAdd trace support for calloc and realloc.
2013-08-06  Mathieu DesnoyersFix: allow make check to run in VPATH build
2013-08-06  Zifei TongUpdate .gitignore
2013-08-06  Zifei TongUpdate obsolete benchmark test
2013-07-24  Zifei TongCleanup tests (2nd commit)
2013-07-24  Zifei TongCleanup tests
2013-07-21  Mathieu DesnoyersFix: doc/examples VPATH build
2013-07-18  Mathieu DesnoyersVersion 2.3.0-rc1 v2.3.0-rc1
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-12  Mathieu DesnoyersDisable doc/examples build
2013-07-12  Zifei TongAdd python3 support to lttng-gen-tp
2013-07-11  Mathieu DesnoyersBump ABI major to 5
2013-07-10  Mathieu Desnoyerscallsite: add "ip" context
2013-07-08  Amit MargalitAllow environment variable LTTNG_HOME to override HOME
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  Julien DesfossezIntroduce ustctl_write_one_packet_to_channel
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-07-01  Mathieu DesnoyersCleanup: lib_ring_buffer_switch_new_end() only calls...
2013-07-01  Mathieu DesnoyersFix: doc/examples: gen-tp path
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-06-25  Mathieu DesnoyersFix: lttng-events VPATH build
2013-06-22  Yannick BrosseauAllow #include in template (.tp) file
2013-06-21  Mathieu Desnoyerstests/hello.cxx: rename tp.cpp into tp-cpp.cpp
2013-06-20  Mathieu Desnoyersdoc/examples: build gen-tp example by default
2013-06-20  Mathieu Desnoyersdoc/examples: support BSD make
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  Zifei TongFix: Check C++ designated initializers support before...
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-30  Zifei TongAllow tracepoint providers to be compiled with g++
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
next
This page took 0.037703 seconds and 4 git commands to generate.