Fix: Silence missing sentinel warnings on GCC 4
[babeltrace.git] / ChangeLog
1 2014-11-04 Babeltrace 1.2.4
2 * Fix: make sure we can exit the get_new_metadata loop
3 * Docs fix: Change bt_ctf_writer_create_stream return description
4 * Fix: offset_s and CTF clocks with frequency != 1GHz
5
6 2014-09-23 Babeltrace 1.2.3
7 * Fix: incorrect compiler warning
8 * Fix: Don't assume that PROT_WRITE grants read permissions
9 * Fix: align objstack on 8 bytes
10 * Fix Python: Add a comment warning about an API limitation
11 * Use BABELTRACE_HOST_NAME_MAX in test_ctf_writer.c
12 * Add limits compatibility header
13 * Fix: don't perform unaligned integer read/writes
14 * Fix: Align buffers from objstack_alloc on sizeof(void *)
15 * Fix: bt_ctf_field_type_structure_add_field argument validation
16
17 2014-07-22 Babeltrace 1.2.2
18 * Fix: Support out of tree builds in babeltrace
19 * Fix: mmap trace read the stream_id from the first packet
20 * Fix: check the lttng-relayd protocol version
21 * Fix: don't update the trace collection if no new streams were received
22 * Fix (Python bindings): Return a string if a sequence's element are chars
23 * Fix: don't use a return code in _bt_ctf_stream_append_discarded_events
24 * Fix: Report the sequence's length field's value as length
25 * Fix: Variable name typo in SequenceField and Event classes
26 * Fix python: remove weird char at the end of line
27 * Fix: add missing files to gitignore
28 * Fix: ctf-text: add missing double-quotes around enum tag
29 * Fix: Add missing lttng_live_should_quit checks
30 * Fix: Report errors occuring in lttng_live_read
31
32 2014-03-08 Babeltrace 1.2.1
33 * Fix: Accept an input port in the live URL when no session is provided
34
35 2014-02-28 Babeltrace 1.2.0
36 * Fix: lttng-live parse url port check
37
38 2014-02-27 Babeltrace 1.2.0-rc2
39 * Fix: events discarded timing inaccuracy
40 * Fix: Move offset endianness conversion to get_data_packet
41 * Fix: Remove negative comparison to unsigned value
42 * Fix: Uninitialized scalar variable
43 * Fix: Don't assert on metadata generation failure
44 * Fix: add missing SIGTERM and SIGINT handler
45 * Fix: Reverse incorrect error message argument order
46 * Cleanup: add brackets to lttng-live-plugin.c
47 * Cleanup lttng-live: add brackets in lttng_live_read()
48 * Cleanup lttng-live: 80 columns wrapping
49 * Fix: handle new streams in get_data_packet()
50 * Fix: accept empty metadata on append
51 * Fix: lttng-live: 100ms active poll delay
52 * Fix: lttng-live await metadata
53 * Fix: lttng-live recv() and send() flags, partial recv()
54 * Fix: missing little endian conversion for one index field
55 * Cleanup: remove logically dead code
56 * Fix: untrusted value as argument
57 * Fix: off by one in lttng-live path length check
58 * Fix: fclose return value unchecked
59 * Fix: call to append metadata when new metadata is added
60 * Fix: use memstream instead of tmp file for live metadata
61 * Fix: assign a trace handle to every live trace
62 * Fix: get_new_metadata receive all the metadata
63 * Fix: Coverity warning CWE-457: Use of Uninitialized Variable
64 * Revert "Fix: get_new_metadata receive all the metadata"
65 * Revert "Fix: assign a trace handle to every live trace"
66 * Fix: assign a trace handle to every live trace
67 * Fix: get_new_metadata receive all the metadata
68 * CTF: Support incremental metadata append
69 * Fix: ctf.c fscanf missing integer length check
70 * Bump soname version to 1.0.0
71 * Move scanner allocation/free outside of ctf_open_trace_metadata_read
72 * CTF parser: prepare for incremental metadata parsing
73 * Python bindings: return char arrays as strings in value()
74 * Python bindings: sched_switch example clean-up
75 * Fix: add missing test scripts to Makefile.am
76
77 2014-02-14 Babeltrace 1.2.0-rc1
78 * Cleanup: lttng-live: use perror() rather than fprintf for err msg
79 * Fix: lttng-live: handle orderly shutdown
80 * Fix: Unchecked array index when importing trace indexes
81 * LTTng-live usage documentation
82 * Fix: ctf: uninitialized packet_index, misuse of index
83 * Cleanup: rename lttng live implementation files
84 * Attach and list by session name and hostname
85 * get_new_streams and multi-session
86 * Create the live viewer session before attaching
87 * Sync lttng live ABI with lttng-tools
88 * Extract adding a trace to the iterator from bt_iter_init
89 * Compute discarded events in live
90 * Merge real index and cycles index into a single index
91 * Fix: import index containing only a header
92 * Remove outdated Python bindings test
93 * Fix: replace assert with proper error handling
94 * Fix: lttng-live: unbounded use of sscanf() in parse_url()
95 * Fix: lttng-live should accept 0 in addresses
96 * Remove default to display field names in live
97 * Remove null checks on g_new0
98 * Cleanup: iterator unused pointer value
99 * Fix: lttng-live: resource leak
100 * Fix: lttng-live uninitialized scalar variable
101 * Fix: lttng-live non NULL-terminated strings
102 * lttng-live: fix unchecked mkdir return value
103 * lttng-live input plugin
104 * Live: let read API detect inactive streams, allow streams without fd
105 * Add Jérémie Galarneau as co-maintainer
106 * Fix: disallow re-using same event ID in same stream
107 * Fix: check for unknown enum/variant fields
108 * Fix: libbabeltrace lib build dependencies
109 * Fixes in babeltrace core to support non-CTF traces
110 * Add a private pointer to the ctf_stream_pos
111 * Be more widely accepting for missing variant/enum fields
112 * Cleanup: remove index_read (unused var)
113 * Refuse 0 integer size
114 * Fix ctf-writer: possible use after free
115 * Fix data_offset when importing the indexes
116 * Merge branch 'master' into bindings/python
117 * Python-bindings fix: Out of tree build fails to find babeltrace.i
118 * Test: Validate that enumeration mapping strings are properly escaped
119 * Fix ctf-writer: Quote strings provided as enumeration mappings
120 * Fix: read/write mode check
121 * Cleanup: do not duplicate code in float fix
122 * Fix: floats should set content size in tmp definition
123 * Handle empty streams on iterator init
124 * Handle packets containing only a header
125 * Handle the inactive streams
126 * Fix: test content size vs headers len
127 * Fix: check packet index len
128 * Fix: uncheck null pointer
129 * Fix: test for less than 1 byte packets
130 * Fix: reversed logic in packet vs content size
131 * Fix: clarify end of packet error
132 * Fix: string packet boundary handling, bits vs bytes
133 * Fix: add stricter checks on packet boundaries
134 * Parse CTF indexes
135 * Cleanup: fix typo
136 * Fix: fail when reading 0 byte event
137 * Python-bindings fix: outdated dist target babeltrace.i
138 * Python-bindings: Refactor the CTFWriter API
139 * Fix: bt_ctf_field_generic_validate should return < 0 on error
140 * Fix: Take the iterator's end position into account
141 * Fix: Use the bt_iter_set_pos function to set the begin_pos
142 * Python-bindings: Move declaration bindings out of the _Definition class
143 * Python-bindings: Refactor the FieldDecl and EventDecl classes
144 * Python-bindings: Move the _scopes array out of the Event class
145 * Python-bindings: Refactor the Event class
146 * Python-bindings: Refactor the TraceHandle class to use properties
147 * Python-bindings: Refactor the Context class
148 * Test ctf-writer: Verify that enumerations are validated before use
149 * Fix ctf-writer: Reject enumerations containing no mappings
150 * Fix lint warnings
151 * Expose text arrays the same way as regular arrays
152 * Don't generate Python bindings by default
153 * Add a usage example for the CTF Writer Python bindings
154 * Add CTF Writer Python bindings
155 * Rename the ctf class to CTFReader
156 * Fix: Python bindings array access functions write out of bounds
157 * Add support for structure fields in the Python bindings
158 * Add support for variant fields in the Python bindings
159 * Add support for floating point fields in the Python bindings
160 * Fix: Use of functions not provided by glib 2.22
161 * Fix: Throw a FieldError exception when get_value() fails
162 * Remove Python 2 specific examples
163 * Add a python bindings sequence test
164 * Support for the sequence type
165 * Add a generic get_value() implementation
166 * Support getting the value of enums
167 * Remove the unnecessary underscore prefix
168 * Return event fields by field name
169 * Merge branch 'master' into bindings/python
170 * ctf writer BSD compatibily: remove O_DIRECTORY
171 * Fix ctf writer lints
172 * linter fix: comparison of fd >= 0
173 * test ctf writer: fix lints
174 * ctf-writer: fix linter defects
175 * ctf-writer: Coding style fix
176 * Tests: Add a CTF Writer test
177 * Add CTF Writer implementation
178 * Add public CTF Writer API headers
179 * Fix: Don't create a new packet if ctf_move_pos() seeks out of a packet
180 * Fix: Uninitialized ctf_stream_pos structure in ctf_float_write()
181 * Fix: Use the packet's final size when mmap-ing the next packet
182 * Fix: Close traces on context destruction
183 * gcc warning fix: -Wextra
184 * Declare enum type to use from C++
185 * Fix: test_seek should only output one TAP plan
186 * Revert "Add missing declaration of ssize_t as unsigned long for SWIG"
187 * Add missing declaration of ssize_t as unsigned long for SWIG
188 * Fix (python): use of braces in format strings
189 * Add missing call to _bt_ctf_get_decl_from_def() when calling _bt_ctf_get_int_len().
190 * Merge branch 'master' into bindings/python
191 * Fix: test_seek static linking
192 * Tests: fix string octal encoding
193 * Add missing Makefile.am
194 * make check VPATH build
195 * Add missing test files to make dist
196 * Tests: Use Perl prove as the testsuite runner
197 * Tests: Add trace reading test with babeltrace bin
198 * Tests: Split lib tests in multiple standalone test scripts
199 * Tests: Rename tests under lib with tests naming convention
200 * Tests: Move TAP helpers to tests/utils/tap
201 * Fix ctf_clock_declaration_visit returning an error when reading a boolean
202 * Fix CTF parser hang with bison 3.0
203 * Add missing lex/bison generated files to make clean
204 * Put the libbabeltrace-ctf specific parts of babeltrace.pc into a babeltrace-ctf.pc file
205 * Test for presence of bison and flex when building from git
206 * Fix: Unchecked asprintf/vasprintf return values
207 * Missing NULL pointer init in tap.c
208 * Add bt_unregister_format function support
209 * Fix: libcompat should be noinst (statically linked)
210 * Add MinGW definitions to endian.h
211 * Add MinGW implementation of UUID functions
212 * Add Windows exe files to .gitignore
213 * Add MinGW32 libraries to executables
214 * Move strerror_r to compat directory
215 * Document: manpage: chronologically ordered events
216 * Make python bindings compile with trunk
217 * Merge branch 'master' into bindings/python
218 * babeltrace-log: UTC timestamps
219 * Cleanup: comment mismatch with code
220 * Add unit test validating seeking to last event of a trace
221 * Remove unused function bt_trace_handle_get_id
222 * Cleanup: remove whitespaces at end of lines
223 * Remove extra -I for python bindings
224
225 2013-06-18 Babeltrace 1.1.1
226 * Compare traces by stream path as secondary key
227 * Fix: use index, not cur_index, for SEEK_SET validation
228 * Fix: ctf-text irregular output with disabled field names
229 * Support old compilers
230 * Remove useless variable assignment
231 * Fix: Remove extra quote after an include directive
232 * Don't dereference before NULL check
233 * eliminate dead code
234 * fix babeltrace-log error checking
235 * Fix resource leak on error path
236 * Fix: handle error checking should compare against NULL
237 * Remove unused array in bt_context_add_traces_recursive
238 * Fix: Suppress a compiler warning (always-false condition)
239 * Cleanup: remove trailing whitespaces
240 * Move memstream.h and uuid.h to include/babeltrace/compat directory
241 * Fix: handling of empty streams
242 * Add new option --clock-offset-ns
243 * Fix: add missing error return when create_event_definitions fails
244 * Fix: ctf-text should link on libbabeltrace-ctf
245 * Move clock to bt_trace_descriptor
246 * Remove unused stream_heap
247 * Move trace collection pointer to bt_trace_descriptor
248 * Move bt_handle to bt_trace_descriptor
249 * Move bt_context to bt_trace_descriptor
250 * Privatize struct bt_trace descriptor, move trace path
251 * Add backward ref from bt_stream_pos to bt_trace_descriptor
252 * Fix kFreeBSD build
253 * Fix: babeltrace-log timestamps should be in nsec
254 * Use objstack for AST allocation
255 * Remove unused gc field
256 * Use objstack to store nodes
257 * Use objstack for strings
258 * Implement objstack for parser
259 * Fix: octal and hex string handling
260 * Simplify error node
261 * Lexer cleanup
262 * Fix: invalid integer suffix parsing
263 * Test cleanup
264 * Test cleanup
265 * Test cleanup
266 * Fix: bootstrap should call libtoolize
267 * Fix bootstrap script
268 * Use uint64_t for packet_map_len
269 * Add smalltrace succeed/fail test cases
270 * Support packets and trace files smaller than page size
271 * Move ctf-metadata plugin into its own shared object
272 * Implement ctf-metadata output plugin
273 * Handle make_node errors with TLS dummy node
274 * Remove nested expressions
275 * Eliminate dead code
276 * Fix: trace_collection_add() add after check
277 * Handle integers in lexer rather than grammar
278 * Implement perror printf
279 * Support escape characters in metadata strings
280 * Add error node to AST
281 * Introduce macro to enforce matching enum to string for node types
282 * Fix: add semantic check in grammar
283 * Implement likely/unlikely ifdefs
284 * Fix unary constant use after error
285 * Use new print macros in ctf-parser.y
286 * Print error on invalid token
287 * Implement macros for error printout
288 * Add line number to parser nodes
289 * Fix: handle errors gracefully
290 * Fix: memleak on error path
291 * Add missing NULL pointer check
292 * Show token in CTF parser error
293 * Remove unused lineno from struct ctf_scanner
294 * Show line numbers in CTF parser errors
295 * Ignore Windows-style EOL character in metadata
296 * Replace AM_PROG_MKDIR obsolete macro with AC_PROG_MKDIR_P
297
298 2013-03-23 Babeltrace 1.1.0
299 * Reinsert "at end of stream" message for discarded events
300 * Improvement: Message from babeltrace concerning discarded events needs i
301 * Cleanup: typo fix
302 * Cleanup: add end of line at end of verbose message
303 * Fix: misleading message from babeltrace --verbose
304 * Fix: babeltrace --fields all overrides --no-delta
305 * Add verbosity to stream id error message
306 * Fix: Ensure the specified input format is CTF
307 * Fix: Undefined behavior of double free on strlist in get_names_args
308 * Fix: ctf-text: don't close stdout
309 * Fix: warning message for unexpected trace byte order
310 * Namespace the struct declaration
311 * Namespace the struct definition
312 * Namespace the struct format
313 * Namespace the struct mmap_stream
314 * Namespace the struct trace_descriptor
315 * Namespace struct stream_pos
316 * Namespace compliance for dependencies function
317 * Cleanup error messages
318 * Fix: babeltrace: make '-w' actually work
319 * Convert the unit tests to the TAP format
320 * Spelling cleanups within comments
321 * Move the bitfield test to tests/lib/
322 * Fix: Added a null pointer check to bt_ctf_field_name
323 * Add babeltrace.pc to gitignore
324 * namespacing: place flex/bison symbols under bt_yy namespace
325 * namespace the lookup_integer function
326 * namespace the definition functions
327 * namespace the variant functions
328 * namespace the declaration functions
329 * namespace the collection functions
330 * namespace the heap functions
331 * namespace the struct functions
332 * namespace the string functions
333 * namespace the sequence functions
334 * namespace the int functions
335 * namespace the enum functions
336 * namespace definition_ref and definition_unref
337 * namespace declaration_ref and declaration_unref
338 * namespace the array functions
339 * namespace the scope_path functions
340 * Hide internal functions of libbabeltrace-ctf
341 * Hide internal functions of ctf-text
342 * BT_HIDDEN macro
343 * Namespace the lookup_enum function
344
345 2012-01-24 Babeltrace 1.0.3
346 * Fix: Double free when calling bt_context_remove_trace()
347 * Add missing runall.sh to dist packaging
348 * Fix: alignment of compound types containing array field
349
350 2012-01-11 Babeltrace 1.0.2
351 * Fix: add tests/lib missing files to Makefile.am
352
353 2012-01-11 Babeltrace 1.0.1
354 * Provides a basic pkg-config file for libbabeltrace
355 * Fix erroneous warning/error messages
356 * Fix comment in context.h
357 * Cleanup: Remove whitespace at EOL from mit-license.txt
358 * Add missing permission notice in each source file
359 * Adding a test which do a sequence of seek BEGIN, LAST, BEGIN, LAST
360 * Run seek tests on a second trace file
361 * Add #define _GNU_SOURCE to remove warning about asprintf
362 * Include a test for SEEK_BEGIN and SEEK_LAST
363 * Fix: Report success even if we find at least one valid stream in find_max_timestamp_ctf_stream_class
364 * Fix SEEK_BEGIN for streams that do not contain any event
365
366 2012-10-27 Babeltrace 1.0.0
367 * tests: add test traces to distribution tarball
368 * Document bash requirement for make check in README
369 * Add tests to make check
370 * Fix: add missing header size validation
371 * callbacks.c: handle extract_ctf_stream_event return value
372 * Cleanup: fix cppcheck warning
373 * Cleanup: fix cppcheck warnings
374 * fix double-free on error path
375
376 2012-10-18 Babeltrace 1.0.0-rc6
377 * Add valgrind suppression file for libpopt
378 * Fix: unplug memory leak that causes popt-0.13 to segfault
379 * Fix: test all close/fclose ret val, fix double close
380 * Cleanup: add missing newline
381 * Fix: fd leak on trace close
382 * Fix memory leaks induced by lack of libpopt documentation
383 * babeltrace: fix poptGetOptArg memleak
384 * plugins: implement plugin unregister
385 * Doc: valgrind with babeltrace (glib workaround)
386 * callsites: fix memory leak
387 * Fix: free all the metadata-related memory
388 * Fix : Free the iterator callback arrays
389 * Fix : cleanup teardown of context
390 * Fix : protect static float and double declarations
391 * callsite: support instruction pointer field
392 * Document that list.h is LGPLv2.1, but entirely trivial
393 * Fix: callsite support: list multiple callsites
394 * Add callsite support
395 * Fix: Allow 64-bit packet offset
396 * Fix: emf uri: surround by " "
397 * Handle model.emf.uri event info
398 * Fix: Documentation cleanup
399 * Fix: misplaced C++ ifdef
400 * Fix babeltrace-log get big line when the input file last line don't have enter
401 * API Fix: bt_ctf_iter_read_event_flags
402 * Fix: get encoding for char arrays and sequences
403 * Fix: access to declaration from declaration_field
404 * Fix: get_declaration_* should not cast to field
405 * Fix babeltrace-log uninitialized memory (v2)
406 * Revert "Fix babeltrace-log uninitialized memory"
407 * Fix babeltrace-log uninitialized memory
408 * Fix: access field properties by declaration
409 * Fix: check return value of get_char_array
410 * Fix: C++ support to API header files
411
412 2012-08-27 Babeltrace 1.0.0-rc5
413 * Change default printout to add host, process names and vpid
414 * Add support for trace:hostname field
415 * Fix: allow specifying more than one input trace path
416 * Fix: make warnings (partial errors) visible
417 * Fix: --clock-force-correlate to handle trace collections gathered from v
418 * Documentation: update API doc with enum functions
419 * Fix: API: remove unsupported BT_SEEK_END from API
420 * API documentation
421 * Cleanup: shut up gcc uninitialized var warning
422 * Fix: support large files on 32-bit systems
423 * Fix: remove unused fts.h include
424 * Fix: add missing enum support to API
425 * Fix: handle clock offset with frequency different from 1GHz
426 * Cleanup: update ifdef wrapper name
427 * Fix: clarify bt_ctf_get_field_list
428 * Fix trace-collection.h: No such file or directory that build code with l
429 * Fix: check return value of bt_context_create
430 * Fix: ensure mmap_base_offset is zeroed on initialization
431 * Fix: Reswitch to FTW for add_traces_recursive
432 * Fix: don't free unallocated index
433 * Fix: don't close the metadata FD if a FP is passed
434 * Add BT_SEEK_LAST type to bt_iter_pos
435 * Fix: iterator.c BT_SEEK_RESTORE: check return value
436 * Fix: complete error handling of babeltrace API
437 * cleanup: protected -> hidden: cleanup symbol table
438 * Fix: add mmap_base_offset to ctf_stream_pos
439 * Fix: assign the current clock for mmap traces
440 * Fix: libbabeltrace add missing static declaration
441 * Fix: safety checks for opening mmap traces
442 * Remove trace-collection.h from include_headers
443 * Fix: protect visibility of ctf-parser functions
444 * Fix: correct name of bt_ctf_field_get_error in comments and typo in man
445 * Fix: wrong type in bt_ctf_get_uint64/int64
446 * API cleanup name get_timestamp and get_cycles
447 * fix comment struct bt_saved_pos
448 * Fix: Add missing clock-types.h
449 * Get rid of clock-raw and use real clock
450 * Cleanup (messages): Make the wording of the signedness warning clearer
451 * Fix: error path if heap_init fails
452 * Fix: Remove obsolete bt_iter_seek function
453 * Make the signedness warning useful with the field name
454 * Fix: Restore heap for SEEK_BEGIN
455 * Fix: check if handle is valid
456 * Fix: iterator set_pos
457 * Fix: get rid of consumed flag
458 * Fix: add missing heap_copy
459 * Fix: babeltrace assert() triggered by directories within trace
460 * Several fixes for bt_iter_pos related functions
461 * Fix iterator: various fixes
462 * Fix: remove duplicate yydebug var
463 * Fix babeltrace iterator lib: seek at time 0
464
465 2012-05-30 Babeltrace 1.0.0-rc4
466 * Add CodingStyle to tarball
467 * Add coding style document
468 * Fix: babeltrace should use output format argument
469 * Fix: accept traces which skip stream ids
470 * Use mmap_align
471 * align header: define PAGE_SIZE
472 * Implement mmap alignment header
473 * Cleanup: type warnings
474 * Cleanup: do not overwrite const argv parameters
475
476 2012-05-29 Babeltrace 1.0.0-rc3
477 * Fix: converter error logic
478 * Fix: report appropriate field in error message
479 * Fix: support 64-bit events discarded counter types
480 * Fix: add missing bt_ctf_get_int_len API
481 * Fix bt_context_add_traces_recursive error code
482
483 2012-04-24 Babeltrace 1.0.0-rc2
484 * Fix: return an error if no trace can be opened
485 * Fix: double destroy in context remove
486
487 2012-04-18 Babeltrace 1.0.0-rc1
488 * Fix: -n "field names" option should allow "none"
489 * Fix: Show context field name by default
490 * Manpage fix: babeltrace-log manpage should refer to lttng(1)
491 * Clarify warning message for events discarded
492 * Fix: babeltrace should skip erroneous traces
493 * Fix: put explicit error messages and warnings when opening a trace
494 * Fix: segfault on error handling
495 * Fix: enum must use last value + 1 as next item value
496 * Fix: warn, and don't assert, when reading a value outside enum range
497 * API Fix : missing list fields of event decl
498 * API fix : fill the values for timestamp begin and end
499 * API : list of events in the trace
500 * UUID field should be optional, as specified by CTF spec
501 * Babeltrace ctf-text duplicated error message
502 * API fix/breakage : reexporting bt_ctf_event
503 * fix/breakage API : replace bt_ctf_event
504 * add ctf_event_definition pointer to ctf_stream_definition
505 * Rename ctf_event to ctf_event_declaration
506 * Rename ctf_stream to ctf_stream_definition
507 * Rename ctf_stream_event to ctf_event_definition
508 * Rename ctf_stream_class to ctf_stream_declaration
509 * Cleanup: Remove unneeded local variables from function
510 * API Fix : give access to trace_handle and context
511 * API Fix : handle id to use the public functions
512 * Fix : add the missing seek begin
513
514 2012-03-16 Babeltrace 1.0.0-pre4
515 * fix : bt_ctf_iter_create defaults to BEGIN pos
516 * Fix : only one iterator per context
517 * Fix error checking in bt_context_add_traces_recursive
518 * bt_context_add_trace, bt_iter_pos and bt_iter needed some more comments.
519 * Fix API: add const qualifiers, privatize struct bt_ctf_event
520 * Fix: split ctf/event.c
521 * Fix: seek by timestamp
522 * Fix: remove leftover code from seek begin (unimplemented for now)
523 * Fix: seek error handling
524 * Fix: callbacks.c: more explicit error msg
525 * Fix: ctf/iterator.h bt_ctf_iter_read_event() comment
526 * Add missing iterator.h into the git repo
527 * API fix: Move ctf iterator API members to new babeltrace/ctf/iterator.h
528 * API cleanup: Move bt_iter_create/destroy to internal header
529 * Fix: update missing copyrights and ifdef protection mismatch
530 * Clarify clock correlation error message
531 * Fix build warning: set -lpopt as LDFLAGS rather than CFLAGS
532 * Fix: add missing _GNU_SOURCE define to babeltrace-log.c
533 * Fix: Add memstream.h dependency to Makefile.am
534 * Implement fallback for systems lacking open_memstream and fopenmem
535 * Fix: try to include endian.h by default
536
537 2012-03-02 Babeltrace 1.0.0-pre3
538 * Fix uuid in metadata
539 * Babeltrace wrapper update
540 * uuid wrapper: fix use in visitor
541 * Endian wrapper use fix
542 * FreeBSD uuid wrapper fixes
543 * Fix missing uuid wrapper change
544 * Add endian.h wrapper
545 * Use standard __LONG_MAX__ instead of __WORDSIZE
546 * Create BSD wrapper for uuid
547 * fix API : deal with the optional underscore
548 * Fix API : functions to access fields properties
549
550 2012-02-23 Babeltrace 1.0.0-pre2
551 * linker: privatize prio_heap and babeltrace_types
552 * Linker: privatize libbabeltrace_types
553 * Link statically to internal libraries
554 * Combine duplicated API/pretty-print timestamp code
555 * API : export the offsetted timestamp
556 * Fix : segfault when printing timestamp on index
557 * Fix : coherency in const parameters
558
559 2012-02-20 Babeltrace 1.0.0-pre1
560 * Generically print tracer version (and env) in verbose mode
561 * Fix open_mmap_trace missing support
562 * fix: context.h add missing documentation for packet_seek parameter
563 * Cleanup iterator.h
564 * Fix callback.h documentation
565 * Cleanup: babeltrace.h does not need to include ctf/events.h
566 * API fix: Move callbacks to CTF plugin
567 * Removed unneeded ctf_* forward declarations from babeltrace.h
568 * Remove unneeded forward declarations (ctf-specific) from iterator.h
569 * fix: move read event from iterator to event.h
570 * Fix: ctf specific events.c needs to be within CTF plugin
571 * API fix: packet_seek should take an index rather than offset
572 * Fix API: allow packet_seek override
573 * Fix: add lib missing includes
574 * Fix: packet_seek is local to plugins, but can be overridden
575 * Fix API: rename unclear move_pos_slow to packet_seek
576 * Fix: Check for unknown format
577 * Fix: do not use ctf-specific struct in format.h
578 * fix : callback type, doc and links to libbabeltrace
579 * Fix : callback chain len
580
581 2012-02-16 Babeltrace 0.12
582 * Typedef bt_intern_str
583 * Export the list header with a new namespace
584 * API : add_trace return the trace_handle id
585 * fix manpage: refer to lttng(1)
586 * API : cleanup includes
587 * API : Access CTF events fields
588 * manpage: Add babeltrace-log.1
589 * API : seek by timestamp
590 * Move the add_traces_recursive out of the library
591 * manpage: use pp instead of PP
592
593 2012-02-13 Babeltrace 0.11.1
594 * Add trace-collection.h to the installed headers
595
596 2012-02-13 Babeltrace 0.11
597 * Add --clock-force-correlate option
598 * lib: open trace error handling fix
599 * Use default if there is no clock declaration
600 * iterator: fix type warning on 32-bit build
601 * Use 64-bit type for packet and content size
602 * Fix context API
603 * Add missing context-internal.h
604 * struct bt_context is opaque
605 * Update comment to match context API code
606 * Print loglevel names
607 * babeltrace lib cleanup, folded with open/remove trace functions
608 * API : iterator get and set position
609
610 2012-02-09 Babeltrace 0.10
611 * Fix clock freq
612 * clock: use freq field
613 * Show env. in verbose mode
614 * Remove all code that depends on trace collection directory structure
615 * Use environment information for extra fields
616 * Parse environment declarations from LTTng-modules and LTTng-UST
617 * Fix typo
618 * Add babeltrace.1 manpage
619 * Update help
620 * Install license files and dependency listing into the system doc
621 * Add ChangeLog to doc install
622
623 2012-02-02 Babeltrace 0.9
624 * Allow signed values in get_signed. Cast unsigned into signed.
625 * Show loglevel information only with value
626 * env needs to be a keyword too
627 * Add env {} warning test case
628 * Add environment (env {}) parser-level support
629 * Revert "Remove leading underscores from identifiers directly in lexer"
630 * Remove leading underscores from identifiers directly in lexer
631 * Fix: do not remove field names when adding fields
632 * API : iterator namespace cleanup
633 * Time offset: use trace offset average
634 * API : trace_handle
635 * Print event discarded at end of stream
636 * Discarded event time range is between last packet event and timestamp_end
637 * Print time range during which events have been dropped
638 * Print events discarded
639 * Add clock offset support
640 * Warn user of clock offsets do not match
641 * Add clocks to trace collection
642 * clock: show as time of day
643 * Implement clock mapping within integer type
644 * Implement clock IR generation
645 * Add warning tests
646 * Relax unknown field handling: warn instead of error
647 * Fix erroneous use of "-n" for additional fields, add "-f"
648 * Output warnings and errors to stderr
649 * Fix double typedef of bt_event_name
650 * Parse clock descriptions
651 * API : split iterator headers from babeltrace.h
652 * Add missing context.h/context.c
653 * Introduce contexts
654 * Fix parallel build for lib/
655 * Organise libbabeltrace
656 * Export the format.h header
657 * Create the babeltrace include dir on install
658 * callbacks: use correct type for element size
659 * callbacks: Fix set size array size
660 * Fix callback chain array usage
661 * Add time delta to ctf-text
662 * ctf-text: show timestamp in sec.nsec
663 * Fix wrong variable error check
664 * Use the generic call to move_pos_slow
665
666 2011-12-12 Babeltrace 0.8
667 * Add loglevel support
668 * Update libpopt dependency to 1.13
669 * Document dependency on libpopt >= 1.8
670 * Describe libtool version dependency
671 * AC_PROG_LIBTOOL is deprecated in favor of LT_INIT
672 * Use realpath for path
673 * Helper function to extract string from fields
674 * Use realpath on trace collection path
675 * allow printing domains when no procname are present, handle
676 various / patterns
677 * Add trace:domain,trace:procname,trace:pid support
678 * Add "-n trace" option to print trace name
679 * Do not install ctf-parser-test
680 * Make ctf open errors more verbose
681 * configure.ac: add check for popt library
682 * Show field names by default, enhance --names option
683 * Move opt_field_names/babeltrace_verbose/babeltrace_debug into lib
684 * Add mmap trace reading
685 * Pass stream pointer with callback caller data
686
687 2011-09-29 Babeltrace 0.7
688 * Add missing stdint.h
689 * Use integer extraction functions
690 * Extract int and char arrays from fields
691 * Add parameters to callbacks
692 * Fix float support
693 * Fix type cast warning
694 * Integer support: add missing signed casts
695 * Remove underscore prefix from field names (pretty-print)
696 * Fix sequence iteration
697 * Fix sequence field name use after free
698 * Fix support for empty streams
699 * Optional file pointer to metadata
700 * Specify callback to move packet in open_trace
701 * Free the callbacks on iter_destroy
702 * Add callback support
703 * Basic seek support
704 * Add callback API
705 * Enhance babeltrace API with position save/restore
706 * Remove unused structure forward declarations
707 * Remove stale local .c struct declarations (unused)
708 * Annotate branches in ctf.c event reading/writing code
709 * Annotate prio heap likely branch
710 * Annotate likely/unlikely branches in headers
711
712 2011-08-12 Babeltrace 0.6
713 * Introduce Babeltrace public API: babeltrace.h
714 * Fix support for gold linker: inappropriate dep removal of plugins
715
716 2011-08-12 Babeltrace 0.5
717 * Initialize size to 0 to eliminate incorrect gcc uninitialized
718 var warning
719 * Fix non-matching packet context wrt last packet event read
This page took 0.042919 seconds and 4 git commands to generate.