deliverable/lttng-ust.git
2016-02-05  Alexandre MontplaisirIntroduce a verbose mode for the Java agent ust-app-context
2016-02-05  Alexandre MontplaisirImplement Java agent application context retrieval
2016-02-05  Alexandre MontplaisirTurn ISessiondCommand into an abstract class
2016-02-05  Alexandre MontplaisirSplit the JNI APIs in separate classes
2016-02-05  Jérémie GalarneauAdd app context support to ust-ctl protocol
2016-02-05  Mathieu DesnoyersHandle application context cmd
2016-02-05  Mathieu DesnoyersImplement dynamic types, and application context provid...
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
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
next
This page took 0.038135 seconds and 5 git commands to generate.