lttng-ust.git
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
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
next
This page took 0.042061 seconds and 4 git commands to generate.