Fix: macro name for "get supported mip versions method" attribute descriptor
[babeltrace.git] / src / plugins /
2021-02-19  Michael Jeansonport: add 'notext' keyword linker support
2021-02-19  Michael Jeansonport: namespace align.h with BT_ prefix
2020-12-09  Simon MarchiFix: sink.ctf.fs: fix logic of make_unique_stream_file_name
2020-12-09  Simon MarchiFix: sink.ctf.fs: remove spurious directory level when...
2020-09-10  Philippe ProulxFix: `ctf` plugin: use element FC's alignment as array...
2020-07-17  Jérémie GalarneauFix: source.ctf.lttng-live: muxing failure on clear...
2020-06-08  Jérémie GalarneauFix: src.ctf.lttng-live: incomplete metadata packet...
2020-06-06  Jérémie GalarneauFix: source.ctf.lttng-live: muxing failure on clear
2020-06-06  Jérémie GalarneauFix: source.ctf.fs: 0-length packet index length causes...
2020-04-15  Simon MarchiFix: sink.text.pretty: check that port is connected...
2020-04-13  Simon MarchiFix: flt-utils.muxer: reference leak in muxer_msg_iter_...
2020-04-11  Simon MarchiFix: sink.text.details: goto error when failing to...
2020-04-11  Simon MarchiFix: src.text.dmesg: add missing assignment of `status...
2020-04-08  Mingli YuFix: src.ctf.fs: initialize the other_entry variable
2020-03-10  Simon Marchicommon: cast arguments to character classification...
2020-03-10  Simon Marchiflt.utils.muxer: initialize variable to silence -Wmaybe...
2020-02-19  Simon MarchiFix: flt-utils.trimmer: accept streams without packet...
2020-02-03  Michael JeansonTypo: occured -> occurred
2020-02-03  Simon MarchiSilence -Wnull-dereference warning in generated CTF...
2020-01-20  Philippe ProulxDocument libbabeltrace2's C API
2020-01-20  Francis DeslauriersFix: src.ctf.lttng-live: emitting stream end msg with...
2020-01-20  Philippe Proulxlib: msg. iter. inactivity message has a simple CS...
2020-01-20  Philippe Proulxlib: remove self component param. from msg. iterator...
2020-01-20  Philippe Proulxlib: plugin-dev.h: rename `MESSAGE_ITERATOR` -> `MESSAG...
2020-01-20  Philippe Proulxlib: rename "self comp. input port message iter." ...
2020-01-20  Simon Marchilib: introduce bt_message_iterator_class
2020-01-20  Simon Marchidebug-info: free existing build-id in bin_info_set_build_id
2020-01-20  Simon Marchitrimmer: free GMatchInfo object in set_bound_from_str
2020-01-20  Philippe Proulxlib: standardize variant field option function names
2019-11-26  Simon Marchisrc.ctf.fs: sort inputs paths
2019-11-26  Simon MarchiMake some bt_param_validation_map_value_entry_descr...
2019-11-26  Simon Marchisrc.ctf.fs: make ctf_fs_ds_group_medops symbol hidden
2019-11-26  Simon Marchictf: make ctf scanner symbols hidden
2019-11-26  Simon Marchiparam-validation: make symbols hidden
2019-11-26  Simon Marchictf: make msg-iter not use bt_packet_context_field
2019-11-26  Simon Marchictf: remove ctf_msg_iter::set_stream
2019-11-26  Simon Marchisrc.ctf.fs: fix typo in comment
2019-11-15  Simon Marchictf: remove ctf_msg_iter_set_emit_stream_{beginning...
2019-11-15  Simon Marchisrc.ctf.fs: use ctf_fs_ds_index_destroy to free index
2019-11-15  Simon Marchisrc.ctf.fs: add and use medops to iterate on a ds_file_...
2019-11-15  Simon Marchisrc.ctf.fs: factor out "ds_file_mmap" from "ds_file_mma...
2019-11-15  Simon Marchisrc.ctf.fs: remove ctf_fs_ds_file::end_reached field
2019-11-15  Simon Marchictf: assert that request_sz in medium ops request_bytes...
2019-11-15  Simon Marchictf: make ctf_msg_iter_seek assert that the seek callba...
2019-11-15  Simon Marchictf: assert that msg iter and medium seek offset is...
2019-11-15  Simon Marchisrc.ctf.fs: remove ctf_msg_iter_seek_whence parameter...
2019-11-15  Simon Marchisrc.ctf.fs: little status code cleanup
2019-11-15  Simon Marchisrc.ctf.fs: don't call ds_file_munmap on failure in...
2019-11-15  Simon Marchisrc.ctf.fs: make ds_file_munmap assert that ds_file...
2019-11-15  Simon Marchisrc.ctf.fs: rename some ctf_fs_ds_file fields
2019-11-15  Simon Marchisrc.ctf.fs: remove ctf_fs_ds_file_next
2019-11-15  Simon Marchictf: const-ify a few bt_message parameters
2019-11-15  Simon Marchictf: remove ctf_fs_ds_file::msg_iter field
2019-11-15  Simon Marchictf: de-duplicate index entries
2019-11-15  Simon Marchictf: read packet sequence number from index
2019-11-15  Simon MarchiSave and restore error in ctf_fs_iterator_next, muxer_m...
2019-11-15  Simon Marchimuxer: append causes on some _next iterator method...
2019-11-15  Francis DeslauriersCleanup: src.ctf.lttng-live: move function declarations...
2019-11-15  Francis Deslaurierssrc.ctf.lttng-live: replace usage of `calloc()` by...
2019-11-15  Francis DeslauriersFix: src.ctf.lttng-live: `fwrite()` does not set `errno`
2019-11-15  Francis Deslaurierssrc.ctf.lttng-live: don't try to detach after socket...
2019-11-15  Francis DeslauriersFix: src.ctf.lttng-live: decode metadata even on _STATU...
2019-11-15  Francis DeslauriersFix: src.ctf.lttng-live: removing trace when not all...
2019-11-15  Francis Deslaurierssrc.ctf.lttng-live: Add logging statements across the...
2019-11-15  Francis DeslauriersCleanup: src.ctf.lttng-live: rename live_iterator_statu...
2019-11-15  Francis DeslauriersCleanup: src.ctf.lttng-live: add `lttng_live_msg_iter_c...
2019-11-15  Francis Deslaurierssrc.ctf.lttng-live: make component class handle interru...
2019-11-15  Francis DeslauriersFix: src.ctf.lttng-live: checking `errno` value on...
2019-11-15  Philippe Proulxlib: make bt_value_map_foreach_entry_{const_}func(...
2019-11-14  Philippe ProulxEmit dedicated bright terminal color codes if supported
2019-11-14  Simon Marchisrc.ctf.fs: rename pc_msg_iter parameter to self_msg_iter
2019-11-14  Francis DeslauriersCleanup: src.ctf.lttng-live: remove redundant _APPEND_C...
2019-11-14  Simon Marchisrc.ctf.fs: make log macros of data-stream-file.c more...
2019-11-14  Simon Marchictf: check version of LTTng trace index
2019-11-14  Simon Marchictf: save self_msg_iter in ctf_msg_iter when creating it
2019-11-14  Simon Marchictf: rename bt_msg_iter to ctf_msg_iter
2019-11-14  Simon Marchictf: rename bt_msg_iter::msg_iter to self_msg_iter
2019-11-14  Simon MarchiRename pc_msg_iter fields to self_msg_iter
2019-11-14  Philippe ProulxAdd bt_common_abort() and use it instead of abort(...
2019-11-14  Simon Marchictf: fix typo
2019-11-01  Francis DeslauriersCleanup: src.ctf.lttng-live: add missing `#include...
2019-11-01  Francis DeslauriersCleanup: src.ctf.lttng-live: remove usage of `bt_object`
2019-11-01  Francis Deslauriersctf: msg-iter.c: rename `notit` to `msg_it`
2019-11-01  Francis Deslauriersctf: msg-iter.c: use `_APPEND_CAUSE` variants of loggin...
2019-11-01  Francis Deslaurierssrc.ctf.lttng-live: use `_APPEND_CAUSE` variants of...
2019-11-01  Francis Deslaurierssrc.ctf.lttng-live: make `lttng_live_attach_session...
2019-11-01  Francis Deslaurierssrc.ctf.lttng-live: make `lttng_live_get_one_metadata_p...
2019-11-01  Francis DeslauriersRename `BT_RANGE_SET_` to `BT_INTEGER_RANGE_SET_`
2019-11-01  Francis DeslauriersCleanup: add `#include <stdbool.h>` whenever `bool...
2019-11-01  Francis DeslauriersCleanup: ctf: msg-iter.c: rename `ret` to `status`
2019-11-01  Francis DeslauriersCleanup: ctf: remove duplicated logging statement
2019-11-01  Francis DeslauriersCleanup: msg-iter.c: make `create_msg_*()` return msg
2019-11-01  Francis DeslauriersCleanup: src.ctf.lttng-live: NULL check already done...
2019-10-30  Jérémie Galarneausource.ctf.lttng-live: clean-up: don't restart session...
2019-10-30  Jérémie Galarneausource.ctf.lttng-live: clean-up: don't restart stream...
2019-10-30  Jérémie GalarneauFix: source.ctf.lttng-live: assertion on equal messages
2019-10-30  Francis DeslauriersCleanup: src.ctf.lttng-live: coding style
2019-10-30  Simon MarchiFix: add missing decoder-packetized-file-stream-to...
2019-10-30  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-30  Simon Marchictf: Remove redundant declarations of lexer/parser...
next
This page took 0.048902 seconds and 7 git commands to generate.