babeltrace.git
2019-09-17  Simon Marchilib: make can_seek_beginning and can_seek_ns_from_origi...
2019-09-17  Simon Marchibt2: refactor test_message_iterator
2019-09-17  Simon Marchibt2: rename _FieldPath to _FieldPathConst
2019-09-16  Philippe ProulxUpdate manual pages for 2.0.0-rc1
2019-09-16  Simon Marchitests: make UUIDs under data/ctf-traces/intersection...
2019-09-16  Francis DeslauriersFix: fd-cache: Assertion failure if cache not allocated
2019-09-16  Francis DeslauriersFix: plugin-so.c: Assert failure on short name file...
2019-09-12  Francis DeslauriersFix: plugin.c: leak of `bt_plugin_set`
2019-09-12  Simon Marchibt2: move _append_option to non-const versions of varia...
2019-09-12  Simon Marchibt2: assign non-const version of field_class_variant_op...
2019-09-12  Simon Marchibt2: field_class: rename range set Python class templat...
2019-09-12  Simon Marchibt2: allow getting self output port from user message...
2019-09-12  Simon Marchilib: remove bt_self_port{,_input,_output}
2019-09-12  Simon Marchibt2: template borrow_user_attributes method in _TraceCl...
2019-09-12  Francis Deslauriersbt2: add `__hash__()` method on hashable fields
2019-09-10  Francis DeslauriersFix: src.ctf.lttng-live: no stream beginning/end messages
2019-09-10  Simon Marchibt2: Makefile: track dependencies of native_bt.c
2019-09-10  Francis Deslauriersbt2: tests: Assert CC type, not if a subclass
2019-09-10  Francis Deslauriersbt2: Add `Const` suffix to non-user component-related...
2019-09-10  Francis Deslauriersbt2: Add `Const` suffix to `_*Port` classes and adapt...
2019-09-10  Francis Deslauriersbt2: Add `Const` suffix to `_Connection` class and...
2019-09-10  Francis Deslauriersbt2: Add remaining trace-ir `*Const` classes and adapt...
2019-09-10  Francis Deslauriersbt2: Add `_Clock*Const` classes and adapt tests
2019-09-10  Francis Deslauriersbt2: Add `*ValueConst` classes and adapt tests
2019-09-10  Francis Deslauriersbt2: field.py: add index check in `selected_option_inde...
2019-09-10  Francis Deslauriersbt2: field.py: add `_count` method to `_VariantField`
2019-09-10  Francis Deslaurierslib: add non-const FC borrow functions for container FCs
2019-09-10  Francis Deslaurierslib: add `bt_field_borrow_class()` function declaration
2019-09-09  Simon Marchilib: fix can_seek_beginning method type cast
2019-09-09  Simon Marchibt2: fix _seek_beginning -> _user_seek_beginning in...
2019-09-09  Simon Marchibt2: fix trivial typo
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
next
This page took 0.039633 seconds and 4 git commands to generate.