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