babeltrace.git
2013-11-27  Mathieu DesnoyersFix: check packet index len
2013-11-27  Mathieu DesnoyersFix: uncheck null pointer
2013-11-27  Mathieu DesnoyersFix: test for less than 1 byte packets
2013-11-27  Mathieu DesnoyersFix: reversed logic in packet vs content size
2013-11-27  Mathieu DesnoyersFix: clarify end of packet error
2013-11-27  Mathieu DesnoyersFix: string packet boundary handling, bits vs bytes
2013-11-27  Mathieu DesnoyersFix: add stricter checks on packet boundaries
2013-11-26  Julien DesfossezParse CTF indexes
2013-11-26  Mathieu DesnoyersCleanup: fix typo
2013-11-26  Mathieu DesnoyersFix: fail when reading 0 byte event
2013-11-24  Jérémie GalarneauPython-bindings fix: outdated dist target babeltrace.i
2013-11-23  Jérémie GalarneauPython-bindings: Refactor the CTFWriter API
2013-11-23  Jérémie GalarneauFix: bt_ctf_field_generic_validate should return <...
2013-11-23  Jérémie GalarneauFix: Take the iterator's end position into account
2013-11-23  Jérémie GalarneauFix: Use the bt_iter_set_pos function to set the begin_pos
2013-11-23  Jérémie GalarneauPython-bindings: Move declaration bindings out of the...
2013-11-23  Jérémie GalarneauPython-bindings: Refactor the FieldDecl and EventDecl...
2013-11-23  Jérémie GalarneauPython-bindings: Move the _scopes array out of the...
2013-11-23  Jérémie GalarneauPython-bindings: Refactor the Event class
2013-11-23  Jérémie GalarneauPython-bindings: Refactor the TraceHandle class to...
2013-11-23  Jérémie GalarneauPython-bindings: Refactor the Context class
2013-11-19  Jérémie GalarneauTest ctf-writer: Verify that enumerations are validated...
2013-11-19  Jérémie GalarneauFix ctf-writer: Reject enumerations containing no mappings
2013-11-15  Jérémie GalarneauFix lint warnings
2013-11-13  Jérémie GalarneauExpose text arrays the same way as regular arrays
2013-11-13  Jérémie GalarneauDon't generate Python bindings by default
2013-11-13  Jérémie GalarneauAdd a usage example for the CTF Writer Python bindings
2013-11-13  Jérémie GalarneauAdd CTF Writer Python bindings
2013-11-13  Jérémie GalarneauRename the ctf class to CTFReader
2013-11-13  Jérémie GalarneauFix: Python bindings array access functions write out...
2013-11-13  Jérémie GalarneauAdd support for structure fields in the Python bindings
2013-11-13  Jérémie GalarneauAdd support for variant fields in the Python bindings
2013-11-13  Jérémie GalarneauAdd support for floating point fields in the Python...
2013-11-12  Jérémie GalarneauFix: Use of functions not provided by glib 2.22
2013-11-12  Jérémie GalarneauFix: Throw a FieldError exception when get_value()...
2013-11-12  Jérémie GalarneauRemove Python 2 specific examples
2013-11-12  Xiaona HanAdd a python bindings sequence test
2013-11-12  Xiaona HanSupport for the sequence type
2013-11-12  Xiaona HanAdd a generic get_value() implementation
2013-11-12  Xiaona HanSupport getting the value of enums
2013-11-12  Xiaona HanRemove the unnecessary underscore prefix
2013-11-12  Xiaona HanReturn event fields by field name
2013-11-12  Jérémie GalarneauMerge branch 'master' into bindings/python
2013-11-06  Mathieu Desnoyersctf writer BSD compatibily: remove O_DIRECTORY
2013-11-02  Mathieu DesnoyersFix ctf writer lints
2013-11-02  Mathieu Desnoyerslinter fix: comparison of fd >= 0
2013-10-31  Mathieu Desnoyerstest ctf writer: fix lints
2013-10-31  Mathieu Desnoyersctf-writer: fix linter defects
2013-10-31  Mathieu Desnoyersctf-writer: Coding style fix
2013-10-31  Jérémie GalarneauTests: Add a CTF Writer test
2013-10-31  Jérémie GalarneauAdd CTF Writer implementation
2013-10-31  Jérémie GalarneauAdd public CTF Writer API headers
2013-10-31  Jérémie GalarneauFix: Don't create a new packet if ctf_move_pos() seeks...
2013-10-31  Jérémie GalarneauFix: Uninitialized ctf_stream_pos structure in ctf_floa...
2013-10-31  Jérémie GalarneauFix: Use the packet's final size when mmap-ing the...
2013-10-11  Jérémie GalarneauFix: Close traces on context destruction
2013-10-08  Mathieu Desnoyersgcc warning fix: -Wextra
2013-09-13  Francis GiraldeauDeclare enum type to use from C++
2013-08-26  Christian BabeuxFix: test_seek should only output one TAP plan
2013-08-26  Mathieu DesnoyersRevert "Add missing declaration of ssize_t as unsigned...
2013-08-26  Amit MargalitAdd missing declaration of ssize_t as unsigned long...
2013-08-26  Amit MargalitFix (python): use of braces in format strings
2013-08-26  Amit MargalitAdd missing call to _bt_ctf_get_decl_from_def() when...
2013-08-26  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-08-26  Mathieu DesnoyersFix: test_seek static linking
2013-08-23  Mathieu DesnoyersTests: fix string octal encoding
2013-08-22  Mathieu DesnoyersAdd missing Makefile.am
2013-08-22  Mathieu Desnoyersmake check VPATH build
2013-08-22  Mathieu DesnoyersAdd missing test files to make dist
2013-08-22  Christian BabeuxTests: Use Perl prove as the testsuite runner
2013-08-22  Christian BabeuxTests: Add trace reading test with babeltrace bin
2013-08-22  Christian BabeuxTests: Split lib tests in multiple standalone test...
2013-08-22  Christian BabeuxTests: Rename tests under lib with tests naming convention
2013-08-22  Christian BabeuxTests: Move TAP helpers to tests/utils/tap
2013-08-22  Jérémie GalarneauFix ctf_clock_declaration_visit returning an error...
2013-08-16  Mathieu DesnoyersFix CTF parser hang with bison 3.0
2013-08-16  Mathieu DesnoyersAdd missing lex/bison generated files to make clean
2013-08-15  Yannick BrosseauPut the libbabeltrace-ctf specific parts of babeltrace...
2013-08-15  Yannick BrosseauTest for presence of bison and flex when building from git
2013-07-12  Jérémie GalarneauFix: Unchecked asprintf/vasprintf return values
2013-07-12  Mathieu DesnoyersMissing NULL pointer init in tap.c
2013-07-08  Xiaona HanAdd bt_unregister_format function support
2013-07-08  Mathieu DesnoyersFix: libcompat should be noinst (statically linked)
2013-07-08  JP IkaheimonenAdd MinGW definitions to endian.h
2013-07-08  JP IkaheimonenAdd MinGW implementation of UUID functions
2013-07-08  JP IkaheimonenAdd Windows exe files to .gitignore
2013-07-08  JP IkaheimonenAdd MinGW32 libraries to executables
2013-07-08  JP IkaheimonenMove strerror_r to compat directory
2013-07-08  Mathieu DesnoyersDocument: manpage: chronologically ordered events
2013-07-05  Xiaona HanMake python bindings compile with trunk
2013-07-05  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-06-29  Soumya Kanti... babeltrace-log: UTC timestamps
2013-06-26  Mathieu DesnoyersCleanup: comment mismatch with code
2013-06-26  Yannick BrosseauAdd unit test validating seeking to last event of a...
2013-06-26  Jérémie GalarneauRemove unused function bt_trace_handle_get_id
2013-06-25  Mathieu DesnoyersCleanup: remove whitespaces at end of lines
2013-06-21  Yannick BrosseauRemove extra -I for python bindings
2013-06-19  Mathieu DesnoyersVersion 1.1.1 v1.1.1
2013-06-17  Mathieu DesnoyersCompare traces by stream path as secondary key
2013-06-17  Mathieu DesnoyersFix: use index, not cur_index, for SEEK_SET validation
next
This page took 0.038146 seconds and 4 git commands to generate.