Rename ctf_stream_class to ctf_stream_declaration
[babeltrace.git] / formats / ctf /
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 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  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 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 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 DesnoyersOutput warnings and errors to stderr
2012-01-27  Mathieu DesnoyersParse clock descriptions
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-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-15  Mathieu DesnoyersFix support for empty streams
2011-09-14  Julien DesfossezOptional file pointer to metadata
2011-09-13  Julien DesfossezSpecify callback to move packet in open_trace
2011-08-16  Mathieu DesnoyersAnnotate branches in ctf.c event reading/writing code
2011-08-13  Julien DesfossezExport the babeltrace API in babeltrace.h
2011-08-12  Mathieu DesnoyersSave current event id
2011-08-12  Mathieu DesnoyersInitialize size to 0 to eliminate incorrect gcc uniniti...
2011-08-11  Mathieu DesnoyersFix non-matching packet context wrt last packet event...
2011-08-03  Mathieu DesnoyersSkip padding from metadata end of packet
2011-08-03  Mathieu Desnoyersupdate test files header to "CTF 1.8"
2011-08-03  Mathieu DesnoyersUpdate message
2011-08-02  Mathieu DesnoyersFix reading of empty packets
2011-08-02  Mathieu DesnoyersAdd warning for missing /* TSDL header
2011-07-31  Mathieu DesnoyersAdd text-based metadata header: /* TSDL
2011-07-29  Mathieu DesnoyersUpdate ctf path test
2011-07-29  Mathieu DesnoyersUpdate ctf-path test case
2011-07-29  Mathieu DesnoyersUpdate ctf-path todo test
2011-07-29  Mathieu DesnoyersAdd tofix test (path lookup not supported by grammar)
2011-07-26  Mathieu DesnoyersRetry needs to recreate type def and aliases too
2011-07-26  Mathieu DesnoyersSet old declaration to NULL when retry
2011-07-26  Mathieu DesnoyersKeep byte order field mask set upon retry
2011-07-26  Mathieu DesnoyersClear field mask before retry.
2011-07-26  Mathieu DesnoyersHandle correctly cross-endianness for text-based metadata
2011-07-25  Mathieu DesnoyersByte order is only set when packet-based metadata is...
2011-07-25  Mathieu Desnoyersbyte order from arch only needs to be set when not...
2011-07-25  Mathieu DesnoyersFix read of text-based metadata traces
2011-07-20  Mathieu DesnoyersFix gcc 4.6 warnings
2011-07-20  Mathieu DesnoyersFix cross-endianness handling
2011-07-20  Mathieu DesnoyersFix memory initialization for parser test
2011-07-20  Mathieu DesnoyersRevert "Fix uninitialized memory in metadata parser"
2011-07-20  Mathieu DesnoyersFix uninitialized memory in metadata parser
next
This page took 0.03805 seconds and 7 git commands to generate.