babeltrace.git
2016-04-20  Antoine BusqueInitial implementation of the debuginfo API
2016-04-20  Mathieu DesnoyersFix: lttng-live flush when output to file
2016-04-19  Mathieu DesnoyersFix: lttng-live use g_free rather than free
2015-09-12  Philippe ProulxStore "tracer_name" from the trace's environment
2016-04-06  Jérémie GalarneauFix: Missing pointer dereference in NULL check
2016-04-05  Jérémie GalarneauFix: leak of stream intersection positions
2016-04-05  Jérémie GalarneauRemove useless bt_iter when creating intersection
2016-04-05  Jérémie GalarneauAdd new test artifacts to .gitignore
2016-04-05  Jérémie GalarneauTests: use templates for stream intersection and packet...
2016-04-05  Jérémie GalarneauTests: fix OOT build by adding test scripts to noinst_S...
2016-04-04  Jérémie GalarneauDocs: Add --stream-intersection to the BABELTRACE(1...
2016-04-04  Jérémie GalarneauRephrase error message
2016-04-04  Julien DesfossezTest the stream intersection feature
2016-04-04  Julien DesfossezOption to only show streams' intersection
2016-04-04  Julien DesfossezTests for packet_seq_num handling
2016-04-04  Julien DesfossezFix: lttng-live data_size and version endianness
2016-02-24  Philippe Proulxtest_ctf_ir_ref.c: fix coding style
2016-02-24  Philippe Proulxtest_ctf_writer.c: test packet functions
2016-02-24  Philippe ProulxFix: do not set event's parent to a non-writer stream
2016-02-24  Philippe Proulxir: bt_ctf_stream_append_event(): do not always reset...
2016-02-24  Philippe Proulxir: bt_ctf_event_set_packet(): check for common stream...
2016-02-23  Philippe Proulxtest_ctf_ir_ref.c: fix indentation
2016-02-23  Philippe Proulxtest_ctf_ir_ref.c: test all permutations of put
2016-02-22  Jérémie GalarneauSolaris build fix: missing inclusion of endian.h
2016-02-22  Philippe Proulxref.h: add C++ guards
2016-02-22  Philippe Proulxtest_ctf_writer.c: test bt_ctf_clock_ns_from_value()
2016-02-22  Jérémie GalarneauCleanup: lift function call outside of condition
2016-02-22  Philippe Proulxir: add bt_ctf_clock_ns_from_value() utility
2016-02-22  Philippe Proulxir: move clock value accessors to writer header
2016-02-22  Philippe Proulxtest_ctf_writer.c: test writer/non-writer clock value...
2016-02-22  Philippe Proulxir: move bt_ctf_stream_class_set_clock() to writer...
2016-02-22  Philippe Proulxir: disable clock value accessors in non-writer mode
2016-02-22  Philippe Proulxir: add bt_ctf_event_get_clock_value()
2016-02-22  Philippe Proulxir: bt_ctf_stream_append_event(): do not append event...
2016-02-22  Philippe Proulxir: remove unused event header/context fields from...
2016-02-22  Philippe Proulxir: add optional name property to stream
2016-02-22  Philippe Proulxtest_ctf_writer.c: test bt_ctf_stream_create()
2016-02-22  Philippe Proulxir: make bt_ctf_stream_create() public
2016-02-22  Philippe Proulxtest_ctf_writer.c: test stream class clock -> trace...
2016-02-22  Philippe Proulxir: bt_ctf_trace_add_stream_class(): add stream class...
2016-02-22  Philippe Proulxir: remove unused bt_ctf_event_copy()
2016-02-22  Philippe Proulxir: verify stream mode in stream functions
2016-02-22  Philippe Proulxir: freeze event on bt_ctf_stream_append_event()
2016-02-22  Philippe Proulxir: add bt_ctf_event_freeze()
2016-02-22  Philippe Proulxir: add bt_ctf_field_freeze()
2016-02-19  Philippe Proulxir: remove bt_ctf_trace_get() and bt_ctf_trace_put()
2016-02-19  Philippe Proulxir: move writer-specific declarations to writer header
2016-02-19  Philippe Proulxir: remove event header accessors from stream
2016-02-19  Philippe Proulxir: add bt_ctf_event_set_packet()
2016-02-19  Philippe Proulxir: add public bt_ctf_packet object
2016-02-19  Philippe Proulxir: move the stream event ctx field to the event
2016-02-19  Philippe Proulxir: remove unused event_headers member from struct...
2016-02-19  Philippe Proulxir: validate integer FT's mapped clock against signedness
2016-02-19  Philippe Proulxir: clock: use value in cycles instead of ns
2016-02-19  Philippe Proulxir: freeze mapped clock when freezing integer FT
2016-02-19  Philippe Proulxir: freeze clocks when freezing a trace
2016-02-19  Philippe Proulxir: split event files into event and event-class files
2016-02-19  Philippe Proulxir: rename event-fields/event-types -> fields/field...
2016-02-19  Philippe Proulxir: rename ctf_type_id -> bt_ctf_type_id
2016-02-19  Philippe Proulxir: rename ctf_string_encoding -> bt_ctf_string_encoding
2016-02-19  Philippe Proulxir: rename bt_ctf_field_path_get_root()
2016-02-19  Philippe Proulxir: rename bt_ctf_node -> bt_ctf_scope
2016-02-19  Philippe Proulxir: add public bt_ctf_field_path object
2016-02-19  Philippe Proulxir: rename bt_ctf_field_type_variant_set_tag()
2016-02-19  Philippe ProulxAdd validation/resolving tests
2016-02-19  Philippe Proulxtest_bt_values.c: fix top comment
2016-02-19  Philippe Proulxir: freeze attributes when freezing an event
2016-02-19  Jérémie GalarneauFix scan-build warning of potential NULL dereference
2016-02-19  Philippe Proulxir: refactor FT validation and resolving
2016-02-19  Philippe Proulxir: allow to set variant FT's tag FT even when frozen
2016-02-19  Philippe Proulxir: add internal bt_ctf_field_path_clear()
2016-02-19  Philippe Proulxir: validate field types on field creation
2016-02-19  Philippe Proulxvalues: fix indentation
2016-02-19  Philippe Proulxref.h: fix doc
2016-02-19  Philippe Proulxvalues: add `_empty` prefix when relevant
2016-02-19  Philippe ProulxBT_MOVE(): call bt_put(_dst)
2016-02-19  Philippe ProulxFix: bt_ctf_field_type_floating_point_copy(): set self...
2016-02-19  Philippe ProulxAdd bt_ctf_field_type_compare(): field type deep comparison
2016-02-19  Philippe Proulxir: event-types-internal.h: fix comment
2016-02-19  Philippe Proulxir: add user byte order to integer/float types
2016-02-19  Philippe Proulxtest_ctf_writer.c: assert() unchecked return values
2016-02-19  Philippe Proulxir: bt_ctf_stream_class_set_byte_order(): EC is already...
2016-02-17  Jérémie GalarneauPython bindings: remove unnecessary semi-colons
2016-02-17  Jérémie GalarneauPython bindings: missing error check in Clock precision...
2016-02-17  Jérémie GalarneauPython bindings: accomodate API changes introduced...
2016-02-15  Jérémie GalarneauRemove stale comment from event destructor
2016-02-13  Mathieu DesnoyersHandle negative time and offset from Epoch
2016-02-13  Mathieu DesnoyersFix: CTF parser: accept signed constant literals
2016-02-11  Mathieu DesnoyersFix: out-of-bound memory access
2016-02-11  Jérémie GalarneauFix out-of-tree tests: seek tests can't find traces
2016-02-10  Michael JeansonTests: Fix test plans and do not skip on fail
2016-02-10  Michael JeansonFix: Check return value of fpathconf
2016-02-10  Michael JeansonFix: BABELTRACE_HAVE_LIBC_UUID misspelled as BT_HAVE_LI...
2016-02-10  Michael JeansonFix: check for socket lib before function checks
2016-02-10  Michael JeansonPort: Add OSX libuuid compat
2016-02-10  Michael JeansonPort: Add OSX mman.h compat
2016-02-09  Alexis MartinPort: Add OSX endian.h compat
2016-02-09  Michael JeansonCleanup: remove unused label 'end'
2016-01-26  Jérémie GalarneauFix: Wrong variable checked for allocation failure
2016-01-19  Jérémie GalarneauImplement new CTF-IR reference counting scheme
next
This page took 0.038307 seconds and 4 git commands to generate.