src.ctf.fs: append error causes in ctf_fs_file_open
[babeltrace.git] / src /
2019-10-30  Simon Marchisrc.ctf.fs: append error causes in ctf_fs_file_open
2019-10-30  Simon Marchilib: add _msg parameters to _ERRNO logging macros
2019-10-30  Philippe Proulxlib: remove plugin's ABI version
2019-10-30  Philippe ProulxRemove unused `src/lib/trace-ir/clock-snapshot-set.h`
2019-10-30  Philippe Proulxlib: remove unused bt_graph_remove_unconnected_component()
2019-10-30  Philippe ProulxAlways evaluate BT_ASSERT(); add BT_ASSERT_DBG() for...
2019-10-30  Simon Marchilib: remove includes from logging.h
2019-10-30  Simon Marchibt2: make log functions clear error indicator
2019-10-30  Simon MarchiFix: bt2: clear Python error indicator in trace and...
2019-10-30  Simon Marchibt2: normalize the code to use some commonly used patterns
2019-10-30  Simon Marchibt2: rename exception handling functions
2019-10-30  Simon Marchisrc.ctf.fs: error out when failing to create index
2019-10-30  Francis Deslauriersbt2: Force usage of MapValue object on component init
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-30  Francis DeslauriersCleanup: Dead assignments
2019-10-30  Francis DeslauriersCleanup: flt.lttng-utils.debug-info: Dead assignment
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  Francis DeslauriersFix: flt.lttng-utils.debug-info: Dereference after...
2019-10-17  Philippe Proulxlib, plugins: use bt_field_class_type_is() where suitable
2019-10-17  Philippe Proulxlib: use powers of two for object type enumerators
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 MarchiFix: destroy_pretty_data: move NULL check earlier
2019-10-17  Simon Marchitests: make test_intersection use bt_cli, test error...
2019-10-17  Simon MarchiFix: check for NULL in destroy_pretty_data
2019-10-17  Francis DeslauriersCleanup: src.ctf.lttng-live: coding style
2019-10-17  Francis DeslauriersCleanup: flt.lttng-utils.debug-info: coding style fixes
2019-10-17  Simon MarchiFix: avoid -Wmaybe-uninitialized warning in validate_ma...
2019-10-17  Simon MarchiFix: don't use BT_VALUE_MAP_FOREACH_ENTRY_CONST_STATUS_...
2019-10-17  Simon Marchifilter.utils.trimmer: validate parameters using param...
2019-10-17  Simon Marchifilter.utils.muxer: validate parameters using param...
2019-10-17  Simon Marchisink.utils.dummy: validate parameters using param-valid...
2019-10-17  Simon Marchisink.utils.counter: validate parameters using param...
2019-10-17  Simon Marchisink.text.pretty: validate parameters using param-valid...
2019-10-17  Simon Marchisrc.text.dmesg: validate parameters using param-validation
2019-10-17  Simon Marchisink.text.details: validate parameters using param...
2019-10-17  Simon Marchiflt.lttng-utils.debug-info: validate parameters using...
2019-10-17  Simon Marchiflt.lttng-utils.debug-info: tidy up component initializ...
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  Simon MarchiAdd parameter validation utility
2019-10-17  Francis Deslaurierscli: ensure queries always receive a map
2019-10-17  Francis DeslauriersCleanup: ctf: logically dead code
2019-10-17  Francis Deslauriersvalues: make `bt_value_map_extend()` extend the provide...
2019-10-17  Francis DeslauriersFix: lib: field-class.c: memory leak on error
2019-10-17  Francis DeslauriersCleanup: lib: field-class.c: fix logging message for...
2019-10-17  Simon MarchiFix: fix wint_t warning on MSYS2/mingw
2019-10-09  Simon Marchisrc.ctf.lttng-live: make lttng_live_component_create...
2019-10-09  Francis DeslauriersCleanup: flt.lttng-utils.debug-info: coding style
2019-10-09  Michael Jeansonport: fix link order of babeltrace2.exe
2019-10-09  Francis DeslauriersFix: lib: field.c: calling _PUT_REF() on unique objects...
2019-10-09  Francis Deslaurierslib: rename `bt_*_compare()` to `bt_*_is_equal()`
2019-10-09  Francis DeslauriersCleanup: lib: graph.c: dead assignment
2019-10-09  Simon MarchiFix: fix some warnings shown with -Wextra on gcc 9.1.0
2019-10-09  Simon MarchiMove CLI params parsing to its own lib
2019-10-09  Francis DeslauriersCleanup: flt.lttng-utils.debug-info: remove leftover...
2019-10-09  Simon Marchicli: update error message in set_stream_intersections
2019-10-09  Philippe Proulxtrace{-class}.c: BT_ASSERT_PRE() -> BT_ASSERT_POST...
2019-10-09  Philippe Proulxlib: rename `bt_object_{get,put}_no` -> `bt_object_...
2019-10-09  Philippe Proulxfield_class.py: normalize field class names (`_NAME`)
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  Philippe ProulxFix: iterator.c: initialize `status` (may be used unini...
2019-10-09  Francis Deslauriersbt2: add `IntegerRangeSet` const classes
2019-10-09  Francis DeslauriersCleanup: bt2: typo "nsigned" -> "unsigned"
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  Simon Marchicli: print map value in ASCII-betical order of keys
2019-10-03  Michael Jeansonport: mmap offset alignment on Windows
2019-10-03  Francis DeslauriersRename `BT_PLUGIN_EXIT` to `BT_PLUGIN_FINALIZE`
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 MarchiFix: cli: don't log error when using help command with...
2019-10-03  Simon Marchibt2: print actual and expected lengths in _StaticArrayF...
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  Simon Marchibt2: make it possible to remove a trace class or trace...
2019-10-03  Simon Marchibt2: make it work for Python 3.4
2019-10-03  Philippe ProulxUpdate project plugins's properties
2019-10-03  Philippe Proulxsink.text.details: add `with-data` initialization parameter
2019-10-03  Philippe Proulxsink.text.details: don't write `:` after `Packet beginn...
2019-10-03  Philippe Proulxsrc.ctf.fs: deterministically sort trace's DS file...
2019-10-03  Francis Deslauriersbt2: field.py: raise ValueError when setting out of...
2019-10-03  Simon Marchibt2: remove unused import
2019-10-03  Philippe ProulxFix: muxer_upstream_msg_iters_can_all_seek_beginning...
2019-10-03  Francis Deslauriersflt.utils.muxer: remove `assume-absolute-clock-classes...
2019-10-03  Francis Deslaurierscli: make `--clock-force-correlate` use `force-clock...
2019-10-03  Francis Deslaurierssrc.ctf.fs: add `force-clock-class-origin-unix-epoch...
2019-10-03  Simon Marchibt2: print error causes in bt2._Error.__str__
2019-10-03  Francis DeslauriersCleanup: clock-snapshot.c: logically dead code
2019-10-03  Francis DeslauriersCleanup: ctf-writer: field-wrapper.c: logically dead...
2019-10-03  Francis DeslauriersFix: ctf-writer: stream-class.c: Dereference after...
2019-10-03  Francis DeslauriersFix: flt.lttng-utils.debug-info: bin-info.c: Dereferenc...
2019-10-03  Francis DeslauriersFix: object-pool.c: dereferenced before null check
next
This page took 0.041607 seconds and 7 git commands to generate.