lttng-ust.git
2016-04-07  Philippe Proulxdoc/man: lttng-ust(3): add tracing control to example
2016-04-07  Philippe Proulxdoc/man: lttng-ust(3): split example files in subsections
2016-04-07  Philippe Proulxdoc/man/common-copyrights: add missing THANKS section
2016-04-07  Philippe Proulxdoc/man: lttng-ust(3): add missing ENVIRONMENT VARIABLE...
2016-04-07  Philippe Proulxdoc/man: do not use macros in the NAME section
2016-04-07  Philippe Proulxdoc/man: remove duplicate copyrights section
2016-04-07  Philippe ProulxREADME.md: bolden dependencies and update links
2016-04-07  Philippe ProulxREADME.md: split required and optional dependencies
2016-04-07  Philippe ProulxConvert man pages to AsciiDoc
2016-04-05  Mathieu DesnoyersFix: remove dead code from filter interpreter
2016-03-21  Mathieu DesnoyersFix: convey enum value signedness into metadata
2016-03-18  Mathieu DesnoyersVersion 2.8.0-rc1 v2.8.0-rc1
2016-03-16  Mathieu DesnoyersFix: remove assertions in lttng-ust-comm init
2016-03-15  Mathieu DesnoyersAdd tracepoint_disable_destructors()
2016-03-10  Mathieu DesnoyersDocumentation: fix manpage typo
2016-03-10  Mathieu DesnoyersFix: move lttng_context_is_app to core file
2016-03-10  Mathieu DesnoyersFix: move dummy functions to common file
2016-03-10  Mathieu DesnoyersFix: handle backward probe compatibility for applicatio...
2016-03-10  Mathieu DesnoyersFix: application context header size
2016-03-10  Mathieu DesnoyersFix: event ctx get size should be after chan ctx
2016-03-07  Alexandre MontplaisirClarify and simplify the Java agent "Hello" examples
2016-03-04  Julien DesfossezExport the stream instance ID
2016-03-04  Julien DesfossezGenerate and export the sequence number
2016-03-04  Julien DesfossezAdd stream instance id to the packet header
2016-03-01  Philippe Proulxconfigure.ac: print empty line after AC_OUTPUT
2016-03-01  Philippe Proulxconfigure.ac: macros with no arguments do not need ()
2016-03-01  Philippe Proulxconfigure.ac: standardize indentation to tabs
2016-03-01  Philippe Proulxconfigure.ac: move AC_PROG_SED() close to other AC_PROG_*()
2016-03-01  Philippe Proulxconfigure.ac: test -a -> shell's && (more portable)
2016-03-01  Philippe Proulxconfigure.ac: use test "x$var" = "xyes"
2016-03-01  Philippe Proulxconfigure.ac: AM_CONDITIONAL() accepts two arguments
2016-03-01  Philippe Proulxconfigure.ac: use dnl at appropriate places
2016-03-01  Philippe Proulxconfigure.ac: if -> AS_IF()
2016-03-01  Philippe Proulxconfigure.ac: case -> AS_CASE()
2016-03-01  Philippe Proulxconfigure.ac: add missing quotes in macro calls
2016-03-01  Philippe Proulxconfigure.ac: use macros for version name and description
2016-03-01  Philippe Proulxconfigure.ac: do not use shell eval for known values
2016-02-20  Philippe ProulxAdd CONTRIBUTING.md
2016-02-18  Philippe ProulxOutput "(null)" when ctf_string()'s arg is NULL
2016-02-17  Mathieu DesnoyersFix: disable use of __builtin_return_address(0) on...
2016-02-16  Mathieu DesnoyersFix: java agent 32-bit pointer to jlong warning
2016-02-15  Michael JeansonFix: Use Java 6 syntax in JUL examples
2016-02-12  Mathieu DesnoyersFix: add missing example file to dist tarball
2016-02-12  Mathieu DesnoyersFix: add missing header to dist tarball
2016-02-12  Mathieu DesnoyersFix: add missing LttngContextApi.java to dist tarball
2016-02-12  Alexandre MontplaisirPass the Java app context information using two separat...
2016-02-12  Alexandre MontplaisirFix: Correctly report filter notifications on Java...
2016-02-12  Alexandre MontplaisirAdd some logging to the AbstractLttngAgent
2016-02-12  Alexandre MontplaisirFix: Clear tracked application contexts upon closing...
2016-02-12  Alexandre MontplaisirIntroduce a verbose mode for the Java agent
2016-02-12  Alexandre MontplaisirImplement Java agent application context retrieval
2016-02-12  Alexandre MontplaisirTurn ISessiondCommand into an abstract class
2016-02-12  Alexandre MontplaisirSplit the JNI APIs in separate classes
2016-02-12  Jérémie GalarneauAdd app context support to ust-ctl protocol
2016-02-12  Mathieu DesnoyersHandle application context cmd
2016-02-12  Mathieu DesnoyersImplement dynamic types, and application context provid...
2016-02-12  Mathieu DesnoyersFix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT
2016-02-04  Alexandre MontplaisirFix: Ensure the Java JUL messages are correctly formatted
2016-01-15  Mathieu DesnoyersFix: double-free on error sending fields
2016-01-14  Mathieu DesnoyersAdd CTF enum type support to tracepoint event
2016-01-05  Jonathan RajotteFix: missing _GNU_SOURCE define
2015-11-27  Philippe Proulxpython-lttngust/setup.py.in: update setup() fields
2015-11-27  Philippe ProulxRefactor Python agent build and install
2015-10-28  Philippe ProulxFix: remove debugging print() call from Python agent
2015-10-25  Mathieu DesnoyersFix: header size larger than 256 bytes
2015-10-23  Jérémie GalarneauPython agent: Support Agent protocol v2.0
2015-10-23  Jérémie GalarneauFix: Java agent protocol network endianness consistency
2015-10-22  Mathieu DesnoyersFix: examples jul: add missing files to make dist
2015-10-22  Mathieu DesnoyersFix: Filer -> Filter typo in example
2015-10-22  Alexandre MontplaisirFix: Return the correct list of available Java events
2015-10-22  Alexandre MontplaisirAdd a toString() to Java agent's EventRule
2015-10-22  Alexandre MontplaisirAdd API stubs for the Java context info retrievers
2015-10-22  Alexandre MontplaisirReceive the event filter string in the Java agent
2015-10-22  Alexandre MontplaisirDocument the Java filter notification model
2015-10-22  Alexandre MontplaisirAdd filter change notification mechanism to the Java...
2015-10-22  Alexandre MontplaisirManage complete "event rules" in the Java agent
2015-10-22  Alexandre MontplaisirIntroduce a new client listener interface for the Java...
2015-10-22  Alexandre MontplaisirTurn ILttngAgentResponse into an abstract class
2015-10-22  Mathieu DesnoyersRemove stale tests/java-jul test
2015-10-21  Mikael BeckiusFix: live timer calculation error
2015-10-16  Jonathan RajotteFix python agent build/install/uninstall with DESTDIR...
2015-10-15  Stelios BounanosFix: Don't (re)define STAP_PROBEV
2015-09-21  Mathieu DesnoyersFix: don't dereference NULL pointers
2015-09-21  Mathieu DesnoyersCleanup: Remove unused values
2015-09-21  Mathieu DesnoyersFix: Value stored to 'has_waited' is never read
2015-09-21  Mathieu DesnoyersFix: Argument with 'nonnull' attribute passed null
2015-09-21  Jonathan RajotteCleanup: Unnecessary bit shift
2015-09-21  Antoine BusqueClean-up: remove extraneous "found" parameters in ust-elf
2015-09-21  Mathieu DesnoyersFix: sysconf() unchecked return value
2015-09-09  Philippe Proulxdoc: add Python example
2015-09-09  Philippe ProulxFix: Python agent: do not register twice to same port
2015-09-08  Antoine BusqueFix: potential leaks in error paths
2015-09-08  Antoine BusqueFix: double free in liblttng-ust-dl
2015-09-04  Michael JeansonFix: make check in OOT build with absolute path
2015-09-04  Mathieu DesnoyersFix: elf: leaks on error paths
2015-09-04  Mathieu DesnoyersCleanup: coding style
2015-09-04  Mathieu DesnoyersCleanup: elf: use off_t for offsets, size_t for len
2015-09-04  Mathieu DesnoyersCleanup: eliminate implicit sign-extension
2015-09-04  Mathieu DesnoyersFix: elf: NULL pointer dereference
2015-09-04  Michael JeansonFix: add missing ust-elf.h header to dist
next
This page took 0.0375 seconds and 4 git commands to generate.