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