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