Fix: src.ctf.fs: use BT_COMP_OR_COMP_CLASS_LOGE_APPEND_CAUSE when applicable
[babeltrace.git] / src / plugins / ctf /
2019-10-30  Simon MarchiFix: src.ctf.fs: use BT_COMP_OR_COMP_CLASS_LOGE_APPEND_...
2019-10-30  Francis DeslauriersCleanup: Dead assignments
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  Francis DeslauriersCleanup: src.ctf.lttng-live: Dead assignment
2019-10-17  Philippe Proulxlib, plugins: use bt_field_class_type_is() where suitable
2019-10-17  Philippe Proulxlib: rename option/var. "selector" to "selector field"
2019-10-17  Philippe Proulxlib: have dedicated "dynamic array FC with/without...
2019-10-17  Simon Marchitests: make test_intersection use bt_cli, test error...
2019-10-17  Francis DeslauriersCleanup: src.ctf.lttng-live: coding style
2019-10-17  Simon Marchisrc.ctf.lttng-live: validate parameters using param...
2019-10-17  Simon Marchisink.ctf.fs: validate parameters using param-validation
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 Marchisrc.ctf.lttng-live: make lttng_live_component_create...
2019-10-09  Francis Deslaurierslib: rename `bt_*_compare()` to `bt_*_is_equal()`
2019-10-09  Philippe Proulxlib, bt2: rename "signed/unsigned sel." -> "integer...
2019-10-09  Philippe Proulxlib: add option field classes with integer selectors
2019-10-09  Philippe Proulxfs-sink-trace.c: lttng_validate_datetime(): ignore...
2019-10-09  Simon Marchilib: make it mandatory to have seek_X if can_seek_X...
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  Francis Deslaurierslib: split real FC/field into single and double prec...
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 ProulxUpdate project plugins's properties
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-10-03  Jérémie GalarneauFix: ctf: assert that name is not NULL in warn_meaningl...
2019-10-03  Jérémie Galarneauctf: silence bogus warning in set_field_refs()
2019-10-03  Jérémie Galarneauctf: silence bogus warnings in create_relative_field_ref()
2019-10-03  Francis DeslauriersFix: src.ctf.lttng-live: no stream beginning/end messages
2019-09-10  Simon Marchilib: make message iterator creation functions return...
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: add internal ctf_metadata_decoder_get_trace_class_...
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 DeslauriersFix: sink.ctf.fs: dereference before NULL check
2019-09-04  Francis Deslaurierssink.ctf.fs: cleanup: duplicated `:` in log statements
2019-09-04  Francis DeslauriersFix: sink.ctf.fs: possible use-after-free
2019-09-04  Philippe Proulxsrc.ctf.lttng-live: return unsigned integers in `sessio...
2019-09-04  Philippe Proulxlive_viewer_connection_create(): fix leak on connection...
2019-09-04  Philippe Proulxsrc.ctf.lttng-live: handle `babeltrace.support-info...
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  Francis Deslauriersctf: msg-iter: add event timestamp accessors
2019-09-04  Francis Deslauriersctf: msg-iter: extract func to decode packet until...
2019-09-04  Francis Deslauriersctf: introduce dry-run mode for `bt_msg_iter`
2019-09-04  Francis Deslauriersctf: only reset state of `bt_msg_iter` on _reset()
2019-09-04  Philippe Proulxlib: rename bt_value_array_get_size() -> bt_value_array...
2019-09-04  Philippe Proulxsink.ctf.fs: write bit array field classes and fields
2019-09-04  Philippe Proulxsink.ctf.fs: write option field classes and fields
2019-09-04  Philippe Proulxsink.ctf.fs: write boolean field classes and fields
2019-09-04  Jonathan Rajottesink.ctf.fs: isa_length is now architecture_bit_width
2019-09-04  Jonathan Rajottesrc.ctf.lttng-live: consider youngest only when timesta...
2019-09-04  Francis Deslaurierssrc.ctf.lttng-live: cleanup: rename functions and variables
2019-09-04  Francis DeslauriersFix: src.ctf.lttng-live: missing ordering within traces...
2019-09-04  Francis Deslaurierssrc.ctf.lttng-live: use `common_muxing_compare_messages...
2019-09-04  Philippe ProulxFix: visitor-generate-ir.c: dereference after `NULL...
2019-09-04  Philippe ProulxFix: translate-trace-ir-to-ctf-ir.c: dereference after...
2019-09-04  Francis DeslauriersFix: src.ctf.lttng-live: omitting stream end on stream...
2019-09-04  Jérémie Galarneausrc.ctf.lttng-live fix: remove overly strict check...
2019-08-07  Philippe ProulxFix: `ctf` plugin: msg-iter.c: do not switch packet...
2019-08-07  Philippe Proulxsrc.ctf.lttng-live: `live_viewer_connection`: make...
2019-08-07  Philippe Proulxlib, bt2: make query method receive custom data
2019-08-07  Simon MarchiRemove popt from project's dependencies
2019-08-07  Jonathan Rajotte`ctf` plugins: port: cast to intmax_t all off_t variabl...
2019-08-07  Philippe Proulxsrc.ctf.lttng-live: live_..._list_sessions(): remove...
2019-08-07  Philippe ProulxFix: live_viewer_connection_create(): `lttng_live_msg_i...
2019-08-07  Jonathan Rajotte`ctf` plugin: Use CTF_BYTE_ORDER_UNKNOWN in place of -1
2019-08-07  Jonathan Rajotte`ctf` plugin: Use CTF_SCOPE_PACKET_UNKNOWN in place...
2019-08-07  Jonathan Rajottesrc.ctf.lttng-live: Use SESSION_NOT_FOUND_ACTION_UNKNOW...
2019-08-07  Jonathan Rajotte`ctf` plugin: Use is_log_level_set to infer ctf_event_c...
2019-08-07  Jonathan Rajottesink.ctf.fs: remove unusued _is_variant_field_class_tag...
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  Philippe Proulxlib: standardize listener ID types with new `bt_listene...
2019-08-07  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-08-07  Philippe Proulx*_string() enumerator to string functions: remove commo...
2019-08-07  Philippe Proulxlib: rename `bt_scope` -> `bt_field_path_scope`
next
This page took 0.042041 seconds and 7 git commands to generate.