Fix: lttng_poll_mod calls compat_(e)poll_add
[lttng-tools.git] / src / common /
2019-05-03  Yannick LamarreFix: lttng_poll_mod calls compat_(e)poll_add
2019-05-01  Jonathan RajotteFix: getenv can return null
2019-04-28  Jérémie GalarneauFix: directory handle credentials parameter is not...
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: handling of lttng_read errors >= 0
2019-04-18  Jérémie GalarneauAdd mkdirat utils and runas wrappers
2019-04-10  Jérémie GalarneauGenerate session name and default output on sessiond...
2019-04-08  Jérémie GalarneauFix: hide internal libcommon time utilities
2019-03-28  Yannick LamarreEnforce DL_LIBS value instead of hard coded -ldl
2019-03-28  Mathieu DesnoyersFix: consumer snapshot: handle unsigned long overflow
2019-03-28  Jérémie GalarneauFix: no-output sessions do not enforce snapshot constraints
2019-03-28  Jérémie GalarneauClarify incorrect channel output type logging message
2019-03-28  Jérémie GalarneauMark lttng_kconsumer_snapshot_channel as static
2019-03-26  Jérémie GalarneauFix: missing include can cause structures to not be...
2019-03-26  Jérémie GalarneauFix: lttng_uri structure must be packed as it is used...
2019-02-16  Francis DeslauriersPrevent channel buffer allocation larger than memory
2019-02-14  Jérémie GalarneauAdd an internal uuid formatting utility
2019-02-11  Jonathan RajotteFix: run-as thread deadlock on itself in restart error...
2019-02-11  Jonathan RajotteSupport minute and hour as time suffixes
2019-01-14  Jérémie GalarneauFix: leak of sessiond configuration on launch of run...
2019-01-14  Jérémie GalarneauFix: error logged on partial recvmsg() in MSG_DONTWAIT
2019-01-14  Jérémie GalarneauPrint UTF-8 SI suffix only when allowed by the locale
2019-01-14  Jérémie GalarneauMove time utils to their own time.c file
2018-12-10  Francis DeslauriersCleanup: consumer socket creation debug msg always...
2018-12-07  Michael JeansonRevert stubbing of runas functions
2018-12-07  Michael JeansonRevert stubbing of unix socket functions
2018-12-06  Jérémie GalarneauFix: worker structure is leaked in run_as process
2018-12-05  Jérémie GalarneauMark lttng_pipe as const where possible
2018-11-16  Michael JeansonFix: typo 'occured' -> 'occurred'
2018-11-16  Michael JeansonFix: typo 'convet' -> 'convert'
2018-11-16  Michael JeansonFix: typo 'leat' -> 'least'
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: consumer: snapshot error return code
2018-11-16  Mathieu DesnoyersFix: sessiond: consumer.c: rotation error handling
2018-11-16  Mathieu DesnoyersFix: consumer: rotation error return codes
2018-11-16  Jérémie GalarneauAdd an ASSERT_LOCKED(lock) macro
2018-11-12  Jérémie GalarneauFix: trace_archive_id is not sent in add_stream command
2018-11-12  Jérémie GalarneauRemove unused nr_stream_rotate_pending from consumer...
2018-10-12  Jérémie GalarneauFix relayd: stream index file created in the wrong...
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  Jonathan RajotteFix: holding the stream lock does not equate to having...
2018-09-17  Jérémie GalarneauFix: acquire stream lock during kernel metadata snapshot
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-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-08-31  Francis Deslaurierself: support dynamic symbol table lookup
2018-08-31  Jérémie GalarneauFix: runas check fd value before calling close()
2018-08-30  Jérémie GalarneauRemove unused session current_archive_location accessor
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 GalarneauCleanup: unused assignation of ELF parsing error
2018-08-30  Jérémie GalarneauFix: leak of probe_locs on error
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: 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: Remove dead code in fd passing function
2018-08-29  Francis DeslauriersCleanup: avoid duplicating userspace-probe desc twice
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 GalarneauFix: event leak during event load
2018-08-28  Jérémie GalarneauHide lttng_event_copy symbol
2018-08-28  Jérémie GalarneauFix: leak of lookup_method_name in uprobe load
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: userspace probe accessors are not const-correct
2018-08-24  Francis DeslauriersCleanup: use lttng_* string utility functions
2018-08-24  Francis DeslauriersSilence macro redefinition warnings on macOS
2018-08-24  Francis DeslauriersImplement lttng-mi for userspace-probe
2018-08-24  Francis DeslauriersImplement lttng-save and lttng-load for userspace-probe
2018-08-24  Francis DeslauriersImplement 2-step registration of userspace probe events
2018-08-24  Francis DeslauriersUse lttng_event_{create, destroy} to manage lttng_event...
2018-08-24  Francis DeslauriersFix: remove unnecessary stderr output on expected behaviour
2018-08-24  Francis Deslauriersrun_as: add extract SDT probe offsets command
2018-08-24  Francis Deslauriersrun_as: add extract ELF symbol offset command
2018-08-24  Francis Deslauriersrun_as: adapt run_as implementation to support complex...
2018-08-24  Francis DeslauriersAdd SDT userspace probe location
2018-08-24  Francis DeslauriersImplement SDT probe description parsing function
2018-08-24  Francis DeslauriersAdd lttng_userspace_probe_location copy constructor
2018-08-24  Francis DeslauriersImplement ELF function offset extraction function
2018-08-24  Francis DeslauriersAdd utils_expand_path_keep_symlink fonction
2018-08-24  Francis DeslauriersFix: kernel adds creds on recv with SO_PASSCRED unix...
next
This page took 0.039971 seconds and 7 git commands to generate.