Update version to v2.9.15
[lttng-tools.git] / src / bin /
2019-10-08  Jérémie GalarneauFix: sessiond: TOCTOU error on save of session configur...
2019-09-26  Jérémie GalarneauFix: lttng: out-of-bound copy of arguments in 'view...
2019-09-26  Jérémie Galarneausessiond: fix: strncpy called with source length
2019-09-26  Jérémie Galarneausessiond: fix: possible unaligned access in packed...
2019-09-26  Jérémie Galarneaulttng: fix: potential 0-length allocation in pid list...
2019-09-26  Jérémie GalarneauFix: sessiond: fs.protected_regular sysctl breaks app...
2019-09-25  Mathieu DesnoyersFix: lttng-crash: detect truncated files
2019-09-25  Jonathan RajotteFix: use newly created event filter for condition check
2019-09-05  Mathieu DesnoyersFix: initialize syscall table when kernel tracer is...
2019-04-24  Mathieu DesnoyersFix relayd: initialize beacon to -1ULL
2019-04-24  Jérémie GalarneauLog the wait-shm's path on shm_open failure
2019-03-29  Yannick LamarreFix: Properly sanitize input parameter
2019-03-29  Jérémie GalarneauFix: wrong error code returned by kernel_snapshot_record()
2019-03-29  Jérémie GalarneauFix: check illegal combinations of ctrl-url/data-url...
2019-02-11  Jonathan RajotteFix: don't destroy the sockets if the snapshot was...
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  Michael JeansonFix: warning 'fd' may be used uninitialized
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-18  Jonathan RajotteFix: double put on error path
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-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  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  Francis DeslauriersFix: lttng-save command producing wrong XML fields
2018-09-13  Jérémie GalarneauSet consumer's verbosity to the max level on --verbose...
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-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-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-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-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 RajotteFix: add-context cannot be performed after a session...
2018-02-16  Francis DeslauriersFix: duplicated kernel consumer socket locking
2018-02-15  Jérémie GalarneauDocument consumer socket locking assumptions
2018-02-15  Jérémie GalarneauFix: consumer socket lock not held during snapshot...
2018-02-15  Jérémie GalarneauFix: set_relayd_for_snapshot does not acquire the consu...
2018-02-15  Jérémie GalarneauDocument the locking assumptions of consumerd-relayd...
2018-02-15  Jérémie GalarneauAssert that the consumer lock is held while sending...
2018-02-15  Jérémie GalarneauAssert that the consumer socket lock is taken during...
2018-02-05  Jonathan RajotteFix: do not flag consumer as disabled on relayd comm...
2018-02-01  Jonathan Rajottelttng-relayd: use TCP keep-alive mechanism to detect...
2017-11-30  Jérémie GalarneauFix: unknown consumer type considered a libc error
2017-11-13  Jérémie GalarneauFix warning: src/bin/lttng/utils.c: cast incompatible...
2017-11-12  Jérémie GalarneauFix: resolve full path of LTTNG_UST_CLOCK_PLUGIN
2017-08-03  Mathieu DesnoyersFix: uninitialized return value on error path
2017-08-03  Jérémie GalarneauFix: ensure kernel context is in a list before trying...
2017-08-01  Jérémie GalarneauFix: ambiguous ownership of kernel context by multiple...
2017-08-01  Jonathan RajotteFix: ret is never used on error_open code path
2017-08-01  Jonathan RajotteFix: use error code path instead of break when errors...
2017-08-01  Jonathan RajotteFix: wrong variable assignment on error
2017-08-01  Jonathan RajotteFix: missing error handling in use of print_tabs()
2017-08-01  Jonathan RajotteFix: ret is used instead or err to set an error code
2017-08-01  Jérémie GalarneauFix: NULL passed to memcpy in error path
2017-08-01  Jonathan RajotteFix: report error on session listing
2017-07-27  Jonathan RajotteFix live-comm: merge TCP socket write-write sequence...
2017-06-20  Mathieu DesnoyersFix: join consumer timer thread
2017-06-12  Mathieu DesnoyersFix: lttng list of channels should return errors
2017-06-12  Mathieu DesnoyersFix: discard event/lost packet counters
2017-06-01  Jonathan RajotteFix: registry can be null on lookup
2017-05-22  Mathieu DesnoyersFix: lttng-sessiond: cpu hotplug: send channel to consu...
2017-05-22  Mathieu DesnoyersFix: lttng-sessiond: cpu hotplug stream number mismatch
2017-05-19  Mathieu DesnoyersFix: thread exit vs futex wait/wakeup race
2017-05-15  Jérémie GalarneauFix: status_loc argument of waitpid() is used on error
2017-02-14  Michael JeansonPort: Link with no-undefined on Windows
2017-02-14  Michael JeansonFix: Remove unused headers
2017-01-25  Jonathan RajotteFix: null dereference on error path for create_ctx_type
2017-01-23  Mathieu DesnoyersFix: sessiond: only send streams to consumer once
2017-01-20  Mathieu DesnoyersFix: consumerd main: needs to be a registered RCU thread
2017-01-20  Mathieu DesnoyersFix: thread_dispatch_ust_registration needs to be a...
2017-01-20  Jérémie GalarneauFix: don't abort metadata push on closed metadata
2017-01-09  Mathieu DesnoyersFix: add missing rcu_barrier before daemon teardown
2017-01-06  Jonathan RajotteFix: lttng-relayd: forcefully close stream on relayd...
2016-12-16  Jonathan RajotteFix: free previous instance of url (alloc_url) on defau...
2016-12-16  Mathieu DesnoyersFix: relayd vs consumerd compatibility
2016-11-29  Philippe ProulxRemove `metadata` command from various help resources
2016-11-29  Philippe ProulxList the `regenerate` command in various help resources
2016-11-28  Liguang LiFix: truncate the metadata file in shm-path
2016-11-25  Jonathan RajotteLoad: add message indication that a name override was...
2016-11-25  Jonathan RajotteLoad: expose overrides elements in mi
2016-11-21  Francis DeslauriersFix: add missing refcount of loaded modules
2016-11-18  Jérémie GalarneauFix: only unload successfully loaded kernel modules
2016-11-08  Anders WallinAdd version info to lttng-relayd help
next
This page took 0.045975 seconds and 7 git commands to generate.