Update version to v2.10.11
[lttng-tools.git] / src /
2020-04-06  Simon MarchiFix: common: add `void` parameter to log_add_time decla...
2020-04-06  Jérémie GalarneauFix: lttng-list: don't warn when the kernel domain...
2020-04-06  Jérémie GalarneauFix: sessiond: occasional badfd error on repeated SIGTERM
2020-04-06  Jérémie GalarneauFix: lttng: incorrect domain list printed when no domai...
2020-04-06  Jérémie GalarneauSilence `POSIX Yacc` warnings
2020-02-05  Simon MarchiFix: include stdlib.h in compat/string.h
2020-02-05  Francis DeslauriersFix: lttng: sanity check of `--probe` description
2020-02-05  Francis DeslauriersFix: lttng: placing probe on symbol starting with `_`
2019-11-13  Mathieu DesnoyersFix: sessiond: ust: deadlock with per-pid buffers
2019-11-05  Jonathan RajotteFix: lttng: initialize sessions pointer to NULL
2019-10-18  Jérémie GalarneauFix: sessiond: use system LTTng-UST headers when available
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-ctl: fix: possible unaligned access in packed...
2019-09-26  Jérémie Galarneauconsumer: fix: possible unaligned access in packed...
2019-09-26  Jérémie Galarneauinet: fix: possible unaligned access in packed structur...
2019-09-26  Jérémie Galarneauconsumer: fix: unaligned accesses to index fields
2019-09-26  Jérémie Galarneaulttng: fix: potential 0-length allocation in pid list...
2019-09-26  Jérémie Galarneaulttng-ctl: fix: lttng_data_pending confuses communicati...
2019-09-26  Jérémie GalarneauFix: metadata stream is not marked as quiescent after...
2019-09-26  Jérémie GalarneauRemove unused bitfield.h header
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  Michael JeansonFix: namespace our gettid wrapper
2019-09-05  Jonathan RajotteFix: check validity of a stream before invoking ust...
2019-09-05  Mathieu DesnoyersFix: initialize syscall table when kernel tracer is...
2019-05-07  Yannick LamarreFix: lttng_poll_mod calls compat_(e)poll_add
2019-04-25  Jonathan RajotteFix: getgrnam is not MT-Safe, use getgrnam_r
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 GalarneauLog the wait-shm's path on shm_open failure
2019-03-29  Yannick LamarreFix: Properly sanitize input parameter
2019-03-29  Yannick LamarreFix: Add POPT_CFLAGS to lttng_CFLAGS
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 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-23  Jérémie GalarneauFix: missing rcu read locking in trigger "unregister...
2019-01-23  Jérémie GalarneauFix: notification thread: RCU-safe reclaim of hash...
2019-01-21  Jérémie GalarneauFix: worker structure is leaked in run_as process
2019-01-21  Jérémie GalarneauFix: only free trace_path when it is dynamically allocated
2019-01-21  Jérémie GalarneauFix: leak of filter bytecode and expression on agent...
2019-01-21  Jérémie GalarneauFix: leak of rundir config string
2019-01-21  Mathieu DesnoyersFix: do not repurpose iterator while it is being used
2019-01-21  Mathieu DesnoyersFix: run_command_wait() handle partial write
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: create_channel_per_pid: remove channel on error
2018-11-16  Mathieu DesnoyersFix: channel errors on local stress-tests
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-10-30  Jérémie GalarneauRemove unnecessary check of output parameter
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  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-07  Jérémie GalarneauFix: incorrect error message on regenerate missing...
2018-09-07  Jérémie GalarneauFix: incorrect error message on metadata missing argument
2018-09-07  Jérémie GalarneauFix: snapshot command mishandles missing arguments
2018-09-07  Jérémie GalarneauFix: potential use of NULL path in stat() use
2018-09-07  Jérémie GalarneauFix: passing null to closedir() on error
2018-09-07  Jérémie GalarneauFix: unchecked access to pids array
2018-09-07  Jérémie GalarneauFix: returned pids may be uninitialized
2018-09-07  Francis DeslauriersFix: lttng-save command producing wrong XML fields
2018-09-07  Jérémie GalarneauFix: memory is not zeroed on first set_capacity
2018-09-07  Jérémie GalarneauFix: dynamic buffer mishandles setting capacity to 0
2018-09-07  Jérémie GalarneauFix: client_list_element leak on failure to evaluate...
2018-09-07  Jérémie GalarneauFix: possible NULL dereference in uri_parse_str_urls()
2018-09-07  Jérémie GalarneauFix: clean-up sessiond condig structure on initializati...
2018-09-07  Jérémie GalarneauFix: unchecked return value in sessiond path configuration
2018-09-07  Jérémie GalarneauSet consumer's verbosity to the max level on --verbose...
2018-06-11  Francis DeslauriersFix: missing context enum values in session xml schema
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  Jonathan RajottePrint consumerd32/64/kernel configuration
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  Jonathan RajotteFix: cmd line options overwrite env variable config...
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: sessions with agent channels fail to load
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  Jonathan RajotteFix: ret may be used uninitialized in sample_channel_po...
2018-04-30  Jonathan RajotteAdd DBG statement for TCP keep-alive options
2018-04-25  Jérémie GalarneauFix: unprivilieged sessiond agent port clashes with...
2018-04-25  Jérémie GalarneauFix: erroneous use of extern keyword
next
This page took 0.041291 seconds and 7 git commands to generate.