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