lttng-ust.git
2017-11-06  Jonathan RajotteABI: refuse non-matching ABI minor version on event... stable-2.7
2016-12-08  Mathieu DesnoyersVersion 2.7.5 v2.7.5
2016-10-18  Mathieu DesnoyersFix: loglevel and model_emf_uri build fix
2016-10-18  Mathieu DesnoyersFix: loglevel and model_emf_uri with g++ compiled probes
2016-10-14  Michael JeansonFix: Out of tree build of liblttng-ust-java
2016-10-03  Mathieu DesnoyersFix: perform statedump before replying to sessiond
2016-10-03  Mathieu DesnoyersFix: honor send timeout on unix socket connect
2016-10-03  Mathieu DesnoyersFix: perform TLS fixup in all UST entry points from...
2016-09-02  Mathieu DesnoyersFix: remove unlock in getcpu
2016-08-18  Mathieu DesnoyersFix: perf counters ABI rdpmc detection
2016-08-18  Mathieu DesnoyersFix: perf counter context deadlock
2016-08-08  Mathieu DesnoyersFix: many-events registration/unregistration speed
2016-07-26  Mathieu DesnoyersFix: pre-fault TLS in ust-malloc instrumentation
2016-07-14  Mathieu DesnoyersFix: reset vtid cache before releasing urcu locks
2016-07-14  Mathieu DesnoyersFix: cleanup local_apps.allowed flag on lib cleanup
2016-07-12  Mathieu DesnoyersFix: remove invalid free
2016-07-06  Mathieu DesnoyersFix: perf counters: sign-extend pmc register
2016-06-16  Mathieu DesnoyersFix: allow non-LGPL modules to use tracepoints
2016-05-31  Michael JeansonFix: strerror_r behavior is glibc specific
2016-05-31  Mathieu DesnoyersFix: don't generate 0-len array in tracepoint probes
2016-05-26  Jonathan RajotteFix: log4j example: set logger level to prevent unexpec...
2016-05-26  Mathieu DesnoyersFix: initialize RCU callbacks with mixed LGPL/non-LGPL...
2016-05-26  Mathieu DesnoyersFix: incorrect structure layout with mixed LGPL/non...
2016-05-26  Mathieu DesnoyersFix: don't call __builtin_return_address(0) on 32-bit...
2016-05-23  Mathieu DesnoyersFix: tracepoint header: declare tracepoint_dlopen_ptr
2016-05-23  Mathieu DesnoyersFix: update debug message about weak-hidden symbols
2016-05-23  Mathieu DesnoyersFix: tracepoint-rcu header: use tracepoint_dlopen_ptr
2016-05-23  Mathieu DesnoyersFix: work-around gcc optimisation oddness on 32-bit...
2016-05-20  Mathieu DesnoyersVersion 2.7.4 v2.7.4
2016-05-20  Mathieu DesnoyersPrint DBG() message about compiler weak hidden symbol...
2016-05-18  Mathieu DesnoyersDocumentation: ring buffer: SWITCH_FLUSH can be used...
2016-05-17  Mathieu DesnoyersFix: unchecked return value in trace_clock_read64_monotonic
2016-05-11  Mathieu DesnoyersFix: Java agent should use LTTNG_HOME
2016-05-10  Mathieu DesnoyersFix: examples make distcheck failure
2016-04-26  Mathieu DesnoyersFix: endianness of integers received by filter
2016-04-26  Mathieu DesnoyersVersion 2.7.3 v2.7.3
2016-04-26  Michael JeansonDoc: Update README.d
2016-04-12  Mathieu DesnoyersFix: doc/examples: remove unexpected quotes from run...
2016-04-05  Mathieu DesnoyersFix: remove dead code from filter interpreter
2016-03-16  Mathieu DesnoyersFix: remove assertions in lttng-ust-comm init
2016-03-10  Mathieu DesnoyersDocumentation: fix manpage typo
2016-03-10  Mathieu DesnoyersVersion 2.7.2 v2.7.2
2016-02-17  Mathieu DesnoyersFix: disable use of __builtin_return_address(0) on...
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
2015-11-26  Mathieu DesnoyersVersion 2.7.1 v2.7.1
2015-10-25  Mathieu DesnoyersFix: header size larger than 256 bytes
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-24  Mathieu DesnoyersVersion 2.7.0 v2.7.0
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  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-09  Mathieu DesnoyersVersion 2.7.0-rc2 v2.7.0-rc2
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-11  Jonathan RajotteDoc: add LTTNG_UST_CLOCK_PLUGIN to man page
2015-08-11  Jonathan RajotteDoc: add LTTNG_UST_GETCPU_PLUGIN to man page
2015-08-04  Philippe ProulxFix: Java agent: update ref count in enabledLoggers
2015-07-30  Jérémie GalarneauRename Python agent tracepoint to "event"
2015-07-16  Mathieu DesnoyersFix: remove generated file from git tree
2015-07-15  Mathieu DesnoyersVersion 2.7.0-rc1 v2.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
next
This page took 0.037723 seconds and 4 git commands to generate.