lttng-tools.git
2018-10-04  Jérémie GalarneauFix: register rotation thread as RCU thread
2018-10-04  Jérémie GalarneauDocs: comment typo fix (accomodates -> accommodates)
2018-10-03  Jérémie GalarneauFix: uninitialized variable may be used in local rotati...
2018-10-02  Jérémie GalarneauRename sessiond-timer.[hc] to timer.[hc]
2018-10-02  Jérémie GalarneauFix: rotation may never complete in per-PID buffering...
2018-09-18  Jonathan RajotteFix: perform local data pending before checking data...
2018-09-18  Jérémie GalarneauFix: missing header breaks the cygwin build
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-17  Jérémie GalarneauDocs: document the meaning of a ust app channel key...
2018-09-17  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-17  Jonathan RajotteDoc: withinin -> within
2018-09-13  Jonathan RajotteFix: cleanup relayd sockets on rotation command communi...
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-11  Jonathan RajotteTests: do not bound test app iterations when in backgro...
2018-09-11  Jérémie GalarneauTests: add missing rotation and autoload tests to check...
2018-09-10  Jonathan RajotteTests: remove temporary folder
2018-09-10  Jonathan RajotteTests: remove mi result files when done
2018-09-10  Jonathan RajotteTests: Remove unused set +x
2018-09-10  Jonathan RajotteTests: Kill relayd after sessiond to ensure a clean...
2018-09-10  Jonathan RajotteTests: Remove unused variable
2018-09-10  Jonathan RajotteTests: Use stop relayd from utils.sh
2018-09-10  Jonathan RajotteTests: remove declaration already present in utils.sh
2018-09-07  Anders WallinTests: added test_autoload to noinst_SCRIPTS
2018-09-07  Francis DeslauriersFix: Memory leak on run_as worker restart error path
2018-09-07  Jérémie GalarneauFix: non-zero return of open handled as error
2018-09-07  Jérémie GalarneauFix: global run_as worker lock released during restart
2018-09-06  Jérémie GalarneauFix: runas worker attempts to send invalid fd to master
2018-09-06  Jérémie GalarneauCleanup: remove superfluous empty line
2018-09-06  Jérémie GalarneauFix runas: don't attempt close negative fd
2018-09-06  Francis DeslauriersFix: tests: missing frame pointer for callstack test...
2018-08-31  Jérémie GalarneauSet version to 2.12.0-pre
2018-08-31  Jérémie GalarneauAdd release name and description to configure.ac
2018-08-31  Jérémie GalarneauUpdate version to v2.11.0-rc1
2018-08-31  Jérémie GalarneauMissing kernel test files in dist target
2018-08-31  Francis Deslaurierself: support dynamic symbol table lookup
2018-08-31  Jérémie GalarneauFix: leak of event attributes on copy failure
2018-08-31  Jérémie GalarneauTest fix: check length of input string
2018-08-31  Jérémie GalarneauTest cleanup: wrong indentation style in test_ust_data.c
2018-08-31  Jérémie GalarneauTest fix: leak of exclusions on allocation error
2018-08-31  Jérémie GalarneauFix: runas check fd value before calling close()
2018-08-30  Jérémie GalarneauDocs: multiple rotation schedules can be active
2018-08-30  Jérémie GalarneauDocs: immadiate rotations can be performed with active...
2018-08-30  Jérémie GalarneauFix: ret variable is used instead of cmd_ret in disable...
2018-08-30  Jérémie GalarneauCleanup: unused assignation on rotation error
2018-08-30  Jérémie GalarneauCleanup: unused assignation on rotation already pending
2018-08-30  Jérémie GalarneauFix: unchecked writer open element return value
2018-08-30  Jérémie GalarneauRemove unused session current_archive_location accessor
2018-08-30  Jérémie GalarneauFix: incorrect error message on regenerate missing...
2018-08-30  Jérémie GalarneauFix: incorrect error message on metadata missing argument
2018-08-30  Jérémie GalarneauFix: snapshot command mishandles missing arguments
2018-08-30  Jérémie GalarneauCleanup: improve readability of filter expression condition
2018-08-30  Jérémie GalarneauFix: potential use of NULL path in stat() use
2018-08-30  Jérémie GalarneauCleanup: unused assignment of curr_data_ptr in lttng_elf
2018-08-30  Jérémie GalarneauFix: uninitialized data/ret in runas offset commands
2018-08-30  Jérémie GalarneauFix: uninitialized fd value used in runas
2018-08-30  Jérémie GalarneauFix: report setegid()/seteuid() failure in runas
2018-08-30  Jérémie GalarneauFix: leak of binary path on location creation error
2018-08-30  Jérémie GalarneauFix: missing return value check in notification seriali...
2018-08-30  Jérémie GalarneauFix: possible leak of path in _utils_expand_path
2018-08-30  Jérémie GalarneauFix: silent truncation in _utils_expand_path
2018-08-30  Jérémie GalarneauCleanup: unused assignment of ret_code in ROTATE_CHANNEL
2018-08-30  Jérémie GalarneauFix: passing null to closedir() on error
2018-08-30  Jérémie GalarneauFix: unchecked access to pids array
2018-08-30  Jérémie GalarneauFix: missing jump to error on allocation failure
2018-08-30  Jérémie GalarneauCleanup: unused assignation of ret value
2018-08-30  Jérémie GalarneauCleanup: unused assignation of ELF parsing error
2018-08-30  Jérémie GalarneauFix: leak of probe_locs on error
2018-08-30  Jérémie GalarneauFix: leak on agent event listing error
2018-08-30  Jérémie GalarneauFix: possible null dereference on communication error
2018-08-29  Jérémie GalarneauFix: returned pids may be uninitialized
2018-08-29  Francis DeslauriersFix: invalid destruction of lookup_method
2018-08-29  Francis DeslauriersFix: unused value in SDT probe description parsing
2018-08-29  Francis DeslauriersFix: use of uninitialized variable in C++ userspace...
2018-08-29  Francis DeslauriersFix: use of uninitialized value in error path
2018-08-29  Francis DeslauriersFix: leaking string by setting pointer to NULL before...
2018-08-29  Francis DeslauriersFix: passing negative param to dup(2) on error
2018-08-29  Francis DeslauriersFix: use-after-free in UST test case
2018-08-29  Francis DeslauriersFix: leak in error handling of userspace param parsing
2018-08-29  Francis DeslauriersFix: Remove dead code in fd passing function
2018-08-29  Francis DeslauriersCleanup: avoid duplicating userspace-probe desc twice
2018-08-29  Francis DeslauriersFix: memory leak in userspace probe param parsing
2018-08-29  Francis DeslauriersFix: missing error handling goto statement in runas
2018-08-29  Francis DeslauriersFix: use-after-free on error of lttng_event creation...
2018-08-28  Jérémie GalarneauAdd function instrumentation type accessors to function...
2018-08-28  Jérémie GalarneauDocs fix: probe location description is erroneous
2018-08-28  Jérémie GalarneauFix: event leak during event load
2018-08-28  Jérémie GalarneauHide lttng_event_copy symbol
2018-08-28  Jérémie GalarneauDocs: document new lttng_event methods
2018-08-28  Jérémie GalarneauFix: leak of lookup_method_name in uprobe load
2018-08-27  Jérémie GalarneauDocs: distinction between function and tracepoint...
2018-08-27  Jérémie GalarneauFix: abort on unknown location type in destructor
2018-08-27  Jérémie GalarneauClean-up: location lookup destroy can be type-agnostic
2018-08-27  Jérémie GalarneauFix: hide internal uprobe configuration symbols
2018-08-24  Jérémie GalarneauFix: event copy constructor frees original event on...
2018-08-24  Jérémie GalarneauFix: userspace probe accessors are not const-correct
next
This page took 0.039688 seconds and 5 git commands to generate.