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