Clean-up: action-executor: typo and missing tab
[lttng-tools.git] / src / common /
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-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  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: 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-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-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-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-11  Jérémie Galarneaulogging: print human-readable thread names when logging
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: 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: 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: 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  Jonathan Rajottesessiond: comm: add fd count information for lttng...
2020-08-10  Jérémie GalarneauTests: add unix socket wrapper unit tests
2020-08-06  Jérémie Galarneaupayload-view: mark lttng_payload_view_get_fd_handle_cou...
2020-08-05  Jérémie GalarneauFix: uprobe: inequality comparison against NULL
2020-08-04  Jonathan RajotteFix: action: lttng_action_group_add_action returns...
2020-08-04  Jérémie GalarneauFix: evaluation: dereference before NULL check in creat...
2020-08-03  Jérémie GalarneauFix: extraneous empty/inactive flush on rotation out...
2020-07-29  Jonathan RajotteFix: common: unchecked return value
2020-07-29  Jonathan RajotteFix: common: improper use of negative return
2020-07-27  Jérémie Galarneaupayload: use fd_handle instead of raw file descriptors
2020-07-27  Jérémie GalarneauAdd fd_handle interface
2020-07-27  Jérémie Galarneaupayload: don't re-initialize destination payload on...
2020-07-27  Jérémie Galarneauuprobe: transmit binary file descritptor through lttng_...
2020-07-27  Jérémie GalarneauFix: payload view: payload view always refers to parent...
2020-07-27  Jérémie Galarneaupayload: incomplete sentence in lttng_payload_init...
2020-07-27  Jérémie Galarneaucommon: add lttng_payload_view fd count accessor and...
2020-07-27  Jérémie Galarneaucommon: move lttng_payload[_view] to libcommon
2020-07-27  Jérémie Galarneaucommon: add lttng_dynamic_array_set_count()
2020-07-27  Jérémie GalarneauFix: uprobe: missing error code on allocation failure
2020-07-27  Jonathan Rajotteuserspace-probe: implement is_equal
2020-07-27  Jonathan RajotteFix: send/received actual size is overwritten by 'expec...
2020-07-27  Jonathan Rajotteunix: add non block send and receive flavors for fd...
2020-07-27  Jonathan RajotteFix: partial recv lead to client disconnect
2020-07-21  Francis DeslauriersFix: consumer: Move sanity check within `consumer_subbu...
2020-07-21  Francis DeslauriersCleanup: typo in DBG() statements
2020-07-21  Jonathan RajotteFix: use sys/types.h for ssize_t on Cygwin
2020-07-21  Michael JeansonAdd kernel and UST time namespace context
2020-07-21  Jérémie GalarneauFix: consumerd: double unlock on rotate channel error...
2020-07-20  Jérémie GalarneauFix: consumerd: packet sent before channel rotation
2020-07-20  Jérémie GalarneauClean-up: relayd: missing space in debug statement
2020-07-16  Jérémie GalarneauClean-up: consumer: move open packet to post_consume
2020-07-16  Jérémie GalarneauFix: stream intersection fails on snapshot of cleared...
2020-07-16  Jérémie GalarneauFix: relayd: viewer metadata is not rotated after a...
2020-07-16  Jérémie GalarneauFix: post-clear trace chunk has a late beginning packet
2020-07-16  Jérémie GalarneauFix: kconsumer: missing wait for metadata thread in...
2020-07-06  Francis DeslauriersFix: consumer.c: wrong order of parameter in `DBG(...
2020-06-26  Jonathan RajotteFix: consumer: dangling chunk on buffer allocation...
2020-06-17  Jérémie GalarneauFix: consumerd: uninitialized written_bytes on no-data...
2020-06-17  Jérémie GalarneauBuild fix: consumerd misnamed label
2020-06-17  Jérémie Galarneauconsumerd: on_sleep not called on stream when no data...
2020-06-17  Jonathan RajotteFix: invalid discarded events on start/stop without...
2020-06-17  Jérémie GalarneauFix: consumerd: user space metadata not regenerated
2020-06-12  Jonathan Rajotteactions: Expose lttng_action_type_string internally
2020-06-12  Simon Marchiactions: introduce action group
2020-06-12  Jérémie Galarneauactions: Make lttng_action reference countable
2020-06-12  Simon Marchiactions: introduce snapshot session action
2020-06-12  Jonathan RajotteClean-up: replace space by tabs
2020-06-11  Jérémie Galarneauliblttng-ctl: use lttng_payload for serialize/create_fr...
next
This page took 0.041258 seconds and 7 git commands to generate.