babeltrace.git
2020-01-20  Simon Marchilib: remove bt_graph_interrupt, add bt_graph_borrow_def...
2020-01-20  Philippe Proulxlib: graph API: remove "listener removed" callback...
2020-01-20  Philippe Proulxlib, bt2: graph API: remove "ports connected" listeners
2020-01-20  Philippe Proulxbabeltrace2-plugin-ctf(7): "theirs" -> "its" (single...
2020-01-20  Philippe Proulx.gitignore: add missing `/tests/lib/test_remove_.....
2020-01-20  Simon MarchiSync argpar with upstream
2020-01-20  Simon MarchiUse argpar from upstream
2020-01-20  Simon Marchibt2: use format_bt_error and format_bt_error_cause...
2020-01-20  Simon Marchistring-format: introduce function to format a bt_error_...
2020-01-20  Simon Marchistring-format: introduce function to format a bt_error
2020-01-20  Simon Marchistring-format: introduce function to format component...
2020-01-20  Simon Marchicommon: introduce struct bt_common_color_codes and...
2020-01-20  Philippe Proulxlib: standardize variant field option function names
2020-01-20  Simon Marchibt2: don't print previous causes in causes created...
2020-01-20  Simon Marchibt2: reverse order of printed causes in _Error.__str__
2020-01-20  Simon Marchibt2: remove ptr parameter of _Error.__init__
2019-11-26  Simon Marchitests: add test for list-plugins CLI command
2019-11-26  Simon Marchitests: test removing a destruction listener from a...
2019-11-26  Simon Marchitests/lib/Makefile.am: Move libbabeltrace2-common and...
2019-11-26  Simon Marchibt2: make _ListenerHandle not hold a strong reference...
2019-11-26  Simon Marchibt2: fix error message in trace_class.py
2019-11-26  Simon Marchibt2: make Graph add listener methods return None
2019-11-26  Simon Marchiparam-parse: allow duplicate map keys
2019-11-26  Simon Marchibt2: validate parameters to _StreamClass.create_event_c...
2019-11-26  Simon Marchibt2: add invalid parameter type test for _UserComponent...
2019-11-26  Simon Marchisrc.ctf.fs: sort inputs paths
2019-11-26  Simon Marchicli: print error causes in all error paths
2019-11-26  Simon Marchitests: add missing backslash in tests/Makefile.am
2019-11-26  Simon Marchitests: test_auto_source_discovery_grouping: remove...
2019-11-26  Simon Marchitests: silence "variable/expression in single quote...
2019-11-26  Simon Marchitests: quote ${BT_CTF_TRACES_PATH} in test_trace_read...
2019-11-26  Simon Marchitests: declare and assign variables separately in test_...
2019-11-26  Simon MarchiMake some bt_param_validation_map_value_entry_descr...
2019-11-26  Simon Marchisrc.ctf.fs: make ctf_fs_ds_group_medops symbol hidden
2019-11-26  Simon Marchictf: make ctf scanner symbols hidden
2019-11-26  Simon Marchiparam-validation: make symbols hidden
2019-11-26  Simon Marchipython-plugin-provider: make python_state static
2019-11-26  Simon Marchilib: add comments to exposed but internal symbols
2019-11-26  Simon Marchilib: add comment to bt_plugin_so_create_all_from_static
2019-11-26  Simon Marchilib: make bt_object_pool symbols hidden
2019-11-26  Simon Marchilib: make symbols in prio-head hidden
2019-11-26  Simon Marchitests: add CLI query tests
2019-11-26  Simon Marchiparam-parse: use g_string_append_c instead of g_string_...
2019-11-26  Simon Marchilib: remove bt_packet_context_field API
2019-11-26  Simon Marchictf: make msg-iter not use bt_packet_context_field
2019-11-26  Simon Marchictf: remove ctf_msg_iter::set_stream
2019-11-26  Simon Marchisrc.ctf.fs: fix typo in comment
2019-11-26  Simon Marchilib: mark bt_common_assert_failed as hidden
2019-11-15  Jérémie GalarneauUpdate version to v2.0.0-rc4 v2.0.0-rc4
2019-11-15  Jérémie GalarneauUpdate version to v2.0.0-rc3
2019-11-15  Philippe Proulxbabeltrace2-source.ctf.fs(7): document the overlapping...
2019-11-15  Simon MarchiRevert "Notes de relâche du troisième candidat de relâche"
2019-11-15  Simon MarchiNotes de relâche du troisième candidat de relâche
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 Marchitests: make test_trimmer use bt_cli
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: make ctf_msg_iter_seek assert that the seek callba...
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-15  Simon Marchimuxer: append causes on some _next iterator method...
2019-11-15  Simon Marchilib: save and restore current thread error when calling...
2019-11-15  Francis DeslauriersCleanup: src.ctf.lttng-live: move function declarations...
2019-11-15  Francis Deslaurierssrc.ctf.lttng-live: replace usage of `calloc()` by...
2019-11-15  Francis DeslauriersFix: src.ctf.lttng-live: `fwrite()` does not set `errno`
2019-11-15  Francis Deslaurierssrc.ctf.lttng-live: don't try to detach after socket...
2019-11-15  Francis DeslauriersFix: src.ctf.lttng-live: decode metadata even on _STATU...
2019-11-15  Francis DeslauriersFix: src.ctf.lttng-live: removing trace when not all...
2019-11-15  Francis Deslaurierssrc.ctf.lttng-live: Add logging statements across the...
2019-11-15  Francis DeslauriersCleanup: src.ctf.lttng-live: rename live_iterator_statu...
2019-11-15  Francis DeslauriersCleanup: src.ctf.lttng-live: add `lttng_live_msg_iter_c...
2019-11-15  Francis Deslaurierssrc.ctf.lttng-live: make component class handle interru...
2019-11-15  Francis DeslauriersFix: src.ctf.lttng-live: checking `errno` value on...
2019-11-15  Francis DeslauriersCleanup: comp-logging.h: template `BT_COMP_OR_COMP_CLAS...
2019-11-15  Philippe Proulxlib: make bt_value_map_foreach_entry_{const_}func(...
2019-11-14  Philippe ProulxEmit dedicated bright terminal color codes if supported
2019-11-14  Simon Marchilib: add pre condition asserts to check current thread...
2019-11-14  Simon Marchilib: add post condition assertions for current thread...
2019-11-14  Simon Marchilib: clear error in clock_snapshots_are_monotonic_one
2019-11-14  Simon Marchitests: clear error in test_simple_sink
2019-11-14  Simon Marchilib: append error in simple_sink_consume only if error...
2019-11-14  Simon Marchisrc.ctf.fs: rename pc_msg_iter parameter to self_msg_iter
2019-11-14  Francis DeslauriersCleanup: cli: move LOGE statements closer to the source
2019-11-14  Francis Deslaurierscli: exit with status 2 when interrupted by SIGINT
2019-11-14  Simon MarchiIgnore -Wcast-function-type warning
2019-11-14  Francis DeslauriersCleanup: src.ctf.lttng-live: remove redundant _APPEND_C...
2019-11-14  Francis Deslaurierscli: set `bt_config::command_name` field for all commands
next
This page took 0.040995 seconds and 4 git commands to generate.