Update version to 1.0.0-rc4
[babeltrace.git] / formats /
2012-05-29  Mathieu DesnoyersFix: accept traces which skip stream ids
2012-05-29  Mathieu DesnoyersUse mmap_align
2012-05-04  Mathieu DesnoyersFix: report appropriate field in error message
2012-05-02  Mathieu DesnoyersFix: support 64-bit events discarded counter types
2012-05-02  Mathieu DesnoyersFix: add missing bt_ctf_get_int_len API
2012-04-16  Mathieu DesnoyersClarify warning message for events discarded
2012-04-11  Mathieu DesnoyersFix: put explicit error messages and warnings when...
2012-04-11  Mathieu DesnoyersFix: segfault on error handling
2012-04-11  Mathieu DesnoyersFix: enum must use last value + 1 as next item value
2012-04-11  Mathieu DesnoyersFix: warn, and don't assert, when reading a value outsi...
2012-04-10  Julien DesfossezAPI Fix : missing list fields of event decl
2012-04-05  Julien DesfossezAPI fix : fill the values for timestamp begin and end
2012-04-04  Julien DesfossezAPI : list of events in the trace
2012-04-03  Mathieu DesnoyersUUID field should be optional, as specified by CTF...
2012-04-03  Fredrik OestmanBabeltrace ctf-text duplicated error message
2012-04-02  Julien DesfossezAPI fix/breakage : reexporting bt_ctf_event
2012-03-30  Julien Desfossezfix/breakage API : replace bt_ctf_event
2012-03-30  Julien Desfossezadd ctf_event_definition pointer to ctf_stream_definition
2012-03-30  Julien DesfossezRename ctf_event to ctf_event_declaration
2012-03-30  Julien DesfossezRename ctf_stream to ctf_stream_definition
2012-03-30  Julien DesfossezRename ctf_stream_event to ctf_event_definition
2012-03-30  Julien DesfossezRename ctf_stream_class to ctf_stream_declaration
2012-03-28  Mathieu DesnoyersCleanup: Remove unneeded local variables from function
2012-03-27  Julien DesfossezAPI Fix : give access to trace_handle and context
2012-03-12  Mathieu DesnoyersFix API: add const qualifiers, privatize struct bt_ctf_...
2012-03-12  Mathieu DesnoyersFix: split ctf/event.c
2012-03-09  Mathieu DesnoyersFix: callbacks.c: more explicit error msg
2012-03-08  Mathieu DesnoyersFix: update missing copyrights and ifdef protection...
2012-03-06  Mathieu DesnoyersFix: Add memstream.h dependency to Makefile.am
2012-03-06  Mathieu DesnoyersImplement fallback for systems lacking open_memstream...
2012-03-01  Mathieu DesnoyersBabeltrace wrapper update
2012-03-01  Mathieu Desnoyersuuid wrapper: fix use in visitor
2012-03-01  Mathieu DesnoyersEndian wrapper use fix
2012-03-01  Mathieu DesnoyersCreate BSD wrapper for uuid
2012-03-01  Julien Desfossezfix API : deal with the optional underscore
2012-03-01  Julien DesfossezFix API : functions to access fields properties
2012-02-23  Mathieu DesnoyersLinker: privatize libbabeltrace_types
2012-02-23  Mathieu DesnoyersLink statically to internal libraries
2012-02-23  Mathieu DesnoyersCombine duplicated API/pretty-print timestamp code
2012-02-23  Signed-off-by: Jul... API : export the offsetted timestamp
2012-02-21  Julien DesfossezFix : segfault when printing timestamp on index
2012-02-21  Julien DesfossezFix : coherency in const parameters
2012-02-20  Mathieu DesnoyersGenerically print tracer version (and env) in verbose...
2012-02-17  Mathieu DesnoyersAPI fix: Move callbacks to CTF plugin
2012-02-17  Mathieu Desnoyersfix: move read event from iterator to event.h
2012-02-17  Mathieu DesnoyersFix: ctf specific events.c needs to be within CTF plugin
2012-02-17  Mathieu DesnoyersAPI fix: packet_seek should take an index rather than...
2012-02-17  Mathieu DesnoyersFix: packet_seek is local to plugins, but can be overridden
2012-02-17  Mathieu DesnoyersFix API: rename unclear move_pos_slow to packet_seek
2012-02-17  Mathieu DesnoyersFix: do not use ctf-specific struct in format.h
2012-02-16  Julien DesfossezTypedef bt_intern_str
2012-02-16  Julien DesfossezExport the list header with a new namespace
2012-02-13  Mathieu DesnoyersAdd --clock-force-correlate option
2012-02-13  Juha NiskanenUse default if there is no clock declaration
2012-02-13  Juha NiskanenUse 64-bit type for packet and content size
2012-02-10  Mathieu DesnoyersPrint loglevel names
2012-02-10  Julien DesfossezAPI : iterator get and set position
2012-02-09  Mathieu DesnoyersFix clock freq
2012-02-09  Mathieu Desnoyersclock: use freq field
2012-02-07  Mathieu DesnoyersShow env. in verbose mode
2012-02-07  Mathieu DesnoyersRemove all code that depends on trace collection direct...
2012-02-07  Mathieu DesnoyersUse environment information for extra fields
2012-02-07  Mathieu DesnoyersParse environment declarations from LTTng-modules and...
2012-02-02  Mathieu DesnoyersAllow signed values in get_signed. Cast unsigned into...
2012-02-01  Mathieu DesnoyersShow loglevel information only with value
2012-02-01  Mathieu Desnoyersenv needs to be a keyword too
2012-02-01  Mathieu DesnoyersAdd environment (env {}) parser-level support
2012-02-01  Mathieu DesnoyersRevert "Remove leading underscores from identifiers...
2012-02-01  Mathieu DesnoyersRemove leading underscores from identifiers directly...
2012-01-30  Mathieu DesnoyersTime offset: use trace offset average
2012-01-30  Mathieu DesnoyersPrint event discarded at end of stream
2012-01-30  Mathieu DesnoyersDiscarded event time range is between last packet event...
2012-01-30  Mathieu DesnoyersPrint time range during which events have been dropped
2012-01-30  Mathieu DesnoyersPrint events discarded
2012-01-30  Mathieu DesnoyersAdd clock offset support
2012-01-30  Mathieu Desnoyersclock: show as time of day
2012-01-28  Mathieu DesnoyersImplement clock mapping within integer type
2012-01-28  Mathieu DesnoyersImplement clock IR generation
2012-01-28  Mathieu DesnoyersRelax unknown field handling: warn instead of error
2012-01-27  Mathieu DesnoyersFix erroneous use of "-n" for additional fields, add...
2012-01-27  Mathieu DesnoyersOutput warnings and errors to stderr
2012-01-27  Mathieu DesnoyersParse clock descriptions
2012-01-07  Mathieu DesnoyersAdd time delta to ctf-text
2012-01-07  Mathieu Desnoyersctf-text: show timestamp in sec.nsec
2012-01-07  Mathieu DesnoyersFix wrong variable error check
2011-12-06  Mathieu DesnoyersAdd loglevel support
2011-11-28  Mathieu DesnoyersUse realpath for path
2011-11-23  Mathieu DesnoyersUse realpath on trace collection path
2011-11-23  Mathieu Desnoyersallow printing domains when no procname are present...
2011-11-22  Mathieu DesnoyersAdd trace:domain,trace:procname,trace:pid support
2011-11-22  Mathieu DesnoyersAdd "-n trace" option to print trace name
2011-11-19  Mathieu DesnoyersDo not install ctf-parser-test
2011-11-18  Mathieu DesnoyersMake ctf open errors more verbose
2011-11-02  Mathieu DesnoyersShow field names by default, enhance --names option
2011-11-02  Mathieu DesnoyersMove opt_field_names/babeltrace_verbose/babeltrace_debu...
2011-09-30  Julien DesfossezAdd mmap trace reading
2011-09-27  Mathieu DesnoyersUse integer extraction functions
2011-09-26  Mathieu DesnoyersFix float support
2011-09-19  Mathieu DesnoyersInteger support: add missing signed casts
2011-09-17  Mathieu DesnoyersRemove underscore prefix from field names (pretty-print)
next
This page took 0.038218 seconds and 7 git commands to generate.