babeltrace.git
2011-05-21  Mathieu DesnoyersFix incorrect unref
2011-05-21  Mathieu DesnoyersOnly show packet metadata read in debug mode
2011-05-21  Mathieu DesnoyersClarify license terms of test-bitfield.c
2011-05-18  Mathieu DesnoyersCTF: Add support for event headers using variants
2011-05-18  Mathieu Desnoyersctf-text: sequence: fix uninitialized return value
2011-05-17  Mathieu DesnoyersSequence: add missing handling of integer encoding
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-16  Mathieu DesnoyersDon't ever support named struct, enum, variant declarat...
2011-05-16  Mathieu DesnoyersUpdate sequence (type specifier -> field ref), fix...
2011-05-14  Mathieu DesnoyersCreate copy of integer declaration before applying...
2011-05-14  Mathieu DesnoyersUse 0b prefix for binary pretty print
2011-05-14  Mathieu DesnoyersInteger base update
2011-05-13  Mathieu DesnoyersAdd base integer attribute, and use it in ctf-text
2011-05-13  Mathieu DesnoyersAdd structure align() attribute, fix empty string suppo...
2011-05-13  Mathieu Desnoyersmove clock id test TSDL to development subdir
2011-05-13  Mathieu DesnoyersAdd alignment power of two check
2011-05-09  Mathieu DesnoyersHide timestamp field if timestamp is 0
2011-05-09  Mathieu DesnoyersRemove extra space in pretty print
2011-05-09  Mathieu DesnoyersUpdate pretty print output
2011-05-09  Mathieu DesnoyersUpdate pretty-printing output
2011-05-09  Mathieu DesnoyersUpdate pretty-print
2011-05-09  Mathieu Desnoyersmove struct ctf_stream -> struct ctf_stream_class
2011-05-09  Mathieu DesnoyersAdd -t option
2011-05-09  Mathieu DesnoyersUpdate pretty-print
2011-05-09  Mathieu Desnoyersmove content of struct field into struct definition
2011-05-08  Mathieu DesnoyersAdd missing libpopt dependency in README file
2011-05-07  Mathieu Desnoyersupdate usage()
2011-05-07  Mathieu Desnoyersfix timestamp parsing
2011-05-07  Mathieu DesnoyersAdd timestamps to babeltrace-log -t
2011-05-07  Mathieu DesnoyersCleanup babeltrace-log
2011-05-07  Mathieu DesnoyersMove babeltrace-log to converter directory
2011-05-07  Mathieu DesnoyersComplete dummy trace creation
2011-05-07  Mathieu DesnoyersUse O_RDWR for open write mode (for mmap)
2011-05-07  Mathieu DesnoyersPrettify usage()
2011-05-07  Mathieu Desnoyerscleanup usage()
2011-05-07  Mathieu DesnoyersAdd test traces
2011-05-07  Mathieu DesnoyersBe more verbose went encountering unexpected EOF
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 DesnoyersUse stdout FILE * rather than /dev/stdout for default...
2011-05-07  Mathieu Desnoyersfix packet vs file size check
2011-05-07  Mathieu DesnoyersAdd missing EOF check in string validation
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 DesnoyersRemove dead code, enable optimized integer read/write
2011-05-07  Mathieu Desnoyersupdate integer text output formatting
2011-05-07  Mathieu DesnoyersProvide sane defaults
2011-05-07  Mathieu Desnoyersprettify output
2011-05-07  Mathieu DesnoyersUse stdout output by default
2011-05-07  Mathieu Desnoyerstext conversion works
2011-05-07  Mathieu Desnoyersupdate gitignore
2011-05-07  Mathieu DesnoyersAdd missing makefile
2011-05-07  Mathieu DesnoyersAdd missing ctf-text.c to repo
2011-05-07  Mathieu DesnoyersAdd "text" plugin to list.
2011-05-07  Mathieu Desnoyerstext output
2011-05-06  Mathieu DesnoyersFix ctf teardown
2011-05-06  Mathieu Desnoyersinit pos cleanup
2011-05-06  Mathieu DesnoyersFix missing header
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 DesnoyersAdd single-stream tests
2011-05-06  Mathieu DesnoyersAllow missing stream {} declarator in single-stream...
2011-05-06  Mathieu Desnoyersonly enable printf_debug in lexer and parser in babeltr...
2011-05-06  Mathieu DesnoyersCTF: open trace read
2011-05-05  Mathieu DesnoyersAdd missing string declaration (without {})
2011-05-05  Mathieu Desnoyersstrings: don't free, just realloc
2011-05-05  Mathieu DesnoyersAdd dummy trace creator in tests
2011-05-05  Mathieu DesnoyersFix integer/float/string read: keep value in definition...
2011-05-05  Mathieu Desnoyersbitfields: use "type" parameter for unit pointer type
2011-05-05  Mathieu Desnoyerstest bitfield: adapt tests to 64-bit arch (long ->...
2011-05-05  Mathieu DesnoyersPortable bitfields: protect against variable name clash...
2011-05-05  Mathieu DesnoyersAdd array and sequence "len" accessor
2011-05-05  Mathieu DesnoyersStart packet mmap work
2011-05-04  Mathieu DesnoyersUnref: handle null pointers
2011-05-04  Mathieu DesnoyersUpdate tests to include new packet.header description
2011-04-30  Mathieu DesnoyersHandle noninteractive input for metadata
2011-04-30  Mathieu DesnoyersTrivial cleanup
2011-04-30  Mathieu DesnoyersMove stream pos declaration into CTF header
2011-04-30  Mathieu DesnoyersCTF trace open/close
2011-04-29  Mathieu DesnoyersUse dynamic shared libraries, list formats
2011-04-29  Mathieu DesnoyersAdd babeltrace option parsing
2011-04-29  Mathieu Desnoyersctf metadata visitor: remove word_size from trace decla...
2011-04-29  Mathieu DesnoyersRemove word_size from tests
2011-04-29  Mathieu DesnoyersAdd error handling to generate io struct visitor
2011-04-29  Mathieu DesnoyersAdd metadata test cases
2011-04-28  Mathieu DesnoyersAdd enum {} default mapping to "int" type
2011-04-28  Mathieu Desnoyersenum, change enum name <container_type> to enum name...
2011-04-28  Mathieu DesnoyersChange typealias separator from ":" to ":="
2011-04-27  Mathieu Desnoyersmetadata: Support empty structures
2011-04-27  Mathieu DesnoyersEnum: fix handling of container type
2011-04-27  Mathieu DesnoyersHash table usage fixes
2011-04-27  Mathieu Desnoyersio struct generation debugging ongoing
2011-04-27  Mathieu DesnoyersFix major -> minor typo in tests
2011-04-26  Mathieu DesnoyersCTF metadata structure generation code finished
2011-04-26  Mathieu DesnoyersTests: signedness -> signed
next
This page took 0.036382 seconds and 4 git commands to generate.