babeltrace.git
2017-05-28  Mathieu DesnoyersImplement logging in lttng-live component
2017-05-28  Philippe Proulxcli/babeltrace.c: add logging when the command completes
2017-05-28  Philippe Proulxbabeltrace(1): handle SIGINT to cancel the graph gracefully
2017-05-28  Philippe ProulxFix possible leaks in graph's current design
2017-05-28  Philippe ProulxBT_GRAPH_STATUS_CANCELED is not an error, thus use...
2017-05-28  Mathieu DesnoyersImplement ctf.lttng-live component
2017-05-28  Mathieu DesnoyersFix: IR visitor: error msg printing
2017-05-28  Mathieu DesnoyersMove print.h header to upper level dir
2017-05-28  Philippe Proulxutils.muxer: fix ownership of objects
2017-05-28  Philippe ProulxAdd graph cancellation API
2017-05-28  Philippe Proulxport.{h,c}: use `bt_bool` instead of `int` where approp...
2017-05-28  Philippe Proulxir: utils: use `bt_bool` instead of `int` where appropriate
2017-05-28  Philippe Proulxir: fields/field-types: use `bt_bool` instead of `int...
2017-05-28  Philippe Proulxir: clock class: use bt_bool instead of int for boolean...
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe ProulxUpdate include/babeltrace/babeltrace.h
2017-05-28  Philippe ProulxAdd extras/gen-babeltrace-h.py: include/babeltrace...
2017-05-28  Philippe ProulxMove library's version API to include/babeltrace/version.h
2017-05-28  Philippe Proulxinclude/Makefile.am: add titles (comments) to groups...
2017-05-28  Philippe ProulxRemove "end of trace" notification headers
2017-05-28  Philippe ProulxNormalize public header include guards
2017-05-28  Philippe Proulxlib/ref.c: add logging
2017-05-28  Philippe Proulxlib/ctf-ir/clock-class.c: add logging
2017-05-28  Philippe Proulxtest_ctf_writer.c: remove negative index tests
2017-05-28  Philippe Proulxlib/ctf-ir/attributes.c: add logging
2017-05-28  Philippe Proulxir: attributes: fix index and count integer types
2017-05-28  Philippe Proulxlib/values.c: add logging
2017-05-28  Philippe Proulxtests/lib/Makefile.am: fix check_ vs. noinst_ prefix
2017-05-28  Philippe Proulxcli: add logging
2017-05-28  Philippe Proulxcommon: optimize color code functions
2017-05-28  Philippe ProulxFix CLI to work with multiple ports and dynamically...
2017-05-28  Philippe ProulxAdd logging API (internal to log, public to set the...
2017-05-28  Philippe Proulxbt_common_shell_quote(): accept new parameter `with_sin...
2017-05-28  Philippe ProulxRename tests/bin -> tests/cli
2017-05-28  Philippe Proulxconfigure.ac: define BT_ENABLE_DEBUG_INFO depending...
2017-05-28  Philippe Proulxctf.fs source: metadata: fix error paths
2017-05-28  Philippe Proulxtests/bin/test_convert_args: fix after updating CLI
2017-05-28  Philippe Proulxtests: put TESTS list in each Makefile.am
2017-05-28  Philippe Proulxplugins/ctf/fs-src/data-stream.c: fix text width
2017-05-28  Philippe Proulxbabeltrace-internal.h: remove unused declarations
2017-05-28  Philippe ProulxDo not use printf_warning() in the library
2017-05-28  Philippe ProulxRename writer.writer -> ctf.fs (sink) and standardize...
2017-05-28  Philippe ProulxRename debug_info.debug_info -> lttng-utils.debug-info
2017-05-28  Philippe Proulxdebug-info.debug-info: do not use global opt_* symbols...
2017-05-28  Philippe ProulxFix: ir: bt_ctf_field_type_variant_validate(): do not...
2017-05-28  Philippe ProulxSubscribe to notifications when creating a notif. iterator
2017-05-28  Philippe Proulxnotif-iter.c: fix warnings
2017-05-28  Philippe ProulxMake bt_ctf_event_class_create() create an empty context FT
2017-05-28  Philippe ProulxAdd bt_ctf_stream_class_create_empty()
2017-05-28  Philippe ProulxRemove BT_CTF_FIELD_TYPE_UNTAGGED_VARIANT
2017-05-28  Philippe ProulxInternalize trace listener API and bt_ctf_trace_get_met...
2017-05-28  Philippe Proulxir: make bt_ctf_trace_create() create an empty packet...
2017-05-28  Philippe Proulxutils.muxer: add and handle `ignore-absolute` parameter
2017-05-28  Philippe ProulxRemove default port API
2017-05-28  Philippe Proulxtrace.h: API doc: do not mention listener (now internal)
2017-05-28  Philippe Proulxvisitor-generate-ir.c: fix some error reporting terms
2017-05-28  Philippe Proulxvisitor-generate-ir.c: set trace object's UUID
2017-05-28  Philippe ProulxRename bt_ctf_trace_get_byte_order() -> bt_ctf_trace_ge...
2017-05-28  Philippe Proulxir: add trace UUID getter and setter
2017-05-28  Philippe Proulxutils.muxer: fix bad behaviour caused by notification...
2017-05-28  Philippe ProulxSet private port's user data on creation
2017-05-28  Philippe ProulxRemove bt_ctf_stream_class_get_event_class_by_name()
2017-05-28  Philippe Proulxtest_trace_listener.c: fix: set trace's native byte...
2017-05-28  Philippe ProulxStandardize *get_*() functions
2017-05-28  Philippe ProulxMake libctfcopytrace a convenience lib. and link to...
2017-05-28  Philippe ProulxStandardize *get_*_count() functions
2017-05-28  Philippe ProulxISO C: empty file needs at least one declaration
2017-05-28  Philippe ProulxRename CTF IR integer FT signedness functions to use...
2017-05-28  Philippe ProulxRename bt_ctf_clock_class_get_is_absolute() -> bt_ctf_c...
2017-05-28  Philippe Proulxtext.pretty: use "path" param. name instead of "output...
2017-05-28  Philippe ProulxAdd static trace tests
2017-05-28  Philippe ProulxAdd the concept of a static trace
2017-05-28  Philippe ProulxAdd bt_ctf_trace_get_stream_count() and bt_ctf_trace_ge...
2017-05-28  Philippe ProulxAdd bt_plugin_set object
2017-05-28  Philippe Proulxctf: bt_ctf_notif_iter_get_next_notification(): require...
2017-05-28  Philippe ProulxUse bt_clock_class_priority_map_add_clock_class() to...
2017-05-28  Philippe ProulxAdd bt_clock_class_priority_map_copy()
2017-05-28  Philippe Proulxfield-types.h: API doc: add missing prehot{}
2017-05-28  Philippe ProulxFreeze bt_clock_class_priority_map in related notifications
2017-05-28  Philippe ProulxAdd notification iterator tests
2017-05-28  Philippe ProulxNotification iterator: generate automatic notifications...
2017-05-28  Philippe ProulxRemove notification-schema.h: not needed for 2.0
2017-05-28  Philippe Proulxutils.dummy: handle AGAIN and END statuses correctly
2017-05-28  Philippe Proulxtext.pretty: handle AGAIN status
2017-05-28  Philippe Proulxutils.muxer: fix unhandled connected ports during notif...
2017-05-28  Philippe Proulxtext.pretty: fix handle_notification()
2017-05-28  Philippe Proulxutils.muxer: fix behaviour with ports connected during...
2017-05-28  Philippe ProulxAdd basic utils.muxer tests
2017-05-28  Philippe ProulxAdd utils.muxer component class
2017-05-28  Philippe Proulxbt_plugin_create_append_all_from_dir(): use printf_verb...
2017-05-28  Philippe ProulxEvent notification: validate that CC in the CC prio...
2017-05-28  Philippe Proulxevent-class-internal.h: fix include warning
2017-05-28  Philippe Proulxtext.pretty: remove unused debug info options
2017-05-28  Philippe Proulxtext.pretty: use clock class with highest priority...
2017-05-28  Philippe ProulxAdd bt_plugin_find_component_class()
2017-05-28  Philippe ProulxFix: ctf: notif-iter.c: update_clock() uses the wrong...
2017-05-28  Philippe Proulxctf.fs: make clock classes absolute when it's an LTTng...
2017-05-28  Philippe ProulxUse the same values for different status codes
2017-05-28  Philippe ProulxAdd bt_component_class_is_source/filter/sink()
2017-05-28  Philippe ProulxAdd bt_port_is_input(), bt_port_is_output()
next
This page took 0.039637 seconds and 4 git commands to generate.