lttng-tools.git
2019-05-24  Jérémie GalarneauUpdate version to v2.9.12 v2.9.12
2019-05-24  Jonathan RajotteUpdate base test for binding
2019-05-24  Jonathan RajotteFix: python binding: expose domain buffer type
2019-04-24  Mathieu DesnoyersFix: logging: log_add_time() save/restore errno
2019-04-24  Mathieu DesnoyersFix relayd: initialize beacon to -1ULL
2019-04-24  Mathieu DesnoyersFix: relayd: handling of lttng_read errors >= 0
2019-04-24  Jérémie GalarneauFix tests: NULL pointer dereference in ust channel...
2019-04-24  Jérémie GalarneauFix tests: NULL pointer dereference in ltt_ust_context...
2019-04-24  Jérémie GalarneauLog the wait-shm's path on shm_open failure
2019-03-29  Michael JeansonFix: skip test when ust doesn't have perf support
2019-03-29  Yannick LamarreFix: Properly sanitize input parameter
2019-03-29  Michael Jeansontap-driver.sh: flush stdout after each test result
2019-03-29  Jérémie GalarneauFix tests: snapshot size validation failure runs too...
2019-03-29  Jonathan RajotteFix tests: the tree origin can be a symlink itself
2019-03-29  Jonathan RajotteFix tests: skip test_getcpu_override on single core...
2019-03-29  Mathieu DesnoyersFix: consumer snapshot: handle unsigned long overflow
2019-03-29  Jérémie GalarneauFix: wrong error code returned by kernel_snapshot_record()
2019-03-29  Jérémie GalarneauDocs: document the format of the lttng_session path...
2019-03-29  Jérémie GalarneauFix: check illegal combinations of ctrl-url/data-url...
2019-02-11  Jonathan RajotteTests: take multiple snapshots in streaming mode
2019-02-11  Jonathan RajotteFix: don't destroy the sockets if the snapshot was...
2019-01-22  Jérémie GalarneauUpdate version to v2.9.11 v2.9.11
2019-01-21  Jérémie GalarneauFix: worker structure is leaked in run_as process
2019-01-21  Jérémie GalarneauFix: leak of filter bytecode and expression on agent...
2019-01-21  Jérémie GalarneauFix: only free trace_path when it is dynamically allocated
2019-01-21  Mathieu DesnoyersFix: tests: test_crash should start sessions
2019-01-21  Michael JeansonAdd *.exe to gitignore for Cygwin
2019-01-21  Michael JeansonFix: warning 'fd' may be used uninitialized
2018-11-16  Mathieu DesnoyersFix: max_t/min_t macros are missing cast on input
2018-11-16  Mathieu DesnoyersFix: Connect timeout arithmetic in inet/inet6 (v4)
2018-11-16  Mathieu DesnoyersFix: channel_ust_create: remove channel on agent error
2018-10-30  Mathieu DesnoyersAlways choose large event header for UST channels
2018-09-19  Jonathan RajotteFix: perform local data pending before checking data...
2018-09-18  Jonathan RajotteFix: double put on error path
2018-09-18  Jonathan RajotteFix: holding the stream lock does not equate to having...
2018-09-18  Jonathan RajotteFix: skip uid registry when metadata key is 0
2018-09-18  Jérémie GalarneauDocs: document the meaning of a ust app channel key...
2018-09-18  Jérémie GalarneauFix: acquire stream lock during kernel metadata snapshot
2018-09-17  Jonathan RajotteFix: skip closed session on viewer listing
2018-09-17  Jonathan RajotteFix: use LTTNG_VIEWER_ATTACH_UNK to report a closed...
2018-09-13  Jérémie GalarneauFix: expand load path to an absolute path before daemon...
2018-09-13  Jonathan RajotteFix: perform relayd socket pair cleanup on control...
2018-09-13  Jérémie GalarneauFix: relayd control socket mutex is not destroyed
2018-09-13  Jonathan RajotteTests: do not bound test app iterations when in backgro...
2018-09-13  Jérémie GalarneauTests: add missing rotation and autoload tests to check...
2018-09-13  Jonathan RajotteTests: remove temporary folder
2018-09-13  Jonathan RajotteTests: remove mi result files when done
2018-09-13  Jonathan RajotteTests: Remove unused set +x
2018-09-13  Jonathan RajotteTests: Kill relayd after sessiond to ensure a clean...
2018-09-13  Jonathan RajotteTests: Remove unused variable
2018-09-13  Jonathan RajotteTests: Use stop relayd from utils.sh
2018-09-13  Jonathan RajotteTests: remove declaration already present in utils.sh
2018-09-13  Jérémie GalarneauFix: incorrect error message on regenerate missing...
2018-09-13  Jérémie GalarneauFix: incorrect error message on metadata missing argument
2018-09-13  Jérémie GalarneauFix: snapshot command mishandles missing arguments
2018-09-13  Jérémie GalarneauFix: passing null to closedir() on error
2018-09-13  Jérémie GalarneauFix: unchecked access to pids array
2018-09-13  Jérémie GalarneauFix: returned pids may be uninitialized
2018-09-13  Francis DeslauriersFix: lttng-save command producing wrong XML fields
2018-09-13  Jérémie GalarneauFix: possible NULL dereference in uri_parse_str_urls()
2018-09-13  Jérémie GalarneauSet consumer's verbosity to the max level on --verbose...
2018-09-07  Anders WallinTests: added test_autoload to noinst_SCRIPTS
2018-07-24  Jérémie GalarneauUpdate version to v2.9.10 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...
2018-05-09  Jérémie GalarneauFix: sessiond fails to launch on --without-ust configur...
2018-05-09  Jérémie GalarneauFix: agent thread poll set creation failure results...
2018-05-09  Jérémie GalarneauFix: test uses sizeof() on the wrong operand of strncpy
2018-04-30  Jérémie GalarneauUpdate version to v2.9.9 v2.9.9
2018-04-30  Jonathan RajotteAdd DBG statement for TCP keep-alive options
2018-04-25  Jérémie GalarneauFix: failure to launch agent thread is not reported
2018-04-25  Jérémie GalarneauFix: agent may not be ready on launch
2018-04-25  Julien DesfossezFix: lttng logs nanoseconds
2018-04-25  Julien DesfossezFix: stream_per_chan_id_ht should allow duplicates
2018-04-25  Jérémie GalarneauFix: relayd send_command() util not logging on failure
2018-04-25  Julien DesfossezFix: kernel snapshot handling of EAGAIN
2018-04-25  Julien DesfossezFix validate_trace_empty test check
2018-04-10  Jonathan RajotteFix: hold consumer socket lock for consumer_send_msg
2018-04-09  Gregory LEOCADIEFix: use off_t type for lseek function return value...
2018-03-26  Jérémie GalarneauUpdate version to v2.9.8 v2.9.8
2018-02-27  Jonathan RajotteFix: set errno with value from SO_ERROR on error.
2018-02-27  Jonathan RajotteFix: missing value handling for lttng_event_context_type
2018-02-27  Jonathan RajotteFix: Use SOL_SOCKET level for SO_KEEPALIVE on all platform
2018-02-27  Julien DesfossezFix: error out on leftover arguments
2018-02-20  Julien DesfossezFix: reply to version check even on protocol mismatch
2018-02-20  Julien DesfossezFix: error handling on relay version check
2018-02-19  Jonathan RajotteDocument add-context limitation for started session
2018-02-19  Jonathan RajotteFix: add-context cannot be performed after a session...
2018-02-16  Francis DeslauriersFix: duplicated kernel consumer socket locking
2018-02-15  Francis DeslauriersFix: remove unused event types in MI XML schema
next
This page took 0.038583 seconds and 4 git commands to generate.