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