babeltrace.git
2019-09-06  Simon Marchilib: make message iterator creation functions return...
2019-09-06  Simon Marchirename `babeltrace.trace-info` to `babeltrace.trace...
2019-09-06  Simon Marchicli: improve error logging in set_stream_intersections
2019-09-04  Simon Marchibt2: pass all params to `babeltrace.trace-info` query...
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  Philippe ProulxAdd bt_common_append_file_content_to_g_string()
2019-08-29  Simon Marchictf: use create + append/insert functions when possible
2019-08-29  Simon Marchictf: remove ctf_fs_trace::name
2019-08-29  Simon Marchicli: remove unused path variable in set_stream_intersec...
2019-08-29  Simon Marchictf: remove unused fields from `babeltrace.trace-info...
2019-08-27  Simon Marchitests: fix 'expected 2 blank lines, found 1' warning...
2019-08-27  Simon Marchibt2: add missing bt2 import in interrupter.py
2019-08-27  Simon Marchipython: fix all "do not use bare 'except'" warnings
2019-08-27  Simon Marchipython: fix all 'imported but unused' warnings
2019-08-27  Simon Marchipython: fix all 'is assigned to but never used' warnings
2019-08-27  Simon Marchiautodisc: don't accept NULL values for `support-info...
2019-08-27  Simon Marchiautodisc: improve logging
2019-08-27  Simon Marchibt2: make ComponentSpec take a component class object
2019-08-26  Simon Marchiautodisc: cast when assigning to different enum type
2019-08-26  Simon Marchiautodisc: make it possible to interrupt auto source...
2019-08-26  Simon MarchiMake bitfield.h C++-friendly
2019-08-26  Simon Marchitrimmer: make filter.utils.trimmer append error causes
2019-08-26  Simon Marchibt2: make _create_event_message's parent parameter...
2019-08-26  Simon Marchictf: make src.ctf.fs append error causes
2019-08-26  Simon MarchiFix: cli: check return value of bt_value_array_append_s...
2019-08-25  Simon MarchiFix: ctf: fix possible use-after-free in ctf_fs_compone...
2019-08-25  Philippe ProulxFix: cli: replace remaining log level `V` (verbose...
2019-08-25  Francis DeslauriersFix: sink.ctf.fs: dereference before NULL check
2019-08-23  Francis DeslauriersFix: autodisc: possible use-after-free
2019-08-23  Francis DeslauriersFix: sink.utils.counter: possible NULL pointer dereference
2019-08-23  Francis Deslaurierssink.ctf.fs: cleanup: duplicated `:` in log statements
2019-08-23  Francis DeslauriersFix: sink.ctf.fs: possible use-after-free
2019-08-20  Simon Marchilib: make g++ happy with plugin-dev.h macros
2019-08-17  Simon Marchibt2: don't show warning when query method raises a...
2019-08-17  Philippe Proulxbt_common_parse_lttng_live_url(): don't accept `net...
2019-08-17  Philippe Proulxsrc.ctf.lttng-live: return unsigned integers in `sessio...
2019-08-17  Philippe ProulxFix: pass `inputs` parameter to implicit `src.ctf.lttng...
2019-08-17  Simon Marchicli: allow map values in --params arguments
2019-08-17  Simon Marchitests: add tests for CLI params parsing
2019-08-17  Simon Marchicli: exit with error if a plugin fails to load
2019-08-17  Simon Marchicli: set log levels earlier
2019-08-17  Simon Marchicli: return if bt_plugin_find_all_from_dir fails in...
2019-08-17  Simon MarchiFix: lib: increment refcount of bt_value_null when...
2019-08-17  Simon MarchiFix: cli: increment bt_value_null ref count when return...
2019-08-16  Philippe ProulxFix: field-class.c: dereference before `NULL` check
2019-08-16  Francis DeslauriersTests: ctf: add basic `metadata-info` query test
2019-08-16  Francis Deslauriersbt2: add `StringValue.__contains__()` method
2019-08-16  Philippe Proulxcli: "Babeltrace configuration" -> "Babeltrace CLI...
2019-08-16  Philippe Proulxcli: `convert` command: do not allow more than one...
2019-08-16  Philippe Proulxcli: make --plugin-path and --omit-{system,home}-plugin...
2019-08-16  Philippe ProulxAdd all CLI `convert` command's tests to project's...
2019-08-16  Philippe ProulxFix: test_convert_args: use correct path to `utils.sh`
2019-08-16  Philippe Proulxlive_viewer_connection_create(): fix leak on connection...
2019-08-16  Philippe ProulxFix: bt_common_string_until(): reset returned variable...
2019-08-16  Philippe Proulxsrc.ctf.lttng-live: handle `babeltrace.support-info...
2019-08-16  Philippe Proulxlib: make empty array/map appending/inserting functions...
2019-08-16  Philippe Proulxlib: rename `BABELTRACE_DISABLE_PYTHON_PLUGINS` ->...
2019-08-16  Francis DeslauriersTests: ctf: add tracers timestamp quirks workaround...
2019-08-16  Francis Deslauriersctf: decoding: accommodate barectf `event-before-packet...
2019-08-16  Francis Deslauriersctf: decoding: accommodate LTTng `event-after-packet...
2019-08-16  Francis Deslauriersctf: decoding: accommodate lttng-crash timestamp quirk
2019-08-16  Francis Deslauriersctf: index: accommodate lttng-crash timestamp quirk
2019-08-16  Francis Deslauriersctf: index: set `beginning` and `end` clock snapshot
2019-08-16  Francis Deslauriersctf: index: accommodate bug in barectf tracer
2019-08-16  Francis Deslauriersctf: index: accommodate bug in LTTng tracers
2019-08-16  Francis Deslauriersctf: add weak ref to stream file in index entry
2019-08-16  Francis Deslauriersctf: add tracer version extraction function
2019-08-16  Francis Deslauriersctf: msg-iter: add event timestamp accessors
2019-08-16  Francis Deslauriersctf: msg-iter: extract func to decode packet until...
2019-08-16  Francis Deslauriersctf: introduce dry-run mode for `bt_msg_iter`
2019-08-16  Francis Deslauriersctf: only reset state of `bt_msg_iter` on _reset()
2019-08-15  Philippe Proulxlib: remove unneeded `enum` tags in public headers
2019-08-15  Philippe Proulxlib: assign values to all public enumerators
2019-08-15  Philippe Proulxlib: standardize status of bt_util_clock_cycles_to_ns_f...
2019-08-15  Philippe Proulxlib: graph.h: fix formatting
2019-08-15  Philippe Proulxlib: remove unused `enum bt_self_component_port_status`
2019-08-15  Philippe Proulxlib: rename bt_value_array_get_size() -> bt_value_array...
2019-08-15  Philippe Proulxbt2: rename `_Trace.env` -> `_Trace.environment`
2019-08-15  Philippe Proulxbt2: add user attributes property support
2019-08-15  Philippe Proulxsink.text.details: print user attributes
2019-08-15  Philippe Proulxflt.lttng-utils.debug-info: copy user attributes
2019-08-15  Philippe Proulxlib: add user attributes property to metadata, stream...
2019-08-15  Philippe Proulxlib: trace-class.c: use `LIB/TRACE-CLASS` logging tag
2019-08-15  Philippe Proulxlib: add bt_field_class_variant_borrow_option_by_{index...
2019-08-15  Philippe Proulxbt2: rename `_Field.field_class` -> `_Field.cls`
2019-08-15  Philippe Proulxbt2: add bit array field class and field support
2019-08-15  Philippe Proulxsink.ctf.fs: write bit array field classes and fields
2019-08-15  Philippe Proulxsink.text.details: print bit array field classes and...
2019-08-15  Philippe Proulxsink.text.pretty: print bit array fields
2019-08-15  Philippe Proulxflt.lttng-utils.debug-info: copy bit array field class...
2019-08-15  Philippe Proulxlib: add bit array field class and field types
2019-08-15  Philippe Proulxbt2: add option field class and field support
2019-08-15  Philippe Proulxsink.ctf.fs: write option field classes and fields
2019-08-15  Philippe Proulxsink.text.details: use write_none_prop_value() for...
next
This page took 0.038635 seconds and 4 git commands to generate.