Fix: do not use ctf-specific struct in format.h
[babeltrace.git] / formats / ctf / ctf.c
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  Juha NiskanenUse 64-bit type for packet and content size
2012-02-10  Julien DesfossezAPI : iterator get and set position
2012-02-09  Mathieu Desnoyersclock: use freq field
2012-02-07  Mathieu DesnoyersRemove all code that depends on trace collection direct...
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-27  Mathieu DesnoyersOutput warnings and errors to stderr
2012-01-07  Mathieu DesnoyersFix wrong variable error check
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-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-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-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 message
2011-08-02  Mathieu DesnoyersFix reading of empty packets
2011-08-02  Mathieu DesnoyersAdd warning for missing /* TSDL header
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 cross-endianness handling
2011-07-14  Mathieu DesnoyersMerge branch 'master' of ssh://efficios.com/home/effici...
2011-07-13  Mathieu DesnoyersCTF: fix packet indexing
2011-07-13  Mathieu DesnoyersCTF format: packet metadata final \0 fix
2011-06-30  Mathieu DesnoyersAdd shared copyright to EfficiOS Inc. and Linux Foundation
2011-06-28  Mathieu DesnoyersPretty-print 0-value timestamps
2011-06-24  Mathieu DesnoyersFix message arg type
2011-06-23  Mathieu DesnoyersMove ctf_file_stream away from ctf-ir
2011-06-23  Mathieu DesnoyersMove stream_id to struct ctf_stream
2011-06-23  Mathieu DesnoyersRename struct ctf_file_event to struct ctf_stream_event
2011-06-22  Mathieu DesnoyersFix babeltrace-log (output) handling in ctf.c
2011-06-08  Mathieu DesnoyersPacket metadata read should substract header size
2011-05-26  Mathieu DesnoyersCheck for files not containing any header
2011-05-23  Mathieu DesnoyersKeep packet header and context current
2011-05-23  Mathieu DesnoyersMove definitions to per-file structure
2011-05-23  Mathieu DesnoyersUpdate timestamps by carrying the overflow
2011-05-23  Mathieu DesnoyersFix null stream handling
2011-05-22  Mathieu DesnoyersEnum printing fix, enum / variant header handling
2011-05-22  Mathieu DesnoyersFix handling of memopen size
2011-05-21  Mathieu DesnoyersOnly show packet metadata read in debug mode
2011-05-18  Mathieu DesnoyersCTF: Add support for event headers using variants
2011-05-17  Mathieu DesnoyersAdd "encoding" for sequence and array of integers
2011-05-17  Mathieu DesnoyersFix multi-packet packet-based metadata
2011-05-17  Mathieu DesnoyersUse header_sizeof() for header size instead of gcc...
2011-05-17  Mathieu DesnoyersTest and fix packet-based metadata parsing
2011-05-17  Mathieu Desnoyerstrace_uuid -> uuid and add packet metadata support
2011-05-13  Mathieu DesnoyersAdd structure align() attribute, fix empty string suppo...
2011-05-09  Mathieu DesnoyersUpdate pretty-printing output
2011-05-09  Mathieu Desnoyersmove struct ctf_stream -> struct ctf_stream_class
2011-05-09  Mathieu DesnoyersUpdate pretty-print
2011-05-09  Mathieu Desnoyersmove content of struct field into struct definition
2011-05-07  Mathieu DesnoyersUse O_RDWR for open write mode (for mmap)
2011-05-07  Mathieu DesnoyersChange -EOF for EOF (it is worth -1), fix assertion
2011-05-07  Mathieu DesnoyersIgnore hidden files, error message enhancement
2011-05-07  Mathieu Desnoyersfix packet vs file size check
2011-05-07  Mathieu DesnoyersAdd out-of-bound checks
2011-05-07  Mathieu Desnoyerscleanup
2011-05-07  Mathieu DesnoyersAdd checks on packet and content size
2011-05-07  Mathieu DesnoyersProvide sane defaults
2011-05-07  Mathieu Desnoyerstext conversion works
2011-05-07  Mathieu Desnoyerstext output
2011-05-06  Mathieu DesnoyersFix ctf teardown
2011-05-06  Mathieu Desnoyersinit pos cleanup
2011-05-06  Mathieu DesnoyersRestructure objects around generic_rw() accessor
2011-05-06  Mathieu DesnoyersUse inheritance for trace descriptor and positions
2011-05-06  Mathieu DesnoyersCTF: open trace read
2011-05-05  Mathieu DesnoyersFix integer/float/string read: keep value in definition...
2011-05-05  Mathieu DesnoyersAdd array and sequence "len" accessor
2011-05-05  Mathieu DesnoyersStart packet mmap work
2011-04-30  Mathieu DesnoyersHandle noninteractive input for metadata
2011-04-30  Mathieu DesnoyersCTF trace open/close
2011-04-29  Mathieu DesnoyersUse dynamic shared libraries, list formats
2011-02-26  Mathieu DesnoyersAdd type class/type structure management
2010-12-29  Mathieu DesnoyersBuild fix
2010-12-28  Mathieu DesnoyersRelicense BabelTrace library to MIT (BSD-style)
2010-10-05  Mathieu DesnoyersAdd array
2010-10-05  Mathieu DesnoyersAdd structures
2010-10-04  Mathieu DesnoyersRemove bitfields, which are just a bit-addressed integer
2010-10-03  Mathieu DesnoyersString type: complete migration to bitwise position
2010-09-30  Mathieu DesnoyersManage enumerations at the library level
2010-09-30  Mathieu DesnoyersAdd float type class to babeltrace types
2010-09-30  Mathieu DesnoyersAdd ctf type loading, add integer and bitfield "copy"
2010-09-30  Mathieu DesnoyersUse statically known types, use hash for formats
This page took 0.239916 seconds and 104 git commands to generate.