lttng-ust.git
2014-04-08  Mathieu DesnoyersVersion 2.4.1 v2.4.1
2014-04-08  Mathieu DesnoyersRevert "Fix: disable liblttng-ust-dl if dlinfo is not...
2014-04-08  Jérémie GalarneauFix: .split() the CC environment variable in lttng...
2014-04-07  Romain NaourFix: disable liblttng-ust-dl if dlinfo is not available...
2014-04-02  Jesper DerehagFix: python invocation through env
2014-04-01  Jérémie GalarneauFix: Override AM_PATH_PYTHON's default action-if-not...
2014-03-25  Mathieu DesnoyersFix: don't accept configure --disable-shared
2014-03-25  Mathieu DesnoyersFix: configure.ac: add missing result to alignment...
2014-03-18  Mathieu DesnoyersFix: malloc wrapper: infinite recursion with compat TLS
2014-03-15  Mathieu DesnoyersFix: liblttng-ust-libc-wrapper recursive use of calloc
2014-03-10  Zifei TongFix: mismatch between code and comments
2014-03-10  Mathieu DesnoyersFix: incorrect urcu git URL in README
2014-02-28  Mathieu DesnoyersVersion 2.4.0 v2.4.0
2014-02-28  Mathieu DesnoyersFix: JUL test: update to API change
2014-02-28  Mathieu DesnoyersFix: Cast from pointer to different integer size warning
2014-02-28  Paul WoegererTurn base address dump into experimental feature
2014-02-27  David GouletFix: JUL support multiple loglevels
2014-02-27  Jérémie GalarneauFix: Skip lttng-gen-tp example build if Python is missing
2014-02-27  David GouletFix: dynamically fetch the session daemon port
2014-02-27  David GouletFix: JUL agent connect to user and root sessiond
2014-02-26  David GouletFix: handle registration done command
2014-02-25  Jérémie GalarneauFix: Unsynchronized access in LTTngTCPSessiondClient
2014-02-25  Mathieu DesnoyersCleanup: fix comment
2014-02-25  Paul WoegererFix: Dump executable base-address with readlink
2014-02-21  Mathieu DesnoyersFix: add assert for NULL dereference
2014-02-21  Mathieu DesnoyersFix: tracepoint out of memory handling
2014-02-21  Mathieu DesnoyersFix: dereference before null check
2014-02-21  Mathieu DesnoyersCleanup: remove logically dead code
2014-02-21  Mathieu DesnoyersFix: handle sysconf errors
2014-02-19  Jérémie GalarneauFix: java-jul/Makefile should not be marked as a binary
2014-02-14  Mathieu DesnoyersVersion 2.4.0-rc4 v2.4.0-rc4
2014-02-14  Mathieu DesnoyersCleanup: remove extra space in dlerror wrapper
2014-02-14  Mathieu DesnoyersFix: work-around glibc lying about dlsym()/dlerror...
2014-02-12  Mathieu DesnoyersCleanup: add lttng_ust_malloc_wrapper_init prototype...
2014-02-12  Mathieu DesnoyersFix: malloc libc instrumentation wrapper
2014-02-07  David GouletFix: add LTTngEvent class to fix delayed logger
2014-02-07  Mathieu DesnoyersFix: FD leak in liblttng-ust-ctl
2014-02-05  Mathieu DesnoyersFix: liblttng-ust-dl Makefile flags mismatch
2014-02-05  Mathieu DesnoyersFix: liblttng-ust-fork Makefile flags mismatch
2014-02-04  Mathieu DesnoyersFix: out of tree examples build
2014-02-03  Mathieu DesnoyersFix: C++: incomplete extern C guard transition
2014-01-29  Mathieu DesnoyersVersion 2.4.0-rc3 v2.4.0-rc3
2014-01-28  David GouletFix: add missing JUL loglevel handling
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-08  Mathieu Desnoyerscleanup ust_baddr and ust_baddr_statedump doc
2014-01-08  Paul Woegererbaddr: add ust_baddr and ust_baddr_statedump doc
2013-12-16  Mathieu DesnoyersFix: baddr_statedump tracepoint registration
2013-12-11  Mathieu DesnoyersFix: baddr out of tree build
2013-12-10  Mathieu DesnoyersVersion 2.4.0-rc2 v2.4.0-rc2
2013-12-10  Paul WoegererFix: baddr_statedump tracepoint registration
2013-12-08  Mathieu DesnoyersFix: baddr deadlocks and RCU races
2013-12-04  Mathieu DesnoyersFix: lock exit mutex when creating threads
2013-12-03  Mathieu DesnoyersFix: baddr deadlock with lttng-ust destructor
2013-12-03  Mathieu Desnoyersbaddr: include missing header
2013-12-03  Mathieu Desnoyersbaddr: get session under lock
2013-11-30  Mathieu DesnoyersFix: take the ust lock around session iteration in...
2013-11-30  Paul WoegererFix: baddr_statedump deadlock with JUL tracing
2013-11-30  Mathieu DesnoyersFix: client_packet_header() uses wrong packet
2013-11-30  Mathieu DesnoyersCleanup: fix typo in ring buffer backend comment
2013-11-28  Mathieu DesnoyersCompile liblttng-ust-baddr c files into liblttng-ust
2013-11-28  Paul WoegererAllow suppressing of base-address-state tracing
2013-11-28  Paul WoegererIntegrate base-address statedump into lttng-ust
2013-11-24  Mathieu DesnoyersFix: eliminate timestamp overlap between packets
2013-11-24  David GouletFix: lttng-gen-tp to build out of tree
2013-11-24  David GouletFix: compile doc/ after JUL/Java
2013-11-24  David GouletJUL: add Hello.java in doc/examples
2013-11-23  Mathieu DesnoyersFix lttng-ust(3) manpage
2013-11-20  David GouletJUL: fix enable all event for delayed Logger
2013-11-20  David GouletFix: typo in JNICALL for the JUL tracepoint
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 cleanup: all spaces before flags
2013-11-15  Mathieu Desnoyersfix: lttng-gen-tp: add missing spaces around flags
2013-11-15  Mathieu DesnoyersVersion 2.4.0-rc1 v2.4.0-rc1
2013-11-15  Mathieu Desnoyersdoc/examples: error out when a subdir make fails
2013-11-15  Mathieu DesnoyersJUL: fix out of tree build
2013-11-15  Mathieu DesnoyersJava/jul: fix make dist
2013-11-15  Mathieu DesnoyersJUL: install documentation and jar file
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-14  Paul WoegererImplement base-address-state tracing
2013-11-14  Paul WoegererBase-address tracing for dlopen and dlclose
2013-11-13  JP IkaheimonenAdd a check against excluders
2013-11-13  JP IkaheimonenAdd handler for LTTNG_UST_EXCLUSION in UST ABI
2013-11-13  JP IkaheimonenStore exclusions to enablers
2013-11-13  JP IkaheimonenAdd excluders to enabler structure
2013-11-13  JP IkaheimonenSend exclusion data through ustcomm
2013-11-13  JP IkaheimonenDefine exclusion structure for UST ABI
2013-11-13  JP IkaheimonenDefine a new command LTTNG_UST_EXCLUSION
2013-11-13  Michael JeansonFix: package of LTTngUst.h was renamed without renaming...
2013-11-13  Michael JeansonFix: check for java .class in package subfolders
2013-11-12  David GouletFix: java library to use user define JDK at compile...
2013-11-12  David GouletAdd liblttng-ust-jul for JUL support
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
next
This page took 0.037526 seconds and 4 git commands to generate.