deliverable/lttng-ust.git
2015-09-04  Michael JeansonFix: make check in out of tree build
2015-09-01  Mathieu DesnoyersFix: old gcc warnings
2015-09-01  Mathieu DesnoyersFix: old gcc warning
2015-08-31  Mathieu DesnoyersFix: remove stale lttng-ust-elf.h from makefile
2015-08-31  Mathieu DesnoyersFix: elf: uninitialized ret
2015-08-31  Mathieu DesnoyersFix: test elf: handle NULL debug file
2015-08-31  Mathieu Desnoyerstest: elf move constants to top of implementation
2015-08-31  Mathieu DesnoyersFix: elf test prog arg checking
2015-08-31  Mathieu Desnoyersbaddr statedump: remove dependency on file streams
2015-08-31  Mathieu Desnoyersbaddr statedump: hold ust lock around allocations
2015-08-29  Antoine BusqueAdd unit tests for lttng_ust_elf
2015-08-29  Antoine BusqueAdd memory size, build id, and debug link info to state...
2015-08-26  Mathieu DesnoyersFix: close socket on protocol error, sendmsg MSG_NOSIGNAL
2015-08-25  Mathieu DesnoyersCleanup: more descriptive error message
2015-08-21  Mathieu DesnoyersFix: add missing ust lock around objd_table_destroy()
2015-08-17  Mathieu DesnoyersFix: application exit race with pthread cancel
2015-08-11  Mathieu DesnoyersCleanup: configure layout for python agent detection
2015-08-11  Jonathan RajotteBuild: python agent: use setup.py over autoconf
2015-08-11  Jonathan RajotteBuild: add python interpreter used by python agent...
2015-08-11  Jonathan RajotteDoc: basic lttng ust python agent documentation
2015-08-11  Jonathan RajotteBuild: use AM_PATH_PYTHON to resolve python when buildi...
2015-08-11  Jonathan RajotteBuild: only check if python exists in path
2015-08-06  Mathieu DesnoyersUpdate version to 2.8.0-pre
2015-08-06  Alexandre MontplaisirFix: Send the correct Java agent return code when disab...
2015-07-31  Alexandre MontplaisirFix: Correctly handle the command to disable all events
2015-07-31  Alexandre MontplaisirSmall refactor of the Java agent's TCP client
2015-07-31  Alexandre MontplaisirRename Java Agent event names to "event"
2015-07-30  Jérémie GalarneauRename Python agent tracepoint to "event"
2015-07-29  Alexandre MontplaisirAllow compiling the Java agent with Java 1.6
2015-07-29  Alexandre MontplaisirRestore concurrent build when Java agent is enabled
2015-07-29  Alexandre MontplaisirRefactor Java agent to let applications manage the...
2015-07-24  Jonathan RajotteDoc: add LTTNG_UST_CLOCK_PLUGIN to man page
2015-07-24  Jonathan RajotteDoc: add LTTNG_UST_GETCPU_PLUGIN to man page
2015-07-22  Alexandre MontplaisirCleanup: Add Javadoc to all public methods and members
2015-07-22  Alexandre MontplaisirFix: Small fixes to the Java agent example files
2015-07-22  Alexandre MontplaisirUpdate doc/java-agent.txt to reflect the new packaging
2015-07-22  Alexandre MontplaisirSplit Java agent library in 3 separate jars
2015-07-22  Alexandre MontplaisirRemove deprecated org.lttng.ust.jul.LTTngAgent class
2015-07-22  Alexandre MontplaisirUse tar-ustar format for the dist archive
2015-07-16  Mathieu DesnoyersFix: remove generated file from git tree
2015-07-15  Mathieu DesnoyersVersion 2.7.0-rc1
2015-07-08  Michael JeansonFix: Use $enableval with AC_ARG_ENABLE
2015-07-07  Jérémie GalarneauFix: Cleanup local_apps sock_info in lttng_ust_cleanup
2015-07-06  Mathieu DesnoyersFix: handle sys_futex EINTR and EWOULDBLOCK
2015-07-02  Mathieu DesnoyersFix: update liburcu URL
2015-07-01  Philippe Proulx.gitignore: ignore Python agent generated files
2015-07-01  Philippe ProulxAdd ctf_sequence_hex() macro
2015-06-30  Antoine BusqueFix: set soinfo_data's vdso flag correctly in base...
2015-06-30  Michael JeansonFix: running java examples out of tree
2015-06-30  Michael JeansonFix: java class check when uudecode is not present
2015-06-30  Mathieu DesnoyersCleanup: remove extra whitespace in configure output
2015-06-30  Michael JeansonDefault to no unaligned access on unsupported archs
2015-06-29  Alexandre Montplaisircleanup: Coding style fixes to the Java agent
2015-06-29  Alexandre Montplaisircleanup: Mark obsolete JUL agent as @Deprecated
2015-06-29  Alexandre MontplaisirFix compilation warnings in the Java agent
2015-06-25  Michael JeansonFix: out of tree build of java agents
2015-06-25  Michael JeansonFix: Use env CLASSPATH when building log4j example
2015-06-25  Michael JeansonFix: build log4j example when enabled
2015-06-23  Mathieu DesnoyersBump tracer version to 2.7.0-pre
2015-06-22  Mathieu DesnoyersFix: perform volatile load of tracepoint state
2015-06-18  Mathieu DesnoyersAdd demo-tracelog to gitignore file
2015-06-18  Michael JeansonAdd aarch64 support to configure
2015-06-13  Mathieu DesnoyersImplement cpu_id context for filtering
2015-06-10  Mathieu Desnoyersust cyg-profile: use same class for entry and exit
2015-06-10  Mathieu DesnoyersFix: function instrumentation ip context
2015-06-10  Mathieu DesnoyersFix: liblttng-ust-dl ip context
2015-06-10  Mathieu DesnoyersRemove caller field from malloc events
2015-06-10  Mathieu DesnoyersFix: pthread wrapper ip context
2015-06-10  Mathieu DesnoyersFix: lttng-ust-malloc ip context
2015-06-10  Mathieu DesnoyersAllow TP_IP_PARAM arg name to be configured
2015-06-10  Mathieu Desnoyerstracelog: use same class for all loglevels
2015-06-09  Mathieu Desnoyersfix tracelog namespacing of loglevels
2015-06-09  Mathieu DesnoyersAdd tracelog documentation to lttng-ust(3)
2015-06-09  Mathieu DesnoyersImplement demo-tracelog example
2015-06-09  Mathieu DesnoyersImplement tracelog API
2015-06-09  Mathieu DesnoyersFix: fetch caller address from tracef()
2015-05-26  Antoine BusqueRename helper providers and events for consistency
2015-05-26  Antoine BusqueRefactor state dump system
2015-05-15  Philippe ProulxRefactor Python agent
2015-05-07  Mathieu DesnoyersFix: building probe providers with C++ compiler
2015-04-23  Mathieu DesnoyersFix: use lttng_secure_getenv to handle env. vars. invol...
2015-04-23  Jérémie GalarneauFix: Don't wait during registration if clock_gettime...
2015-04-14  Mathieu DesnoyersFix: getcpu/clock plugin handle leak
2015-04-14  Mathieu DesnoyersFix: add missing new ldl dependency for liblttng-ust-ctl
2015-04-10  Mathieu DesnoyersFix: add missing getenv wrapper
2015-04-10  Mathieu DesnoyersFix: add missing lttng-clock.c
2015-04-10  Mathieu DesnoyersFix: add missing ust-clock.h
2015-04-10  Mathieu Desnoyersclock plugin example: use shift and mul
2015-04-10  Mathieu DesnoyersImplement getcpu override
2015-04-10  Mathieu DesnoyersImplement clock override plugin support
2015-03-27  Dmitri ShubinAdd tracepoint_enabled() macro
2015-03-26  Mathieu DesnoyersMove file creation/unlink from liblttng-ust-ctl to...
2015-03-26  Mathieu DesnoyersImplement file-backed ring buffer
2015-03-23  Jonathan RajotteFix: oot build: missing top_builddir include
2015-02-23  Jérémie GalarneauFix: Mismatching code and console output in log4j example
2015-02-04  Mathieu DesnoyersUpdate manpage about LTTNG_UST_DEBUG effect
2015-02-04  Mathieu DesnoyersDon't output to stderr from lib unless DEBUG is activated
2015-02-04  Mathieu DesnoyersRemove usterr.h, use usterr-signal-safe.h everywhere...
2015-01-26  Jonathan RajotteFix: out-of-tree build: wrong file path for sed input
2015-01-26  Jonathan RajotteFix: make dist: python agent file handling
next
This page took 0.038442 seconds and 5 git commands to generate.