lttng-tools.git
2018-09-21  Jonathan RajotteFix: perform relayd socket pair cleanup on control...
2018-09-21  Jérémie GalarneauFix: relayd control socket mutex is not destroyed
2018-09-21  Jonathan RajotteRev5: Update extra_version information
2018-09-21  Jérémie GalarneauFix: remove inode from inode registry ht
2018-09-21  Jérémie GalarneauFix: unbalanced fd references
2018-09-21  Jérémie Galarneaurelayd: unlink stream files through the fd-tracker
2018-09-21  Jérémie GalarneauFix: crash on close of partially initialized handle
2018-09-21  Jérémie Galarneaurelayd: unlink index files through the fd-tracker
2018-09-21  Jérémie GalarneauFix: rlim_cur and rlim_max printing causes a warning...
2018-09-21  Jérémie GalarneauTests: add fd-tracker tests for the unlink operation
2018-09-21  Jérémie Galarneaufd-tracker test: register rcu thread of test application
2018-09-21  Jérémie Galarneaufd-tracker: use lttng_inode to store fs_handle's path
2018-09-21  Jérémie Galarneaufd-tracker: remove duplicate clear of O_CREAT flag
2018-09-21  Jérémie Galarneaufd-tracker build fix: missing parameter in poll compat...
2018-09-21  Jérémie Galarneaufd-tracker: perform unsuspendable_fd release through...
2018-09-21  Jérémie Galarneaufd-tracker: add the lttng-inode interface
2018-09-21  Jérémie Galarneaufd-tracker: add the unlink operation to fs handles
2018-09-21  Jérémie Galarneaufd-tracker: remove unneeded header inclusion
2018-09-21  Jérémie Galarneaufd-tracker: add an optimization note to the fd-tracker
2018-09-21  Philippe ProulxBackport: lttng-track(1), lttng-untrack(1): document...
2018-09-21  Mathieu DesnoyersBackport: trackers: bump MI version to 4.0
2018-09-21  Mathieu DesnoyersBackport: trackers: commands: validate duplicate options
2018-09-21  Mathieu DesnoyersBackport: Fix: tracker: no command shortcut for new...
2018-09-21  Mathieu DesnoyersBackport: trackers: add sessiond tracker list implement...
2018-09-21  Mathieu DesnoyersBackport: Fix: tracker: list/track/untrack commands...
2018-09-21  Mathieu DesnoyersBackport: Fix: tracker: ensure consistency of tracker...
2018-09-21  Mathieu DesnoyersBackport: trackers: tests: adapt tests to new xsd schemas
2018-09-21  Mathieu DesnoyersBackport: trackers: update MI to new xsd schema
2018-09-21  Mathieu DesnoyersBackport: trackers: update config xsd schema
2018-09-21  Mathieu DesnoyersBackport: trackers: update lttng-sessiond
2018-09-21  Mathieu DesnoyersBackport: trackers: update list/track/untrack commands
2018-09-21  Mathieu DesnoyersBackport: trackers: update liblttng-ctl
2018-09-21  Mathieu DesnoyersBackport: trackers: update sessiond communication protocol
2018-09-21  Mathieu DesnoyersBackport: trackers: update lttng-modules tracer ABI
2018-09-21  Mathieu DesnoyersBackport: trackers: change error code from "pid" to...
2018-09-21  Jérémie GalarneauBackport: LTTNG-RELAYD(8): document the --fd-pool-size...
2018-09-21  Jérémie GalarneauBackport: relayd: rename fd-cap parameter to fd-pool...
2018-09-21  Jérémie GalarneauBackport: fd-tracker: log tracker capacity on creation
2018-09-21  Jérémie GalarneauBackport: relayd: replace lttng_index_file with relay_i...
2018-09-21  Jérémie GalarneauBackport: Move index initialization to ctf-index.h
2018-09-21  Jérémie GalarneauBackport: Fix: fully initialize viewer stream before...
2018-09-21  Jérémie GalarneauBackport: relayd: use the fd-tracker to track stream_fd fds
2018-09-21  Jérémie GalarneauBackport: relayd: track the live client connections...
2018-09-21  Jérémie GalarneauBackport: relayd: track relayd control connection sockets
2018-09-21  Jérémie GalarneauBackport: relayd: track relayd data connection sockets
2018-09-21  Jérémie GalarneauBackport: relayd: track the data listener socket
2018-09-21  Jérémie GalarneauBackport: relayd: track the control listener socket
2018-09-21  Jérémie GalarneauBackport: relayd: track the live listener socket
2018-09-21  Jérémie GalarneauBackport: relayd: track stdio output fds
2018-09-21  Jérémie GalarneauBackport: relayd: track the live viewer worker thread...
2018-09-21  Jérémie GalarneauBackport: relayd: track the live listener thread's...
2018-09-21  Jérémie GalarneauBackport: relayd: track the live_conn_pipe with the...
2018-09-21  Jérémie GalarneauBackport: relayd: track listener's epoll fd using the...
2018-09-21  Jérémie GalarneauBackport: relayd: track worker thread's epoll fd using...
2018-09-21  Jérémie GalarneauBackport: relayd: track the health thread's poll fd...
2018-09-21  Jérémie GalarneauBackport: relayd: track clients of the health unix...
2018-09-21  Jérémie GalarneauBackport: relayd: track the health unix socket with...
2018-09-21  Jérémie GalarneauBackport: relayd: track the health quit pipe with the...
2018-09-21  Jérémie GalarneauBackport: relayd: track the relay_conn_pipe with the...
2018-09-21  Jérémie GalarneauBackport: relayd: track the quit pipe with the fd-tracker
2018-09-21  Jérémie GalarneauBackport: relayd: Don't bypass the fd tracker when...
2018-09-21  Jérémie GalarneauBackport: relayd: close stdin
2018-09-21  Jérémie GalarneauBackport: relayd: initialize the global fd tracker...
2018-09-21  Jérémie GalarneauBackport: Add fd-cap option to the relay daemon
2018-09-21  Jérémie GalarneauBackport: Test: add a unit test for the fd tracker
2018-09-21  Jérémie GalarneauBackport: fd-tracker: add pipe management wrappers...
2018-09-21  Jérémie GalarneauBackport: fd-tracker: add epoll/poll management wrapper...
2018-09-21  Jérémie GalarneauBackport: fd-tracker: add an fd-tracker util to common
2018-09-21  Jérémie GalarneauBackport: add DBG_NO_LOC logging macro
2018-09-21  Jonathan RajotteDIST OOT: use build_dir version.i file
2018-09-21  Michael JeansonBackport:Fix: Don't override user variables within...
2018-09-21  Jonathan RajotteBackport: Introduce EXTRA_VERSION_PATCHES
2018-09-21  Jonathan RajotteBackport: Use EXTRA_VERSION_NAME and EXTRA_VERSION_DESC...
2018-09-21  Jonathan RajotteBackport: Introduce EXTRA_VERSION_NAME and EXTRA_VERSIO...
2018-09-21  Jonathan RajotteBackport: Man: --group-output-by-session
2018-09-21  Jonathan RajotteBackport: create_lttng_session_uri from 308a89467c4dbfe...
2018-09-21  Jonathan RajotteBackport: Tests: lttng-relayd --group-output-per-session
2018-09-21  Jonathan RajotteBackport: Use lttng_snapshot_add_output_ok from utils
2018-09-21  Jonathan RajotteBackport: lttng_snapshot_add_output_ok: let the caller...
2018-09-21  Jonathan RajotteBackport: Relayd: introduce --group-output-by-session
2018-09-21  Jonathan RajotteBackport: Doc: lttng-relayd: --working-directory option
2018-09-21  Jonathan RajotteBackport: Introduce LTTNG_RELAYD_WORKING_DIRECTORY...
2018-09-21  Jonathan RajotteBackport: Test: lttng-relayd working directory
2018-09-21  Jonathan RajotteBackport: Add --working-directory options to lttng...
2018-09-21  Jonathan RajotteBackport: Cleanup relayd socket pair on control socket...
2018-09-21  Jérémie GalarneauBackport: Fix: relayd streams can be leaked on connecti...
2018-09-21  Michael JeansonBackport: Port dynamic buffer to stable 2.9
2018-07-24  Jérémie GalarneauUpdate version to v2.9.10
2018-06-11  Francis DeslauriersFix: missing context enum values in session xml schema
2018-06-05  Anders WallinTests: add session auto-loading test cases
2018-06-05  Jonathan RajotteBash completion: ignore namespace for xmllint parsing
2018-06-05  Jérémie GalarneauTypo in ust consumer log message (channek -> channel)
2018-06-05  Jonathan RajotteFix: use signed variable for refcounting of consumer_re...
2018-05-30  Jérémie GalarneauFix: warning due to hash_key_str() being not const...
2018-05-30  Francis DeslauriersFix: calling ht_{hash, match}_enum with wrong argument
2018-05-30  Francis DeslauriersFix: probes should be compared strictly by events metadata
2018-05-26  Francis DeslauriersFix: test_ust-dl is generated at configure-time
2018-05-18  Jérémie GalarneauFix: perform the initialization memory barrier out...
2018-05-17  Michael JeansonPort: fix format warnings on Cygwin
2018-05-17  Jérémie GalarneauFix: don't wait for the load thread before serving...
next
This page took 0.039696 seconds and 5 git commands to generate.