trigger: expose trigger owner uid
[lttng-tools.git] / src /
2020-11-09  Jonathan Rajottetrigger: expose trigger owner uid
2020-11-06  Jonathan RajotteClean-up: action-executor: typo and missing tab
2020-11-06  Jonathan RajotteFix: action: invalid header offset used when serializin...
2020-11-06  Michael Jeansonport: FreeBSD has no ENODATA, alias it to ENOATTR
2020-11-06  Michael JeansonCleanup: Use pkg-config to detect liburcu
2020-10-29  Jérémie GalarneauClean-up: sessiond: silence negative index warning
2020-10-28  Jonathan Rajottecredentials: uid and gid now use LTTNG_OPTIONAL
2020-10-28  Michael Jeansonport: Add missing sock_cred macros on FreeBSD
2020-10-28  Michael Jeansonport: use compat lttng_fls()
2020-10-28  Michael Jeansonport: FreeBSD has no LOGIN_NAME_MAX, use sysconf instead
2020-10-28  Michael Jeansonport: no eventfd support on FreeBSD
2020-10-28  Jérémie Galarneauoptional: Add LTTNG_OPTIONAL_INIT_VALUE
2020-10-28  Jonathan Rajotteaction: Mark parameter of lttng_action_get_type as...
2020-10-28  Jonathan RajotteIntroduce lttng_domain_type_str utility
2020-10-28  Michael Jeansonport: no HOST_NAME_MAX on FreeBSD, use LTTNG_HOST_NAME_MAX
2020-10-28  Michael Jeansonport: ELF_ST_TYPE is defined in elf.h on FreeBSD
2020-10-28  Michael Jeansonport: posix_fadvise is available in FreeBSD >= 10.0
2020-10-28  Michael Jeansonport: fix compat/endian.h on FreeBSD
2020-10-27  Jérémie GalarneauFix: common: poll: compat_poll_wait never finishes
2020-10-27  Michael JeansonCleanup: simplify 'poll' wrapper build
2020-10-27  Michael JeansonCleanup: autoconf 'dirfd' detection
2020-10-16  Jérémie Galarneaurelayd: silence null dereference warning during viewer...
2020-10-15  Jérémie GalarneauFix: relayd: failure to read index entry or stream...
2020-10-13  Jérémie GalarneauFix: lttng-ctl: erroneous uses of LTTNG_PACKED
2020-10-09  Jérémie GalarneauFix: relayd: live: invalid return code on DETACH_SESSION
2020-09-15  Jérémie GalarneauFix: PERROR spam when `tracing` group does not exist
2020-09-11  Jérémie GalarneauBuild fix: implicit declaration of function 'PERROR...
2020-09-11  Jonathan Rajotteevent-rule: introduce event rule tracepoint
2020-09-11  Jonathan Rajotteevent-rule: introduce event rule uprobe
2020-09-11  Jonathan Rajotteevent-rule: introduce event rule syscall
2020-09-11  Jonathan Rajotteevent-rule: introduce event-rule kprobe
2020-09-11  Jonathan Rajotteevent-rule: lttng_event_rule base object
2020-09-11  Jonathan RajotteIntroduce kernel-probe locations
2020-09-11  Jérémie Galarneauuserspace-probe: replace explicit null-termination...
2020-09-11  Jérémie GalarneauRevert "userspace-probe: replace explicit null-terminat...
2020-09-10  Jérémie Galarneauuserspace-probe: replace explicit null-termination...
2020-09-10  Jérémie Galarneauuserspace-probe: log function name on invalid parameter...
2020-09-09  Jonathan RajotteAllow run-as to generate filter bytecode.
2020-08-27  Michael JeansonFix: add missing errno.h in pthread compat
2020-08-26  Michael JeansonAdd common util to set thread name
2020-08-21  Jérémie GalarneauFix: liblttng-ctl: unchecked return value on buffer...
2020-08-21  Jérémie GalarneauFix: action executor: double work list unlock on error
2020-08-20  Jonathan RajotteMove filter related code to libfilter under libcommon
2020-08-20  Jérémie GalarneauClean-up: consumer: consumer_metadata_cache_write is...
2020-08-20  Jérémie GalarneauFix: memcpy used on potentially overlapping regions
2020-08-20  Jonathan Rajottesessiond: notification: use lttng_payload for communica...
2020-08-19  Jérémie GalarneauFix: sessiond: client/client_list lock inversion on...
2020-08-19  Jérémie GalarneauFix: sessiond: missing rcu read lock on client in/out...
2020-08-17  Jérémie Galarneausessiond: enforce user-exclusive session access in...
2020-08-17  Jérémie Galarneausessiond: trigger: run trigger actions through an actio...
2020-08-17  Jérémie GalarneauRevert "Fix: sessiond: erroneous user check logic in...
2020-08-17  Jérémie GalarneauRevert "sessiond: trigger: run trigger actions through...
2020-08-14  Jérémie GalarneauFix: sessiond: erroneous user check logic in session_ac...
2020-08-13  Jérémie Galarneausessiond: trigger: run trigger actions through an actio...
2020-08-11  Jonathan RajotteFix: notification: deadlock on cmd_queue.lock and clien...
2020-08-11  Jérémie Galarneausessiond: notification: add support for async commands
2020-08-11  Jérémie Galarneausessiond: notification: refactor: split transmission...
2020-08-11  Jérémie Galarneausessiond: notification: synchronize notification client...
2020-08-11  Jérémie Galarneausessiond: notification: introduce the notion of 'active...
2020-08-11  Jérémie Galarneausessiond: notification: maintain an id to notification_...
2020-08-11  Jérémie Galarneaulogging: print human-readable thread names when logging
2020-08-11  Jérémie Galarneausessiond: clarify the role of notification credentials
2020-08-11  Jonathan RajotteUse lttng_trigger credentials to send evaluation to...
2020-08-11  Jonathan Rajottetrigger: introduce refcounting
2020-08-11  Jonathan Rajottetrigger: use condition and action ref counting to ease...
2020-08-11  Jonathan Rajottecondition: introduce reference counting
2020-08-11  Jérémie GalarneauClean-up: relayd index: change spaces to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond comm relay: change spaces to tabs
2020-08-11  Jérémie GalarneauClean-up: compat time: change spaces to tabs
2020-08-11  Jérémie GalarneauClean-up: kernel consumer: change spaces to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond ust-app: change spaces to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond notification thread: change spaces...
2020-08-11  Jérémie GalarneauClean-up: sessiond kernel: change spaces to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond kernel: fix include style
2020-08-11  Jérémie GalarneauClean-up: sessiond consumer: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond manage-consumer: change space to...
2020-08-11  Jérémie GalarneauClean-up: relayd: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond command: fix include style
2020-08-11  Jérémie GalarneauClean-up: sessiond command: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: relayd trace-chunk: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: relayd index: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: relayd session: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: liblttng-ctl clear: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: liblttng-ctl destruction handle: change space...
2020-08-11  Jérémie GalarneauClean-up: mi-lttng: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: time: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: consumer-stream: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: consumer metadata cache: change space to...
2020-08-11  Jérémie GalarneauClean-up: run-as: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: utils: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond rotation: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: trace-chunk: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: consumer: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: optional: change space to tabs
2020-08-11  Jonathan Rajottetrigger: internal: add credentials information
2020-08-10  Jonathan Rajottecredentials: implement is_equal
2020-08-10  Jérémie Galarneausessiond: clean-up: remove unused `state` function...
2020-08-10  Jonathan Rajottesessiond: comm: add fd count information for lttng...
next
This page took 0.039575 seconds and 7 git commands to generate.