lttng-tools.git
2020-07-29  Jonathan RajotteFix: common: unchecked return value
2020-07-29  Jonathan RajotteFix: common: improper use of negative return
2020-07-29  Jonathan RajotteFix: sessiond: unchecked return value
2020-07-27  Jérémie GalarneauFix: relayd: wrong stream type used in DBG statement
2020-07-27  Jérémie Galarneausessiond: client: use common payload send fds util
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 GalarneauFix: lttng: leak of userspace probe path on listing
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 Galarneausessiond: prepare client replies through an lttng_payload
2020-07-27  Jérémie GalarneauClean-up: sessiond: change spaces to tab
2020-07-27  Jérémie GalarneauFix: uprobe: missing error code on allocation failure
2020-07-27  Jérémie GalarneauFix: sessiond: don't negate error code on list error
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-22  Michael Jeansontests: return the proper TAP exit code
2020-07-21  Michael JeansonAdd tests/unit/test_payload to .gitignore
2020-07-21  Francis DeslauriersTests: live/test_{lttng_,}kernel: use lttng_test_filter...
2020-07-21  Francis DeslauriersCleanup: Tests: live/test_{lttng_,}ust: testapp not...
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: sessiond: wrong variable checked for error code
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-17  Jérémie GalarneauFix: relayd: wrong specifier used in DBG format string
2020-07-16  Jérémie GalarneauTests: add a "new metadata after clear" test
2020-07-16  Jérémie GalarneauFix: relayd: send_viewer_streams sends stack data in...
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-15  Jérémie GalarneauClean-up: relayd: unused tcp keep alive config return...
2020-07-14  Jérémie GalarneauFix: tests: interrupting get_next_notification causes...
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-19  Philippe ProulxConvert `README.md` to `README.adoc`
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  Jonathan Rajottetests: truncate metadata file for regenerate metadata...
2020-06-17  Jérémie GalarneauFix: consumerd: user space metadata not regenerated
2020-06-16  Ovidiu Panaittests: gen-ust-events-ns/tp.h: Fix build with musl...
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-12  Jonathan RajotteFix: tests: output_dir contains the consumerd pipe
2020-06-11  Jérémie Galarneauliblttng-ctl: use lttng_payload for serialize/create_fr...
2020-06-10  Jérémie Galarneaucommon: set dynamic-buffer's data to NULL on reset()
2020-06-10  Jérémie GalarneauClean-up: coding style fixes in dynamic-buffer.c
2020-06-09  Jonathan Rajotteliblttng-ctl: add facilities for lttng_snapshot_output...
2020-06-09  Jérémie GalarneauFix: unix: don't PERROR on EAGAIN for non-blocking...
2020-06-09  Simon Marchiactions: introduce rotate session action
2020-06-09  Simon Marchiactions: introduce stop session action
2020-06-09  Simon Marchiactions: introduce start session action
2020-06-09  Jonathan Rajotteactions: implement is_equal
2020-06-08  Jonathan RajotteClean-up: sort includes per clang format in action.c
2020-06-08  Jonathan Rajotteformat: AlignOperand introduces spaces
2020-05-27  Jérémie GalarneauFix: incorrect specifier %lu used with size_t argument
2020-05-26  Jérémie GalarneauFix: consumerd: live client receives incomplete metadata
2020-05-26  Jérémie Galarneauconsumerd: refactor: split read_subbuf into sub-operations
2020-05-26  Jérémie Galarneauconsumerd: move rotation logic to domain-agnostic read...
2020-05-26  Jérémie Galarneausessiond: enforce mmap output type for kernel metadata...
2020-05-26  Jérémie Galarneauconsumerd: tag metadata channel as being part of a...
2020-05-26  Jérémie Galarneauconsumerd: pass channel instance to stream creation...
2020-05-26  Jérémie Galarneauconsumerd: cleanup: use buffer view interface for mmap...
2020-05-26  Jérémie Galarneauconsumerd: move address computation from on_read_subbuf...
2020-05-26  Jérémie Galarneauconsumerd: refactor: combine duplicated check_*_functions
2020-05-26  Jérémie Galarneaukerner-ctl: add RING_RING_BUFFER_GET_NEXT_SUBBUF_METADA...
2020-05-21  Jonathan RajotteFix: common: fs_handle_seek returns negative value...
2020-05-20  Jérémie GalarneauFix: lttng: Destroying session message repeated during...
2020-05-20  Jérémie GalarneauAdd lttng_dynamic_buffer_append_view util
2020-05-20  Jérémie GalarneauMake lttng_dynamic_buffer_append_buffer const-correct
2020-05-20  Jérémie Galarneau.gitignore: add test_buffer_view
2020-05-20  Jérémie GalarneauFix: liblttng-ctl: leak of tracker handle in lttng_...
2020-05-19  Jonathan RajotteFix: common: abort on rotation after time manipulation
2020-05-19  Francis DeslauriersTests: test_exclusion: exclusion after tracing active
2020-05-19  Francis DeslauriersTests: `gen-ust-nevents`: add syncpoints
2020-05-19  Francis DeslauriersTests: accept built-in kernel modules
2020-05-12  Jonathan RajotteAPI: missing includes in lttng.h
2020-05-12  Jonathan RajotteAPI: missing clear and clear-handle includes in lttng.h
2020-05-12  Jonathan RajotteAPI: sort lttng.h includes
2020-05-12  Jonathan RajotteFix: API: missing end brace for C++ linkage specification.
2020-05-05  Jérémie GalarneauREADME.md: fix typos in component descriptions
2020-05-05  Francis DeslauriersFix: tests: `-Wstringop-overflow` warning
2020-05-05  Philippe ProulxImprove README.md
next
This page took 0.041539 seconds and 4 git commands to generate.