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