Fix: out-of-tree dist fails to find test traces
[babeltrace.git] / formats /
2015-02-13  Jérémie GalarneauPopulate event header from mapped timestamp clock
2015-02-13  Jérémie GalarneauMap default event header timestamp field to the stream...
2015-02-13  Jérémie GalarneauFix: erroneous use of semicolon instead of comma in...
2015-02-13  Jérémie GalarneauFix: Don't freeze field type on addition to structure
2015-02-12  Jérémie GalarneauAdd support for clock mapping on integer field type
2015-02-12  Philippe Proulxctf-ir: allow 1-bit signed integer types
2015-02-12  Philippe Proulxctf-ir: disallow creating a 0-bit integer type
2015-02-04  Jérémie GalarneauCleanup: line over 80 chars
2015-02-04  Jérémie GalarneauAdd support for custom event headers
2015-02-04  Jérémie GalarneauCleanup: Use a switch case instead of conditionals
2015-02-04  Jérémie GalarneauFix: Field types native byte order refers to the trace
2015-01-28  Jérémie GalarneauFix: lazy-mmap() streams when flushing
2015-01-28  Jérémie GalarneauFix: lock stream class after assigning stream id
2015-01-26  Mathieu DesnoyersFix: handle 64-bit trace IDs on 32-bit systems
2015-01-26  Mathieu DesnoyersFix: print format type mismatch warnings on 32-bit
2015-01-23  Jérémie GalarneauAdd utility function to validate CTF identifiers
2015-01-23  Jérémie GalarneauRevert "Add event header accessors and support for...
2015-01-15  Jérémie GalarneauAdd event header accessors and support for custom event...
2015-01-06  Jérémie GalarneauAdd missing stream class accessor
2015-01-06  Jérémie GalarneauAdd stream packet header accessors
2015-01-06  Jérémie GalarneauAdd trace packet header accessors and support custom...
2015-01-06  Jérémie GalarneauFix: Only allow setting a stream class when not frozen
2015-01-05  Mathieu DesnoyersFix: allow empty CTF files
2014-12-16  Jérémie GalarneauAdd event context accessors
2014-12-15  Jérémie GalarneauFix: Check integer signedness in packet header when...
2014-12-15  Jérémie GalarneauDocs: Add a comment about event validation in bt_ctf_st...
2014-12-15  Jérémie GalarneauCleanup: Misplaced end label in bt_ctf_stream_get_packe...
2014-12-15  Jérémie GalarneauAdd stream_event_context accessors
2014-12-15  Jérémie GalarneauCleanup: Remove unnecessary argument name
2014-12-15  Jérémie GalarneauCleanup: Missing whitespace in comment
2014-12-15  Jérémie GalarneauFix: Only allow setting a packet context on a non-froze...
2014-12-15  Jérémie GalarneauAdd stream_event_context accessors
2014-12-15  Jérémie GalarneauImplement bt_ctf_field deep copy
2014-12-12  Jérémie GalarneauFix: Incorrect variant tag validation
2014-12-10  Jérémie GalarneauFix: Missing description NULL check in bt_ctf_clock...
2014-12-10  Jérémie GalarneauFix: Ensure a packet context is a structure
2014-12-02  Jérémie GalarneauAdd comment indicating the type of ctf_traces' elements
2014-12-02  Julien DesfossezFix: iterate manually over each live trace to add to...
2014-10-31  Julien DesfossezFix: make sure we can exit the get_new_metadata loop
2014-10-31  Jérémie GalarneauFix: respect signed integers' length when printing...
2014-10-21  Jérémie GalarneauEnsure types used for index and count in CTF IR API...
2014-10-20  Jérémie GalarneauCleanup: Missing space after cast operator
2014-10-20  Jérémie GalarneauAdd trace accessor to CTF Writer
2014-10-20  Jérémie GalarneauAdd clock accessor to CTF IR Trace
2014-10-20  Jérémie GalarneauReuse existing g_string instance when setting a clock...
2014-10-20  Jérémie GalarneauDon't automatically generate a clock UUID in _bt_ctf_cl...
2014-10-20  Jérémie GalarneauAdd an alias name attribute and accessor to CTF IR...
2014-10-20  Jérémie GalarneauAdd internal nameless clock creation API
2014-10-20  Jérémie GalarneauAdd Trace CTF IR type
2014-10-16  Jérémie GalarneauChange CTF IR header descriptions from CTF Writer to...
2014-10-06  Jérémie GalarneauAdd UUID accessors to CTF-IR clock
2014-10-02  Mathieu DesnoyersFix: offset_s and CTF clocks with frequency != 1GHz
2014-09-23  Mathieu DesnoyersFix: incorrect compiler warning
2014-09-23  Jérémie GalarneauFix: Don't assume that PROT_WRITE grants read permissions
2014-09-17  Mathieu DesnoyersFix: align objstack on 8 bytes
2014-08-07  Jérémie GalarneauReplace usages of limits.h with the compatibility header
2014-07-31  Mathieu DesnoyersFix: don't perform unaligned integer read/writes
2014-07-29  Jérémie GalarneauAdd stream packet header accessors
2014-07-29  Jérémie GalarneauReuse previously allocated string when setting value
2014-07-29  Jérémie GalarneauFix: bt_ctf_field_type_structure_add_field argument...
2014-07-14  Julien DesfossezFix: mmap trace read the stream_id from the first packet
2014-07-14  Julien DesfossezFix: check the lttng-relayd protocol version
2014-07-14  Julien DesfossezFix: don't update the trace collection if no new stream...
2014-07-02  Jérémie GalarneauRemove logically dead code
2014-06-28  Jérémie GalarneauImplement CTF-IR stream getters
2014-06-28  Jérémie GalarneauMove CTF-Writer stream to CTF-IR
2014-06-28  Jérémie GalarneauImplement CTF-IR stream class getters
2014-06-27  Jérémie GalarneauImplement CTF-IR event getters
2014-06-27  Jérémie GalarneauFix: Set the stream class' id in the packet header
2014-06-27  Jérémie GalarneauImplement CTF-IR field types getters
2014-06-27  Jérémie GalarneauUpdate CTF-Writer and CTF-IR copyrights
2014-06-27  Jérémie GalarneauTests: Test CTF-IR event-field's getters
2014-06-27  Jérémie GalarneauDocs: CTF-IR sequence's length field must be unsigned
2014-06-27  Jérémie GalarneauImplement CTF-IR event fields getters
2014-06-27  Jérémie GalarneauFix: Check that enumeration container types are integers
2014-06-27  Jérémie GalarneauAdd bt_ctf_field_type_enumeration private search functions
2014-06-27  Jérémie GalarneauImplement CTF-IR Clock getters
2014-06-27  Jérémie GalarneauSplit the CTF-Writer implementation in IR and Writer...
2014-06-27  Jérémie GalarneauSplit the CTF-Writer API into IR and Writer-specific...
2014-05-21  Jérémie GalarneauFix: Report the sequence's length field's value as...
2014-05-16  Fredrik MarkströmFix: Align buffers from objstack_alloc on sizeof(void *)
2014-04-26  Jesper DerehagAdd fallback for betoh/htobe if they do not exist
2014-04-08  Amit MargalitAdded bt_ctf_get_decl_event_id() API function.
2014-03-15  Mathieu DesnoyersFix: ctf-text: add missing double-quotes around enum tag
2014-03-12  Lars PerssonFix: Support out of tree builds in babeltrace
2014-03-10  Jérémie GalarneauFix: Add missing lttng_live_should_quit checks
2014-03-10  Jérémie GalarneauFix: Report errors occuring in lttng_live_read
2014-03-03  Jérémie GalarneauFix: Accept an input port in the live URL when no sessi...
2014-02-28  Mathieu DesnoyersFix: lttng-live parse url port check
2014-02-26  Mathieu DesnoyersFix: events discarded timing inaccuracy
2014-02-25  Jérémie GalarneauFix: Move offset endianness conversion to get_data_packet
2014-02-25  Jérémie GalarneauFix: Remove negative comparison to unsigned value
2014-02-25  Jérémie GalarneauFix: Uninitialized scalar variable
2014-02-25  Jérémie GalarneauFix: Don't assert on metadata generation failure
2014-02-25  Mathieu DesnoyersFix: add missing SIGTERM and SIGINT handler
2014-02-25  Mathieu DesnoyersFix: Reverse incorrect error message argument order
2014-02-25  Mathieu DesnoyersCleanup: add brackets to lttng-live-plugin.c
2014-02-25  Mathieu DesnoyersCleanup lttng-live: add brackets in lttng_live_read()
2014-02-25  Mathieu DesnoyersCleanup lttng-live: 80 columns wrapping
2014-02-25  Mathieu DesnoyersFix: handle new streams in get_data_packet()
next
This page took 0.040158 seconds and 7 git commands to generate.