Silence -Wunused-but-set-variable error with clang
[babeltrace.git] / src / plugins / ctf / fs-src /
2020-06-06  Jérémie GalarneauFix: source.ctf.fs: 0-length packet index length causes...
2020-04-08  Mingli YuFix: src.ctf.fs: initialize the other_entry variable
2020-01-20  Philippe Proulxlib: remove self component param. from msg. iterator...
2020-01-20  Simon Marchilib: introduce bt_message_iterator_class
2019-11-26  Simon Marchisrc.ctf.fs: sort inputs paths
2019-11-26  Simon Marchisrc.ctf.fs: make ctf_fs_ds_group_medops symbol hidden
2019-11-26  Simon Marchictf: make msg-iter not use bt_packet_context_field
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: 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-14  Simon Marchisrc.ctf.fs: rename pc_msg_iter parameter to self_msg_iter
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 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: add `#include <stdbool.h>` whenever `bool...
2019-10-30  Simon MarchiFix: src.ctf.fs: free ds_file_info when add_ds_file_to_...
2019-10-30  Simon Marchisrc.ctf.fs: append error causes in ctf_fs_file_open
2019-10-30  Philippe ProulxAlways evaluate BT_ASSERT(); add BT_ASSERT_DBG() for...
2019-10-30  Simon Marchisrc.ctf.fs: error out when failing to create index
2019-10-30  Simon MarchiFix: consider index of all files for data stream groups...
2019-10-30  Simon MarchiFix: src.ctf.fs: use BT_COMP_OR_COMP_CLASS_LOGE_APPEND_...
2019-10-17  Simon MarchiFix: avoid double-free in build_index_from_idx_file
2019-10-17  Francis DeslauriersFix: ctf: query.c: Unchecked fclose() return value
2019-10-17  Simon Marchitests: make test_intersection use bt_cli, test error...
2019-10-17  Simon Marchisrc.ctf.fs: validate parameters using param-validation
2019-10-17  Francis DeslauriersCleanup: ctf: logically dead code
2019-10-09  Simon Marchilib: make can_seek_ns_from_origin logic use `can_seek_f...
2019-10-03  Simon MarchiFix: ctf: open metadata file using mode "rb"
2019-10-03  Michael Jeansonport: mmap offset alignment on Windows
2019-10-03  Francis DeslauriersRename `init` methods to `initialize`
2019-10-03  Simon Marchilib: pass config object to message iterator init method...
2019-10-03  Simon Marchilib: pass config objects to component init methods
2019-10-03  Philippe Proulxsrc.ctf.fs: deterministically sort trace's DS file...
2019-10-03  Francis Deslaurierssrc.ctf.fs: add `force-clock-class-origin-unix-epoch...
2019-10-03  Simon MarchiFix: output non-LTTng CTF trace with same relative...
2019-09-10  Simon Marchirename `babeltrace.trace-info` to `babeltrace.trace...
2019-09-04  Simon Marchictf: remove `intersection-range-ns` from `babeltrace...
2019-09-04  Simon Marchictf: remove unnecessary assignment
2019-09-04  Simon Marchictf: make src.ctf.fs handle a single trace
2019-09-04  Simon Marchictf: make src.ctf.fs not recurse
2019-09-04  Simon Marchictf: make src.ctf.fs group inputs by UUID in `babeltrac...
2019-09-04  Philippe Proulxctf: refactor metadata decoder to always have an instance
2019-09-04  Simon Marchictf: use create + append/insert functions when possible
2019-09-04  Simon Marchictf: remove ctf_fs_trace::name
2019-09-04  Simon Marchictf: remove unused fields from `babeltrace.trace-info...
2019-09-04  Simon Marchictf: make src.ctf.fs append error causes
2019-09-04  Simon MarchiFix: ctf: fix possible use-after-free in ctf_fs_compone...
2019-09-04  Francis Deslauriersctf: decoding: accommodate barectf `event-before-packet...
2019-09-04  Francis Deslauriersctf: decoding: accommodate LTTng `event-after-packet...
2019-09-04  Francis Deslauriersctf: decoding: accommodate lttng-crash timestamp quirk
2019-09-04  Francis Deslauriersctf: index: accommodate lttng-crash timestamp quirk
2019-09-04  Francis Deslauriersctf: index: set `beginning` and `end` clock snapshot
2019-09-04  Francis Deslauriersctf: index: accommodate bug in barectf tracer
2019-09-04  Francis Deslauriersctf: index: accommodate bug in LTTng tracers
2019-09-04  Francis Deslauriersctf: add weak ref to stream file in index entry
2019-09-04  Francis Deslauriersctf: add tracer version extraction function
2019-09-04  Philippe Proulxlib: rename bt_value_array_get_size() -> bt_value_array...
2019-08-07  Philippe Proulxlib, bt2: make query method receive custom data
2019-08-07  Jonathan Rajotte`ctf` plugins: port: cast to intmax_t all off_t variabl...
2019-08-07  Philippe Proulxlib: prepare the ground for stateful query operations
2019-08-07  Philippe ProulxMove `src/plugins/comp-logging.h` -> `src/logging/comp...
2019-08-07  Philippe ProulxAdd `babeltrace.` prefix to `trace-info` and `support...
2019-08-07  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-08-07  Simon Marchilib: remove INVALID_PARAMS status
2019-08-07  Philippe ProulxStandardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr...
2019-08-07  Simon Marchicli: automatically detect sources for leftover arguments
2019-08-07  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-18  Francis DeslauriersDo not check `NULL` to call free(): free() accepts...
2019-07-18  Philippe ProulxStandardize `strcmp(a, b) == 0` instead of `!strcmp...
2019-07-18  Philippe ProulxDo not check `NULL` to call g_free(): g_free() accepts...
2019-07-18  Michael JeansonReplace libuuid with internal implementation
2019-07-18  Philippe Proulxlib: move trace class's name, UUID, and environment...
2019-07-18  Philippe Proulxsrc.ctf.fs: append error cause when no traces are found...
2019-07-18  Francis Deslaurierssrc.ctf.fs: remove leftover use of pointer arithmetics
2019-07-18  Francis DeslauriersFix: src.ctf.fs: segfault following `bt_msg_iter_seek()`
2019-07-18  Francis DeslauriersFix: src.ctf.fs: trace-info: port_name memory leak
2019-07-18  Francis DeslauriersFix: src.ctf.fs: pointer arithmetics on non-adjacent...
2019-07-18  Jonathan RajotteFix: log_level usage on mingw platform
2019-07-18  Philippe ProulxFix compiler -Wall warnings (mostly incompatible enumer...
2019-07-18  Philippe Proulxlib: strictly type function return status enumerations
next
This page took 0.060921 seconds and 7 git commands to generate.