Update version to v2.0.0-rc3
[babeltrace.git] / ChangeLog
1 2019-11-15 babeltrace 2.0.0-rc3 (National Clean Out Your Refrigerator Day)
2 * babeltrace2-source.ctf.fs(7): document the overlapping snapshot feature
3 * Revert "Notes de relâche du troisième candidat de relâche"
4 * Notes de relâche du troisième candidat de relâche
5 * ctf: remove ctf_msg_iter_set_emit_stream_{beginning,end}_message functions
6 * src.ctf.fs: use ctf_fs_ds_index_destroy to free index
7 * src.ctf.fs: add and use medops to iterate on a ds_file_group using the index
8 * tests: make test_trimmer use bt_cli
9 * src.ctf.fs: factor out "ds_file_mmap" from "ds_file_mmap_next"
10 * src.ctf.fs: remove ctf_fs_ds_file::end_reached field
11 * ctf: assert that request_sz in medium ops request_bytes is greater than 0
12 * ctf: make ctf_msg_iter_seek assert that the seek callback is not NULL
13 * ctf: assert that msg iter and medium seek offset is valid
14 * src.ctf.fs: remove ctf_msg_iter_seek_whence parameter to medium ops seek
15 * src.ctf.fs: little status code cleanup
16 * src.ctf.fs: don't call ds_file_munmap on failure in ds_file_mmap_next
17 * src.ctf.fs: make ds_file_munmap assert that ds_file is not NULL
18 * src.ctf.fs: rename some ctf_fs_ds_file fields
19 * src.ctf.fs: remove ctf_fs_ds_file_next
20 * ctf: const-ify a few bt_message parameters
21 * ctf: remove ctf_fs_ds_file::msg_iter field
22 * ctf: de-duplicate index entries
23 * ctf: read packet sequence number from index
24 * Save and restore error in ctf_fs_iterator_next, muxer_msg_iter_do_next
25 * muxer: append causes on some _next iterator method code paths
26 * lib: save and restore current thread error when calling destruction listeners and finalize methods
27 * Cleanup: src.ctf.lttng-live: move function declarations around
28 * src.ctf.lttng-live: replace usage of `calloc()` by `g_new0()`
29 * Fix: src.ctf.lttng-live: `fwrite()` does not set `errno`
30 * src.ctf.lttng-live: don't try to detach after socket error
31 * Fix: src.ctf.lttng-live: decode metadata even on _STATUS_CLOSED
32 * Fix: src.ctf.lttng-live: removing trace when not all streams are done
33 * src.ctf.lttng-live: Add logging statements across the component class
34 * Cleanup: src.ctf.lttng-live: rename live_iterator_status printing function
35 * Cleanup: src.ctf.lttng-live: add `lttng_live_msg_iter_create()`
36 * src.ctf.lttng-live: make component class handle interruptions
37 * Fix: src.ctf.lttng-live: checking `errno` value on all errors
38 * Cleanup: comp-logging.h: template `BT_COMP_OR_COMP_CLASS_LOG*` macros
39 * lib: make bt_value_map_foreach_entry_{const_}func() return a status code
40 * Emit dedicated bright terminal color codes if supported
41 * lib: add pre condition asserts to check current thread has no error
42 * lib: add post condition assertions for current thread error after user functions
43 * lib: clear error in clock_snapshots_are_monotonic_one
44 * tests: clear error in test_simple_sink
45 * lib: append error in simple_sink_consume only if error status
46 * src.ctf.fs: rename pc_msg_iter parameter to self_msg_iter
47 * Cleanup: cli: move LOGE statements closer to the source
48 * cli: exit with status 2 when interrupted by SIGINT
49 * Ignore -Wcast-function-type warning
50 * Cleanup: src.ctf.lttng-live: remove redundant _APPEND_CAUSE()
51 * cli: set `bt_config::command_name` field for all commands
52 * src.ctf.fs: make log macros of data-stream-file.c more generic
53 * ctf: check version of LTTng trace index
54 * ctf: save self_msg_iter in ctf_msg_iter when creating it
55 * ctf: rename bt_msg_iter to ctf_msg_iter
56 * ctf: rename bt_msg_iter::msg_iter to self_msg_iter
57 * Rename pc_msg_iter fields to self_msg_iter
58 * bt_common_abort(): optionally execute a custom command before aborting
59 * Add bt_common_abort() and use it instead of abort() directly
60 * .gitignore: add missing `/tests/param-validation/test_param_validation`
61 * ctf: fix typo
62
63 2019-11-01 babeltrace 2.0.0-rc2 (National Vinegar Day)
64 * Cleanup: src.ctf.lttng-live: add missing `#include <stdint.h>`
65 * Cleanup: src.ctf.lttng-live: remove usage of `bt_object`
66 * lib: lib-logging.c: `Babeltrace library` -> `libbabeltrace2`
67 * ctf: msg-iter.c: rename `notit` to `msg_it`
68 * ctf: msg-iter.c: use `_APPEND_CAUSE` variants of logging macros
69 * src.ctf.lttng-live: use `_APPEND_CAUSE` variants of logging macros
70 * src.ctf.lttng-live: make `lttng_live_attach_session()` return status
71 * src.ctf.lttng-live: make `lttng_live_get_one_metadata_packet()` return status
72 * logging: ignore -Wundef in log.c
73 * lib: Make `bt_version_get_*() return unsigned int
74 * Rename `BT_RANGE_SET_` to `BT_INTEGER_RANGE_SET_`
75 * bt2: validate parameters to _TraceClass.create_stream_class before creating the native object
76 * tests: use assertRaisesRegex instead of assertRaises in test_stream_class.py
77 * Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
78 * lib: remove `BT_GRAPH_RUN_STATUS_END`
79 * Cleanup: ctf: msg-iter.c: rename `ret` to `status`
80 * Cleanup: ctf: remove duplicated logging statement
81 * Cleanup: msg-iter.c: make `create_msg_*()` return msg
82 * Cleanup: src.ctf.lttng-live: NULL check already done in `_is_canceled()` func
83 * cli: Remove unnecessary NULL check in print_value_rec
84 * source.ctf.lttng-live: clean-up: don't restart session iteration
85 * source.ctf.lttng-live: clean-up: don't restart stream iteration
86 * Fix: source.ctf.lttng-live: assertion on equal messages
87 * Add compile_commands.json to .gitignore
88 * Cleanup: src.ctf.lttng-live: coding style
89 * Fix: add missing decoder-packetized-file-stream-to-buf.h
90 * Fix -Wmissing-prototypes/-Wmissing-declarations warnings
91 * ctf: Remove redundant declarations of lexer/parser functions
92 * ctf-writer: Fix -Wredundant-decls warning
93 * Fix: ctf-writer: field_type_common_has_known_id always returns true
94 * Fix -Wshadow warnings
95 * debug-info: fix one -Wnull-dereference warning
96 * ctf: define yystrlen to strlen
97 * ctf: Fix one -Wnull-dereference warning
98 * ctf, ctf-writer: Fix -Wnull-dereference warnings
99 * Fix -Wjump-misses-init warnings
100 * Fix -Wmissing-include-dirs warnings
101 * Fix -Wduplicated-cond warnings
102 * black: run `black` version 19.10b0 on entire project
103 * Fix: log.h: missing defines of `_ERRNO()` macros to `_UNUSED()`
104 * Fix -Wsuggest-attribute warnings
105 * Fix -Wstrict-prototypes warnings
106 * configure: allow adding compiler-specific warning flags
107 * Fix: tests: add cli/params/test_params to Makefile and fix it
108 * Cleanup: babeltrace2-cfg-cli-args.c: coding style
109 * Cleanup: usages of bt_value_array_borrow_element_by_index{,_const}()
110 * Fix: usage of `bt_value_array_get_length()`
111 * lib: make `bt_attributes_get_count()` return uint64_t
112 * Use typeof instead of __auto_type
113 * Fix: src.ctf.fs: free ds_file_info when add_ds_file_to_ds_file_group fails
114 * Fix: define macros for logging levels
115 * Tests: debug-info: compare output of `CompleteSrc`
116 * Tests: debug-info: compare without `debug-info` component
117 * debug-info: have `copy_*_content()` function return _STATUS
118 * flt.lttng-utils.debug-info: add all SC and EC to output trace class ASAP
119 * Fix: param-validation: remove memory leaks
120 * Fix: shadowed variables
121 * src.ctf.fs: append error causes in ctf_fs_file_open
122 * lib: add _msg parameters to _ERRNO logging macros
123 * lib: remove plugin's ABI version
124 * Remove unused `src/lib/trace-ir/clock-snapshot-set.h`
125 * lib: remove unused bt_graph_remove_unconnected_component()
126 * Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for debug mode only
127 * lib: remove includes from logging.h
128 * bt2: make log functions clear error indicator
129 * Fix: bt2: clear Python error indicator in trace and trace class destruction listeners
130 * bt2: normalize the code to use some commonly used patterns
131 * bt2: rename exception handling functions
132 * src.ctf.fs: error out when failing to create index
133 * bt2: Force usage of MapValue object on component init
134 * Fix: consider index of all files for data stream groups with multiple files
135 * Use assertRegex instead of assertRegexpMatches
136 * Fix: src.ctf.fs: use BT_COMP_OR_COMP_CLASS_LOGE_APPEND_CAUSE when applicable
137 * Cleanup: Dead assignments
138 * Cleanup: flt.lttng-utils.debug-info: Dead assignment
139
140 2019-10-17 babeltrace 2.0.0-rc1
141 * Fix: avoid double-free in build_index_from_idx_file
142 * Fix: ctf: query.c: Unchecked fclose() return value
143 * Bump required glib version to 2.28
144 * tests: test eq and ne operators of fields and values against arbitrary objects and None
145 * tests: test_field.py: enable tests using _test_binop_lhs_value_same
146 * babeltrace2-intro(7): refer to `babeltrace2(1)` i/o `babeltrace2-convert(1)`
147 * babeltrace2-intro(7): add more changes since Babeltrace 1
148 * Cleanup: src.ctf.lttng-live: Dead assignment
149 * tests: remove test_ctf_writer_clock.py
150 * Fix: flt.lttng-utils.debug-info: Dereference after null check
151 * doc/man/common-footer.txt: fix Git repository and bug tracker resources
152 * Update project's README
153 * doc/man/common-footer.txt: refer to `#lttng` IRC channel only
154 * doc/man/common-footer.txt: update bug tracker resource
155 * lib, plugins: use bt_field_class_type_is() where suitable
156 * lib: use powers of two for object type enumerators
157 * lib: rename option/var. "selector" to "selector field"
158 * lib: have dedicated "dynamic array FC with/without length field" types
159 * Fix: destroy_pretty_data: move NULL check earlier
160 * tests: make test_intersection use bt_cli, test error cases
161 * Fix: check for NULL in destroy_pretty_data
162 * Cleanup: src.ctf.lttng-live: coding style
163 * Cleanup: flt.lttng-utils.debug-info: coding style fixes
164 * Fix: avoid -Wmaybe-uninitialized warning in validate_map_value_entry
165 * Fix: actually run the param validation test
166 * Fix: don't use BT_VALUE_MAP_FOREACH_ENTRY_CONST_STATUS_MEMORY_ERROR
167 * filter.utils.trimmer: validate parameters using param-validation
168 * filter.utils.muxer: validate parameters using param-validation
169 * sink.utils.dummy: validate parameters using param-validation
170 * sink.utils.counter: validate parameters using param-validation
171 * sink.text.pretty: validate parameters using param-validation
172 * src.text.dmesg: validate parameters using param-validation
173 * sink.text.details: validate parameters using param-validation
174 * flt.lttng-utils.debug-info: validate parameters using param-validation
175 * flt.lttng-utils.debug-info: tidy up component initialization
176 * src.ctf.lttng-live: validate parameters using param-validation
177 * sink.ctf.fs: validate parameters using param-validation
178 * src.ctf.fs: validate parameters using param-validation
179 * Add parameter validation utility
180 * cli: ensure queries always receive a map
181 * Cleanup: ctf: logically dead code
182 * tests: rename PRINT_FORMAT to TAP_PRINTF_FORMAT
183 * values: make `bt_value_map_extend()` extend the provided base map
184 * tests: make test names in plugins/flt.utils.trimmer/test_trimming unique
185 * Fix: format string warnings on mingw
186 * Fix: lib: field-class.c: memory leak on error
187 * Cleanup: lib: field-class.c: fix logging message for variant FC
188 * Require automake >= 1.12
189 * Fix: fix wint_t warning on MSYS2/mingw
190 * src.ctf.lttng-live: make lttng_live_component_create static
191 * Cleanup: flt.lttng-utils.debug-info: coding style
192 * port: fix link order of babeltrace2.exe
193 * Fix: lib: field.c: calling _PUT_REF() on unique objects on error
194 * lib: rename `bt_*_compare()` to `bt_*_is_equal()`
195 * Cleanup: lib: graph.c: dead assignment
196 * Fix: fix some warnings shown with -Wextra on gcc 9.1.0
197 * tests: test_output_path_ctf_non_lttng_trace_output small improvements
198 * Move CLI params parsing to its own lib
199 * Cleanup: flt.lttng-utils.debug-info: remove leftover comments
200 * Fix: tests: remove unused imports
201 * cli: update error message in set_stream_intersections
202 * tests: get rid of missing-field-initializers warning in test_bin_info.c
203 * tests: constify format strings in tap.h
204 * tests: add format attributes to functions receiving format strings in tap.h
205 * trace{-class}.c: BT_ASSERT_PRE() -> BT_ASSERT_POST() (ref. count check)
206 * lib: rename `bt_object_{get,put}_no` -> `bt_object_{get,put}_ref_no`
207 * test_package.py: use list of public names instead of dedicated methods
208 * field_class.py: normalize field class names (`_NAME`)
209 * lib, bt2: rename "signed/unsigned sel." -> "integer signed/unsigned sel."
210 * lib: add option field classes with integer selectors
211 * fs-sink-trace.c: lttng_validate_datetime(): ignore deprecated decl.
212 * Fix: iterator.c: initialize `status` (may be used uninitialized)
213 * m4: sync ax_pthread.m4 with autoconf archive
214 * bt2: add `IntegerRangeSet` const classes
215 * Tests: bt2: move `_create_const_field()` to utils.py
216 * Cleanup: bt2: typo "nsigned" -> "unsigned"
217 * lib: make it mandatory to have seek_X if can_seek_X is defined
218 * lib: make can_seek_ns_from_origin logic use `can_seek_forward` property of iterator
219 * tests: remove CR characters from expected file in test_live
220 * tests: use os.rename instead of os.replace in lttng_live_server.py
221 * tests: convert paths passed to lttng_live_server.py
222 * tests: name temporary files in test_live
223 * Fix: ctf: open metadata file using mode "rb"
224 * cli: print map value in ASCII-betical order of keys
225 * tests: use bt_cli in test_trace_copy
226 * port: mmap offset alignment on Windows
227 * tests: delete temporary files in cli/test_help
228 * Cleanup: tests: remove debugging `diag` leftover
229 * Rename `BT_PLUGIN_EXIT` to `BT_PLUGIN_FINALIZE`
230 * Rename `init` methods to `initialize`
231 * lib: split real FC/field into single and double prec FC/field
232 * Fix: cli: don't log error when using help command with a plugin name
233 * Fix: bt2: duplicate test name in test_field.py
234 * bt2: remove unused variable in UserMessageIteratorSeekNsFromOriginTestCase.test_seek_ns_from_origin
235 * Fix: bt2: duplicate test name in _IntegerRangeTestCase
236 * Fix: bt2: use of undefined variable in _VariantFieldClassWithSelectorTestCase.test_const_append
237 * Fix: bt2: unused assignments in test_field_class.py
238 * bt2: print actual and expected lengths in _StaticArrayField._set_value error message
239 * bt2: ignore comparison to None flake8 warnings in test_value.py
240 * bt2: remove duplicate test test_create_from_vint in RealValueTestCase
241 * bt2: remove duplicated test test_setitem_none in ArrayValueTestCase
242 * bt2: rename test with conflicting name in test_trace.py
243 * Add setup.cfg with sensible flake8 configuration
244 * lib: pass config object to message iterator init method, add can seek forward property
245 * Fix: tests: live: listen on python < 3.5 needs backlog parameter
246 * lib: pass config objects to component init methods
247 * bt2: make it possible to remove a trace class or trace destruction listener
248 * bt2: make it work for Python 3.4
249 * Update project plugins's properties
250 * utils.sh: expand `${extra_details_args[@]}` conditionally
251 * sink.text.details: add `with-data` initialization parameter
252 * Add basic `sink.text.details` tests
253 * sink.text.details: don't write `:` after `Packet beginning` without ctx
254 * src.ctf.fs: deterministically sort trace's DS file groups
255 * Tests: src.ctf.lttng-live: add inverse ordering from relayd
256 * Add LTTng-independent `src.ctf.lttng-live` tests
257 * bt2: field.py: raise ValueError when setting out of range value to Integer
258 * bt2: remove unused import
259 * Fix: muxer_upstream_msg_iters_can_all_seek_beginning(): init. `status`
260 * flt.utils.muxer: remove `assume-absolute-clock-classes` param
261 * cli: make `--clock-force-correlate` use `force-clock-class-origin-unix-epoch`
262 * src.ctf.fs: add `force-clock-class-origin-unix-epoch` param
263 * bt2: print error causes in bt2._Error.__str__
264 * tests: utils.sh: add lttng-utils plugin to plugin path
265 * Cleanup: clock-snapshot.c: logically dead code
266 * Fix: test_dwarf.c: close() argument cannot be negative
267 * Cleanup: ctf-writer: field-wrapper.c: logically dead code
268 * Fix: ctf-writer: stream-class.c: Dereference after null check
269 * Fix: flt.lttng-utils.debug-info: bin-info.c: Dereferencing null pointer
270 * Fix: object-pool.c: dereferenced before null check
271 * Cleanup: packet-context-field.c: logically dead code
272 * Fix: output non-LTTng CTF trace with same relative path as input
273 * cli: don't include version.h in babeltrace2-cfg-cli-params-arg.c
274 * bt2: add `if __name__ == '__main__'` snippet to all tests
275 * bt2: remove native_bt.d in `make clean`
276 * Fix: ctf: assert that name is not NULL in warn_meaningless_field()
277 * ctf: silence bogus warning in set_field_refs()
278 * ctf: silence bogus warnings in create_relative_field_ref()
279 * bt2: expose seek_ns_from_origin and can_seek_ns_from_origin
280 * bt2: test_message_iterator: use assertIs instead of assertTrue/assertFalse in can seek tests
281 * bt2: remove _GenericMessageIterator abstraction level
282 * bt2: make can_seek_beginning a method instead of a property
283 * lib: remove END values from bt_message_iterator_seek_{beginning,ns_from_origin}_status
284 * lib: make can_seek_beginning and can_seek_ns_from_origin methods return a status
285 * bt2: refactor test_message_iterator
286 * bt2: rename _FieldPath to _FieldPathConst
287 * Update manual pages for 2.0.0-rc1
288 * tests: make UUIDs under data/ctf-traces/intersection unique
289 * Fix: fd-cache: Assertion failure if cache not allocated
290 * Fix: plugin-so.c: Assert failure on short name file in plugin-path
291 * Fix: plugin.c: leak of `bt_plugin_set`
292 * bt2: move _append_option to non-const versions of variant classes
293 * bt2: assign non-const version of field_class_variant_option_borrow_user_attributes to _VariantFieldClassOption._borrow_user_attributes_ptr
294 * bt2: field_class: rename range set Python class template to _range_set_pycls
295 * bt2: allow getting self output port from user message iterator
296 * lib: remove bt_self_port{,_input,_output}
297 * bt2: template borrow_user_attributes method in _TraceClassConst, _StreamClassConst and _ClockClassConst
298 * bt2: add `__hash__()` method on hashable fields
299 * Fix: src.ctf.lttng-live: no stream beginning/end messages
300 * bt2: Makefile: track dependencies of native_bt.c
301 * bt2: tests: Assert CC type, not if a subclass
302 * bt2: Add `Const` suffix to non-user component-related classes and adapt tests
303 * bt2: Add `Const` suffix to `_*Port` classes and adapt tests
304 * bt2: Add `Const` suffix to `_Connection` class and adapt tests
305 * bt2: Add remaining trace-ir `*Const` classes and adapt tests
306 * bt2: Add `_Clock*Const` classes and adapt tests
307 * bt2: Add `*ValueConst` classes and adapt tests
308 * bt2: field.py: add index check in `selected_option_index` setter of `_VariantField`
309 * bt2: field.py: add `_count` method to `_VariantField`
310 * lib: add non-const FC borrow functions for container FCs
311 * lib: add `bt_field_borrow_class()` function declaration
312 * lib: fix can_seek_beginning method type cast
313 * bt2: fix _seek_beginning -> _user_seek_beginning in comment
314 * bt2: fix trivial typo
315 * lib: make message iterator creation functions return a status
316 * rename `babeltrace.trace-info` to `babeltrace.trace-infos`, `streams` to `stream-infos`
317 * cli: improve error logging in set_stream_intersections
318 * bt2: pass all params to `babeltrace.trace-info` query when computing stream intersection
319 * ctf: remove `intersection-range-ns` from `babeltrace.trace-info` query
320 * ctf: remove unnecessary assignment
321 * ctf: make src.ctf.fs handle a single trace
322 * ctf: make src.ctf.fs not recurse
323 * ctf: make src.ctf.fs group inputs by UUID in `babeltrace.support-info` query
324 * ctf: add internal ctf_metadata_decoder_get_trace_class_uuid()
325 * ctf: refactor metadata decoder to always have an instance
326 * Add bt_common_append_file_content_to_g_string()
327 * ctf: use create + append/insert functions when possible
328 * ctf: remove ctf_fs_trace::name
329 * cli: remove unused path variable in set_stream_intersections
330 * ctf: remove unused fields from `babeltrace.trace-info` query
331 * tests: fix 'expected 2 blank lines, found 1' warning in utils.py
332 * bt2: add missing bt2 import in interrupter.py
333 * python: fix all "do not use bare 'except'" warnings
334 * python: fix all 'imported but unused' warnings
335 * python: fix all 'is assigned to but never used' warnings
336 * autodisc: don't accept NULL values for `support-info` query `group` key
337 * autodisc: improve logging
338 * bt2: make ComponentSpec take a component class object
339 * autodisc: cast when assigning to different enum type
340 * autodisc: make it possible to interrupt auto source discovery
341 * Make bitfield.h C++-friendly
342 * trimmer: make filter.utils.trimmer append error causes
343 * bt2: make _create_event_message's parent parameter mandatory
344 * ctf: make src.ctf.fs append error causes
345 * Fix: cli: check return value of bt_value_array_append_string_element
346 * Fix: ctf: fix possible use-after-free in ctf_fs_component_create
347 * Fix: cli: replace remaining log level `V` (verbose) -> `T` (trace)
348 * Fix: sink.ctf.fs: dereference before NULL check
349 * Fix: autodisc: possible use-after-free
350 * Fix: sink.utils.counter: possible NULL pointer dereference
351 * sink.ctf.fs: cleanup: duplicated `:` in log statements
352 * Fix: sink.ctf.fs: possible use-after-free
353 * lib: make g++ happy with plugin-dev.h macros
354 * bt2: don't show warning when query method raises a non-error exception
355 * bt_common_parse_lttng_live_url(): don't accept `net://RDHOST/host/TGTHOST`
356 * src.ctf.lttng-live: return unsigned integers in `sessions` query object
357 * Fix: pass `inputs` parameter to implicit `src.ctf.lttng-live`, not `url`
358 * cli: allow map values in --params arguments
359 * tests: add tests for CLI params parsing
360 * cli: exit with error if a plugin fails to load
361 * cli: set log levels earlier
362 * cli: return if bt_plugin_find_all_from_dir fails in load_dynamic_plugins
363 * Fix: lib: increment refcount of bt_value_null when copying it
364 * Fix: cli: increment bt_value_null ref count when returning null value
365 * Fix: field-class.c: dereference before `NULL` check
366 * Tests: ctf: add basic `metadata-info` query test
367 * bt2: add `StringValue.__contains__()` method
368 * cli: "Babeltrace configuration" -> "Babeltrace CLI configuration"
369 * cli: `convert` command: do not allow more than one sink component
370 * cli: make --plugin-path and --omit-{system,home}-plugin-path global opts
371 * Add all CLI `convert` command's tests to project's test suite
372 * Fix: test_convert_args: use correct path to `utils.sh`
373 * live_viewer_connection_create(): fix leak on connection error
374 * Fix: bt_common_string_until(): reset returned variable on error
375 * src.ctf.lttng-live: handle `babeltrace.support-info` query object
376 * lib: make empty array/map appending/inserting functions return new object
377 * lib: rename `BABELTRACE_DISABLE_PYTHON_PLUGINS` -> `LIBBABELTRACE2_...`
378 * Tests: ctf: add tracers timestamp quirks workaround test cases
379 * ctf: decoding: accommodate barectf `event-before-packet` timestamp quirk
380 * ctf: decoding: accommodate LTTng `event-after-packet` timestamp quirk
381 * ctf: decoding: accommodate lttng-crash timestamp quirk
382 * ctf: index: accommodate lttng-crash timestamp quirk
383 * ctf: index: set `beginning` and `end` clock snapshot
384 * ctf: index: accommodate bug in barectf tracer
385 * ctf: index: accommodate bug in LTTng tracers
386 * ctf: add weak ref to stream file in index entry
387 * ctf: add tracer version extraction function
388 * ctf: msg-iter: add event timestamp accessors
389 * ctf: msg-iter: extract func to decode packet until specific states
390 * ctf: introduce dry-run mode for `bt_msg_iter`
391 * ctf: only reset state of `bt_msg_iter` on _reset()
392 * lib: remove unneeded `enum` tags in public headers
393 * lib: assign values to all public enumerators
394 * lib: standardize status of bt_util_clock_cycles_to_ns_from_origin()
395 * lib: graph.h: fix formatting
396 * lib: remove unused `enum bt_self_component_port_status`
397 * lib: rename bt_value_array_get_size() -> bt_value_array_get_length()
398 * bt2: rename `_Trace.env` -> `_Trace.environment`
399 * bt2: add user attributes property support
400 * sink.text.details: print user attributes
401 * flt.lttng-utils.debug-info: copy user attributes
402 * lib: add user attributes property to metadata, stream, and trace objects
403 * lib: trace-class.c: use `LIB/TRACE-CLASS` logging tag
404 * lib: add bt_field_class_variant_borrow_option_by_{index,name}()
405 * bt2: rename `_Field.field_class` -> `_Field.cls`
406 * bt2: add bit array field class and field support
407 * sink.ctf.fs: write bit array field classes and fields
408 * sink.text.details: print bit array field classes and fields
409 * sink.text.pretty: print bit array fields
410 * flt.lttng-utils.debug-info: copy bit array field class and field objects
411 * lib: add bit array field class and field types
412 * bt2: add option field class and field support
413 * sink.ctf.fs: write option field classes and fields
414 * sink.text.details: use write_none_prop_value() for empty array fields
415 * sink.text.details: print option field classes and fields
416 * sink.text.pretty: print option fields
417 * flt.lttng-utils.debug-info: copy option field class and field objects
418 * lib: add option field class and field types
419 * bt2: add boolean field class and field support
420 * sink.ctf.fs: write boolean field classes and fields
421 * sink.text.details: print boolean field classes and fields
422 * sink.text.pretty: print boolean fields
423 * flt.lttng-utils.debug-info: copy boolean field class and field objects
424 * lib: add boolean field class and field types
425 * bt2: cleanup: Remove unused `_StreamClass` id setter
426 * bt2: cleanup: Remove unused `_StreamClassIterator` class
427 * tests: return 0 instead of None for unknown file in test component class support-info query
428 * bt_uuid_compare: return actual comparison
429 * sink.ctf.fs: isa_length is now architecture_bit_width
430 * src.ctf.lttng-live: consider youngest only when timestamp is smaller
431 * Use uuid as first comparison criteria
432 * src.ctf.lttng-live: cleanup: rename functions and variables
433 * Fix: src.ctf.lttng-live: missing ordering within traces and streams
434 * bt2: `TraceCollectionMessageIterator`: find greatest MIP version
435 * cli: find greatest operative MIP version to create `run` command's graph
436 * lib: bt_graph_create(): accept MIP version
437 * bt2: add bt2.get_{greatest_operative,maximal}_mip_version()
438 * bt2: add "get supported MIP versions" method support
439 * bt2: _IntegerRangeSet.add(): make it possible to add a single value
440 * bt2: add `ComponentDescriptor` class and test
441 * lib: add bt_get_{greatest_operative,maximal}_mip_version() functions
442 * Fix: {graph,query-executor}.h: missing `STATUS_` before `MEMORY_ERROR`
443 * lib: add "get supported MIP versions" method support
444 * lib: graph.c: add missing `enum` and `const` keywords
445 * lib: add component descriptor set API
446 * bt2: py_plugin.py: cache `_PluginInfo` objects
447 * bt2: remove unused imports
448 * bt2: raise an exception if an AutoSourceComponentSpec produces no component
449 * tests: remove bt_diff_cli_sorted from utils.sh
450 * tests: use os.pathsep when appending to BABELTRACE_PLUGIN_PATH
451 * cli: mention path separator for Windows in comment
452 * test_plugin.py: do not search in user/system directories for tests
453 * Fix: bt2: replace bt2.CreationError instances with bt2._MemoryError
454 * bt2: add auto source discovery support to TraceCollectionMessageIterator
455 * tests: move auto source discovery test artifacts
456 * Move autodisc to its own convenience library
457 * tests: make auto-source-discovery-{log_level,params} tests use sink.text.details
458 * tests: make auto-source-discovery-grouping test use sink.text.details
459 * tests: print executed CLI command line in bt_cli
460 * tests: make bt_diff check a single file pair
461 * tests: add bt_cli util function
462 * m4/pprint.m4: check that the terminal supports at least 8 colors
463 * Fix: flt.utils.muxer: Explicit null dereferenced
464 * Fix: muxer: check for MUXER_MSG_ITER_CLOCK_CLASS_EXPECTATION_NONE in validate_new_stream_clock_class
465 * Tests: flt.utils.muxer: run `black` on bt_plugin_muxer_test.py
466 * src.ctf.lttng-live: use `common_muxing_compare_messages()` to break TS ties
467 * Add message compare common func/library; make flt.utils.muxer use it
468 * logging/log.h: always write the source file name and line number
469 * Fix: tests: flt.utils.muxer: missing '../' in path to utils.sh
470 * Fix: visitor-generate-ir.c: dereference after `NULL` check
471 * Fix: plugin-so.c: dereference after `NULL` check
472 * Fix: plugin-so.c: dereference before `NULL` check
473 * Fix: common.c: logically dead code
474 * Fix: cli/babeltrace2.c: logically dead code
475 * Fix: dmesg.c: deference before `NULL` check
476 * Fix: translate-trace-ir-to-ctf-ir.c: dereference after `NULL` check
477 * Fix: argpar.c: logically dead code
478 * Fix: babeltrace2-cfg-cli-args.c: uninitialized pointer read
479 * Fix: src.ctf.lttng-live: omitting stream end on stream hang up
480 * Fix: muxer.c: compare_events(): initialize `ret` to 0
481 * src.ctf.lttng-live fix: remove overly strict check for session name
482 * Tests: flt.utils.muxer: add message ordering tests
483 * flt.utils.muxer: deterministically order messages of same timestamps
484 * Fix: extra '%' causes babeltrace2 to abort() in logging code
485 * Fix: bt2: use unsigned iteration variable
486 * Fix: `ctf` plugin: msg-iter.c: do not switch packet twice
487 * src.ctf.lttng-live: `live_viewer_connection`: make `obj` first member
488 * lib, bt2: make query method receive custom data
489 * Add bt_graph_add_simple_sink_component() tests
490 * Fix: src/lib/graph/graph.h: do not override `comp_status` value
491 * lib: add bt_graph_add_simple_sink_component()
492 * lib: remove colander sink component class
493 * cli, tests: rename "leftover" terms to "non-option"
494 * test_try_again_many_times(): use three times `None`'s ref count
495 * lib: remove output port message iterator
496 * bt2: make `TraceCollectionMessageIterator` not use an output port msg iter
497 * bt2: wrap bt_graph_run_once() (Graph.run_once())
498 * lib: rename bt_graph_consume() -> bt_graph_run_once()
499 * bt2: pass custom Python object to Python component's __init__()
500 * bt2: remove BT CC entry from global HT in _UserComponentType.__del__()
501 * cli: free auto_source_discovery_result::original_input_indices
502 * cli: free leftover_params and leftover_loglevels
503 * cli: apply log levels (`--log-level` option) to leftovers
504 * cli: apply parameters (`--params` option) to leftovers
505 * bt2: move common internal functions to their own files
506 * bt2: native_bt_version.i: use `%include <babeltrace2/version.h>`
507 * bt2: put SWIG interface file C code in separate files
508 * tests: reorganize CLI's `convert` tests
509 * cli: handle leftovers in the same loop as components
510 * cli: remove `run` and `convert` commands' --name option
511 * cli: remove `convert` command's --path and --url options
512 * Remove popt from project's dependencies
513 * cli: remove babeltrace2-log
514 * cli: use argpar for parsing query command's arguments
515 * cli: use argpar for parsing list-plugin command's arguments
516 * cli: use argpar for parsing help command's arguments
517 * cli: use argpar for parsing convert command's arguments
518 * cli: use argpar for parsing run command's arguments
519 * cli: use argpar for top-level args
520 * Add internal command-line argument parser API
521 * bt2: stream.py: add `trace` property to _Stream
522 * `ctf` plugins: port: cast to intmax_t all off_t variables when printing
523 * configure.ac: refine Python 3 interpreter and dev. libraries detection
524 * src.ctf.lttng-live: live_..._list_sessions(): remove handshake
525 * Fix: live_viewer_connection_create(): `lttng_live_msg_iter` can be `NULL`
526 * Fix: tests/utils/utils.sh: export `BT_TESTS_PYTHON_CONFIG_BIN`
527 * `ctf` plugin: Use CTF_BYTE_ORDER_UNKNOWN in place of -1
528 * tests: fix test_auto_source_discovery on mingw
529 * `ctf` plugin: Use CTF_SCOPE_PACKET_UNKNOWN in place of -1
530 * lib: Explicit cast to bt_plugin_find_status
531 * src.ctf.lttng-live: Use SESSION_NOT_FOUND_ACTION_UNKNOWN in place of -1
532 * `ctf` plugin: Use is_log_level_set to infer ctf_event_class log_level validity
533 * sink.ctf.fs: remove unusued _is_variant_field_class_tag_valid()
534 * lib: prepare the ground for stateful query operations
535 * bt2: honor self component or query log level when logging
536 * Move `src/plugins/comp-logging.h` -> `src/logging/comp-logging.h`
537 * tests/bindings/python/bt2: remove unneeded `import` lines
538 * Test `bt2` public names (`test_package.py`)
539 * Add `babeltrace.` prefix to `trace-info` and `support-info` query objects
540 * lib: standardize listener ID types with new `bt_listener_id` type
541 * lib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
542 * bt2: move __version__ to version.py.in
543 * *_string() enumerator to string functions: remove common prefix
544 * lib: rename `bt_scope` -> `bt_field_path_scope`
545 * cli: fix "permission denied" test after g_dir_open
546 * tests/Makefile.am: add `test_auto_source_discovery` to suite
547 * bt2: prepend `_user` to overridable protected methods
548 * bt2: make `bt2._OverflowError` inherit `bt2._Error`
549 * bt2: _init_and_register_exit(): remove unused `version` variable
550 * bt2: clean available `bt2` package names
551 * test_error.py: remove dangling print()
552 * bt2: move `_ListenerHandle` to `utils.py`
553 * bt2: prepend `_` to names of exception classes the user cannot call
554 * lib: rename all `*_STATUS_OVERFLOW` -> `*_STATUS_OVERFLOW_ERROR`
555 * lib: append error cause when returning `BT_FUNC_STATUS_OVERFLOW`
556 * bt2: import public names into `__init__.py`
557 * bt2: rename `_Generic*ComponentClass` -> `_*ComponentClass`
558 * lib: remove INVALID_PARAMS status
559 * cli: remove the global volatile `interrupted` variable
560 * lib: bt_query_executor_query(): check interruption state before querying
561 * lib: add bt_plugin_find_all()
562 * lib: add bt_{graph,query_executor}_add_interrupter()
563 * bt2: add interrupter support
564 * lib: add interrupter API
565 * lib: create input port msg iterator from self {msg iterator, sink comp.}
566 * bt2: fix some whitespace issues
567 * lib: make default query implementation return INVALID_OBJECT, remove UNSUPPORTED status
568 * lib: remove LOADING_ERROR status
569 * bt2: remove NonexistentClockSnapshot exception type
570 * bt2: prepend underscore to exceptions not meant to be raised by user
571 * bt2: rename CreationError to MemoryError, handle it in and out of Python bindings
572 * bt2: make bt2.Error wrap current thread's error
573 * bt2: make bt2 add graph listener wrappers append error causes
574 * bt2: make bt_bt2_trace_{,class}_add_destruction_listener return a status
575 * bt2: remove utils._handle_ptr
576 * py-common: make bt_py_common_format_exception accept an arbitrary exception
577 * Fix: bt2: Make bindings target depend on convenience libraries
578 * tests: fix Windows support in test_convert_args
579 * tests: readlink 'canonicalize' is GNU specific
580 * tests: fix Python plugin provider tests on Windows
581 * Standardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr != NULL`
582 * bt2: do not require sink component's _graph_is_configured() method
583 * bt2: move _bt_graph_is_configured_from_native() to `_UserSinkComponent`
584 * Update python bindings gitignore for native_bt.c
585 * cli: automatically detect sources for leftover arguments
586 * src.ctf.lttng-live: LOGI instead of LOGW when getting queried for an unknown object
587 * sink.text.pretty: don't use printf for binary values
588 * sink.text.pretty: use bt_common_g_string_append and bt_common_g_string_append_c
589 * sink.text.pretty: remove field filtering
590 * sink.text.pretty: do not printf field name strings
591 * sink.text.pretty: use bt_common_g_string_append_printf
592 * common: implement bt_common_g_string_append and bt_common_g_string_append_c
593 * common: implement bt_common_g_string_append_printf
594 * tests/Makefile.am: remove needless comment
595 * Fix: bt2: incref Py_None in get_msg_range_common on error
596 * lib: logging: add `%!R` conv. specifier for integer range set and use it
597 * lib: rename functions to clearly indicate API inheritance
598 * Tests: flt.lttng-utils.debug-info: update debug-info tests
599 * Fix: flt.utils.muxer: don't clear an empty `GPtrArray`
600 * `test_plugin.py`: use absolute paths for plugin path comparison
601 * `test_query_trace_info.py`: adapt regex to NT path style
602 * tests/plugins/flt.utils.trimmer/Makefile.am: remove useless HAVE_PYTHON guard
603 * flt.utils.muxer: support stream messages with default clock snapshot
604 * bt2: fix: don't return in bt_bool out typemap
605 * bt2: remove unrelated comment from native_bt_integer_range_set.i
606 * Apply black code formatter on all Python code
607 * Explicitly mention `black` in CodingStyle guidelines
608 * Tests: add `tap` utils code to Black formatter exclusion list
609 * lib: remove `BT_ASSERT_PRE_FUNC`
610 * lib: bt_field_class_dynamic_array_create(): accept length FC parameter
611 * lib: decouple variant FC option names from selector FC mapping names
612 * bt2: add integer range set support
613 * lib: add integer range and integer range set API
614 * Fix various "may be used uninitialized" warnings (GCC)
615 * Fix: CTF writer: bt_ctf_field_unsigned_integer_set_value() -> *get_value()
616 * Fix: BT_ASSERT_PRE_DEV(): use `##__VA_ARGS`, not `#__VA_ARGS`
617 * bt2: report errors from Python component and component class callbacks
618 * bt2: check for _graph_is_configured method in user sink classes
619 * plugins: log failure to load plugin as a warning
620 * tests: run_python_bt2: error out if BT_TESTS_BUILDDIR does not point to a build directory
621 * bt2: don't copy swig interface files to build directory
622 * bt2: run swig by hand instead of through "setup.py build_ext"
623 * configure: report SWIG and SWIG_LIB values
624 * cli: move plugin loading code to its own file
625 * cli: Replace printf_err with BT_CLI_LOGE_APPEND_CAUSE
626 * CONTRIBUTING.adoc: add more content to the "Testing" section
627 * tests: Move tap-driver.sh out of the autotools aux directory
628 * Fix: bt2: remove circular import (not supported before Python 3.5)
629 * tests: bt2: remove test_clock_class_priority_map.py
630 * Fix: flt.lttng-utils.debug-info: possible leak of `bt_message` on error
631 * tests: src.ctf.fs: add 2packets test trace
632 * tests: bt_diff_cli: compare expected `stderr` too
633 * lib: plugin-so.c: ERROR and INFO level messages logged in callee
634 * fix: use g_setenv for portability
635 * Do not check `NULL` to call free(): free() accepts `NULL`
636 * Fix: current-thread.h: append from message iterator, not from component
637 * tests: on Windows the plugin object extension is 'dll' not 'so'
638 * Fix: cygwin does not honour LD_LIBRARY_PATH
639 * cleanup: configure.ac: replace spaces by tabs
640 * Fix warnings with bison >= 3.4 and autoconf < 2.70
641 * Make the in-tree CLI use the in-tree PPP
642 * Make the Python plugin provider a libtool module
643 * Standardize `strcmp(a, b) == 0` instead of `!strcmp(a, b)`
644 * Do not check `NULL` to call g_free(): g_free() accepts `NULL`
645 * Fix: bt2: adjust reference counting of value objects
646 * Rename PLUGINSDIR to BABELTRACE_PLUGINS_DIR and enable it
647 * tests: update test_trimming to remove the wrapper
648 * trimmer: proper formatting of timestamp conversion error
649 * tests: specify the timezone offset
650 * Fix: use return of bt_localtime_r as success criteria
651 * lib: put __BT_UPCAST() and __BT_UPCAST_CONST() in `babeltrace.h`
652 * Move `include/babeltrace2/ctf-writer` -> `include/babeltrace2-ctf-writer`
653 * Remove legacy `include/babeltrace2/{ctf-ir,ctf}` directories
654 * lib: standardize public header copyright notice
655 * lib: remove "For *" comments in public headers
656 * lib: force user to include `<babeltrace2/babeltrace.h>`
657 * lib: standardize public include guards
658 * src/{ctfser,fd-cache}/Makefile.am: remove unneeded `AM_CPPFLAGS`
659 * Fix: lib: conflicting types for `bt_plugin_set_get_plugin_count`
660 * Fix: CTF writer: make library have its own public `types.h`
661 * lib: make BT_ASSERT_{PRE,POST}() always on; add BT_ASSERT_{PRE,POST}_DEV()
662 * lib: rename `bt_*_labels_by_value` -> `bt_*_labels_for_value`
663 * Rename WARN log level to WARNING
664 * src/lib/{current-thread,error}.c: put precond. assertion at right place
665 * lib/lib-logging.c: fix GCC warning: check return value of snprintf()
666 * cli: append error cause when graph or query executor is canceled by user
667 * lib: make packets and packet messages optional, disabled by default
668 * fix: test_trimmer on macOs and Solaris
669 * tests: Use DYLD_LIBRARY_PATH on macOSX
670 * doc: Use DYLD_LIBRARY_PATH on macOSX
671 * Tests: move `test_bitfield` outside lib tests, add `check-no-bitfield` target
672 * Fix: bt_plugin_so_shared_lib_handle_destroy(): use `#ifdef`, not `#ifndef`
673 * lib/graph/message/stream.c: fix clock snapshot leak
674 * lib/trace-ir/clock-snapshot.c: assert that the parameter is not `NULL`
675 * sink.text.details: write discarded events/packets CS props when supported
676 * tests: replace xargs workaround with bash array expansion
677 * Replace libuuid with internal implementation
678 * cli: move `--params` option's format parsing to its own file
679 * lib: remove stream activity messages
680 * Fix: bt_ctfser_write_float64(): use `double` in union, not `float`
681 * tests: don't swallow stderr when running babeltrace CLI
682 * lib: move trace class's name, UUID, and environment props to trace API
683 * cli: print current thread's error causes, if any, before exiting
684 * Add bt_common_get_term_size()
685 * Add bt_common_fold()
686 * src.ctf.fs: append error cause when no traces are found in directory
687 * lib: use BT_LIB_LOG*_APPEND_CAUSE() where appropriate
688 * lib: add internal BT_LIB_LOG*_APPEND_CAUSE() macros
689 * cli: introduce BT_CLI_LOG*_APPEND_CAUSE() and use it where appropriate
690 * tests: call bt_current_thread_clear_error() when handling an error
691 * cli: clear current thread's error, if any, before exiting
692 * plugins: call bt_current_thread_clear_error() when not propagating error
693 * lib: add thread-safe error reporting API
694 * lib: keep plugin name, if any, in component class structure
695 * src.ctf.fs: remove leftover use of pointer arithmetics
696 * bt2: namespace private attributes of inheritable classes
697 * tests: bt2: use `addr` attribute instead of private `_ptr`
698 * cli: fix typo in error message
699 * Fix: src.ctf.fs: segfault following `bt_msg_iter_seek()`
700 * Fix: src.ctf.fs: trace-info: port_name memory leak
701 * bt2: remove probing of BABELTRACE_PYTHON_BT2_NO_TRACEBACK env var
702 * trimmer: use g_match_info_free instead of g_match_info_unref
703 * tests: bt2: Fix `run_python_bt2` usage example
704 * CONTRIBUTING.adoc: add how to run `bt2` tests
705 * tests: bt2: add `--test-case` argument to testrunner.py
706 * Fix: src.ctf.fs: pointer arithmetics on non-adjacent memory
707 * bt2: update `pyproject.toml` following directories changes
708 * Do not use diagnostic pragma when GCC version is lower than 4.6.0
709 * Missing define when not building with gcc
710 * Assign *_STATUS_OK to ret
711 * Fix: sink.text.pretty: support unknown event class name
712 * tests: Remove stale tests launcher
713 * tests: Add ".exe" when running on a mingw system
714 * Fix: log_level usage on mingw platform
715 * tests: add python plugin provider path to lib search path
716 * Fix: trimmer: use regexes to parse dates and times
717 * tests: Use diff -u
718 * Fix compiler -Wall warnings (mostly incompatible enumerations)
719 * trimmer: remove unused function
720 * Add back (adapted) `test_bt_values` and `test_graph_topo`
721 * Allow only TRACE, DEBUG, and INFO as the build-time, minimal log level
722 * lib: strictly type function return status enumerations
723 * tests/lib: remove `test_bt_values` and `test_graph_topo`
724 * Fix: bt_packet_context_field_create(): remove "frozen" SC precondition
725 * test_{field,value}.py: array test cases: add non-sequence equality tests
726 * test_{field,value}.py: test complex number RHS for binary operations
727 * test_value.py: make `BoolValueTestCase` inherit `_TestNumericValue`
728 * test_value.py: _inject_numeric_testing_methods(): remove `has_neg`
729 * test_{field,value}.py: add comments
730 * bt2: create_value(): check `numbers` and `collections.abc` types
731 * bt2: _ArrayField.__setitem__(): do not check type
732 * bt2: field.py: _value_to_int(): require `numbers.Integral`
733 * bt2: field.py: numeric classes: remove __i*__ operators
734 * bt2: value.py: _IntegerValue._value_to_int(): require `numbers.Integral`
735 * bt2: value.py: numeric classes: remove __i*__ operators
736 * bt2: make `BoolValue` inherit `_IntegralValue`
737 * bt2: field.py: refactor field comparison
738 * bt2: value.py: refactor value comparison
739 * bt2: make `_ArrayField` inherit `collections.abc.MutableSequence`
740 * bt2: let Python message iterators implement seek beginning
741 * lib: internal: message.h: require logging
742 * lib: internal: object-pool.h: require logging
743 * Fix: CTF writer: include CTF writer (own) version of `object-pool.h`
744 * lib: internal: clock-snapshot-set.h: require logging
745 * lib: internal: graph.h: require logging and BT_ASSERT_{PRE,POST}()
746 * lib: internal: define `BT_ASSERT_{PRE,POST}_SUPPORTED` in headers
747 * lib: internal: replace BT_ASSERT_PRE* -> BT_ASSERT_POST* where applicable
748 * lib: internal: add BT_ASSERT_POST()
749 * Add `src/py-common`, containing bt_py_common_format_exception() for now
750 * fix: don't use realpath from GNU coreutils
751 * lib: validate monotonicity of messages from upstream component
752 * Fix: bt2: fix reference counting of messages returned by Python components
753 * lib: fix compilation for glib < 2.40
754 * tests: Rework test suite
755 * port: Use sig_t instead of sighandler_t
756 * bt2: use `_extract_value()` on comparison
757 * Fix: bt2: erroneous integer comparison of Field and Value
758 * bt2: remove __le__() method already provided by @total_ordering
759 * fix: Use python-config 'ldflags' instead of 'libs'
760 * lib: add logic in auto-seek to recreate stream state
761 * Append "library" to pkg-config packages names
762 * Provide proper pkg-config .pc files
763 * iterator: save original next callback in iterator struct
764 * iterator: move auto-seek data in its own struct, add comments
765 * fix: Add missing include on macOs
766 * tests: remove carriage return when using diff
767 * libs: Do not rely on nftw for detecting the validity of plugin path
768 * Fix: return status instead of ret
769 * lib: rename `BABELTRACE_NO_DLCLOSE` -> `LIBBABELTRACE2_NO_DLCLOSE`
770 * bt2: fix formatting of C code in native_bt_component_class.i
771 * cli: add missing line in --plugin-path help
772 * lib: reverse order of bt_self_component_port_input_message_iterator::auto_seek_msgs queue
773 * bt2: rename native_bt_notifier.i to native_bt_message_iterator.i
774 * bt2: remove unused double* typemap
775 * bt2: replace copy of headers for SWIG with includes
776 * Rename `BT_LOG_LEVEL` -> `BT_MINIMAL_LOG_LEVEL`
777 * Do not require logging support for BT_[CTF_]ASSERT_PRE()
778 * lib: bt_plugin_find*(): return status code; add "fail on load error" param
779 * lib: rename parameter of bt_self_component_filter_add_{in,out}put_port
780 * lib: remove "accept port" concept
781 * Fix: `ctf` plugin: do not have an `mdec` variable where not strictly needed
782 * tests: Add missing copyright headers
783 * tests: Move data files to a common directory
784 * bt2: add missing parameter to _UserComponentType._query
785 * test utils: add failfast option to our testrunner.py
786 * fix: move static functions inside ifdef
787 * Fix: bt_config_convert_from_args(): set default log level at the end too
788 * Rename VERBOSE log level to TRACE
789 * bt2: Rename _set_default_clock_snapshot_ptr callback to _set_default_clock_snapshot
790 * Fix: Unmap before truncating
791 * fix: Add missing stdint include on Windows
792 * fix: test_trimmer on macOs and Solaris
793 * lib: remove BT_LIB_LOG*() macro usage comment
794 * Update `CONTRIBUTING.adoc`
795 * lib: add comment about why `bt_lib_log_level` is exported
796 * lib: use `LIBBABELTRACE2_INIT_LOG_LEVEL` env. var. to initialize log level
797 * src.ctf.fs: use BT_COMP_LOG*() instead of BT_LOG*()
798 * src.ctf.fs: honor component's initial log level
799 * src.ctf.lttng-live: use BT_COMP_LOG*() instead of BT_LOG*()
800 * sink.ctf.fs: use BT_COMP_LOG*() instead of BT_LOG*()
801 * sink.text.details: use BT_COMP_LOG*() instead of BT_LOG*()
802 * sink.text.details: honor component's initial log level
803 * `ctf` plugin: metadata: use BT_COMP_LOG*() instead of BT_LOG*()
804 * `ctf` plugin: `bt_msg_iter`: use BT_COMP_LOG*() instead of BT_LOG*()
805 * `ctf` plugin: `bt_bfcr`: use BT_COMP_LOG*() instead of BT_LOG*()
806 * sink.ctf.fs: honor component's initial log level
807 * src.ctf.lttng-live: honor component's initial log level and query LL
808 * lib/object.h: log conditionally to `BT_OBJECT_DONT_LOG` undefined
809 * Remove unused `src/plugins/ctf/print.h`
810 * Remove unused `src/plugins/ctf/common/utils`
811 * `ctf` plugin: metadata: use local log level
812 * `ctf` plugin: `bt_msg_iter`: use object's log level
813 * `ctf` plugin: `bt_bfcr`: use object's log level
814 * utils.sink.counter: use BT_COMP_LOG*() instead of BT_LOG*()
815 * flt.lttng-utils.debug-info: use BT_COMP_LOG*() instead of BT_LOG*()
816 * flt.lttng-utils.debug-info: honor component's initial log level
817 * lib: rename `lib-logging.h` to `logging.h`
818 * Logging: define `BT_LOG*_SUPPORTED` when logging is supported
819 * flt.utils.muxer: use BT_COMP_LOG*() instead of BT_LOG*()
820 * flt.utils.trimmer: use BT_COMP_LOG*() instead of BT_LOG*()
821 * src.text.dmesg: use BT_COMP_LOG*() instead of BT_LOG*()
822 * Logging: add `src/plugins/comp-logging.h` (BT_COMP_LOG*())
823 * flt.utils.trimmer: honor component's initial log level
824 * flt.utils.muxer: honor component's initial log level
825 * Move bt_{self_component,message_iterator}_status_string() to `common.h`
826 * sink.utils.counter: honor component's initial log level
827 * src.text.dmesg: honor component's initial log level
828 * tests: bt2: add query log level tests
829 * lib: pass log level to bt_query_executor_query()
830 * Logging: pass dynamic log level to common functions and subsystems
831 * src/logging/log.h: add BT_LOG_WRITE_CUR_LVL(), BT_LOG_WRITE_ERRNO_CUR_LVL()
832 * cli: add component-specific `--log-level` option (run/convert commands)
833 * sink.text.pretty: remove logging (not used)
834 * test_graph.py: add bt2.Graph.add_component() logging level parameter tests
835 * test_component.py: add `logging_level` property tests
836 * lib: set component's initial log level when adding it to the graph
837 * Add internal bt_common_logging_level_string()
838 * cli: use log level integer instead of letter in configuration
839 * src/logging/log.h: add utility functions for log level to/from string
840 * Logging: standardize logging tags
841 * configure.ac: change default minimal log level from VERBOSE to DEBUG
842 * sink.text.pretty: remove message iterator inactivity message logging
843 * lib: plugin.h: force header user to include "lib/logging.h"
844 * Logging: check `BT_DEBUG_MODE` instead of `NDEBUG`
845 * lib: `component-class-sink-colander.c`: remove useless `void *` cast
846 * Rename: <some/internal-header.h> -> "some/internal-header.h"
847 * Standardize log levels used by logging statements across the project
848 * bt2: message_iterator.py: packet beginning/end messages have a single CS
849 * bt2: stream activity messages: create with unknown/infinite default CS
850 * Put `flt.lttng-utils.debug-info` tests into their own directory
851 * Remove unused `tests/plugins/test_utils_muxer_complete.in`
852 * Add facilities to test CLI and plugin regressions with expectation files
853 * Add `sink.text.details`, a testing textual sink which prints details
854 * Add bt_common_sep_digits()
855 * fix: Add missing glib include on MINGW
856 * tests: Move ctf-writer to it's own directory
857 * tests: Move libtestcommon to utils
858 * Cleanup: remove plugin-common.h
859 * Cleanup: remove private babeltrace.h
860 * fix: Static build fails with ctfser missing symbols
861 * Re-organize sources
862 * tap-driver.sh: flush stdout after each test result
863 * Fix: src.ctf.fs: increment packet offset before init of index entry
864 * ctf-writer: externalize libbabeltrace2-ctf-writer
865 * Cleanup: Move build logic to python-plugin-provider Makefile
866 * Cleanup: remove useless Makefiles from extras
867 * Fix: use `babeltrace2` instead of `babeltrace` in plugin paths
868 * Fix: doc/bindings/python/Makefile.am: run the `sphinx` Python 3 package
869 * bt2: add `_Trace.cls` property
870 * bt2: rename object's own BT class property to `cls`
871 * bt2: prepend `_` prefix to names of classes that the user cannot create
872 * Remove everything related to the `bt2.ctf_writer` Python module
873 * Remove everything related to the `babeltrace` Python package
874 * tests: clean up test_trimmer
875 * lib: make precondition failure messages more clear on message creation
876 * src.ctf.fs: trace-info: omit stream `range-ns` field when no TS
877 * doc: Rename to babeltrace2
878 * lib: rename include dir to babeltrace2
879 * lib: Reset libbabeltrace2 to SONANE 0
880 * lib: Rename to libbabeltrace2
881 * cli: Rename to babeltrace2
882 * Fix: lib: expose bt_lib_log_level symbol
883 * Add missing test_output_ctf_metadata to gitignore
884 * Cleanup: use detected asciidoc to build CONTRIBUTING.html
885 * Fix: src.ctf.fs: trace-info: fields no appended if range not set
886 * src.ctf.fs: merge all indexes to the fs_ds_group level
887 * src.ctf.fs: bubble up `ctf_fs_ds_file_group_create()` error
888 * sink.ctf.fs: add more comments in code where it's not straightforward
889 * Rename "default beginning/end CS" -> "beginning/end default CS"
890 * src.ctf.fs: support no packet beg/end CS and no discarded events/packets
891 * Fix: sink.text.pretty: print_discarded_elements_msg(): add missing space
892 * sink.ctf.fs: support packets, DE, and DP w/o beginning/end clock snapshots
893 * lib: make discarded events/packets support and clock snapshots optional
894 * lib: create_packet_message(): make assertion message less convoluted
895 * lib: create_packet_message(): use pool to determine beginning or end msg
896 * tests: build system spring cleanup
897 * tests: replace BT_ASSERT with exit in test_bin_info
898 * tests: Add expected failure test to test_dwarf
899 * tests: Add powerpc64le-linux-gnu debug-info artifacts
900 * tests: Add powerpc-linux-gnu debug-info artifacts
901 * tests: Add i386-linux-gnu debug-info artifacts
902 * tests: Parametrize test_bin_info to handle multiarch artifacts
903 * tests: Build new x86_64-linux-gnu debug-info artifacts
904 * tests: Add Makefile to build debug-info test artifacts
905 * Cleanup: test_bitfield: nr_bits should be unsigned
906 * Fix: lib: set iterator state even in non-dev mode
907 * bt2: change some bt2.CreationError usages to ValueError
908 * bt2: remove unused exception types
909 * src.ctf.fs: add stream port name to trace-info query, use it for stream intersection
910 * Fix: sink.text.pretty: comma in enum fields
911 * cli: Fix exit code of ctf-metadata output
912 * bt2: Adapt test_trace_collection_message_iterator.py and make it pass
913 * bt2: let components attach "user data" to ports
914 * bt2: Adapt test_message_iterator.py and make it pass
915 * bt2: Adapt test_message.py and make it pass
916 * bt2: Adapt test_field.py and make it pass
917 * bt2: Adapt test_field_class.py and make it pass
918 * bt2: Adapt test_graph.py and make it pass
919 * lib: Make graph listeners return an error status
920 * lib: remove unused _NO_SINK graph status
921 * bt2: Adapt test_packet.py and make it pass
922 * bt2: Adapt test_clock_class.py and make it pass
923 * bt2: Adapt test_event.py and make it pass
924 * Fix: lib: usage of output port message iterator
925 * bt2: Adapt test_event_class.py and make it pass
926 * bt2: Adapt test_stream.py and make it pass
927 * bt2: Adapt test_stream_class.py and make it pass
928 * bt2: Adapt test_trace.py and make it pass
929 * bt2: Add bindings for trace classes
930 * Fix: lib: prevent infinite recursion when destroying trace classes and traces
931 * bt2: Adapt test_connection.py and make it pass
932 * bt2: Adapt test_port.py and make it pass
933 * Add configuration for python code formatter black
934 * lib: make packet beginning/end default CS optional
935 * Fix: flt.lttng-utils.debug-info: memory leak bt_dwarf_die struct
936 * lib: remove "unknown clock snapshot" concept
937 * bt2: always use staticmethod() with native function class attributes
938 * bindings/python/bt2/setup.py.in: put native module in `bt2` package
939 * flt.lttng-utils.debug-info: Replace hardcoded '/' in paths
940 * Fix: test_bitfield: extend coverage by removing off-by-one in bound check
941 * Fix: test_bitfield: extend coverage: 0-len signed write/read
942 * Fix: flt.lttng-utils.debug-info: build id comparison
943 * Fix: src.ctf.lttng-live: possible memory leak on error path
944 * Fix: lib-logging: possible buffer not null terminated
945 * Update renamed file in gitignore
946 * Fix: flt.lttng-utils.debug-info: cannot find addr past the first CU
947 * Fix: flt.lttng-utils.debug-info: note name memcmp() overflow
948 * Cleanup: src.ctf.lttng-live: rename _is_canceled function
949 * Fix: flt.utils.trimmer: no error when upstream can not seek
950 * Add .gitignore entry for .theia
951 * Fix: logging: possible buffer overflows
952 * Add vim .swp files to gitignore
953 * Replace g_build_path with g_build_filename for portability
954 * Fix: test_bitfield: buffer overrun accesses
955 * Cleanup: tests: use underscores in filename
956 * Cleanup: flt.utils.muxer: avoid returning a pointer needlessly
957 * Fix: flt.utils.muxer: Potential memory leak
958 * Cleanup: bitfields: streamline use of underscores
959 * Silence compiler "always false comparison" warning
960 * Extend test_bitfield coverage
961 * Fix: bitfield: shift undefined/implementation defined behaviors
962 * Fix: flt.utils.trimmer: bt_message_put_ref() on freed message
963 * Fix: flt.utils.muxer: Undefined or garbage value returned
964 * fix: Add PROT_READ to ctfser mmap flags
965 * Fix: src.ctf.fs: possible use-after-free in the error path
966 * Fix type-limits warnings, uint can't be < 0
967 * Fix old-style-declaration warnings
968 * Annotate implicit fall-through
969 * Cleanup: src.ctf.fs: index no longer used in loop
970 * Fix: sink.ctf.fs: Dereference before null check
971 * Fix: sink.ctf.fs: possible uses after free because of unchecked return values
972 * Cleanup: common/assert.c: remove useless calls
973 * Cleanup: src.ctf.fs: erroneous comment
974 * Add -Werror=implicit-function-declaration to AM_CFLAGS
975 * Add missing gitignore for test_ctf_plugin
976 * Harmonize pprint macro across projects
977 * Update macros from the autoconf archive
978 * flt.lttng-utils.debug-info: fd-cache: log to `debug` severity on stat() error
979 * Fix: src.ctf.fs: Using uninitialized value
980 * Fix: sink.ctf.fs: writing 64bit real number as 32bit
981 * Fix: flt.lttng-utils.debug-info: `ip` field is 32bit on 32bit cpus
982 * tests: Run test_bitfield
983 * Fix: duplicate symbol with clang linker
984 * Fix: fd-cache: fd leak on error path
985 * Fix: lib/graph: Dereference before null checks
986 * Fix: cli: value stored is never read
987 * Fix: flt.lttng-utils.debug-info: omitting copy_field_class_content() return value
988 * Fix: flt.lttng-utils.debug-info: memory leak
989 * Fix: sink.text.pretty: Unsigned compared against 0
990 * Fix: src.ctf.fs: init_index_entry() may return uninitialized value
991 * cli/babeltrace.c: update known log level environment variable names
992 * lib: add unsigned and signed integer value API
993 * lib: value.c: remove BT_VALUE_FROM_CONCRETE() macro
994 * lib: move `bt_value` structures to `value-internal.h`
995 * bt2: Make test_query_executor pass
996 * bt2: Fix Makefile dependency tracking when building out of tree
997 * fix: g_hash_table_insert prior to glib 2.40 returns void
998 * tests/plugins/ctf/Makefile.am: do not set `TESTS` in this file
999
1000 2019-05-03 babeltrace 2.0.0-pre5 (No Pants Day)
1001 * Fix: flt.lttng-utils.debug-info: build id note section non-native byte order
1002 * common: add bt_common_read() function
1003 * Fix: common: va_list type is implementation dependant
1004 * Fix: uninitialized variant fc in set_field_refs()
1005 * src.ctf.fs: make trace-info query accept clock-class-offset-{s,ns} parameters
1006 * ctf: Use g_time_val_from_iso8601 instead of g_date_time_new_from_iso8601
1007 * tests: update EXTRA_DIST of Python bindings
1008 * tests: remove non-existent files from EXTRA_DIST
1009 * include: add missing files to dist tarball
1010 * bt2: Add wrapper for bt_plugin_get_version
1011 * Add git-review config
1012 * Fix: bt2: enum-conversion warning in native_bt_component_class.i
1013 * Fix: bt2: int-to-pointer-cast warnings in SWIG utils functions
1014 * sink.ctf.fs: set_field_refs(): make `fc` `const` as `fc_type` depends on it
1015 * Fix: sink.ctf.fs: do not keep different `tgt_fc_type` as `tgt_fc` changes
1016 * lib: bt_graph_{consume,run}(): add unlikely() to unlikely condition
1017 * src.ctf.fs: compute stream range using entire file info group
1018 * bt2: update bindings to make test_plugins pass
1019 * bt2: update bindings to make test_component pass
1020 * bt2: update bindings to make test_component_class pass
1021 * lib: Add functions to borrow specialized component classes from specialized components
1022 * bt2: update value.py, make test_value pass
1023 * bt2: update object model
1024 * Fix: string format warnings on 32 bits
1025 * Fix: unused-function warnings in lib/graph/iterator.c
1026 * Fix: may-uninitialized warning in trace-ir-metadata-field-class-copy.c
1027 * Fix: maybe-uninitialized warnings in translate-trace-ir-to-ctf-ir.c
1028 * Fix: maybe-uninitialized warning in create_relative_field_ref()
1029 * Fix: unused-variable warnings in lib/graph/iterator.c
1030 * Fix: maybe-uninitialized warning in bt_ctf_stream_flush()
1031 * Fix: unused-variable warnings in bt_X_freeze() when not in DEV_MODE
1032 * Fix: src.ctf.fs: metadata-info: sanitize `path` param
1033 * Fix: flt.lttng-utils.debug-info: extra colon in `bin` member
1034 * debug info: Skip test that depends on Python bindings
1035 * babeltrace: Remove leftovers
1036 * doc: Make python bindings doc build
1037 * python-plugin-provider: Make it build
1038 * Remove clock_class_priority_map.py
1039 * Fix: headers: make static inline upcasts compatible with C++
1040 * Fix: headers: add missing end of `extern "C"` curly brackets (for C++)
1041 * Fix: include/Makefile.am: add missing `babeltrace/ctf-writer/object.h`
1042 * bt2: Rename files to use singular form
1043 * bt2: Mass clock_value -> clock_snapshot rename
1044 * bt2: Mass field_types -> field_class rename
1045 * bt2: Mass notification -> message rename
1046 * bt2: Sync native_bt_field_class.i with field-class-const.h
1047 * lib: have dedicated, unique unsigned and signed enum FC mapping objects
1048 * tests/bindings/python: Mark all tests as skipped
1049 * bindings/python/bt2: Make the bt2 package importable
1050 * lib: Fix function name to match declaration
1051 * Add env wrapper to facilitate importing the in-tree python bindings
1052 * bindings/python/bt2: Make the bt2 Python bindings build
1053 * lib: Make bt_value_null a const pointer
1054 * ctf: Add dash to stream name suffixes
1055 * ctf: Use environment fields provided by LTTng to make output trace path
1056 * cli: put space after comma between array elements
1057 * Fix: test_convert_args: fix malformed test line
1058 * test_convert_args: test multiple leftover arguments
1059 * Fix: test_convert_args: fix expected arguments
1060 * cli: mimic behavior of BT1 when trying to attach to live session
1061 * plugins/ctf/fs-src: Session rotation support: merge traces with same uuid
1062 * cli, plugins/ctf/fs-src: Make src.ctf.fs accept multiple root paths
1063 * cli: Make append_parameter_to_args accept a bt_value value
1064 * cli: Remove support for --key and --value arguments
1065 * cli: Support arrays in parameters
1066 * cli: Adjust integer range check, replace magic numbers with constants
1067 * cli: Refactor command line value parsing code
1068 * cli: Refactor handling of negative numbers
1069 * Fix: tests/Makefile.am: do not run missing `flt.utils.muxer`
1070 * Adapt `src.ctf.lttng-live` to current API
1071 * sink.text.pretty: print inactivity msg handling with BT_LOGD_STR
1072 * graph: Fix: bt_graph_configure() does not propagate errors
1073 * Fix: flt.lttng-utils.debug-info: leaking `bin_dir` char array
1074 * Fix: flt.lttng-utils.debug-info: ".debug" extension not appended
1075 * lib: field path: have a specific item for "current array element"
1076 * Fix: bfcr_get_sequence_length_cb(): do not set text array's length
1077 * Fix: `tests/Makefile.am`: do not run missing tests
1078 * Fix: `tests/ctf-traces/succeed` traces: change CTF version from 0.1 to to 1.8
1079 * Fix: `test_packet_seq_num.in`: change expected disc. packets messages order
1080 * Fix: flt.utils.trimmer: accept inited streams ending without other messages
1081 * Fix: cli: `flt.utils.trimmer` now expect the `gmt` parameter
1082 * Remove `test_bt_message_iterator`
1083 * Fix: cli: Acquire reference on bt_value_null while parsing args
1084 * flt.lttng-utils.debug-info: cleanup: create dedicated msg_iter destroy function
1085 * tests: remove unused automake variable
1086 * Fix: lib: Mismatch in function declarations and definitions
1087 * flt.lttng-utils.debug-info: Don't copy trace class UUID to output trace class
1088 * flt.lttng-utils.debug-info: Implement file descriptor cache
1089 * Cleanup: Move `debug-info` in its own sub-directory
1090 * Fix: flt.lttng-utils.debug-info: Error in src line reporting
1091 * flt.lttng-utils.debug-info: cleanup: remove usage old struct name
1092 * flt.lttng-utils.debug-info: cleanup: only print debug message on error
1093 * flt.lttng-utils.debug-info: use glib memory and string functions
1094 * sink.ctf.fs: Remove unused function
1095 * plugins/ctf: Remove unused uuid-related fields in struct ctf_fs_metadata
1096 * .editorconfig: add `charset = utf-8`
1097 * Add .editorconfig file
1098 * Remove babeltrace 1 Python bindings and tests
1099 * Remove stale trace-ir test files
1100 * BT_ASSERT(): update rendering
1101 * Re-implement BT_ASSERT without using the assert macro
1102 * Adjust bt_component_borrow_class to match declaration
1103 * Small fixes to include/
1104 * ctf-writer: Split clock and clock-class declarations and definitions
1105 * Adapt `sink.ctf.fs` to current API
1106 * ctfser: have dedicated signed/unsigned integer writing functions
1107 * src.ctf.fs: keep empty structures
1108 * lib: add structure FC member and variant FC option objects
1109 * Fix: pretty/print.c: print comma and space after trace name
1110 * Fix: update_field_class_in_ir(): do not have special int fields in trace IR
1111 * Fix: msg-iter.c: accept no packet total and content sizes
1112 * Fix: handle_conversion_specifier_std(): use `sizeof(PRI*64) - 1`
1113 * lib-logging-internal.h: fix minor documentation mistakes
1114 * Fix: decoder.c: remove forgotten TODO section
1115 * `ctf` plugin: infer packet's total size from packet's content size
1116 * Fix: msg-iter.c: create packet message with correct function
1117 * Fix: src.ctf.fs: do not use trace IR objects in queries
1118 * flt.utils.muxer: validate clock classes on stream beginning messages
1119 * Fix: add_component_with_init_method_data(): freeze parameters
1120 * plugins/ctf/common: remove unused borrow_named_int_field_class() function
1121 * flt.utils.trimmer: fix: variables used uninitialized
1122 * lib: remove unused port_connection_iterators_are_finalized() function
1123 * lib: remove unused precondition utility function
1124 * flt.lttng-utils.debug-info: fix: set but not used warnings
1125 * lib: mark graph as faulty when adding a comp. or connecting ports fails
1126 * bt_port_output_message_iterator_create(): check that graph has no sinks
1127 * lib: remove bt_connection_is_ended()
1128 * lib: metadata: add missing non-const borrowing accessors
1129 * flt.lttng-utils.debug-info: adapt debug-info component to API changes
1130 * lib: replace trace is_static with destruction listeners
1131 * Fix: flt.utils.muxer: use return value (clock class)
1132 * Fix: flt.utils.muxer: reset is_ended variable after each iteration
1133 * sink.utils.counter: use a default step of 10,000
1134 * sink.utils.counter: handle all types of messages
1135 * Cleanup: erroneous assert and log messages in stream.c
1136 * flt.lttng-utils.debug-info: Fix: dirname(3) might modify input string
1137 * Fix: use of wrong enumeration_mapping_ranges type
1138 * Fix: add missing `_const` in name of const functions
1139 * Fix: BT_ASSERT() on variable not yet initialized
1140 * common: prepend `bt_common_` to bt_message_iterator_status_to_self()
1141 * Add function converting bt_message_iterator_status to bt_self_*
1142 * Add a common, internal CTF serialization library; make CTF writer use it
1143 * common-internal.h: prefix functions with `bt_common_`
1144 * Adapt `flt.utils.trimmer` to current API
1145 * Fix: sink.text.pretty: do not always update last timestamp
1146 * flt.utils.muxer: do not release upstream iterators when they're ended
1147 * Fix: lib: stop auto-seeking when getting the first satisfying message
1148 * Fix: lib: auto_seek_handle_message(): set `msg` to `NULL` when skipping
1149 * Fix: print.c: remove extra `)` after `+????????????`
1150 * Fix: cli: `list-plugins`: print bold code before "component classes"
1151 * Fix: cli: cmd_list_plugins(): pass appropriate by-index functions
1152 * Fix: lib: `_const_const` -> `_const`
1153 * sink.text.pretty: "discarded a number of X" -> "might have discarded X"
1154 * lib: iterator auto-seeking: handle intersecting discarded items messages
1155 * lib: create a clock class object from component
1156 * lib: rename inactivity msg to msg iterator inactivity msg
1157 * lib: Pass raw snapshot value to bt_message_inactivity_create()
1158 * lib: add sink component class's "graph is configured" method
1159 * Fix: lib-logging.c: use temporary prefix where needed
1160 * lib: rename clock class's absolute property to "origin is Unix epoch"
1161 * Fix: flt.utils.muxer: make sure message's default clock class exists
1162 * sink.text.pretty: use fast clock class access
1163 * lib: message API: add fast default clock class accessors
1164 * flt.utils.muxer: implement "seek beginning" and "can seek beginning" methods
1165 * src.text.dmesg: implement "seek beginning" and "can seek beginning" methods
1166 * src.ctf.fs: implement "seek beginning" method
1167 * src.text.dmesg: make clock class non-absolute
1168 * iterator.c: auto-seeking: use packet messages's clock snapshots
1169 * flt.utils.muxer: handle all message types specifically
1170 * Update `include/babeltrace/babeltrace.h`
1171 * include/Makefile.am: add missing files
1172 * lib-logging.c: log event, packet beginnin/end message clock snapshot
1173 * Fix some include directives (add missing, remove superfluous)
1174 * lib: have default clock snapshot in event message
1175 * assert-pre-internal.h: append "error is" to first message
1176 * discarded-items.c: add clock class's existence precondition assertion
1177 * lib: add default clock snapshot property to packet beginning/end message
1178 * Fix: src.text.dmesg: put leaking trace class on component destruction
1179 * src.text.dmesg: emit stream activity beginning/end messages
1180 * lib: remove redundant `bt_packet` properties
1181 * sink.text.pretty: print warning message on discarded events/packets message
1182 * src.ctf.fs: emit discarded events/packets messages
1183 * src.ctf.fs: emit stream activity beginning/end messages
1184 * lib: iterator.c: auto-seek: handle new message types
1185 * Make parent parameters const for some object creation functions
1186 * lib: add discarded packets message
1187 * lib: add discarded events message
1188 * lib: set clock snapshot member to `NULL` after bt_clock_snapshot_recycle()
1189 * lib: add stream activity beginning/end messages
1190 * lib: remove CV snapshot property from stream beginning/end message
1191 * lib: add seeking (beginning, ns from origin), with auto-seeking support
1192 * lib: fully configure graph (add components, connect ports), then run
1193 * Fix: ctf plugin: returning bt_message_iterator_status from src.ctf.fs
1194 * Cleanup: use ctf_scope_string function to print `enum ctf_scope` vars
1195 * Cleanup: explicitly assigning value of variable to itself
1196 * Fix: may be used uninitialized trace_name variable
1197 * Fix: setting the wrong status variable on query canceled
1198 * Cleanup: add bt_ctf_value_type stringifying function
1199 * Cleanup: remove bt_clock_snapshot_set_value_inline function
1200 * Cleanup: bt_clock_snapshot_set_raw_value is now a static inline
1201 * flt.utils.muxer: fix muxer_init prototypes
1202 * Add bt_self_message_iterator_status_string() function
1203 * lib: do not allow port to be removed when message iterators are active
1204 * plugins/ctf/fs-src/fs.c: "msgier" -> "notifier"
1205 * lib: "msgied" -> "notified" (remaining of a previous mass rename)
1206 * CLI: use -x as short option for --connection instead of -C
1207 * Fix: graph API: add listeners to support filter-to-filter connection
1208 * lib: remove CTF concepts of packet and event headers
1209 * bt_field_class_*_create(): accept mandatory trace class
1210 * bt_clock_class_create(): accept mandatory trace class
1211 * bt_trace_class_create(): accept mandatory self component
1212 * Component class API: use status
1213 * lib: add aliases for Babeltrace enumeration types
1214 * Plugin development API: use self enumeration and plugin types
1215 * lib: remove unused public `enum bt_plugin_status`
1216 * Trace API: use status
1217 * Stream API: use status
1218 * Trace class API: use status
1219 * Stream class API: use status
1220 * Packet API: use status
1221 * Field API: use status
1222 * Field class API: use status
1223 * Event API: use status
1224 * Event class API: use status
1225 * Clock snapshot API: use status
1226 * Clock class API: use status
1227 * Remove unused lib/graph/message/discarded-{events,packets}.c
1228 * lib: rename "clock value" -> "clock snapshot"
1229 * lib: rename "notification" -> "message"
1230 * lib: rename bt_plugin_create_all_*() -> bt_plugin_find_all_*()
1231 * lib: add aliases for Babeltrace structure types
1232 * lib: make public reference count functions have strict types
1233 * lib: update copyrights
1234 * lib: rename plural file names to singular
1235 * lib: rename "begin" to "beginning" when used as a noun
1236 * bt_value_copy(): put output parameter as last parameter
1237 * bt_value_map_extend(): put output parameter as last parameter
1238 * Fix typo: "field classe" -> "field class"
1239 * lib: split trace API into trace class and trace APIs
1240 * lib: make graph API const-correct
1241 * lib: make plugin API const-correct
1242 * Fix: notif-iter.c: handle single/implicit SC/EC correctly
1243 * Fix: ctf-meta-update-meanings.c: only update if root struct FC exists
1244 * lib: make trace IR API const-correct
1245 * lib: make values API const-correct
1246 * lib: bt_object_{get,put}_ref(): accept a `const` parameter
1247 * CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
1248 * lib: move plugin set API declarations to `babeltrace/plugin/plugin-set.h`
1249 * lib: have separate `BT_QUERY_EXECUTOR_STATUS` and `BT_QUERY_STATUS`
1250 * lib: remove BT_NOTIFICATION_TYPE_{UNKNOWN,NR}
1251 * bt_port_output_notification_iterator_create(): remove colander comp. name
1252 * lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
1253 * lib: plugin: reset pointers to `NULL` on destruction
1254 * lib: trace IR, values: reset pointers to `NULL` on destruction
1255 * lib: return `void` when setting a simple value with no side effects
1256 * lib: graph: add "self" and some "private" APIs
1257 * lib: private functions: do not repeat `private` word
1258 * Graph API: split into private and public APIs
1259 * Trace IR and notification APIs: split into private and public APIs
1260 * bt_value_map_extend(): make base/extension objects `const`
1261 * Values API: standardize parameters and return values
1262 * Values API: split into private and public APIs
1263 * Rename: bt_put(), bt_get() -> bt_object_put_ref(), bt_object_get_ref()
1264 * Values API: standardize function names
1265 * Rename: "float value" -> "real value"
1266 * Remove unneeded `BT_VALUE_TYPE_UNKNOWN`
1267 * Rename: "field class ID" -> "field class type"
1268 * Rename: field type -> field class
1269 * CTF IR -> Trace IR
1270 * Make API CTF-agnostic
1271 * assert-pre-internal.h: add BT_ASSERT_PRE_VALID_INDEX()
1272 * Fix: bt_g_hash_table_contains(): handle `NULL`/0 values
1273 * assert-pre-internal.h: move include at correct line
1274 * lib: merge common CTF IR part with the remaining implementation
1275 * lib: fully detach CTF IR and CTF writer implementations
1276 * sink.text.pretty: print discarded events/packets warning
1277 * lib: bt_packet_create(): accept previous packet to set properties
1278 * _bt_packet_set_is_frozen(): fix logging statements
1279 * Fix: lib: do not check the frozen state in bt_X_set_is_frozen()
1280 * lib: make bt_field_is_*() and bt_field_type_is_*() static inline
1281 * lib: use priv connection priv notif iterator to create notif, not graph
1282 * lib: remove clock class priority map, use default clock value
1283 * lib: make the "port connected" method return a status
1284 * lib: notification iterator: transfer a batch of notifications
1285 * lib: remove internal stream destroy listener API
1286 * lib: graph: remove useless checks, make functions inline on fast path
1287 * lib: remove useless checks, make functions inline on fast path
1288 * lib: update and simplify the `bt_object` API
1289 * test_ctf_writer.c: put statements outside BT_ASSERT()
1290 * Fix: freeze field type unconditionally
1291 * Use "growing" `GArray` to store string field's payload
1292 * lib: simplify the public notification iterator interfaces
1293 * Fix: bt_graph_consume(): return status
1294 * Fix: CTF writer: use appropriate enumerators
1295 * Fix: bt_field*_reset_recursive() returns nothing
1296 * tests: use BT_ASSERT() instead of assert()
1297 * Fix: bt_event_common_initialize(): use appropriate callback types
1298 * BT_ASSERT_PRE(): when disabled, use the expression anyway
1299 * Fix: set BT object's shared flag in all modes
1300 * ctf: notif-iter: avoid reallocation in stack
1301 * ctf: btr: avoid reallocation in stack
1302 * lib: use object pool for event and packet notifications
1303 * lib: add internal object pool API and use it; adapt plugins/tests
1304 * ctf plugin: notif iter: use "borrow" functions for metadata where possible
1305 * ctf plugin: BTR: use "borrow" functions where possible
1306 * src.ctf.fs: use "borrow" functions where possible
1307 * sink.utils.counter: use "borrow" functions where possible
1308 * sink.text.pretty: use "borrow" functions where possible
1309 * cli: add short option `-l` for `--log-level`
1310 * Fix: bt_stream_common_finalize(): check `stream->destroy_listeners`
1311 * flt.utils.muxer: use "borrow" functions where possible
1312 * lib: add "borrow" functions where "get" functions exist
1313 * include/babeltrace/graph: fix some include guards
1314 * bt2: by-pass distutils changed file check
1315 * Silence unused variable warnings caused by BT_ASSERT() in non-debug mode
1316 * bt2: typo staitc -> static
1317 * Cleanup: remove GCC precompiled header leftover
1318 * Split CTF IR and CTF writer APIs and implementations
1319 * lib: metadata: transform fast path precond. checks to BT_ASSERT_PRE()
1320 * Notification iterator: transform precondition checks to BT_ASSERT_PRE()
1321 * Replace assert() -> BT_ASSERT() and some preconditions with BT_ASSERT_PRE()
1322 * Add internal BT_ASSERT() and BT_ASSERT_PRE() helpers
1323 * lib: add BT_LIB_LOG*() macros to log/serialize library objects
1324 * Common: add internal bt_common_custom_vsnprintf()
1325 * Logging: use a TLS buffer and increase its size
1326 * bt2: InactivityNotification, _Event: use mapping protocol for clock values
1327 * bt2: EnumerationFieldType: rename append_mapping() -> add_mapping()
1328 * Fix: call bt_stream_class_map_clock_class() in bt_event_create()
1329 * Add tests: CTF writer: `timestamp_begin`/`timestamp_end` autopopulation
1330 * Fix: bt_stream_class_map_clock_class(): copy field type when mapping
1331 * lib: add internal bt_field_type_structure_replace_field()
1332 * lib: logging: change warnings from BT_LOGE to BT_LOGW
1333 * Fix: CTF writer: validate and set `timestamp_begin`/`timestamp_end`
1334 * lib: add internal bt_field_sequence_get_int_length()
1335 * Add stream class's single clock class tests
1336 * lib: allow a single mapped clock class within a stream class
1337 * Fix: libctfcopytrace: replace clock classes in copies
1338 * bt_field_type_compare(): deep-compare mapped clock classes
1339 * Add test: no clock class in trace's packet header field type
1340 * lib: do not allow any mapped clock class in trace's packet header FT
1341 * tests/plugins/test_lttng_utils_debug_info.in: use specific pattern
1342 * tests/utils/python/testrunner.py: add optional pattern argument
1343 * Fix: invalid alignment of enumeration fields
1344 * Add git version string
1345 * Fix live-comm: merge TCP socket write-write sequence in a single write
1346 * Fix: wrong type specifier used with long argument
1347 * Fix: POPT_ARG_LONGLONG does not exist in popt 1.13
1348 * Fix: Use bash for all test scripts
1349 * Add missing clock.h compatiblity header under ctf-ir
1350 * babeltrace-filter.lttng-utils.debug-info(7): fix LTTng prerequisites
1351 * bt2 tests: add unit tests for __str__ implementation of Fields
1352 * Implement __repr__ instead of __str__ for python Value
1353 * Return 'Unset' on unset field __repr__()
1354 * Implement __repr__ for _StringField
1355 * Implement __repr__ instead of __str__ for _NumericField
1356 * Implement __repr__ for _ArraySequenceField
1357 * Implement __repr__ for _VariantField
1358 * Implement __repr__ for _StructureField
1359 * Implement __repr__ for _EnumerationField
1360 * Fix: typo using bt2.ClockClassOffset constructor
1361 * Add bindings/python/babeltrace/test_ctf_writer.py test
1362 * Fix: stream.c: autopopulate timestamp fields even when not mapped to CC
1363 * Fix: writer.py: make `uint64_ft` a 64-bit (instead of 32-bit) int FT
1364 * Fix: Replace bt_timegm with a thread-safe implementation
1365 * Typo: informations -> information
1366 * Typo: paramater -> parameter
1367 * Typo: priorty -> priority
1368 * Fix: uninitialized variable may be used warning
1369 * cli: support --output opt. for -o ctf-metadata and -i lttng-live
1370 * Fix: doc/man/Makefile.am: use appropriate variable for sources
1371 * Add basic flt.lttng-utils.debug-info tests
1372 * bt2: TraceCollectionNotificationIterator: support custom filter CCs
1373 * Fix: debug-info: remove `_` prefix when finding fields by name
1374 * Remove doc/API.txt (Babeltrace 1.x API documentation)
1375 * Add modern Babeltrace man pages
1376 * Remove `PLUGIN` from component class log level environment variables
1377 * sink.text.dmesg: remove `read-from-stdin` parameter, use absent `path`
1378 * Lazy load the python plugin provider
1379 * Port: no sighandlers on Windows
1380 * Port: normalize path in test_plugin_bt2
1381 * Port: fix library load in python tests on Windows
1382 * Fix: use configured python in test_python_plugin_provider
1383 * Port: open files in binary mode on Windows
1384 * Fix: ctf: notif-iter: do not call request_medium_bytes() when not needed
1385 * flt.lttng-utils.debug-info: `dir`/`debug-dir` param -> `debug-info-dir`
1386 * cli: do not automatically create an implicit filter.lttng-utils.debug-info comp.
1387 * ctf, ir: escape and unescape enumeration FT labels starting with `_`
1388 * cli: --stream-intersection is not an implicit src.ctf.fs component's option
1389 * cli: do not use --component in help command, only use leftover argument
1390 * Add compat layer's log level env. var. to CLI's list of known env. vars
1391 * cli: put the project's version on the first line with no args.
1392 * Fix: legacy python bindings Makefile
1393 * bt2, babeltrace: apply PEP 8 except for E501 and E722
1394 * Fix: babeltrace: writer.py: do not use += on bt2.trace._TraceEnv
1395 * bindings/python/babeltrace/Makefile.am: do not clean __init__.py
1396 * Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
1397 * Fix: variable declaration shadows previously declared variable
1398 * Fix: use tabs rather than spaces in makefile
1399 * Port: do not depend on GNU readlink
1400
1401 2017-09-18 babeltrace 2.0.0-pre4 (Cheeseburger Day)
1402 * Fix: use the configured swig executable
1403 * Tests python: reference ctf traces are not copied to the build dir
1404 * Fix: tests/Makefile.am: add missing LOG_DRIVER
1405 * Tests: moved files pointed-to in Makefile
1406 * Python babeltrace docs: Add missing sphinx dist file
1407 * Doc: babeltrace: update the Read the Docs Sphinx theme
1408 * Doc: babeltrace: mention _legacy_ Python bindings
1409 * Fix: doc/bindings/python: make the doc buildable
1410 * Fix: bt2: do not assign an exception to a local variable
1411 * Python bt2 fix: missing import in CtfWriter
1412 * Python babeltrace fix: handle bt2.Error exception on stream flush
1413 * Python babeltrace fix: allow None for event header and packet context setters
1414 * Python babeltrace fix: missing return statement in field accessor
1415 * Set version to 2.0-pre4
1416 * Python babeltrace fix: initialize stream class with default values
1417 * Python babeltrace: use long form attribute names
1418 * Tests babeltrace: adapt python tests to use unittest
1419 * Fix: ctf-writertype serialization must 'escape' '_'-prefixed field names
1420 * Cleanup: use tabs for code indentation
1421 * Fix: NULL dereference on sampling and restoration of graph's 'can_consume'
1422 * Tests: confusion between python bindings and plugins tests
1423 * Update .gitignore: ignore generated API doc files
1424 * Update .gitignore: ignore generated __init__.py file
1425 * cli: do not use --component in query command, use leftover argument
1426 * tests/lib/test_ctf_writer.c: test structure field name is a keyword
1427 * tests/lib/test_ctf_writer.c: open trace with `-o dummy` to make it faster
1428 * tests/lib/test_ctf_writer.c: update number of tests
1429 * Add bindings/python/babeltrace/.gitignore
1430 * Fix: remove underscores from CTF IR field names at the source
1431 * bt2: trace collection notif. iter.: try to check the query result
1432 * ctf: do not add `intersection-range-ns` in `trace-info` query with no intersect.
1433 * Fix: ctf: notif-iter: accept EOF at beginning of packet context with no PH
1434 * Tests: add tests for the babeltrace python package
1435 * python: reimplement the babeltrace package as a bt2 wrapper
1436 * python: Remove native code from babeltrace package
1437 * Add `bt2.TraceCollectionNotificationIterator` tests
1438 * bt2: __init__.py: remove unused NoSuchPlugin
1439 * bt2: add trace collection notification iterator
1440 * flt.utils.trimmer: allow `begin`/`end` params. to be integers
1441 * bt2: values: remove public `value` getter
1442 * Python bt2 fix: erroneous imports following split of clock class and value
1443 * Omit 'value' from is_set and reset field functions
1444 * Python bt2: remove type restriction on structure __setitem__
1445 * Cleanup: line exceeds 80 chars
1446 * Fix: ensure sequence length field value is set and freeze it
1447 * Cleanup: coding style mandates space after cast operator
1448 * Fix Python bt2: sequence length field may be NULL
1449 * Python bt2: value is a write-only property
1450 * Python bt2: add reset and is_set to fields
1451 * Docs: structure_set_field_by_name doesn't garantee field replacement
1452 * Add field value is_set and reset functions to the public API
1453 * Allocate structure fields on creation
1454 * Python test: remove useless test
1455 * Python bt2: value properties for sequence and struct
1456 * Use boolean for frozen and set field states
1457 * Update .gitignore exclusions
1458 * Tests: use of non-existant API in bt2 python package test
1459 * Python bt2 fix: _ClockValue is no longer part of bt2.clock_class
1460 * Enumeration mapping iterator's initial position is inconsistent
1461 * CONTRIBUTING.adoc: add step to add env. var. name to cli/babeltrace.c
1462 * CONTRIBUTING.adoc: MY_MODULE_LOGGING_H -> BABELTRACE_MY_MODULE_LOGGING_H
1463 * CONTRIBUTING.adoc: document BT_LOG*_ERRNO() macros
1464 * Add CONTRIBUTING.adoc
1465 * lib/ctf-ir/utils.c: lazy-initialize the hash table of reserved keywords
1466 * Implement bt_private_connection_notification_iterator_from_private()
1467 * Rename bt_X_from_private_X() -> bt_X_from_private()
1468 * Avoid unnecessary inclusions in public headers
1469 * bt2: split clock value module from clock class module
1470 * Split clock value API from clock class API
1471 * tests: remove `check` targets in subdirectories
1472 * Test bt2._OutputPort.create_notification_iterator()
1473 * bt2: add bt2._OutputPort.create_notification_iterator()
1474 * Test output port notification iterator
1475 * lib: add output port notification iterator
1476 * Split notification iterator API into base and specialized functions
1477 * Remove notification iterator seeking API until it's supported
1478 * lib: graph: disallow recursive consuming
1479 * lib: graph.c: call bt_graph_consume_no_check() in bt_graph_run()
1480 * ir: stream.c: do not truncate file at each packet flush
1481 * Fix: bindings/python/bt2: use appropriate log level variable names
1482 * Python plugin provider: only finalize interpreter if we initialized it
1483 * Fix: common: improve color support handling
1484 * Fix: component.py: pass `other_port`, not `other_port_ptr` to user
1485 * Add query executor
1486 * Tests: erroneous usage of if preprocessor directive
1487 * Fix: remove g_spawn_check_exit_status to support glib 2.22
1488 * Port: don't quote wc output in test scripts
1489 * Missing stamp file in .gitignore
1490 * Fix: import of ctf_writer in bt2.stream
1491 * Fix: typo in ctf_writer error msg
1492 * filter.lttng-utils.debug-info fix: wrong type used as function parameter
1493 * src.ctf.fs fix: wrong type specifier used in logging statement
1494 * Test fix: python plugin provider with new bindings
1495 * Fix: silence unused warning in native_bt
1496 * Fix: python bindings OOT build
1497 * Remove the python bindinds tests switch from configure
1498 * Add python tap runner to the tree
1499 * Build Python bindings with distutils for consistent installs
1500 * Fix: add missing void param to bt_clock_class_priority_map_create
1501 * Fix: build lib before python-plugin-provider
1502 * Test: run debug-info even with built-in plugins
1503 * Fix test: don't link tests directly with plugins
1504 * Fix test: OOT build of test_trace_copy and test_trimmer
1505 * Fix: support older pkg-config autoconf macros
1506 * Port: don't quote wc output in test scripts
1507 * Report plugins without a path as "built-in"
1508 * Port: replace literal '/' with G_DIR_SEPARATOR
1509 * Port: normalize windows path on Mingw
1510 * Port: handle ctrl+c on Mingw
1511 * src.ctf.fs: implement stream indexing
1512 * src.ctf.fs: move internal util to ctf/common/utils
1513 * src.ctf.fs cleanup: unused page size variable
1514 * Fix: global logging symbols defined multiple times
1515 * Port fix: don't round mmap offset to next page
1516 * Port fix: Windows does not allow read-only mappings > file's size
1517 * Test fix: handle debug info disabled in test_convert_args
1518 * Test fix: use portable path code in test_plugin
1519 * Test fix: handle timestamps order in test_trace_copy
1520 * Test: rework shell test scripts
1521 * Port: use SIZE_MAX as max size_t value
1522 * Port: fix logging with C99 format specifiers on Mingw
1523 * Test fix: free() of uninitialized pointer on error path
1524 * Port: Replace fork() in test_ctf_writer
1525 * tests: add diag_multiline() helper to escape multi-line diagnostic info
1526 * Test: use static data in test_ctf_writer
1527 * Fix test: remove hardcoded /tmp path
1528 * Add Python plugin provider tests
1529 * Python plugin provider: log if Python interpreter is already initialized
1530 * lib/plugin/plugin.c: log more details when g_module_open() fails
1531 * python-plugin-provider/Makefile.am: link to libbabeltrace
1532 * Fix sink.ctf.fs: NULL dereference in logging statement
1533 * Fix filter.utils.muxer: NULL dereference in logging statement
1534 * Fix: overflowed return value
1535 * Fix: attempt to fix improper use of negative value
1536 * Fix: add missing overflow check in bt_ctf_stream_pos_access_ok
1537 * Fix: uninitialized return value on error
1538 * Fix: handle unknown enum mapping
1539 * Cleanup: no need to check for NULL before g_free
1540 * Update Python bindings and tests to match the latest API
1541 * lib/plugin/plugin.c: do not use G_MODULE_BIND_LOCAL for Python plugin provider
1542 * Add built-in colander sink component class
1543 * Remove include of <babeltrace-internal.h> from public headers
1544 * tests/lib/test-plugin-plugins/minimal.c: add missing <glib.h> include
1545 * cli/babeltrace-log.c: include <string.h> for strdup()
1546 * graph: check if graph has at least one sink to return the NO_SINK status
1547 * Fix: CC prio. map. leak in event notification
1548 * lib: do not finalize a non-initialized notification iterator
1549 * Fix: cli: Coverity issue: no need to check `status`
1550 * bt_ctf_clock_value_create(): freeze clock class
1551 * Graph: pass remove listeners when adding listeners
1552 * ir: trace: pass remove listeners when adding listeners
1553 * include/babeltrace/graph/private-component.h: add missing `extern`
1554 * Remove bt_notification_discarded_{events,packets}_set_count()
1555 * bt_notification_inactivity_create(): create an empty CC priority map when NULL
1556 * bt_notification_event_create(): create an empty CC priority map when NULL
1557 * lib: move bt_notification_iterator_next_return to component-class.h
1558 * lib: use `enum bt_port_status` where possible
1559 * Remove unused bt_port_remove_from_component()
1560 * Update .gitignore to add newly generated test files
1561 * Re-enable the bin-info and dward tests
1562 * Port: Add glib checks for cross compilation
1563 * Fix: ctf-testsuite variant-missing-fields
1564 * Fix: fallback on content size if packet size is missing
1565 * Fix: unchecked return value of bt_value_array_append_string
1566 * Fix: tests: offset_s * ns_per_s should not overflow uint64_t
1567 * Fix: unchecked return value in ctf-writer test
1568 * Fix: unchecked return value of bt_ctf_field_type_get_field_at_index
1569 * Fix: unchecked return values of bt_value getters
1570 * Fix: unchecked return value of stream flush
1571 * Fix: unchecked return value
1572 * Fix: remove dead code
1573 * Fix: wrong variable checked for NULL after allocation
1574 * Cleanup: dereference after null check
1575 * Fix: add missing goto end on error
1576 * Cleanup: remove logically dead code
1577 * Fix: dereference after null check
1578 * Fix: wrong variable in NULL check
1579 * Cleanup: remove logically dead code
1580 * Cleanup: identical code for different branches
1581 * Fix: add missing bound checking in decode_packet
1582 * Fix: Dereference null return value
1583 * Fix: null check after deref, use uninitialized or freed variable
1584 * Cleanup: missing empty line between functions
1585 * Use logging macros in src.ctf-fs queries
1586 * Fix: missing ftell/fseek error handling
1587 * Fix: use of file pointer after fclose()
1588 * Cleanup: mixing enum types
1589 * Fix: missing check of ftell error
1590 * Fix: mixed enums used in source.ctf.fs
1591 * Fix: Dereference null return value
1592 * Fix: assert compared unsigned to 0
1593 * Fix: negative loop bound check
1594 * Fix: resolve.c: enum type mismatch
1595 * Fix: Explicit null dereferenced
1596 * Standard logging for ctf.fs sink
1597 * Standard logging for libctfcopytrace
1598 * Standard logging for debug_info plugin
1599 * Standard logging for trimmer/copy.c
1600 * Fix tests: run plugins test wrapper script
1601 * Fix test: intersection has too large offset_s
1602 * Tests: only run debug info tests when the feature is enabled
1603 * Port: Add dummy symbol for macOS linker
1604 * Update gitignore
1605 * Port: use a separate variable for elfutils libs
1606 * Port: built-in plugins support for the macOS linker
1607 * Port: 'struct tm' member count vary across platforms
1608 * Port: Solaris and Cygwin have no sys/syslimits.h
1609 * Port: cast result of be64toh() to uint64_t for print format
1610 * Port: __STRINGIFY exists on Cygwin
1611 * Port: Add Solaris tid support to logging
1612 * Port: Add Cygwin tid support to logging
1613 * Port: unlink() requires unistd.h on Solaris and macOS
1614 * Port: handle 'size_t' / 'off_t' on Solaris
1615 * Port: replace strerror_r() by g_strerror()
1616 * Port: replace opendir() by g_dir_open()
1617 * Port: replace setenv() by g_setenv()
1618 * Fix: append to LIBS, don't override it
1619 * Port: do not include malloc.h
1620 * Fix: visit_event_decl(): always set stream_id variable
1621 * Fix: don't store an int64_t value in a ptr
1622 * Fix: use extern for variables instead of BT_HIDDEN
1623 * Fix: logging in socket-internal.h
1624 * Fix: remove g_ptr_array_insert to keep glib 2.22 compat
1625 * Fix: g_hash_table_insert returns 'void' in glib <= 2.39.2
1626 * Fix: G_SPAWN_DEFAULT was introduced in glib 2.37.6
1627 * Pretty plugin: only print negative timestamp warning once per component
1628 * Fix test: packet seq num has too large offset_s
1629 * ctf: visitor-generate-ir: accept negative clock offsets
1630 * Fix: clock-class.c: cache ns from Epoch and check for overflows
1631 * Fix: ctf: notif-iter: error on empty events (0 bits of data)
1632 * Fix: test: expect the new warning format for seqnum
1633 * Fix: packet sequence number handling and discarded packet reporting
1634 * ctf: notif-iter.c: check state on BT_CTF_NOTIF_ITER_MEDIUM_STATUS_EOF
1635 * cli: do not allow --stream-intersection with --run-args/--run-args-0
1636 * Fix test_convert_args
1637 * cli: fix implicit clock class offset parameters
1638 * Completely rework configure.ac
1639 * Update autoconf archive macros
1640 * Clean LICENSE file
1641 * Cleanup: bison and flex detection
1642 * Cleanup: uuid library detection
1643 * Cleanup: popt library detection
1644 * Fix: Don't override user variables within the build system
1645 * Fix: built-in plugins with new plugin filenames
1646
1647 2017-07-07 babeltrace 2.0.0-pre3 (Comic Sans Day)
1648 * Update configure.ac version to pre3
1649
1650 2017-07-07 babeltrace 2.0.0-pre2 (Comic Sans Day)
1651 * test_plugin: use env. var. instead of global symbol because G_MODULE_BIND_LOCAL
1652 * Test fix: fixed allocation size used for variable length input
1653 * babeltrace-log: pass single-trace=yes to sink.ctf.fs
1654 * Fix: dead code in lttng_live_iterator_next_no_stream()
1655 * Fix: uninitialized return value member
1656 * Fix: ds_file_group is checked instead of ds_file_group->stream
1657 * Fix babeltrace-log(1) for Babeltrace 2
1658 * src.text.dmesg: add `no-extract-timestamp` option
1659 * lib/ctf-ir/clock-class.c: serialize `true`/`false` instead of `TRUE`/`FALSE`
1660 * lib/ctf-ir/clock-class.c: only serialize UUID if it is set
1661 * Add src.text.dmesg component class
1662 * plugins/ctf/plugin.c: fix comment
1663 * ctf: notif-iter: pass current stream ID to get_stream() medop
1664 * src.ctf.fs: fs.c: add missing `static`
1665 * ctf: notif-iter: ensure that all packets refer to the same stream class
1666 * Fix: remove clock value leak in sink.text.pretty
1667 * sink.text.pretty: append `s` only if plural in discarded elems. msg.
1668 * lib: use dedicated BT_LOG*_ERRNO() instead of using strerror()
1669 * test_ctf_writer.c: use environment variable to override packet resize length
1670 * sink.ctf.fs: use original stream's name as CTF writer stream's name
1671 * ir: stream: prefer to use stream's name for (CTF writer) stream's path
1672 * sink.text.pretty: print discarded events and packets messages
1673 * src.ctf.fs: name the stream objects with their file's path
1674 * flt.lttng-utils.debug-info: copy original stream's numeric ID
1675 * libctfcopytrace: copy trace's UUID
1676 * Add sink.utils.counter
1677 * Automatically generate discarded packets/events notifications
1678 * lib/ctf-ir/trace.c: validate PH `packet_seq_num` field
1679 * ctf: notif-iter.c: ensure that medops's get_stream() always returns the same
1680 * flt.lttng-utils.debug-info: forward unhandled notifications
1681 * Fix: flt.utils.muxer: not always an ERROR to fail to validate
1682 * Simplify sink.utils.dummy: only one upstream notification iterator
1683 * src.ctf.fs: use one CTF notif iter per notification iterator
1684 * lib/graph/notification/inactivity.c: add missing `ret = -1`
1685 * ctf: notif-iter.c: lazily initialize clock value states
1686 * visitor-generate-ir.c: validate clock class frequency in visitor
1687 * bt_ctf_clock_class_create(): add a frequency parameter
1688 * stream.c: standardize "Cannot truncate stream file [...]" log message
1689 * BT_LOG_WRITE_ERRNO(): use `_msg ": %s" _fmt` format
1690 * lib/graph/notification/stream.c: add logging
1691 * lib/graph/notification/packet.c: add logging
1692 * Fix: add_clock_classes(): do not add existing clock classes
1693 * Remove unused bt_notification_get_stream()
1694 * Fix: allow NULL (unnamed) in bt_ctf_stream_class_{get,set}_name()
1695 * test_ctf_writer.c: set PACKET_RESIZE_TEST_LENGTH to 100000 again
1696 * lib/graph/notification/inactivity.c: add logging
1697 * lib/graph/notification/event.c: add logging
1698 * doc/logging-guide.adoc: document standard way of choosing tag names
1699 * plugins/utils/muxer/muxer.c: add logging
1700 * plugins/utils/trimmer/iterator.c: use unique logging tag
1701 * Fix: set intersections hashtable to NULL after destruction
1702 * Build plugins as unversioned modules
1703 * Port: plugin system compat for mingw / macOS
1704 * Fix: ctf writer test on Cygwin
1705 * Fix: disable debug by default info on Cygwin
1706 * Fix: remove AC_FUNC_MALLOC for cross-compile
1707 * Add libbabeltrace-ctf for backwards compat
1708 * Port: Add winsock support to live for mingw
1709 * Port: Replace readdir_r by nftw
1710 * Port: dirfd is not portable, replace it
1711 * Port: use ghashtable in mman compat
1712 * babeltrace-2.0: do not link with -export-dynamic
1713 * Fix: bt_component_create is not hidden
1714 * stream-intersection: use the trace-info query results to insert trimmers
1715 * Fix: ctf_fs_metadata is assumed to be non-null
1716 * Improve logging in the LTTng index parsing code
1717 * copytrace: check clock_class_count before getting the clock by index
1718 * Fix: wrong output name in --help for implicit CTF source
1719 * Test the trimmer component
1720 * pass --clock-gmt option to the trimmer if enabled
1721 * Tests: don't rely on the test script's location
1722 * test_trace_copy: compare the two traces with diff rather than wc -l
1723 * Test debug-info
1724 * Clean-up: coding style adjustments
1725 * Cleanup: typo fix in comment
1726 * fs-sink: add the single-trace option
1727 * Test: validate that the output of ctf-fs sink is identical to source
1728 * Fix: event_header is optional
1729 * Copy the packet_header in the plugins
1730 * Fix: wrong return code check on try_set
1731 * Fix copytrace: copy packet_context
1732 * copytrace: packet_context is optional
1733 * copytrace: create empty stream classes by default
1734 * fs-sink: packet_context is optional
1735 * Fix: the fields to reset are optional
1736 * ctf: remove strict metadata mode, update automatic CC mapping behaviour
1737 * Remove the concept of event class attributes
1738 * BT_CTF_BYTE_ORDER_NONE -> BT_CTF_BYTE_ORDER_UNSPECIFIED to match base
1739 * test_ctf_writer.c: do not check for invalid event class name
1740 * plugins/lttng-utils/Makefile.am: add all source files to _SOURCES var.
1741 * Add BT_CTF_INTEGER_BASE_UNSPECIFIED
1742 * Fix: Stream classes' id field is always serialized
1743 * Fix: flush stream without packet_context
1744 * Add BT_LOG*_ERRNO() logging macros
1745 * debug-info fix: packet_context is optional
1746 * Fix: uninitialized return value in copy.c
1747 * Remove legacy printf_verbose()/printf_debug() and others
1748 * visitor-generate-ir.c: automatically map specific fields to trace's clock class
1749 * ctf: add metadata decoder config. and `strict-metadata` param in src.ctf.fs
1750 * source.ctf.fs: remove ctf_fs_debug symbol
1751 * Fix: cli: help command: accept leftover when --component is not specified
1752 * cli: add global --log-level option
1753 * Use BABELTRACE_FORCE_COLORS environment variable to force color support
1754 * Logging: add colors depending on log level
1755 * visitor-generate-ir.c: logging: add stream's line number and other info
1756 * visitor-semantic-validator.c: standardize logging
1757 * plugins/ctf/common/metadata/visitor-parent-links.c: standardize logging
1758 * plugins/ctf/common/metadata/objstack.c: add logging
1759 * plugins/ctf/common/metadata/decoder.c: standardize logging
1760 * plugins/ctf/common/metadata: logging: standardize in parser and lexer
1761 * visitor-generate-ir.c: logging: standardize messages and levels
1762 * ir: fields.c: fix public function names to get/set struct. field
1763 * Port: Enable libtool to produce DLLs
1764 * Port: Remove unused header pwd.h
1765 * Add logging to compat
1766 * Add missing files to gitignore
1767 * Port: Remove unused header in test_plugin
1768 * Don't add module symbols to global namespace
1769
1770 2017-06-09 babeltrace 2.0.0-pre1
1771 * Set version extra to pre1
1772 * Fix: debug info plugin incorrect assumption about header and clock
1773 * Fix: various fixes for ctf-traces/succeed test cases
1774 * configure.ac: make the minimal, build-time log level be VERBOSE
1775 * cli: use WARN as the default log level when not explicitly set by user
1776 * cli: set all the log level of all known loggers with -v and -d
1777 * cli: convert: allow multiple paths to be passed as leftover arguments
1778 * Fix: remove listener check
1779 * Fix copytrace: check field exists before copy
1780 * Fix: uninitialized variable
1781 * Fix: event, stream names can be strings
1782 * Fix: make check in out-of-tree
1783 * Fix: out-of-tree build
1784 * Fix: add missing files to make dist, disable python bindings
1785 * Remove former logging header print.h from source.ctf.fs Makefile
1786 * source.ctf.fs: implement the trace-info query
1787 * plugins/lttng-utils/copy.c: fix uninitialized use warning
1788 * debug-info: sync the copied trace on static change
1789 * debug-info: handle the static notifications
1790 * debug-info refactoring
1791 * fs-sink: useless active_stream member
1792 * include/babeltrace/graph/private-connection.h: add missing `extern`
1793 * doc/api: add missing babeltrace-cli.png image
1794 * cli: use -o ctf --output /output/path to quickly instantiate sink.ctf.fs
1795 * bt_ctf_field_type_integer_set_size(): take unsigned int parameter
1796 * bt_ctf_stream_get_discarded_events_count(): return int
1797 * utils.muxer: expect specific clock class properties to mux
1798 * ir: do not automatically generate a UUID in bt_ctf_clock_class_create()
1799 * plugin-so: use list of components instead of glib hash table
1800 * cli: use --component=NAME:{source,filter,sink}.PLUGIN.COMPCLS
1801 * lttng-live: check graph cancel state, check ctf trace pointer
1802 * Fix build with BUILT_IN_PLUGINS=1
1803 * Add bt_graph_add_component(), make bt_component_create() internal
1804 * lttng-live: correctly handle ctrl-c and fix leaks
1805 * End connection on destruction
1806 * Cancel the graph on destruction
1807 * connection.c: refuse to create a notif. iter. when the graph is canceled
1808 * lib/graph/{filter.c,sink.c,source.c}: fix log messages
1809 * Remove dependancies on ctf.fs source component caused by former logging API
1810 * Move ctf-fs source query implementations to their own file
1811 * Fix: do not use BT_MOVE() when the destination memory could be uninitialized
1812 * Make bt_private_connection_create_notification_iterator() return a status code
1813 * Refuse to add port to component when parent graph is canceled
1814 * graph.c: do not warn when the graph is canceled during bt_graph_run()
1815 * Add internal bt_component_borrow_graph()
1816 * Make bt_private_component_*_add_*_port() return a status code
1817 * Make bt_graph_connect_ports() return a status code
1818 * Add bt_connection_is_ended()
1819 * plugins/ctf/common/notif-iter/notif-iter.c: add logging
1820 * fs-sink: flush open packets on destroy
1821 * Fix sink.ctf.fs: mark the trace as static on destroy
1822 * fs-sink: fix check trace completed when static is set
1823 * lttng-live: populate trace name
1824 * Fix: cancel a notif. iter. finalized during its "next" method
1825 * Fix: do not allow a notif. iter. to call the user's "next" method once finalized
1826 * ir: do not try to create initial packet/event fields when opt. FT is NULL
1827 * copy_trace: copy the trace name
1828 * fs-sink: handle trace name
1829 * always copy packet/content_size, they are overwritten by the lib when necessary
1830 * Fix copytrace: copy the entire payload_type
1831 * clock description is optional
1832 * move the copy of event_context in ctf_copy_event_class
1833 * Fix copytrace: packet header is optional
1834 * support adding streams on non-static traces
1835 * Remove dead code from the debug-info component class
1836 * Fix debug-info: handle event layouts of lttng-ust traces prior to 2.9
1837 * fs-sink: fix handling static notifications
1838 * fs-sink: move stream and stream_class maps in fs_writer struct
1839 * fs-sink: explicitely handle stream_begin notif
1840 * fs-sink: trace static handling + cleanup teardown
1841 * Use abort() instead of a false assertion
1842 * doc/Makefile.am: do not install internal documentation
1843 * lib/ctf-writer/writer.c: logging: change tag to `CTF-WRITER`
1844 * Add missing include of unistd.h
1845 * Port: use portable print format for size_t
1846 * Port: internal logging print format for mingw
1847 * Port: replace strerror_r() with glib g_strerror()
1848 * Port: Use g_setenv instead of setenv
1849 * Port: Plugin extension is platform specific
1850 * Port: No setuid on windows
1851 * Port: Use glib g_get_home_dir to get home dir on mingw
1852 * Port: Dummy locking of stdout on mingw in libtap
1853 * Port: Add missing includes for mingw
1854 * Port: memstream compat for mingw
1855 * Port: Use portable format string for ISO 8601 dates
1856 * Port: add missing include for stdio.h compat
1857 * Port: Add utsname.h compat for mingw
1858 * Port: Add mman.h compat for mingw
1859 * Port: Namespace tokens in ctf metadata parser/lexer
1860 * Port: Add posix_fallocate compat for mingw
1861 * Port: Add timegm compat for mingw
1862 * Port: Add time.h compat for mingw
1863 * Port: Disable debug info by default on mingw
1864 * Port: win32 DLLs don't support hidden symbols
1865 * Port: Add missing byteswap compat for mingw
1866 * Port: Fix libuuid compat on mingw
1867 * Port: Add AC_USE_SYSTEM_EXTENSIONS with mingw support
1868 * Port: Add bt_common_get_page_size
1869 * Port: Use glib portable macros to convert gpointer to int
1870 * Port: use portable pointer type in bt_list_entry
1871 * Fix: test-utils-muxer.c: initialize "next" return with OK status
1872 * ir: do not create empty structure for optional scope field types
1873 * test_ctf_writer.c: set PACKET_RESIZE_TEST_LENGTH to 100000 again
1874 * utils.muxer: remove upstream notif. iter. once ended/canceled
1875 * configure.ac: use $enableval in AC_ARG_ENABLE()
1876 * doc/logging-guide.adoc: minor fixes + add "Instrument a module" section
1877 * cli: use standard logging files and macros
1878 * python-plugin-provider: use standard logging files and macros
1879 * plugins/ctf/lttng-live: use standard logging files and macros
1880 * plugins/ctf/common/btr: use standard logging files and macros
1881 * logging-internal.h: add BT_LOG_LEVEL_EXTERN_SYMBOL(), BT_LOG_INIT_LOG_LEVEL()
1882 * plugins/ctf/common/btr/btr.c: add logging
1883 * Logging: require modules to define BT_LOG_OUTPUT_LEVEL
1884 * bt_value_get_type(): not a warning if value is NULL
1885 * bitfield-internal.h: fix negative value shifting warnings
1886 * tests/lib: do not call bt_ctf_trace_set_native_byte_order() if not needed
1887 * ir: add BT_CTF_BYTE_ORDER_NONE and make it the default trace's native BO
1888 * ctf plugins: prepend trace's hostname, if exists, to trace name
1889 * ctf.fs source: use last path parameter's element as base for trace names
1890 * Docs: add informal comments to common-internal.h
1891 * Add bt_common_normalize_path()
1892 * stream.c: allow stream PC's `events_discarded` field to be set by user
1893 * Remove remaining old test files
1894 * tests/cli/Makefile.am: remove duplicate test in TESTS list
1895 * Fix: test_convert_args: use util.muxer's `assume-absolute-clock-classes` param
1896 * Fix: test_ir_visit.c: create valid SC PC/EH and trace packet header
1897 * Fix: test_ctf_ir_ref.c: create valid SC PC/EH and trace packet header
1898 * Remove warnings when using bt_plugin_create_all_from_dir()
1899 * Fix: make Python plugin provider have its own log level
1900 * Add bt_log_get_level_from_env() and use it
1901 * configure.ac: add details to final report
1902 * python-plugin-provider/python-plugin-provider.c: add logging
1903 * cli: check for cancellation before running the graph, add relevant logging
1904 * lib/plugin/plugin-so.c: add logging
1905 * test_ctf_writer.c: add "trace is static" listener tests
1906 * Add bt_ctf_trace_add_is_static_listener() and ..._remove_is_static_listener()
1907 * Fix builds with built-in plugins
1908 * lib/plugin/plugin.c: improve log levels
1909 * text.pretty: create an event string instead of using fprintf()/fputs()
1910 * Fix debug-info: prevent invalid access in the original event_context
1911 * Make bt_graph_add_*_listener() function return a listener ID
1912 * Rename "ignore-absolute" parameter to "assume-absolute-clock-classes"
1913 * Tests: possible dereference of NULL argument to strcmp
1914 * Fix: return error on empty list in get_unary_unsigned
1915 * Fix: missing error code on signed clock value in trimmer
1916 * Fix: uninitialized destination component on unknown args
1917 * Fix: use of uninitialized value in visit_*_decl_entry
1918 * Fix: return of garbage value in copy_find_clock_array_field on error
1919 * Fix: return of garbage value on empty specifier list
1920 * Fix: return of garbage value when trace has no stream classes
1921 * Fix: NULL dereference in logging on btr allocation failure
1922 * Fix: NULL dereference in logging on notit allocation failure
1923 * Fix: dereference of NULL mdec when opening packetized metadata file
1924 * Fix: potential NULL dereference of ctf_fs_file path
1925 * Fix: ds_file_munmap must check ds_file for NULL
1926 * Fix: unchecked bt_ctf_event_set_clock_value return value
1927 * Clean-up: unused next_return assignation in muxer test
1928 * Fix: uninitialized ret value used in set_debug_info_field
1929 * Fix: possible NULL dereference of uuid in test
1930 * lib/plugin/plugin.c: add logging
1931 * Replace all assert(false) and assert(0) with abort()
1932 * lib/graph/iterator.c: add logging
1933 * lib/graph/clock-class-priority-map.c: add logging
1934 * lib/graph/component-class.c: add logging
1935 * lib/graph/sink.c: add logging
1936 * lib/graph/filter.c: add logging
1937 * lib/graph/source.c: add logging
1938 * Remove useless component/iterator validation functions
1939 * bt_notification_iterator_create(): assert the type of comp. class
1940 * lib/graph/connection.c: add logging
1941 * fix: bt_put on potentially unintialized variable
1942 * fs-sink: only subscribe to relevant notifications
1943 * fix: useless warning
1944 * Fix debug-info leak: unbalanced get/put
1945 * trimmer: cleanup the packet_map if iterator destroyed early
1946 * debug_info fix: useless reference
1947 * debug-info fix: remove useless get function
1948 * trimmer: close when end is reached
1949 * trimmer fix: notification handling
1950 * debug_info: fix graph connection
1951 * fix copytrace: set the byte order
1952 * copytrace: option to skip the copy of packet/content size
1953 * fix: optional fields
1954 * lib/graph/notification/event.c: fix clock class leak
1955 * lib/graph/port.c: add logging
1956 * Remove component's initialization state flag
1957 * lib/graph/component.c: add logging
1958 * bt_ctf_stream_map_component_to_port(): log before and after
1959 * Remove bt_component_set_name()
1960 * lib/graph/graph.c: add logging
1961 * Remove bt_graph_add_component_as_sibling()
1962 * bt_ctf_trace_destroy(): logging: difference between destroying and putting
1963 * bt_ctf_stream_class_destroy(): log what is being destroyed/put
1964 * lib/ctf-ir/event-class.c: minor logging message edit
1965 * lib/ctf-ir/validation.c: add logging
1966 * ref.c: warn when the ref count goes from 0 to 18446744073709551615
1967 * ref.c: do not change ref count when release function is not set
1968 * lib/ctf-ir/resolve.c: add logging
1969 * field-path.c: add internal function to stringify a field path
1970 * lib/ctf-ir/trace.c: add logging
1971 * ctf.fs source: make traces static when all streams are created
1972 * plugin-so.c: use BABELTRACE_NO_DLCLOSE env. var. to avoid dlclose()
1973 * ctf.fs source: add trace file rotation (stream instance ID) support
1974 * ctf plugin: add bt_ctf_notif_iter_get_packet_header_context_fields()
1975 * ir: add stream ID API
1976 * cli: --force-correlate -> utils.muxer's `ignore-absolute` parameter
1977 * Fix: do not require lttng-utils.debug-info with --disable-debug-info
1978 * Fix: ctf.fs source: append all ctf_fs_trace objects to component's list
1979 * ctf.fs source: recurse to find multiples CTF traces
1980 * Fix warnings emitted by `gcc -Wall`
1981 * Library: log version (INFO) on construction
1982 * babeltrace(1): reset console after graph stops running
1983 * logging-internal.h: use __attribute__((format)) to check parameters
1984 * Logging: fix wrong parameters, superfluous commas, etc.
1985 * lib/ctf-ir/event.c: replace some BT_LOGE() with BT_LOGW()
1986 * CTF writer: stream: handle automatic fields more securely
1987 * Validate CTF semantics in selected CTF IR functions
1988 * Event notification: make sure contained event has a trace
1989 * lib/ctf-ir/stream.c: add logging
1990 * fields.c: get non-existing field: log level WARN -> VERBOSE
1991 * bt_ctf_event_serialize(): do not log whole function (done in stream.c)
1992 * Fix: lttng-live enum mismatch
1993 * lib/ctf-ir/field-types.c: use `int`, not `int64_t` for return value
1994 * Fix: lib/ctf-ir/event-class.c: fix warnings on `ret` condition
1995 * Fix: g_quark_try_string() is usually not a WARN trigger
1996 * Fix: set no field in event/packet without warnings or failing
1997 * lttng-live: handle EINTR and graph cancelation
1998 * Fix: invoke bt_ctf_trace_set_is_static only when trace is destroyed
1999 * lib/ctf-ir/utils.c: add logging
2000 * lib/ctf-ir/fields.c: add logging
2001 * lib/values.c: add more verbose/debug logging
2002 * lib/ctf-ir/packet.c: add more debug logging
2003 * lib/ctf-ir/event-class.c: add more verbose/debug logging
2004 * lib/ctf-ir/attributes.c: add assert()
2005 * Update logging guide: more about the WARN level
2006 * lib/ctf-ir/field-types.c: logging: log more details
2007 * lib/ctf-ir/event.c: logging: fix log levels and more verbose/debug logging
2008 * lib/ctf-ir/field-types.c: logging: log struct/var FT field destruction
2009 * lib/ctf-ir/field-types.c: logging: log only specific functions
2010 * lib/ctf-ir/field-types.c: logging: log more details when freezing
2011 * lttng-live: change loglevel env var to BABELTRACE_PLUGIN_CTF_LTTNG_LIVE_LOG_LEVEL
2012 * lttng-live: ensure that port connections go to the same component
2013 * Fix: don't call iterator finalize more than once
2014 * Fix: muxer: handle CANCELED status
2015 * Update logging guide
2016 * lib/ctf-ir/field-types.c: add verbose logging (modifying functions)
2017 * LTTng live: use common url parser
2018 * Implement cmd_print_lttng_live_sessions
2019 * lib/values.c: use assert() instead of checking error
2020 * lib/ctf-ir/stream-class.c: logging: fix typo
2021 * Logging: use WARN level where appropriate
2022 * lib/ctf-ir/field-types.c: add logging
2023 * cli/babeltrace.c: logging: add details in graph listeners
2024 * lib/ctf-ir/field-path.c: add logging
2025 * lib/values.c: logging: log original and copy addresses
2026 * lib/ref.c: logging: show current count and new count in messages
2027 * lib/ctf-ir/stream-class.c: add logging
2028 * lib/ctf-ir/event.c: logging: remove some context given by other statement
2029 * lib/values.c: logging: log array size when out of bound
2030 * lib/ctf-ir/event-class.c: add logging
2031 * lib/ctf-ir/event.c: add logging
2032 * Add internal bt_ctf_field_type_id_string()/byte_order_string()
2033 * lib/values.c: logging: log value's type name
2034 * lib/ctf-ir/clock-class.c: improve logging with clock class's name
2035 * Include <babeltrace/lib-logging-internal.h> before anything else
2036 * cli/babeltrace.c: improve main loop's logging
2037 * cli/babeltrace.c: handle usleep()'s error
2038 * lib/ctf-ir/packet.c: add logging
2039 * cli/babeltrace.c: do not call load_all_plugins() in commands
2040 * logging-internal.h: fix include name in comments
2041 * include/babeltrace/object-internal.h: add logging
2042 * Collect useless graph's connections
2043 * Implement logging in lttng-live component
2044 * cli/babeltrace.c: add logging when the command completes
2045 * babeltrace(1): handle SIGINT to cancel the graph gracefully
2046 * Fix possible leaks in graph's current design
2047 * BT_GRAPH_STATUS_CANCELED is not an error, thus use a positive value
2048 * Implement ctf.lttng-live component
2049 * Fix: IR visitor: error msg printing
2050 * Move print.h header to upper level dir
2051 * utils.muxer: fix ownership of objects
2052 * Add graph cancellation API
2053 * port.{h,c}: use `bt_bool` instead of `int` where appropriate
2054 * ir: utils: use `bt_bool` instead of `int` where appropriate
2055 * ir: fields/field-types: use `bt_bool` instead of `int` where appropriate
2056 * ir: clock class: use bt_bool instead of int for boolean properties
2057 * Do not use `bool` type; use new `bt_bool` instead
2058 * Update include/babeltrace/babeltrace.h
2059 * Add extras/gen-babeltrace-h.py: include/babeltrace/babeltrace.h generator
2060 * Move library's version API to include/babeltrace/version.h
2061 * include/Makefile.am: add titles (comments) to groups of files
2062 * Remove "end of trace" notification headers
2063 * Normalize public header include guards
2064 * lib/ref.c: add logging
2065 * lib/ctf-ir/clock-class.c: add logging
2066 * test_ctf_writer.c: remove negative index tests
2067 * lib/ctf-ir/attributes.c: add logging
2068 * ir: attributes: fix index and count integer types
2069 * lib/values.c: add logging
2070 * tests/lib/Makefile.am: fix check_ vs. noinst_ prefix
2071 * cli: add logging
2072 * common: optimize color code functions
2073 * Fix CLI to work with multiple ports and dynamically added ports
2074 * Add logging API (internal to log, public to set the current log level)
2075 * bt_common_shell_quote(): accept new parameter `with_single_quotes`
2076 * Rename tests/bin -> tests/cli
2077 * configure.ac: define BT_ENABLE_DEBUG_INFO depending on the support
2078 * ctf.fs source: metadata: fix error paths
2079 * tests/bin/test_convert_args: fix after updating CLI
2080 * tests: put TESTS list in each Makefile.am
2081 * plugins/ctf/fs-src/data-stream.c: fix text width
2082 * babeltrace-internal.h: remove unused declarations
2083 * Do not use printf_warning() in the library
2084 * Rename writer.writer -> ctf.fs (sink) and standardize plugin descriptions
2085 * Rename debug_info.debug_info -> lttng-utils.debug-info
2086 * debug-info.debug-info: do not use global opt_* symbols anymore
2087 * Fix: ir: bt_ctf_field_type_variant_validate(): do not compare to tag length
2088 * Subscribe to notifications when creating a notif. iterator
2089 * notif-iter.c: fix warnings
2090 * Make bt_ctf_event_class_create() create an empty context FT
2091 * Add bt_ctf_stream_class_create_empty()
2092 * Remove BT_CTF_FIELD_TYPE_UNTAGGED_VARIANT
2093 * Internalize trace listener API and bt_ctf_trace_get_metadata_string()
2094 * ir: make bt_ctf_trace_create() create an empty packet header FT
2095 * utils.muxer: add and handle `ignore-absolute` parameter
2096 * Remove default port API
2097 * trace.h: API doc: do not mention listener (now internal)
2098 * visitor-generate-ir.c: fix some error reporting terms
2099 * visitor-generate-ir.c: set trace object's UUID
2100 * Rename bt_ctf_trace_get_byte_order() -> bt_ctf_trace_get_native_byte_order()
2101 * ir: add trace UUID getter and setter
2102 * utils.muxer: fix bad behaviour caused by notification buffering
2103 * Set private port's user data on creation
2104 * Remove bt_ctf_stream_class_get_event_class_by_name()
2105 * test_trace_listener.c: fix: set trace's native byte order
2106 * Standardize *get_*() functions
2107 * Make libctfcopytrace a convenience lib. and link to it in plugins
2108 * Standardize *get_*_count() functions
2109 * ISO C: empty file needs at least one declaration
2110 * Rename CTF IR integer FT signedness functions to use "is"
2111 * Rename bt_ctf_clock_class_get_is_absolute() -> bt_ctf_clock_class_is_absolute()
2112 * text.pretty: use "path" param. name instead of "output-path"
2113 * Add static trace tests
2114 * Add the concept of a static trace
2115 * Add bt_ctf_trace_get_stream_count() and bt_ctf_trace_get_stream()
2116 * Add bt_plugin_set object
2117 * ctf: bt_ctf_notif_iter_get_next_notification(): require CC prio. map
2118 * Use bt_clock_class_priority_map_add_clock_class() to change a priority
2119 * Add bt_clock_class_priority_map_copy()
2120 * field-types.h: API doc: add missing prehot{}
2121 * Freeze bt_clock_class_priority_map in related notifications
2122 * Add notification iterator tests
2123 * Notification iterator: generate automatic notifications when missing
2124 * Remove notification-schema.h: not needed for 2.0
2125 * utils.dummy: handle AGAIN and END statuses correctly
2126 * text.pretty: handle AGAIN status
2127 * utils.muxer: fix unhandled connected ports during notif. iter. init.
2128 * text.pretty: fix handle_notification()
2129 * utils.muxer: fix behaviour with ports connected during next/init ops
2130 * Add basic utils.muxer tests
2131 * Add utils.muxer component class
2132 * bt_plugin_create_append_all_from_dir(): use printf_verbose() instead of error
2133 * Event notification: validate that CC in the CC prio map have a value
2134 * event-class-internal.h: fix include warning
2135 * text.pretty: remove unused debug info options
2136 * text.pretty: use clock class with highest priority to print the timestamp
2137 * Add bt_plugin_find_component_class()
2138 * Fix: ctf: notif-iter.c: update_clock() uses the wrong FT sometimes
2139 * ctf.fs: make clock classes absolute when it's an LTTng metadata
2140 * Use the same values for different status codes
2141 * Add bt_component_class_is_source/filter/sink()
2142 * Add bt_port_is_input(), bt_port_is_output()
2143 * Add bt_component_is_source(), bt_component_is_filter(), bt_component_is_sink()
2144 * Fix a few include warnings
2145 * plugins/ctf/fs/metadata.c: remove invalid return code assignment
2146 * bt_component_create(): create convenient empty map parameters when NULL
2147 * Add BT_NOTIFICATION_ITERATOR_STATUS_AGAIN status
2148 * test_graph_topo: test both "port connected" and "accept port connection"
2149 * Add "port connected" component class method
2150 * Rename text.text sink CC to text.pretty
2151 * Rename lib/component/ -> lib/graph/ to match include/babeltrace/graph/
2152 * Add `-internal` suffix to all internal header files
2153 * Add bt_version_get_*() functions to dynamically get the lib's version
2154 * .gitignore: ignore gcov files
2155 * ctf plugin: add CTF metadata decoder API
2156 * tests/lib/common.c: add missing includes
2157 * bt_notification_event_create(): validate and freeze event
2158 * Add inactivity notification
2159 * Add frozen property to notification objects
2160 * ir: bt_ctf_event_set_clock_value(): validate clock value's class
2161 * ir: make sure you can't add a SC to a trace with a native BO
2162 * CTF writer: restore native byte order is the CPU's native byte order
2163 * Rename bt_ctf_trace_set_byte_order() -> bt_ctf_trace_set_native_byte_order()
2164 * test_bt_ctf_field_type_validation: fix compiler warnings
2165 * Rename bt_ctf_type_id -> bt_ctf_field_type_id (and the enumerators)
2166 * fix Makefile for libbabeltrace-ctf
2167 * fix warnings
2168 * fix missing libbabeltrace-ctf for libctfcopytrace
2169 * fixes after rebase on eepp-jgalar/fixes-mar-7
2170 * Text: handle output file
2171 * text: escape control sequences characters
2172 * Support for --clock-offset and --clock-offset-ns
2173 * Text output identical with babeltrace 1
2174 * fix: missing equal sign when printing events without colors
2175 * debug-info filter plugin
2176 * Make bt_ctf_field_structure_set_field public
2177 * cleanup error paths in trimmer, writer and ctfcopytrace
2178 * trimmer: Update the bounds of the trimmed packets
2179 * Fix graph facilities handling in writer component class
2180 * fix trimmer compiled library name
2181 * writer: create event classes lazily
2182 * libcopytrace: export ctf_copy_event_header
2183 * Override clock fields in copied traces
2184 * Create a library to copy a CTF trace
2185 * Allow to set the size of an integer type
2186 * Fix writer: leak of the event classes
2187 * Fix writer: missing put ref to values and types
2188 * Fix writer: leak of the header fields
2189 * Rename converter/ -> cli/ (it's more than a converter now)
2190 * Event notification: pass CC priority map on creation
2191 * Remove Babeltrace 1 files and reorganize the tree
2192 * ctf.fs: bt_ctf_notif_iter_create(): assert() that all medops exist
2193 * trace.h: update API doc
2194 * tests: add clock class priority map tests
2195 * Add clock class priority map object
2196 * ctf.fs: split streams, one per port
2197 * Add user data for private port
2198 * Add graph topology tests
2199 * Call a single "ports connected/disconnected" graph listener instead of two
2200 * Fix: call acting component's "port disconnected" method too
2201 * bt_graph_connect() -> bt_graph_connect_ports()
2202 * Rename <babeltrace/component/...> -> <babeltrace/graph/...>
2203 * Update notification iterator's "init" function signature
2204 * Remove the need to implement the notification iterator's "get" method
2205 * "destroy" method -> "finalize" method
2206 * Accept port connection method: take other port as parameter
2207 * Visibility: split graph API into public and private interfaces
2208 * Add graph event listeners
2209 * Allow a component to remove a port and any user to disconnect one
2210 * Put Python plugin support in a separate shared object
2211 * Add `babeltrace convert` argument tests
2212 * CLI: add `run` command and make `convert` command use it
2213 * Fix: missing reference release in field reset
2214 * Fix: bt_connection_get_*_port() must take a reference on port
2215 * Fix: only remove newly added components on connection error
2216 * Fix: only add components to graph if they are not already present
2217 * Fix: release the reference held by a child to its former parent
2218 * babeltrace-cfg.c: do not allow duplicate -v option
2219 * babeltrace-cfg.c: add "Command line error" prefix to error messages
2220 * babeltrace-cfg.c: do not infer text.text sink with -v
2221 * babeltrace(1): add --filter option to create filter components
2222 * babeltrace(1): escape '.' in PLUGIN.COMPCLS arguments
2223 * common.c: bt_common_colors_supported(): add a few supported terminal prefixes
2224 * Return component port counts by parameter
2225 * Remove component prefix from graph, connection and port filenames
2226 * Add missing include in component-sink-internal.h
2227 * Build and run hard-coded component graph in babeltrace.c
2228 * Use graph facilities in dummy sink component class
2229 * Use graph facilities in text component class
2230 * Use graph facilities in trimmer component class
2231 * Use graph facilities in writer component class
2232 * Add missing forward declarations to component-class.h
2233 * Replace add_iterator methods by a single new_connection method
2234 * Implement the component graph interface
2235 * Hide bt_component_sink_consume
2236 * Hide filter iterator creation functions
2237 * Hide source iterator creation functions
2238 * Hide filter creation functions
2239 * Add ports to the source, filter and sink component interfaces
2240 * Add the component port interface
2241 * Text: print unknown enumeration mappings in red
2242 * Implement the component connection interface
2243 * Text: tone down the rainbow text color scheme
2244 * Rename "query info" to "query" everywhere, and "action" to "object"
2245 * text: mask some internal fields
2246 * Add the verbose parameter to the legacy text options
2247 * babeltrace(1): support -o metadata legacy option
2248 * ctf.fs source: add `get-metadata-info` query info action
2249 * babeltrace(1): print value with colors
2250 * babeltrace(1): add the query-info command
2251 * babeltrace-cfg: put comp. class type within struct bt_config_component
2252 * bt2: test query info API
2253 * bt2: add support for the "query info" API
2254 * bt2: raise when bt2.create_plugin_from_name() finds nothing
2255 * Add query info API tests
2256 * SO plugin API: add comp. class query info method macro and use it
2257 * Add bt_component_class_query_info() API
2258 * babeltrace(1): handle legacy -o dummy option
2259 * Add utils.dummy component class, move plugins/trimmer to plugins/utils
2260 * text plugin: add color support
2261 * babeltrace(1): add --connect option and connection management
2262 * babeltrace convert: add --name option
2263 * babeltrace(1): add help command
2264 * babeltrace-cfg.c: improve error messages
2265 * Make babeltrace(1)'s CLI Git-like and implement the list-plugins command
2266 * babeltrace.c: replace printf_verbose() with printf() where appropriate
2267 * Cleanup babeltrace-cfg, use BABELTRACE_PLUGIN_PATH
2268 * bt2: test comp. class help attribute
2269 * bt2: add support for comp. class help
2270 * Add shared object comp. class help attribute test
2271 * Shared object plugin: add component class help support
2272 * Add component class help property
2273 * bt2: add create_plugin_from_name()
2274 * Add bt_plugin_create_from_name() tests
2275 * Add bt_plugin_create_from_name()
2276 * Add support for plugins written in Python
2277 * Add Babeltrace 2 Python bindings tests
2278 * Add Babeltrace 2 Python bindings
2279 * bt_ctf_event_set_clock_value() does not need a clock class
2280 * Add bt_ctf_clock_value_get_class()
2281 * Install notification headers in babeltrace/component/notification
2282 * component.c: return NULL when there's no name, not ""
2283 * component.c: iterator init method is optional
2284 * Writer fix: set packet size to 0 on flush failure
2285 * Writer: only reset automatically-set fields
2286 * Writer: introduce try_set_structure_integer_field
2287 * Writer: set the discarded events's value before serializing
2288 * Writer: validating the packet header is not necessary
2289 * Tests: add empty packet writer test
2290 * Fix: only serialize a field if it is set
2291 * Fix: log structure field name on serialization failure
2292 * Tests: rename empty packet context test
2293 * Rename *create_iterator*() -> *create_notification_iterator*()
2294 * Add bt_component_*_create_iterator_with_init_method_data()
2295 * Remove unused bt_component_class_filter_init_iterator_method
2296 * Tests: close writer object before reading the trace produced
2297 * Fix: missing NULL check in ctf_fs_iterator_destroy_data
2298 * Test: remove produced trace at the end of the empty packet test
2299 * Clarify plug-in ABI version logging on plugin load
2300 * Add missing .gitignore entries
2301 * Tests: add the plugin tests to the make check target
2302 * Fix: add missing NULL check in ctf_fs_destroy_data
2303 * Fix Makefile.am files regarding headers
2304 * Rename input.h -> component-input-internal.h
2305 * Set notification iterator methods to the component class
2306 * plugin-dev.h: put selector (type) close to union in structures
2307 * Plugins: use UNUSED_VAR instead of casting to void
2308 * Add bt_component_create_with_init_method_data()
2309 * babeltrace.c: print plugin version when available
2310 * Add tests for plugin version
2311 * Add plugin (user) version information
2312 * Add bt_component_class_freeze()
2313 * Prefix {source,filter,sink}*.h file names with component-
2314 * Refactor the component class and component API
2315 * Move enum bt_component_type to component.h
2316 * Refactor the plugin registration and loading machinery
2317 * Add bt_plugin test
2318 * Decouple component class from plugin subsystem, remove component factory
2319 * ref.h: doc: fix typo
2320 * Writer: don't allow more than one packet without packet context
2321 * Tests writer: write a trace defining no packet context
2322 * Writer: minimize packet padding
2323 * Writer: support traces defining no packet contexts
2324 * Update test_ctf_writer.c header
2325 * Fix text plug-in: missing function name change
2326 * API doc: document include files and how to build
2327 * ref.h, values.h: doc: add #include in description
2328 * API doc: update main-page.dox
2329 * API doc: add more details about reference counting
2330 * values.h: doc: rephrase map foreach callback ref
2331 * Fix API doc's content and style for enum. FT mapping iterator
2332 * Fix: bt_config_init_from_args has no ownership of cfg
2333 * Fix: prepend to $program_transform_name instead overriding it
2334 * Docs: document enumeration mapping iterator API
2335 * Docs: add documentation for bt_ctf_field_type_enumeration_find_mappings*
2336 * Add missing bt_ctf_field_type_enumeration_mapping_iterator declaration
2337 * Remove bt_ctf_field_type_enumeration_get_mapping_name
2338 * Modify bt_ctf_field_enumeration_get_single_mapping to return iterator
2339 * Fix: memory leak when using mapping iterator
2340 * Fix: check enum overlap as long as the type is not frozen
2341 * Fix: allow duplicate keys and overlapping ranges in enumerations
2342 * API doc: add int/float field type examples
2343 * stream-class.h: doc: fix trace/packet instead of stream/event
2344 * Document fields.h (API)
2345 * field-types.h: doc: bt_ctf_field_type_copy(): add not frozen @post
2346 * field-types.h: doc: fix missing plural
2347 * doc/api/README.adoc: fix double "followed by"
2348 * field-types.h: doc: add note about freezing
2349 * Test fix: a stream class' clock must be associated to its writer
2350 * ir: add bt_ctf_clock_class object, modify bt_ctf_clock object
2351 * ir: stream: add bt_ctf_stream_is_writer()
2352 * Fix: remove assert() for existing SC field types
2353 * Only output configuration diagnostic information in verbose mode
2354 * Update .gitignore
2355 * Generate a binary looking for in-tree plug-ins
2356 * Trimmer fix: don't emit end of trace on out-of-bound event
2357 * Trimmer fix: forward evaluation result to downstream components
2358 * Clean-up indentation in babeltrace-cfg.c
2359 * ctf-fs fix: only apply timestamp end field on packet end
2360 * Fix: don't attempt to mmap packet at end of file
2361 * Fix: print usage even if omit arguments are received
2362 * Fix: integration of legacy mode with implicit source
2363 * Tests: adapt writer tests as IR now allows NULL headers and contexts
2364 * Stop trimmer iteration when end bound is reached
2365 * Fix: passing NULL to glib mapped file unref function is not allowed
2366 * Fix IR visitor: set min alignment on structure field type
2367 * Fix: don't use implicit source in legacy mode
2368 * Fix: babeltrace launch wrapper script
2369 * Use build tree plugins when executing from build tree
2370 * Move print level of duplicate component warning to verbose
2371 * Handle system and home plugin paths
2372 * Fix: params arg parsing: apply to current component params
2373 * Implement implicit source component
2374 * Remove unused index version fields
2375 * Build CTF stream indexes from LTTng index files
2376 * Add timerange, begin, end parameters
2377 * trimmer: error checking, reporting, begin > end check
2378 * trimmer: infer end date from begin date
2379 * Support standard timestamp formats for begin/end
2380 * Trimmer: Filter-out packet that are not in the specified range
2381 * Rename bt_notification_packet_start to "begin"
2382 * Fix: handle size 0 CTF fs streams
2383 * Writer fix: don't skip first notification
2384 * Writer: null contexts are not an error
2385 * clock working
2386 * fix: missing free on error path
2387 * use GString instead of non-portable char[PATH/NAME_MAX]
2388 * fix: add .a of the ctf writer plugin in Makefile
2389 * CTF Writer sink
2390 * Add a trimmer component to the graph if begin/end options are used
2391 * Additional check added to bt_component_sink_validate
2392 * Implement bt_notification_iterator_set_seek_time_cb
2393 * Clean-up notification iterator creation function
2394 * Add filter component creation and validation callback
2395 * Add branch prediction hints in ref count interface
2396 * Clean-up: Add missing forward declaration
2397 * Add bt_notification_iterator_seek_time_cb to notification iterator
2398 * Implement the filter base class validation and creation
2399 * Implement the trimmer plug-in
2400 * Add a "set" attribute to component begin/end config
2401 * Component iterator points to first notification on creation
2402 * gitignore TAGS and cscope
2403 * Clean-up component-class internal header
2404 * Implement the Component Graph API
2405 * field-types.h: doc: use FT/field aliases
2406 * doc/api: Doxyfile: add FT/field aliases
2407 * trace.h: doc: add missing end of group
2408 * packet.h: doc: add missing end of group
2409 * Document field-types.h (API)
2410 * values.h: doc: fix doc
2411 * trace.h: doc: ctfirfieldtype -> ctfirfieldtypes
2412 * doc/api/dox: update pages
2413 * api/doc: update Doxyfile.in and add custom layout file
2414 * bt_ctf_field_type_get_byte_order(): support enum FT
2415 * field-types.c: check that we don't add self FT to struct/var FT
2416 * API doc: CTF IR writer -> CTF writer
2417 * Add trimmer plug-in skeleton
2418 * Fix compiler warnings
2419 * Cleanup: object-internal.h static inlines
2420 * Fix: ctf_fs debug variable should be extern
2421 * Docs: allow NULL packet, stream and event headers, contexts and payloads
2422 * Allow NULL bt_ctf_packet_set_header and bt_ctf_packet_set_context
2423 * Handle NULL stream/packet/event headers, contexts and payloads
2424 * text output plugin: print time delta
2425 * text output: wire up clock options, error checking
2426 * Remove callsite text output code
2427 * Print other fields
2428 * Allow NULL (unset) packet, stream and event headers, contexts
2429 * Add time seek interface stub
2430 * Move component iterator creation to base component class
2431 * event.h: doc: put @cond/@endcond on single lines
2432 * ref.h: doc: clarify descriptions
2433 * API doc: add notes about automatic resolving
2434 * Document field-path.h (API)
2435 * event.h: doc: add missing parameter
2436 * API doc: add missing @postrefcountsame conditions
2437 * API doc: add #include line in the detailed description
2438 * Document event.h (API)
2439 * stream.h: doc: add missing type doc
2440 * event-class.h: doc: reorder functions
2441 * trace.h: doc: fix HTML tag
2442 * babeltrace-cfg: add the --path option
2443 * babeltrace-cfg: always copy the parameters of component instances
2444 * trace.h: doc: various fixes
2445 * stream-class.h: doc: add freezing postcondition
2446 * stream-class.h: doc: add note about CTF IR writer-only API
2447 * Document stream.h (API)
2448 * Document utils.h (API)
2449 * Document visitor.h (API)
2450 * Rename visitor and element names
2451 * Use components specified on the command line
2452 * babeltrace-cfg: fix terminology (component instance vs. class)
2453 * babeltrace-cfg: replace " with ` in messages
2454 * babeltrace.c: show beginning and end timestamps if available
2455 * babeltrace-cfg: add begin/end NS options
2456 * babeltrace-cfg: add --base-params and --reset-base-params options
2457 * values.c: completely initialize the bt_value_null_instance object
2458 * ref-internal.h: do not increment ref count if release not set
2459 * test_bt_values.c: test bt_value_map_extend()
2460 * values: add bt_value_map_extend()
2461 * babeltrace.c: fix printing issues
2462 * babeltrace-cfg: use --params to set parameters of latest instance
2463 * Document trace.h (API)
2464 * Document packet.h (API)
2465 * Document stream-class.h (API)
2466 * Document event-class.h (API)
2467 * Document values.h (API)
2468 * Document ref.h (API)
2469 * doc/api: add README.adoc
2470 * Add Doxygen support to build system to build the API doc
2471 * Allow ctf-writer to use new time-keeping facilities
2472 * Add a shadow HT to query event classes by id
2473 * Implement proper notification comparison
2474 * Print timestamps in text plug-in
2475 * Replace hackish use of bt_ctf_field_validate by is_set
2476 * Fix logging typo
2477 * Implement bt_ctf_field_is_set()
2478 * Implement bt_ctf_clock_value interface
2479 * Track clock states in notification iterator
2480 * Freeze original field type copied on validation
2481 * Add trace name attribute
2482 * Add logging to validation and serialization failure paths
2483 * fix leak in structure validation logging
2484 * Handle empty strings in the notif-iter btr_string callbacks
2485 * Allow stream_id change in event class attributes
2486 * Add field validation logging
2487 * remove double bt_put
2488 * Text output plugin argument parsing
2489 * Implement output text plugin (basic)
2490 * Fix: documentation: refer to bt_put()
2491 * fix initialize stream which may be used in error paths
2492 * Coding standard clean-ups
2493 * fix leak of event class
2494 * fix leak of variant field path
2495 * stream leak in ctf_fs_iterator_next
2496 * Remove superflous set_current_packet_content_sizes
2497 * Add bt_notification_get_stream interface
2498 * Merge streams in ctf fs component
2499 * Validate notification type before casting
2500 * Remove unnecessary check of release callback on bt_ref_get
2501 * Large performance improvement by caching event class name and id
2502 * Fix: ensure that a stream class is not associated to a trace
2503 * Fix: SIGBUS error on reading past a file's end in mmap'ed region
2504 * Allow user data in heap compare function
2505 * Test bt_notification_heap
2506 * Implement the notification heap interface
2507 * Add bt_notification_heap interface
2508 * Validate ref count opt-in in bt_ref_get
2509 * Null check of plug-in properties in debug output
2510 * Make --plugin-path optional
2511 * Add bt_ctf_field_variant_get_tag
2512 * Fix space indentations
2513 * Add missing line-feeds in logging
2514 * Add support for statically-built plug-ins
2515 * Add bt_ctf_event_get_packet
2516 * Wrong file name in ctf/plugin.c header
2517 * Add test_ir_visit and test_trace_listener to the test list
2518 * Fix verbose and debug mode options
2519 * ctf-fs: missing component->streams NULL check
2520 * converter: parse 1.x and 2.0 options
2521 * Fix libadd referring to text plugin
2522 * Add missing text plugin files
2523 * Missing btr makefile
2524 * Add missing event notification implementation file
2525 * allow multiple ctf streams to be open
2526 * Rename correlator to muxer
2527 * Fix packet switch bug
2528 * Implement filter component type
2529 * Add filter component type
2530 * Sinks own their input iterators
2531 * text: Remove stream_timestamps hashtable
2532 * Docs: bt_ctf_stream_class_add_event_class comment typo
2533 * text: wip event formating
2534 * Fix source component memory leak
2535 * add end of stream notification
2536 * Plugins are alive!
2537 * add debug printout
2538 * Fix: uninitialized use of ctf_fs
2539 * Add reading loop to babeltrace binary
2540 * Implement notification iterator wrappers
2541 * Implement ctf fs iterator functions
2542 * Fix: path value retrieval memory leak
2543 * Init ctf fs data and metadata streams
2544 * Move remaining protorectoral files to ctf fs plugin
2545 * Accomodate component destructor API changes in text plugin
2546 * Add ctf fs iterator initialization
2547 * Check for NULL user destroy in iterator
2548 * Code standard cleanup
2549 * Implement base iterator interface
2550 * Add notification utility library
2551 * Add implementation of bt_component_source_set_iterator_init_cb
2552 * Cleanup ctf/fs/Makefile.am
2553 * Add bt_component_source_validate() implementation
2554 * Integrate ctf proto into the plugin build system
2555 * destroy_text must conform to bt_component_destroy_cb
2556 * Add ctf fs component skeleton
2557 * Reorder bt_component_status enum
2558 * Remove weird character from ctf-btr.h
2559 * Remove bt_ctf_clock_create_empty() usage
2560 * Add ctf-reader prototype
2561 * ir: make bt_ctf_field_type_copy() public
2562 * Tests: NULL clock names are now allowed
2563 * Add documentation to bt_ctf_clock_set_name
2564 * Allow NULL clock name
2565 * ir: allow the creation of an empty clock (nameless)
2566 * Workaround glib g_module_open bug
2567 * Missing dirent include in component-factory.c
2568 * Recursively search the plugin path
2569 * Tests: add trace listener interface test
2570 * trace listener test
2571 * Clean-up: use COMMON_TEST_LDADD to simplify Makefile
2572 * Implement trace listener interface
2573 * Change "handler" terminology to the more specific listener
2574 * Tests: add visitor interface test
2575 * Add CTF-IR visitor interface
2576 * Add trace moficiation notification handler interface
2577 * Docs: fix comment
2578 * Cast destroy_text to bt_component_destroy_cb
2579 * Update text plugin skeleton
2580 * Take ownership of component class in bt_component_source_create
2581 * Implement bt_component_sink_set_handle_notification_cb
2582 * Register sink components to the event notification by default
2583 * Implement sink validation function
2584 * Call plugin exit function before unloading
2585 * Implement bt_component_set_destroy_cb
2586 * Fix error check not checking for BT_COMPONENT_STATUS_OK
2587 * Make component class destructor optional
2588 * Update copyrights
2589 * Clarify bt_component_sink_handle_notification_cb semantics
2590 * Clarify bt_component_destroy_cb semantics
2591 * Clean-up in babeltrace.c
2592 * Leak fix
2593 * Add bt_component_sink_register_notification_type
2594 * Initialize component class init callback
2595 * Remove bt_component_set_error_stream
2596 * Warn on duplicate component class registration
2597 * Don't load plug-ins recursively by default
2598 * Bump library version to 2.0
2599 * Install plugins in $(libdir)/babeltrace/plugins
2600 * Plugins: rename reader -> fs, and symbols.c to plugin.c
2601 * Plugins: remove unnecessary stuff in Makefile.am files
2602 * Move plugin system sources to lib/plugin-system
2603 * Strip babeltrace.c
2604 * Add base plug-in skeletons
2605 * List detected component classes
2606 * Fix header guard
2607 * Component creation
2608 * Introduce public component class interface
2609 * Remove specialized reference counting functions
2610 * Plugin symbol resolving fix
2611 * Coding style fix
2612 * Build fix
2613 * text plugin test
2614 * Create sink plugins
2615 * Discover plugins in converter.c
2616 * Adapt plugin system to use unified reference counting
2617 * Add ctf-text entry point initialization comment
2618 * ctf-text plugin stub
2619 * Resolve plugin symbols
2620 * Introduce bt_plugin and bt_component_class
2621 * Load plugins and components
2622 * Start of bt_component_factory implementation
2623 * Docs: plugin-system.h documentation
2624 * Move initialization of components to init functions
2625 * Missing Makefiles
2626 * Add iterator and source implementations
2627 * Remove unneeded __cplusplus externs from source internal header
2628 * Implementation of bt_component_sink_handle_notification
2629 * Build fix and sink implementation
2630 * Rename plugin.c to component.c in Makefile
2631 * Rename plugin implementation to component
2632 * Rename to separate the plug-in and component notions
2633 * Rename plugin-internal.h to component-internal.h
2634 * Missing notification parameter in bt_component_sink_handle_notification
2635 * More modifications
2636 * Integrate modifications after plugin review
2637 * Add options to ctf-text plugin
2638 * Implement ctf text output plug-in stub
2639 * Build system: build reader plug-in stub
2640 * Add initial plug-in stubs
2641 * More build fixes
2642 * build fixes
2643 * remove extra line in reader
2644 * Implement source plugin base
2645 * Error stream is now an attribute of the base plugin class
2646 * Implement plugin base class
2647 * Start ctf reader implementation stub
2648 * Add headers to build system
2649 * Notification interfaces
2650 * Add notification documentation
2651 * iterator documentation
2652 * Add notification iterator documentation
2653 * source interface documentation
2654 * plugin-system.h documentation
2655 * Add missing header plugin-system.h
2656 * Minor fixes
2657 * Add javadoc documentation of plugin-lib interface
2658 * Javadoc fixes
2659 * Comment plug-in error codes
2660 * Document plug-in interface
2661 * Plug-in system update
2662 * Add discarded events notification type
2663 * Plug-in API corrections
2664 * Reader plugin skeleton
2665 * Add plugin base implementation
2666 * Add plugin interface to build system
2667 * Initial plug-in interface draft
2668 * Port: Add glib g_mkdtemp to mkdtemp wrapper
2669 * Port: Use glib g_mkdir
2670 * Cleanup: bt namespace for compat glib
2671 * Cleanup: bt namespace for compat memstream.h
2672 * Cleanup: bt namespace for compat timegm
2673 * Cleanup: bt namespace for compat strerror_r
2674 * Use glib portable macros to convert gpointer to int
2675 * ax_lib_elfutils -> bt_lib_elfutils
2676 * m4/ax_lib_elfutils.m4: use m4_default() for optional args.
2677 * m4/ax_lib_elfutils.m4: add cache variable
2678 * Fix: text output missing separator when printing the domain
2679 * Fix: perform an explicit stdout flush in live even on empty packets
2680 * Fix: documentation: output plugin is called ctf-metadata
2681 * Fix: Use autoconf provided grep in test_formats
2682 * babeltrace: add test for babeltrace --list
2683 * Add empty plug-in hooks to prevent their elimination by the linker
2684 * Remove useless PACKAGE_LIBS substitution
2685 * Do not use g_quark_from_static_string in unloadable code
2686 * CTF writer: Add function to add an integer environment field value
2687 * python: Add stream event context support
2688 * debug info: Call register_event_debug_infos for all events
2689 * Typo: configure.ac implemenation -> implementation
2690 * configure: fix uuid support detection on static build
2691 * Fix: don't assert on lib unload failure
2692 * Use lib unload events to prune library mappings
2693 * Rename handle_dlopen_event to handle_lib_load_event
2694 * Use lttng-ust's new load event to track library mappings
2695 * Tests: no substitution needed for multi-trace intersection test
2696 * Tests: dereference of NULL pointer on allocation failure
2697 * Tests: abort dwarf test on open() failure
2698 * Fix: lttng-live does not set a trace descriptor
2699 * Tests: Unchecked return value in test_ctf_writer
2700 * Tests: unchecked return value in test_ctf_writer
2701 * Tests: Add missing --merge LOG_DRIVER_FLAGS
2702 * Fix: strerror_r behavior is glibc specific
2703 * sys/param.h is required for MAXNAMLEN on musl libc
2704 * Tests: unchecked return values in test_ctf_writer
2705 * Tests: Unchecked return values in test_ctf_writer
2706 * Tests: unchecked return values in test_ctf_writer
2707 * Tests: Unchecked return value in test_ctf_writer
2708 * Fix: undefined bit shift operation when printing octal numbers
2709 * Fix: Wrong variable checked in bin_info_child_die_has_address
2710 * Fix: unchecked bt_ctf_field_type_set_alignment return value
2711 * Fix: unchecked return value of bt_ctf_field_type_variant_get_field
2712 * Fix: validate return value of bt_ctf_field_get_type_id
2713 * Fix: Only close valid fds in is_valid_debug_file
2714 * Fix: Free die_name in bin_info_lookup_cu_function_name
2715 * Fix: Don't dereference null ptr in error path
2716 * Standardise spelling of debug info
2717 * Fix: typo in --disable-debug-info in configure error message
2718 * Docs: change --clock-raw to --clock-cycles
2719 * Display binary location even if source and symbol lookups fail
2720 * Copy bindings sources to build directory
2721 * bootstrap: Standardize on autoreconf -vi
2722 * Move Python bindings to babeltrace subfolder
2723 * Tests: Multi-trace stream intersection test
2724 * Change behaviour of stream-intersection with multiple traces
2725 * Python bindings: PEP8 mandates two blank lines before class
2726 * Fix: ctf-text: signed base 8, 16 printout
2727 * Fix: debug-info feature enable/disable
2728 * Fix: swapped libelf and libdw names in configure error message
2729 * Don't use the .so extension on test assets
2730 * Fix: warnings on Solaris10
2731 * Add missing generated tests to gitignore
2732 * Fix: report error when lttng-live is provided with an IPv6 address
2733 * Fix: invalid mix of ctf_type_id and bt_ctf_scope enums
2734 * Fix: PATH_MAX requires limits.h on OS X and Solaris
2735 * Static build fix: change link order of libtestcommon.la
2736 * Clean-up: change space indentation to tabs
2737 * Test fix: clean trace files left behind by test_ctf_ir_ref
2738 * Clean-up: Missing space after cast operator
2739 * Fix: overflow of signed integer results in undefined behaviour
2740 * Fix: potential close() of uninitialized elf_fd
2741 * Clean-up: add missing new line after end of function
2742 * Clean-up: remove extra newline in bin-info.c
2743 * Clean-up: fix comment style in bin-info.c
2744 * Add tap-driver.sh from automake
2745 * Tests: skip certain bin-info tests on failure to prevent segfault
2746 * Tests: strip ELF symbols from debuginfo-data executables with separate DWARF
2747 * Python bindings: add has_intersection property to TraceCollection
2748 * Python bindings: make intersect_mode read-only property
2749 * Tests: Add missing debuginfo files to dist
2750 * Use tar-ustar format for dist
2751 * Tests: Replace prove by autotools tap runner
2752 * Cleanup test scripts
2753 * Fix: Don't clean test scripts
2754 * Fix: Make test_dwarf and test_bin_info tests work out-of-tree
2755 * Handle test_ctf_writer_complete like the other tests scripts
2756 * Fix: let automake handle CLEAN and DIST
2757 * Fix: Remove test_seek_empty_packet and test_seek_big_trace from SCRIPT_LIST
2758 * configure: introduce new macro AX_LIB_ELFUTILS
2759 * Docs: fix typos in babeltrace-log(1) manpage
2760 * Docs: update debuginfo doc
2761 * Add configure report
2762 * configure: check for elfutils (libelf and libdw) >= 0.154
2763 * Set the minimal version of elfutils to 0.154
2764 * Doc: Add elfutils to README
2765 * Typo: succesful* -> successful*
2766 * Fix: return -1 on bin_info_lookup_dwarf_function_name failure
2767 * Harmonize spelling of debug-info
2768 * Warning fix: pointer may be uninitialized if assertions are disabled
2769 * Indicate default debug-info build settings in configure help
2770 * Disable debuginfo by default on Solaris and OSX
2771 * Docs: Add --debug-info-target-prefix to man page
2772 * Add source and information to regenerate debuginfo-data
2773 * Use bool where possible in dwarf and bin-info
2774 * Rename so-info to bin-info
2775 * Use printf_debug/verbose in so-info
2776 * Fix: update tests for new dwarf func name output
2777 * Update debuginfo to match UST event rename
2778 * Use g_build_path for DWARF build_id lookup
2779 * Add --debug-info-target-prefix
2780 * Refactor offset string printing out of ELF and DWARF lookups
2781 * Print offset relative to function when using DWARF
2782 * Print bin location first
2783 * Add binary location information
2784 * Fix: prevent uninitialized use of elf_file
2785 * Only set so info ELF file when needed
2786 * Use is_pic field instead of reading ELF header
2787 * Fix: make short_src_path from src_path
2788 * Tests: clean generated tests scripts
2789 * Tests: Add missing test scripts to gitignore
2790 * Tests: Use AC_CONFIG_FILES to generate test scripts
2791 * Docs: Add debug-info option to BABELTRACE(1)
2792 * Print "binary+offset" when function name can't be resolved
2793 * Fix: Don't skip binary path print-out in ELF-only case
2794 * Show binary path as part of debug info
2795 * Add --debug-info-full-path option and shorten source name
2796 * Rename opt_debug_dir to opt_debug_info_dir
2797 * Clean-up: mark test symbols as static
2798 * Fix: Remove traces left over from ctf-writer tests
2799 * Fix: cast of 64 bit addresses from trace to 32-bit pointer
2800 * Tests: dynamically create test list based on enabled features
2801 * Add intersect mode to python bindings
2802 * Add bt_ctf_iter_create_intersect to CTF iterator API
2803 * Clean-up: remove dead assignment
2804 * Tests: erroneous check after bt_ctf_clock_set_offset_s
2805 * Docs: add high-level debug info doc
2806 * Tests: add unit tests for so_info
2807 * Tests: add unit tests for bt_dwarf
2808 * Initial implementation of the debuginfo API
2809 * Fix: lttng-live flush when output to file
2810 * Fix: lttng-live use g_free rather than free
2811 * Store "tracer_name" from the trace's environment
2812 * Fix: Missing pointer dereference in NULL check
2813 * Fix: leak of stream intersection positions
2814 * Remove useless bt_iter when creating intersection
2815 * Add new test artifacts to .gitignore
2816 * Tests: use templates for stream intersection and packet_seq_num
2817 * Tests: fix OOT build by adding test scripts to noinst_SCRIPTS
2818 * Docs: Add --stream-intersection to the BABELTRACE(1) man page
2819 * Rephrase error message
2820 * Test the stream intersection feature
2821 * Option to only show streams' intersection
2822 * Tests for packet_seq_num handling
2823 * Fix: lttng-live data_size and version endianness
2824 * test_ctf_ir_ref.c: fix coding style
2825 * test_ctf_writer.c: test packet functions
2826 * Fix: do not set event's parent to a non-writer stream
2827 * ir: bt_ctf_stream_append_event(): do not always reset parent
2828 * ir: bt_ctf_event_set_packet(): check for common stream class
2829 * test_ctf_ir_ref.c: fix indentation
2830 * test_ctf_ir_ref.c: test all permutations of put
2831 * Solaris build fix: missing inclusion of endian.h
2832 * ref.h: add C++ guards
2833 * test_ctf_writer.c: test bt_ctf_clock_ns_from_value()
2834 * Cleanup: lift function call outside of condition
2835 * ir: add bt_ctf_clock_ns_from_value() utility
2836 * ir: move clock value accessors to writer header
2837 * test_ctf_writer.c: test writer/non-writer clock value accessors
2838 * ir: move bt_ctf_stream_class_set_clock() to writer header
2839 * ir: disable clock value accessors in non-writer mode
2840 * ir: add bt_ctf_event_get_clock_value()
2841 * ir: bt_ctf_stream_append_event(): do not append event with parent
2842 * ir: remove unused event header/context fields from stream
2843 * ir: add optional name property to stream
2844 * test_ctf_writer.c: test bt_ctf_stream_create()
2845 * ir: make bt_ctf_stream_create() public
2846 * test_ctf_writer.c: test stream class clock -> trace clock
2847 * ir: bt_ctf_trace_add_stream_class(): add stream class's clock
2848 * ir: remove unused bt_ctf_event_copy()
2849 * ir: verify stream mode in stream functions
2850 * ir: freeze event on bt_ctf_stream_append_event()
2851 * ir: add bt_ctf_event_freeze()
2852 * ir: add bt_ctf_field_freeze()
2853 * ir: remove bt_ctf_trace_get() and bt_ctf_trace_put()
2854 * ir: move writer-specific declarations to writer header
2855 * ir: remove event header accessors from stream
2856 * ir: add bt_ctf_event_set_packet()
2857 * ir: add public bt_ctf_packet object
2858 * ir: move the stream event ctx field to the event
2859 * ir: remove unused event_headers member from struct bt_ctf_stream
2860 * ir: validate integer FT's mapped clock against signedness
2861 * ir: clock: use value in cycles instead of ns
2862 * ir: freeze mapped clock when freezing integer FT
2863 * ir: freeze clocks when freezing a trace
2864 * ir: split event files into event and event-class files
2865 * ir: rename event-fields/event-types -> fields/field-types
2866 * ir: rename ctf_type_id -> bt_ctf_type_id
2867 * ir: rename ctf_string_encoding -> bt_ctf_string_encoding
2868 * ir: rename bt_ctf_field_path_get_root()
2869 * ir: rename bt_ctf_node -> bt_ctf_scope
2870 * ir: add public bt_ctf_field_path object
2871 * ir: rename bt_ctf_field_type_variant_set_tag()
2872 * Add validation/resolving tests
2873 * test_bt_values.c: fix top comment
2874 * ir: freeze attributes when freezing an event
2875 * Fix scan-build warning of potential NULL dereference
2876 * ir: refactor FT validation and resolving
2877 * ir: allow to set variant FT's tag FT even when frozen
2878 * ir: add internal bt_ctf_field_path_clear()
2879 * ir: validate field types on field creation
2880 * values: fix indentation
2881 * ref.h: fix doc
2882 * values: add `_empty` prefix when relevant
2883 * BT_MOVE(): call bt_put(_dst)
2884 * Fix: bt_ctf_field_type_floating_point_copy(): set self references
2885 * Add bt_ctf_field_type_compare(): field type deep comparison
2886 * ir: event-types-internal.h: fix comment
2887 * ir: add user byte order to integer/float types
2888 * test_ctf_writer.c: assert() unchecked return values
2889 * ir: bt_ctf_stream_class_set_byte_order(): EC is already frozen
2890 * Python bindings: remove unnecessary semi-colons
2891 * Python bindings: missing error check in Clock precision setter
2892 * Python bindings: accomodate API changes introduced for negative time
2893 * Remove stale comment from event destructor
2894 * Handle negative time and offset from Epoch
2895 * Fix: CTF parser: accept signed constant literals
2896 * Fix: out-of-bound memory access
2897 * Fix out-of-tree tests: seek tests can't find traces
2898 * Tests: Fix test plans and do not skip on fail
2899 * Fix: Check return value of fpathconf
2900 * Fix: BABELTRACE_HAVE_LIBC_UUID misspelled as BT_HAVE_LIBC_UUID
2901 * Fix: check for socket lib before function checks
2902 * Port: Add OSX libuuid compat
2903 * Port: Add OSX mman.h compat
2904 * Port: Add OSX endian.h compat
2905 * Cleanup: remove unused label 'end'
2906 * Fix: Wrong variable checked for allocation failure
2907 * Implement new CTF-IR reference counting scheme
2908 * Use bt_put instead of bt_ctf_field_put as release callback
2909 * Clean-up bt_put() implementation
2910 * Object: Acquire reference to parent on first acquired reference
2911 * Tests: Add CTF-IR reference counting test
2912 * Return pointer when using bt_get()
2913 * Add internal bt_object reference count accessor
2914 * Docs: Document reference counting scheme implemented by Object
2915 * Add parented object memory management to the Object interface
2916 * Do not use g_list_free_full
2917 * Update version to 2.0.0-pre
2918 * Only compare "bison -y" to the basename of YACC variable
2919 * Python bindings: work around Python 3.5 behaviour change
2920 * Output a warning if packets are lost
2921 * Clean-up: Use memset() to initialize packet_index
2922 * Support ctf index version 1.1
2923 * Cleanup: Don't hardcode include paths unnecessarily
2924 * Fix: include ctf-scanner-symbols.h to prefix yy_* symbols
2925 * Fix: missing includes break the out-of-tree build
2926 * Fix: memstream compat layer requires use of babeltrace_close_memstream
2927 * compat send no SIGPIPE: multithread-safe
2928 * Fix: truncated value in fgetc() usage
2929 * Fix: handle EINTR return value for bt_posix_fallocate
2930 * Configure: Add missing checks
2931 * Implement bt_getline
2932 * Fix: initialize getline linesize argument to 0
2933 * Fix: warning, may be used uninitialized
2934 * Port: Replace dirent->d_type by stat S_ISREG
2935 * Port: Include config.h globally trough DEFAULT_INCLUDES
2936 * Port: Add compat for dirfd
2937 * Port: Add compat for mkdtemp
2938 * Port: Add compat for strnlen and strndup
2939 * Port: Use bash to run tests
2940 * Port: Implement faccessat wrapper
2941 * Port: implement posix_fallocate wrapper
2942 * Port: Set required compiler flags to use pthreads
2943 * Port: Add configure check for __attribute__ support
2944 * Port: cleanup and portability fix to configure.ac
2945 * Port: Add support for linkers with no support for 'no-as-needed'
2946 * Port: Add compat for platforms with no MSG_NOSIGNAL or SO_NOSIGPIPE
2947 * Port: Add AX_LIB_SOCKET_NSL macro to configure.ac
2948 * Port: Replace bzero() by memset()
2949 * Port: Add dummy.c to libcompat
2950 * Port: uname can return a positive value on success
2951 * Port: Replace NAME_MAX by MAXNAMLEN
2952 * Change UUID API prefix from babeltrace_ to bt_
2953 * Port: Add Solaris libuuid compat
2954 * Port: Add Solaris endian.h compat
2955 * Port: make bootstrap script work on most shell
2956 * Fix: babeltrace-log packet seek
2957 * Fix: posix_fallocate() returns int > 0 on errors
2958 * Configure: add check for type
2959 * Configure: add check on headers
2960 * Configure: add missing check for used funcs
2961 * Fix: add compat for glib < 2.32
2962 * Fix: make check in OOT build with absolute path
2963 * Fix: make check in out of tree build
2964 * Fix: 32bit values index_major/minor used as 64bit
2965 * Hide the packet_seq_num field
2966 * ir: add bt_ctf_field_type_sequence/array_set_element_type()
2967 * ir: do not cache variant type's alignment
2968 * Fix: test_ctf_writer: assert() without side effects
2969 * ir: empty structures are legal in CTF
2970 * ir: add field instance type ID helpers
2971 * ir: add bt_ctf_field_get_type_id()
2972 * ir: add field type ID helpers
2973 * Unify reference counting using a common bt_object base
2974 * ir: add bt_ctf_trace_get_stream_class_by_id()
2975 * ir: add internal field path getters
2976 * Rename bt_object to bt_value
2977 * ir: add BT_CTF_MOVE()
2978 * test_ctf_writer.c: use bt_ctf_put() everywhere
2979 * ir: consolidate reference counting functions
2980 * Fix: allow structure types to have a minimum align
2981 * test_ctf_writer: add type alignment tests
2982 * Fix: require power of two for type alignment
2983 * Fix: do not init. BO of enums/arrays/sequences
2984 * Build: Update m4 for bison & flex version check to match autoconf-archive file
2985 * Build: add version check on flex
2986 * Build: add version check on autoconf
2987 * Build: m4 macro for Bison version check
2988 * Test: Add a test to ensure multiple keywords can be used in a field path
2989 * Fix: Missing postfix_expression DOT keywords in CTF grammar
2990 * Fix: Create stream after adding its stream class to a trace
2991 * Fix: Remove overly-strict freeze check on variants and structures
2992 * Docs: A stream has no ownership of its trace
2993 * Fix: Missing NULL check in bt_ctf_field_sequence_destroy
2994 * Add test_bt_objects to .gitignore
2995 * ir: add tests for bt_ctf_field_variant_get_current_field()
2996 * ir: add bt_ctf_field_variant_get_current_field()
2997 * Clean-up: get_field_type should only have one return statement
2998 * Fix: bt_ctf_trace_freeze must fail if type resolving fails
2999 * Fix: Return a variant's alignment as 0 (undefined).
3000 * ir: copy variants and sequences when setting a field path
3001 * Fix: ir: disallow setting the alignment of certain types
3002 * ir: compute array, sequence and structure alignment dynamically
3003 * ir: support optional parameters in bt_ctf_field_type_variant_get_field
3004 * ir: support optional parameters in bt_ctf_field_type_structure_get_field
3005 * Clean-up: clean multi-line function call
3006 * Tests: fix possible null pointer dereference
3007 * Fix: Check validity of returned ctf_type_id
3008 * Fix: Missing check that token linked-list is not NULL
3009 * ir: validate sequence length fields and variant tags of stream classes
3010 * ir: validate sequence length fields and variant tags of event classes
3011 * ir: Implement a field type visitor to resolve dynamic scopes
3012 * ir: only perform trace freeze if not already frozen
3013 * Clean-up: line exceeding 80 chars in trace.c
3014 * Docs: add comment about bt_ctf_trace_add_stream_class validation
3015 * ir: add bt_ctf_field_type_variant_set_tag()
3016 * ir: add tag field path to variant field type
3017 * ir: add length_field_path to sequence field type
3018 * ir: add bt_ctf_field_path internal API
3019 * ir: add bt_ctf_field_type_variant_get_field_name_index()
3020 * ir: add bt_ctf_field_type_structure_get_field_name_index()
3021 * Clean-up: Missing space in event-types-internal.h
3022 * Docs: Updated available input formats on manpage
3023 * ir: add tests for bt_ctf_event_copy()
3024 * Fix: ir: match .h names for get/set_header()
3025 * ir: add bt_ctf_event_set_payload_field()
3026 * ir: add bt_ctf_event_get_payload_field()
3027 * ir: add bt_ctf_event_copy() (event deep copy)
3028 * ir: add tests for bt_ctf_field_copy()
3029 * ir: make bt_ctf_field_copy() public
3030 * Fix: ir: copy struct/seq/array NULL fields
3031 * Fix: ir: incr ref of existing sequence/array field
3032 * Fix: ir: return current variant's field if possible
3033 * Fix: ir: seq copy: initialize internal array
3034 * Fix: ir: bt_ctf_field_copy(): copy payload_set
3035 * objects: Doxygen: note about frozen copy
3036 * Docs: weird phrasing in Babeltrace(1)
3037 * Replace g_string_insert_len() by g_string_append_len()
3038 * Add tests for bt_ctf_field_string_append_len()
3039 * ir: add bt_ctf_field_string_append_len()
3040 * Add tests for bt_ctf_field_string_append()
3041 * ir: add bt_ctf_field_string_append()
3042 * Fix: return event timestamp in _timestamp_at_pos
3043 * Fix: ir: make sure "stream_id" attr is always right
3044 * Tests: add environment field can be added after stream creation
3045 * Fix: Allow the addition of environment fields to a frozen trace
3046 * Cleanup: Remove unused trace environment types
3047 * Cleanup: introduce internal bt_ctf_trace_freeze()
3048 * Move bt_ctf_attributes API to internal headers
3049 * Remove stale file from include/Makefile.am
3050 * Fix: possible NULL pointer dereference in CTF Writer/IR tests
3051 * Fix: Ensure assertions have no side-effect
3052 * Fix: Uninitialized return value in bt_ctf_event_class_get_id
3053 * ir: add tests for bt_ctf_event's stream accessor
3054 * ir: add tests for bt_ctf_stream_class trace accessor
3055 * ir: add trace accessor to bt_ctf_stream_class
3056 * ir: add stream accessor to bt_ctf_event
3057 * Cleanup: remove unused bt_ctf_stream_set_trace function
3058 * ir: add weak reference to parent trace to bt_ctf_stream_class
3059 * ir: add weak reference to parent stream to bt_ctf_event
3060 * ir: add tests for duplicate event classes
3061 * Fix: ir: make duplicate event classes check smarter
3062 * ir: add tests for event class attributes
3063 * ir: add attributes support to event classes
3064 * ir: make trace environment use bt_object
3065 * objects: Doxygen: bt_object_type: minor fix
3066 * objects: optimize loops by using i instead of x
3067 * objects: Doxygen: add cross-references
3068 * objects: Doxygen: more details on bt_object_null
3069 * objects: add bt_object_freeze() and more statuses
3070 * objects: make static functions also inline
3071 * objects: Doxygen: \i -> \em
3072 * objects: introduce enum bt_object_status
3073 * objects tests: bt_object_array_set()
3074 * objects: add bt_object_array_set()
3075 * objects: simplify destroy functions
3076 * objects: use GPtrArray instead of GArray
3077 * Fix: remove test_bt_objects from SCRIPT_LIST
3078 * Mark object type check functions as static
3079 * ir: add tests for bt_ctf_stream_class_get_event_class_by_id()
3080 * ir: add bt_ctf_stream_class_get_event_class_by_id()
3081 * ir: add tests for bt_ctf_trace_get_clock_by_name()
3082 * ir: add bt_ctf_trace_get_clock_by_name()
3083 * Add basic object system tests
3084 * Add basic object system
3085 * Change version from 1.3.0 to 1.3.0-pre
3086 * Fix: Don't increment automatic stream-id twice
3087 * Implement bt_ctf_trace stream class accessors
3088 * Tests: Add a bt_ctf_trace_get/set_byte_order() test
3089 * Implement bt_ctf_trace_get_byte_order()
3090 * Implement bt_ctf_field_type_variant_set_tag_name()
3091 * Fix: CTF 1.8 mandates that event "fields" must be a structure
3092 * Fix: check string payload for NULL before calling g_string_free()
3093 * Implement bt_ctf_event_class_get/set_payload()
3094 * Cleanup: move type_id initialization after byte order check
3095 * Add Variant and Sequence IR type validation checks
3096 * Remove alias getter from IR field interface
3097 * Mark internal IR field function pointers as const
3098 * Add bt_ctf_field_type_copy() which allows deep copy of IR types
3099 * Allow unset tags on variant field types
3100 * Update version to 1.3.0
3101 * Fix: Ensure stream endianness is set when initializing event class
3102 * Fix: Check stream fd value before closing
3103 * Fix: missing allocation error check
3104 * Freeze event classes as they are added to a stream class
3105 * Tests: ensure that an event may be instanciated before its stream
3106 * Docs: event class must have a stream class before events may be created
3107 * Fix: Missing stdint.h in trace.h
3108 * Fix: Missing stdint.h in stream.h
3109 * Fix: Missing stdint.h in stream-class.h
3110 * Fix out-of-tree build for Python bindings + doc
3111 * Tests: Add tests for trace environment field accessors
3112 * Add trace environment field getters
3113 * Support the addition of integer trace environment fields
3114 * CTF-IR: Support unnamed streams
3115 * Fix: out-of-tree dist fails to find test traces
3116 * Fix running tests out of tree
3117 * Python: add Sphinx doc project
3118 * Python: writer.IntegerBase: remove redundant prefixes
3119 * Python: add reader.IntegerFieldDeclaration.size
3120 * Python: document writer.Writer
3121 * Python: document writer.Stream
3122 * Python: document writer.StreamClass
3123 * Python: document writer.Event
3124 * Python: document writer.EventClass
3125 * Python: document writer.StringField
3126 * Python: document writer.SequenceField
3127 * Python: document writer.ArrayField
3128 * Python: document writer.VariantField
3129 * Python: document writer.StructureField
3130 * Python: document writer.FloatingPointField
3131 * Python: document writer.EnumerationField
3132 * Python: document writer.IntegerField
3133 * Python: document writer.Field
3134 * Python: document writer.StringFieldDeclaration
3135 * Python: document writer.SequenceFieldDeclaration
3136 * Python: document writer.ArrayFieldDeclaration
3137 * Python: document writer.VariantFieldDeclaration
3138 * Python: document writer.StructureFieldDeclaration
3139 * Python: document writer.FloatingPointFieldDeclaration
3140 * Pytnon: document writer.EnumerationFieldDeclaration
3141 * Python: document writer.IntegerFieldDeclaration
3142 * Python: add top-level class writer.IntegerBase
3143 * Python: document writer.FieldDeclaration
3144 * Python: document writer.Clock
3145 * Python: document writer.EnumerationMapping
3146 * Python: examples: import explicit BT modules
3147 * Python: split API in reader/writer modules
3148 * Python: document IntegerFieldDeclaration
3149 * Python: document VariantFieldDeclaration
3150 * Python: document StringFieldDeclaration
3151 * Python: document StructureFieldDeclaration
3152 * Python: document FloatFieldDeclaration
3153 * Python: document SequenceFieldDeclaration
3154 * Python: document ArrayFieldDeclaration
3155 * Python: document EnumerationFieldDeclaration
3156 * Python: document FieldDeclaration
3157 * Python: document EventDeclaration
3158 * Python: document FieldError
3159 * Python: document Event
3160 * Python: document CTFScope
3161 * Python: document CTFTypeId
3162 * Python: document ByteOrder
3163 * Python: document CTFStringEncoding
3164 * Python: document TraceHandle
3165 * Remove print_format_list Python function
3166 * Python: document TraceCollection
3167 * Python: CTFWriter: forbid Stream.__init__()
3168 * Python: CTFWriter: add FloatingPointFieldDeclaration
3169 * Python: CTFWriter: FloatFieldingPoint -> FloatingPointField
3170 * Python: bt: do not expose ClockType
3171 * Python: remove useless 'return None'
3172 * Python: bt.py: PEP 8 + improve readability
3173 * Python: remove explicit inheritance from object
3174 * Python: decouple Python iface from native binding
3175 * Populate event header from mapped timestamp clock
3176 * Map default event header timestamp field to the stream class' clock
3177 * Fix: erroneous use of semicolon instead of comma in TSDL serialization
3178 * Fix: Don't freeze field type on addition to structure
3179 * Tests: fix misleading comment
3180 * CTF-Writer tests: Delete trace after test
3181 * Add support for clock mapping on integer field type
3182 * Docs: fix bt_ctf_clock_get_offset function header
3183 * ctf-ir: allow 1-bit signed integer types
3184 * ctf-ir: disallow creating a 0-bit integer type
3185 * Fix: missing paragraph in python bindings license (MIT)
3186 * Tests: Add event packet header accessors test
3187 * Tests: Don't use diag() to output errors from child processes
3188 * Cleanup: line over 80 chars
3189 * Add support for custom event headers
3190 * Cleanup: Use a switch case instead of conditionals
3191 * Fix: Field types native byte order refers to the trace
3192 * Fix: duplicate function declaration in stream.h
3193 * Test: Add a test that validates that empty streams are valid
3194 * Fix: lazy-mmap() streams when flushing
3195 * Fix: lock stream class after assigning stream id
3196 * Fix: handle 64-bit trace IDs on 32-bit systems
3197 * Fix: print format type mismatch warnings on 32-bit
3198 * Add utility function to validate CTF identifiers
3199 * Revert "Add event header accessors and support for custom event headers"
3200 * Fix: missing parenthesis in offset_align_floor
3201 * Add event header accessors and support for custom event headers
3202 * Tests: Add tests for stream class accessor
3203 * Add missing stream class accessor
3204 * Cleanup: Typo in bt_ctf_field_type_integer_create's documentation
3205 * Tests: Add tests for trace packet header accessors
3206 * Add stream packet header accessors
3207 * Add trace packet header accessors and support custom headers
3208 * Fix: Only allow setting a stream class when not frozen
3209 * Fix: allow empty CTF files
3210 * Revert test fix: uncomment trace unlink
3211 * Tests fix: Unchecked return value
3212 * Tests: Add event context accessors unit tests
3213 * Docs: Indicate that stream event context is sampled on event append
3214 * Add event context accessors
3215 * Docs: Remove extra underscore from function header
3216 * Fix: Check integer signedness in packet header when auto-populating
3217 * Docs: Add a comment about event validation in bt_ctf_stream_append_event
3218 * Cleanup: Misplaced end label in bt_ctf_stream_get_packet_context
3219 * Tests: Add unit tests for stream event context accessors
3220 * Add stream_event_context accessors
3221 * Cleanup: Remove unnecessary argument name
3222 * Tests: Add unit tests for stream event context accessors
3223 * Cleanup: Missing whitespace in comment
3224 * Fix: Only allow setting a packet context on a non-frozen stream class
3225 * Add stream_event_context accessors
3226 * Implement bt_ctf_field deep copy
3227 * Fix: Incorrect variant tag validation
3228 * Fix: Missing description NULL check in bt_ctf_clock when serializing
3229 * Fix: Ensure a packet context is a structure
3230 * Add comment indicating the type of ctf_traces' elements
3231 * Fix: sanity check in iterator creation
3232 * Fix: iterate manually over each live trace to add to catch errors
3233 * Remove duplicate include of unistd in test_ctf_writer
3234 * Fix: make sure we can exit the get_new_metadata loop
3235 * Fix: respect signed integers' length when printing in hex base
3236 * Ensure types used for index and count in CTF IR API match
3237 * Cleanup: Missing space after cast operator
3238 * Tests: add tests for the new trace and trace clock accessors
3239 * Add trace accessor to CTF Writer
3240 * Add clock accessor to CTF IR Trace
3241 * Reuse existing g_string instance when setting a clock name
3242 * Don't automatically generate a clock UUID in _bt_ctf_clock_create
3243 * Add missing trace-internal.h header file
3244 * Add an alias name attribute and accessor to CTF IR field type
3245 * Add internal nameless clock creation API
3246 * Add Trace CTF IR type
3247 * Python bindings clean-up: missing file headers style fixes
3248 * Docs fix: Change bt_ctf_writer_create_stream return description
3249 * Python bindings clean-up: file headers style fix
3250 * Change CTF IR header descriptions from CTF Writer to CTF IR
3251 * Detect Python packages directory on configure
3252 * Python bindings: fail configure if python version < 3.0
3253 * Add PEP8 style guide requirement to the CodingStyle
3254 * Python bindings: Make bindings PEP8 compliant
3255 * Python bindings: Make examples PEP8 compliant
3256 * Python bindings: clarify invalid argument type exception
3257 * Python bindings docs: clarify add_event_class comments
3258 * Python bindings: Add packet context accessors
3259 * Documentation fix: add expected types to packet context accessors
3260 * Python bindings: Add UUID accessors to the Clock class
3261 * Clean-up: remove extra whitespace in ctf-ir/clock.h
3262 * Python bindings: cleanup whitespace
3263 * Python bindings: add "datetime" property to the Event class
3264 * Tests: check for < 0 rather than -1 specifically
3265 * Tests: cleanup extra whitespace
3266 * Tests: Add tests for new clock UUID accessors
3267 * Add UUID accessors to CTF-IR clock
3268 * Fix: scan-build warnings in CTF Writer/IR tests
3269 * Fix: offset_s and CTF clocks with frequency != 1GHz
3270 * Fix: incorrect compiler warning
3271 * Fix: Don't assume that PROT_WRITE grants read permissions
3272 * Fix: align objstack on 8 bytes
3273 * Fix Python: Add a comment warning about an API limitation
3274 * Replace usages of limits.h with the compatibility header
3275 * Tests: Return from main instead of calling exit()
3276 * Use BABELTRACE_HOST_NAME_MAX in test_ctf_writer.c
3277 * Add limits compatibility header
3278 * Fix: don't perform unaligned integer read/writes
3279 * Add stream packet header accessors
3280 * Reuse previously allocated string when setting value
3281 * Fix: bt_ctf_field_type_structure_add_field argument validation
3282 * Fix: mmap trace read the stream_id from the first packet
3283 * Fix: check the lttng-relayd protocol version
3284 * Fix: don't update the trace collection if no new streams were received
3285 * Remove logically dead code
3286 * Add Python bindings for CTF-IR stream getters
3287 * Tests: Add stream getter tests
3288 * Implement CTF-IR stream getters
3289 * Move CTF-Writer stream to CTF-IR
3290 * Add Python bindings for CTF-IR stream class getters
3291 * Tests: Add stream class getter tests
3292 * Implement CTF-IR stream class getters
3293 * Add Python bindings for CTF-IR event getters
3294 * Tests: Add event getter tests
3295 * Implement CTF-IR event getters
3296 * Fix: Set the stream class' id in the packet header
3297 * Remove unecessary linking on libbabeltrace-ctf-text
3298 * Add Python bindings for CTF-IR event-types getters
3299 * Tests: Add an array type and field test
3300 * Tests: Add event types getter tests
3301 * Implement CTF-IR field types getters
3302 * Clean-up: Remove unecessary line break
3303 * Add Python bindings for CTF-IR event-field getters
3304 * Update CTF-Writer and CTF-IR copyrights
3305 * Tests: Test CTF-IR event-field's getters
3306 * Docs: CTF-IR sequence's length field must be unsigned
3307 * Implement CTF-IR event fields getters
3308 * Fix: Check that enumeration container types are integers
3309 * Add bt_ctf_field_type_enumeration private search functions
3310 * Add Python bindings for CTF-IR clock's getters
3311 * Tests: Test CTF-IR Clock's getters
3312 * Implement CTF-IR Clock getters
3313 * Split the CTF-Writer implementation in IR and Writer parts
3314 * Split the CTF-Writer API into IR and Writer-specific parts
3315 * Split ctf-writer's stream.h into stream.h and stream-class.h
3316 * Fix (Python bindings): Return a string if a sequence's element are chars
3317 * Fix: don't use a return code in _bt_ctf_stream_append_discarded_events
3318 * Fix: Report the sequence's length field's value as length
3319 * Fix: Align buffers from objstack_alloc on sizeof(void *)
3320 * Add fallback for betoh/htobe if they do not exist
3321 * Fix: Variable name typo in SequenceField and Event classes
3322 * Fix python: remove weird char at the end of line
3323 * Added bt_ctf_get_decl_event_id() API function.
3324 * Fix: add missing files to gitignore
3325 * Fix: ctf-text: add missing double-quotes around enum tag
3326 * Use autoconf AM_MAINTAINER_MODE
3327 * Fix: Support out of tree builds in babeltrace
3328 * Fix: Add missing lttng_live_should_quit checks
3329 * Fix: Report errors occuring in lttng_live_read
3330 * Add README to dist_doc_DATA
3331 * Remove outdated Python binding documentation
3332 * Fix: Accept an input port in the live URL when no session is provided
3333
3334 2014-02-28 Babeltrace 1.2.0
3335 * Fix: lttng-live parse url port check
3336
3337 2014-02-27 Babeltrace 1.2.0-rc2
3338 * Fix: events discarded timing inaccuracy
3339 * Fix: Move offset endianness conversion to get_data_packet
3340 * Fix: Remove negative comparison to unsigned value
3341 * Fix: Uninitialized scalar variable
3342 * Fix: Don't assert on metadata generation failure
3343 * Fix: add missing SIGTERM and SIGINT handler
3344 * Fix: Reverse incorrect error message argument order
3345 * Cleanup: add brackets to lttng-live-plugin.c
3346 * Cleanup lttng-live: add brackets in lttng_live_read()
3347 * Cleanup lttng-live: 80 columns wrapping
3348 * Fix: handle new streams in get_data_packet()
3349 * Fix: accept empty metadata on append
3350 * Fix: lttng-live: 100ms active poll delay
3351 * Fix: lttng-live await metadata
3352 * Fix: lttng-live recv() and send() flags, partial recv()
3353 * Fix: missing little endian conversion for one index field
3354 * Cleanup: remove logically dead code
3355 * Fix: untrusted value as argument
3356 * Fix: off by one in lttng-live path length check
3357 * Fix: fclose return value unchecked
3358 * Fix: call to append metadata when new metadata is added
3359 * Fix: use memstream instead of tmp file for live metadata
3360 * Fix: assign a trace handle to every live trace
3361 * Fix: get_new_metadata receive all the metadata
3362 * Fix: Coverity warning CWE-457: Use of Uninitialized Variable
3363 * Revert "Fix: get_new_metadata receive all the metadata"
3364 * Revert "Fix: assign a trace handle to every live trace"
3365 * Fix: assign a trace handle to every live trace
3366 * Fix: get_new_metadata receive all the metadata
3367 * CTF: Support incremental metadata append
3368 * Fix: ctf.c fscanf missing integer length check
3369 * Bump soname version to 1.0.0
3370 * Move scanner allocation/free outside of ctf_open_trace_metadata_read
3371 * CTF parser: prepare for incremental metadata parsing
3372 * Python bindings: return char arrays as strings in value()
3373 * Python bindings: sched_switch example clean-up
3374 * Fix: add missing test scripts to Makefile.am
3375
3376 2014-02-14 Babeltrace 1.2.0-rc1
3377 * Cleanup: lttng-live: use perror() rather than fprintf for err msg
3378 * Fix: lttng-live: handle orderly shutdown
3379 * Fix: Unchecked array index when importing trace indexes
3380 * LTTng-live usage documentation
3381 * Fix: ctf: uninitialized packet_index, misuse of index
3382 * Cleanup: rename lttng live implementation files
3383 * Attach and list by session name and hostname
3384 * get_new_streams and multi-session
3385 * Create the live viewer session before attaching
3386 * Sync lttng live ABI with lttng-tools
3387 * Extract adding a trace to the iterator from bt_iter_init
3388 * Compute discarded events in live
3389 * Merge real index and cycles index into a single index
3390 * Fix: import index containing only a header
3391 * Remove outdated Python bindings test
3392 * Fix: replace assert with proper error handling
3393 * Fix: lttng-live: unbounded use of sscanf() in parse_url()
3394 * Fix: lttng-live should accept 0 in addresses
3395 * Remove default to display field names in live
3396 * Remove null checks on g_new0
3397 * Cleanup: iterator unused pointer value
3398 * Fix: lttng-live: resource leak
3399 * Fix: lttng-live uninitialized scalar variable
3400 * Fix: lttng-live non NULL-terminated strings
3401 * lttng-live: fix unchecked mkdir return value
3402 * lttng-live input plugin
3403 * Live: let read API detect inactive streams, allow streams without fd
3404 * Add Jérémie Galarneau as co-maintainer
3405 * Fix: disallow re-using same event ID in same stream
3406 * Fix: check for unknown enum/variant fields
3407 * Fix: libbabeltrace lib build dependencies
3408 * Fixes in babeltrace core to support non-CTF traces
3409 * Add a private pointer to the ctf_stream_pos
3410 * Be more widely accepting for missing variant/enum fields
3411 * Cleanup: remove index_read (unused var)
3412 * Refuse 0 integer size
3413 * Fix ctf-writer: possible use after free
3414 * Fix data_offset when importing the indexes
3415 * Merge branch 'master' into bindings/python
3416 * Python-bindings fix: Out of tree build fails to find babeltrace.i
3417 * Test: Validate that enumeration mapping strings are properly escaped
3418 * Fix ctf-writer: Quote strings provided as enumeration mappings
3419 * Fix: read/write mode check
3420 * Cleanup: do not duplicate code in float fix
3421 * Fix: floats should set content size in tmp definition
3422 * Handle empty streams on iterator init
3423 * Handle packets containing only a header
3424 * Handle the inactive streams
3425 * Fix: test content size vs headers len
3426 * Fix: check packet index len
3427 * Fix: uncheck null pointer
3428 * Fix: test for less than 1 byte packets
3429 * Fix: reversed logic in packet vs content size
3430 * Fix: clarify end of packet error
3431 * Fix: string packet boundary handling, bits vs bytes
3432 * Fix: add stricter checks on packet boundaries
3433 * Parse CTF indexes
3434 * Cleanup: fix typo
3435 * Fix: fail when reading 0 byte event
3436 * Python-bindings fix: outdated dist target babeltrace.i
3437 * Python-bindings: Refactor the CTFWriter API
3438 * Fix: bt_ctf_field_generic_validate should return < 0 on error
3439 * Fix: Take the iterator's end position into account
3440 * Fix: Use the bt_iter_set_pos function to set the begin_pos
3441 * Python-bindings: Move declaration bindings out of the _Definition class
3442 * Python-bindings: Refactor the FieldDecl and EventDecl classes
3443 * Python-bindings: Move the _scopes array out of the Event class
3444 * Python-bindings: Refactor the Event class
3445 * Python-bindings: Refactor the TraceHandle class to use properties
3446 * Python-bindings: Refactor the Context class
3447 * Test ctf-writer: Verify that enumerations are validated before use
3448 * Fix ctf-writer: Reject enumerations containing no mappings
3449 * Fix lint warnings
3450 * Expose text arrays the same way as regular arrays
3451 * Don't generate Python bindings by default
3452 * Add a usage example for the CTF Writer Python bindings
3453 * Add CTF Writer Python bindings
3454 * Rename the ctf class to CTFReader
3455 * Fix: Python bindings array access functions write out of bounds
3456 * Add support for structure fields in the Python bindings
3457 * Add support for variant fields in the Python bindings
3458 * Add support for floating point fields in the Python bindings
3459 * Fix: Use of functions not provided by glib 2.22
3460 * Fix: Throw a FieldError exception when get_value() fails
3461 * Remove Python 2 specific examples
3462 * Add a python bindings sequence test
3463 * Support for the sequence type
3464 * Add a generic get_value() implementation
3465 * Support getting the value of enums
3466 * Remove the unnecessary underscore prefix
3467 * Return event fields by field name
3468 * Merge branch 'master' into bindings/python
3469 * ctf writer BSD compatibily: remove O_DIRECTORY
3470 * Fix ctf writer lints
3471 * linter fix: comparison of fd >= 0
3472 * test ctf writer: fix lints
3473 * ctf-writer: fix linter defects
3474 * ctf-writer: Coding style fix
3475 * Tests: Add a CTF Writer test
3476 * Add CTF Writer implementation
3477 * Add public CTF Writer API headers
3478 * Fix: Don't create a new packet if ctf_move_pos() seeks out of a packet
3479 * Fix: Uninitialized ctf_stream_pos structure in ctf_float_write()
3480 * Fix: Use the packet's final size when mmap-ing the next packet
3481 * Fix: Close traces on context destruction
3482 * gcc warning fix: -Wextra
3483 * Declare enum type to use from C++
3484 * Fix: test_seek should only output one TAP plan
3485 * Revert "Add missing declaration of ssize_t as unsigned long for SWIG"
3486 * Add missing declaration of ssize_t as unsigned long for SWIG
3487 * Fix (python): use of braces in format strings
3488 * Add missing call to _bt_ctf_get_decl_from_def() when calling _bt_ctf_get_int_len().
3489 * Merge branch 'master' into bindings/python
3490 * Fix: test_seek static linking
3491 * Tests: fix string octal encoding
3492 * Add missing Makefile.am
3493 * make check VPATH build
3494 * Add missing test files to make dist
3495 * Tests: Use Perl prove as the testsuite runner
3496 * Tests: Add trace reading test with babeltrace bin
3497 * Tests: Split lib tests in multiple standalone test scripts
3498 * Tests: Rename tests under lib with tests naming convention
3499 * Tests: Move TAP helpers to tests/utils/tap
3500 * Fix ctf_clock_declaration_visit returning an error when reading a boolean
3501 * Fix CTF parser hang with bison 3.0
3502 * Add missing lex/bison generated files to make clean
3503 * Put the libbabeltrace-ctf specific parts of babeltrace.pc into a babeltrace-ctf.pc file
3504 * Test for presence of bison and flex when building from git
3505 * Fix: Unchecked asprintf/vasprintf return values
3506 * Missing NULL pointer init in tap.c
3507 * Add bt_unregister_format function support
3508 * Fix: libcompat should be noinst (statically linked)
3509 * Add MinGW definitions to endian.h
3510 * Add MinGW implementation of UUID functions
3511 * Add Windows exe files to .gitignore
3512 * Add MinGW32 libraries to executables
3513 * Move strerror_r to compat directory
3514 * Document: manpage: chronologically ordered events
3515 * Make python bindings compile with trunk
3516 * Merge branch 'master' into bindings/python
3517 * babeltrace-log: UTC timestamps
3518 * Cleanup: comment mismatch with code
3519 * Add unit test validating seeking to last event of a trace
3520 * Remove unused function bt_trace_handle_get_id
3521 * Cleanup: remove whitespaces at end of lines
3522 * Remove extra -I for python bindings
3523
3524 2013-06-18 Babeltrace 1.1.1
3525 * Compare traces by stream path as secondary key
3526 * Fix: use index, not cur_index, for SEEK_SET validation
3527 * Fix: ctf-text irregular output with disabled field names
3528 * Support old compilers
3529 * Remove useless variable assignment
3530 * Fix: Remove extra quote after an include directive
3531 * Don't dereference before NULL check
3532 * eliminate dead code
3533 * fix babeltrace-log error checking
3534 * Fix resource leak on error path
3535 * Fix: handle error checking should compare against NULL
3536 * Remove unused array in bt_context_add_traces_recursive
3537 * Fix: Suppress a compiler warning (always-false condition)
3538 * Cleanup: remove trailing whitespaces
3539 * Move memstream.h and uuid.h to include/babeltrace/compat directory
3540 * Fix: handling of empty streams
3541 * Add new option --clock-offset-ns
3542 * Fix: add missing error return when create_event_definitions fails
3543 * Fix: ctf-text should link on libbabeltrace-ctf
3544 * Move clock to bt_trace_descriptor
3545 * Remove unused stream_heap
3546 * Move trace collection pointer to bt_trace_descriptor
3547 * Move bt_handle to bt_trace_descriptor
3548 * Move bt_context to bt_trace_descriptor
3549 * Privatize struct bt_trace descriptor, move trace path
3550 * Add backward ref from bt_stream_pos to bt_trace_descriptor
3551 * Fix kFreeBSD build
3552 * Fix: babeltrace-log timestamps should be in nsec
3553 * Use objstack for AST allocation
3554 * Remove unused gc field
3555 * Use objstack to store nodes
3556 * Use objstack for strings
3557 * Implement objstack for parser
3558 * Fix: octal and hex string handling
3559 * Simplify error node
3560 * Lexer cleanup
3561 * Fix: invalid integer suffix parsing
3562 * Test cleanup
3563 * Test cleanup
3564 * Test cleanup
3565 * Fix: bootstrap should call libtoolize
3566 * Fix bootstrap script
3567 * Use uint64_t for packet_map_len
3568 * Add smalltrace succeed/fail test cases
3569 * Support packets and trace files smaller than page size
3570 * Move ctf-metadata plugin into its own shared object
3571 * Implement ctf-metadata output plugin
3572 * Handle make_node errors with TLS dummy node
3573 * Remove nested expressions
3574 * Eliminate dead code
3575 * Fix: trace_collection_add() add after check
3576 * Handle integers in lexer rather than grammar
3577 * Implement perror printf
3578 * Support escape characters in metadata strings
3579 * Add error node to AST
3580 * Introduce macro to enforce matching enum to string for node types
3581 * Fix: add semantic check in grammar
3582 * Implement likely/unlikely ifdefs
3583 * Fix unary constant use after error
3584 * Use new print macros in ctf-parser.y
3585 * Print error on invalid token
3586 * Implement macros for error printout
3587 * Add line number to parser nodes
3588 * Fix: handle errors gracefully
3589 * Fix: memleak on error path
3590 * Add missing NULL pointer check
3591 * Show token in CTF parser error
3592 * Remove unused lineno from struct ctf_scanner
3593 * Show line numbers in CTF parser errors
3594 * Ignore Windows-style EOL character in metadata
3595 * Replace AM_PROG_MKDIR obsolete macro with AC_PROG_MKDIR_P
3596
3597 2013-03-23 Babeltrace 1.1.0
3598 * Reinsert "at end of stream" message for discarded events
3599 * Improvement: Message from babeltrace concerning discarded events needs i
3600 * Cleanup: typo fix
3601 * Cleanup: add end of line at end of verbose message
3602 * Fix: misleading message from babeltrace --verbose
3603 * Fix: babeltrace --fields all overrides --no-delta
3604 * Add verbosity to stream id error message
3605 * Fix: Ensure the specified input format is CTF
3606 * Fix: Undefined behavior of double free on strlist in get_names_args
3607 * Fix: ctf-text: don't close stdout
3608 * Fix: warning message for unexpected trace byte order
3609 * Namespace the struct declaration
3610 * Namespace the struct definition
3611 * Namespace the struct format
3612 * Namespace the struct mmap_stream
3613 * Namespace the struct trace_descriptor
3614 * Namespace struct stream_pos
3615 * Namespace compliance for dependencies function
3616 * Cleanup error messages
3617 * Fix: babeltrace: make '-w' actually work
3618 * Convert the unit tests to the TAP format
3619 * Spelling cleanups within comments
3620 * Move the bitfield test to tests/lib/
3621 * Fix: Added a null pointer check to bt_ctf_field_name
3622 * Add babeltrace.pc to gitignore
3623 * namespacing: place flex/bison symbols under bt_yy namespace
3624 * namespace the lookup_integer function
3625 * namespace the definition functions
3626 * namespace the variant functions
3627 * namespace the declaration functions
3628 * namespace the collection functions
3629 * namespace the heap functions
3630 * namespace the struct functions
3631 * namespace the string functions
3632 * namespace the sequence functions
3633 * namespace the int functions
3634 * namespace the enum functions
3635 * namespace definition_ref and definition_unref
3636 * namespace declaration_ref and declaration_unref
3637 * namespace the array functions
3638 * namespace the scope_path functions
3639 * Hide internal functions of libbabeltrace-ctf
3640 * Hide internal functions of ctf-text
3641 * BT_HIDDEN macro
3642 * Namespace the lookup_enum function
3643
3644 2012-01-24 Babeltrace 1.0.3
3645 * Fix: Double free when calling bt_context_remove_trace()
3646 * Add missing runall.sh to dist packaging
3647 * Fix: alignment of compound types containing array field
3648
3649 2012-01-11 Babeltrace 1.0.2
3650 * Fix: add tests/lib missing files to Makefile.am
3651
3652 2012-01-11 Babeltrace 1.0.1
3653 * Provides a basic pkg-config file for libbabeltrace
3654 * Fix erroneous warning/error messages
3655 * Fix comment in context.h
3656 * Cleanup: Remove whitespace at EOL from mit-license.txt
3657 * Add missing permission notice in each source file
3658 * Adding a test which do a sequence of seek BEGIN, LAST, BEGIN, LAST
3659 * Run seek tests on a second trace file
3660 * Add #define _GNU_SOURCE to remove warning about asprintf
3661 * Include a test for SEEK_BEGIN and SEEK_LAST
3662 * Fix: Report success even if we find at least one valid stream in find_max_timestamp_ctf_stream_class
3663 * Fix SEEK_BEGIN for streams that do not contain any event
3664
3665 2012-10-27 Babeltrace 1.0.0
3666 * tests: add test traces to distribution tarball
3667 * Document bash requirement for make check in README
3668 * Add tests to make check
3669 * Fix: add missing header size validation
3670 * callbacks.c: handle extract_ctf_stream_event return value
3671 * Cleanup: fix cppcheck warning
3672 * Cleanup: fix cppcheck warnings
3673 * fix double-free on error path
3674
3675 2012-10-18 Babeltrace 1.0.0-rc6
3676 * Add valgrind suppression file for libpopt
3677 * Fix: unplug memory leak that causes popt-0.13 to segfault
3678 * Fix: test all close/fclose ret val, fix double close
3679 * Cleanup: add missing newline
3680 * Fix: fd leak on trace close
3681 * Fix memory leaks induced by lack of libpopt documentation
3682 * babeltrace: fix poptGetOptArg memleak
3683 * plugins: implement plugin unregister
3684 * Doc: valgrind with babeltrace (glib workaround)
3685 * callsites: fix memory leak
3686 * Fix: free all the metadata-related memory
3687 * Fix : Free the iterator callback arrays
3688 * Fix : cleanup teardown of context
3689 * Fix : protect static float and double declarations
3690 * callsite: support instruction pointer field
3691 * Document that list.h is LGPLv2.1, but entirely trivial
3692 * Fix: callsite support: list multiple callsites
3693 * Add callsite support
3694 * Fix: Allow 64-bit packet offset
3695 * Fix: emf uri: surround by " "
3696 * Handle model.emf.uri event info
3697 * Fix: Documentation cleanup
3698 * Fix: misplaced C++ ifdef
3699 * Fix babeltrace-log get big line when the input file last line don't have enter
3700 * API Fix: bt_ctf_iter_read_event_flags
3701 * Fix: get encoding for char arrays and sequences
3702 * Fix: access to declaration from declaration_field
3703 * Fix: get_declaration_* should not cast to field
3704 * Fix babeltrace-log uninitialized memory (v2)
3705 * Revert "Fix babeltrace-log uninitialized memory"
3706 * Fix babeltrace-log uninitialized memory
3707 * Fix: access field properties by declaration
3708 * Fix: check return value of get_char_array
3709 * Fix: C++ support to API header files
3710
3711 2012-08-27 Babeltrace 1.0.0-rc5
3712 * Change default printout to add host, process names and vpid
3713 * Add support for trace:hostname field
3714 * Fix: allow specifying more than one input trace path
3715 * Fix: make warnings (partial errors) visible
3716 * Fix: --clock-force-correlate to handle trace collections gathered from v
3717 * Documentation: update API doc with enum functions
3718 * Fix: API: remove unsupported BT_SEEK_END from API
3719 * API documentation
3720 * Cleanup: shut up gcc uninitialized var warning
3721 * Fix: support large files on 32-bit systems
3722 * Fix: remove unused fts.h include
3723 * Fix: add missing enum support to API
3724 * Fix: handle clock offset with frequency different from 1GHz
3725 * Cleanup: update ifdef wrapper name
3726 * Fix: clarify bt_ctf_get_field_list
3727 * Fix trace-collection.h: No such file or directory that build code with l
3728 * Fix: check return value of bt_context_create
3729 * Fix: ensure mmap_base_offset is zeroed on initialization
3730 * Fix: Reswitch to FTW for add_traces_recursive
3731 * Fix: don't free unallocated index
3732 * Fix: don't close the metadata FD if a FP is passed
3733 * Add BT_SEEK_LAST type to bt_iter_pos
3734 * Fix: iterator.c BT_SEEK_RESTORE: check return value
3735 * Fix: complete error handling of babeltrace API
3736 * cleanup: protected -> hidden: cleanup symbol table
3737 * Fix: add mmap_base_offset to ctf_stream_pos
3738 * Fix: assign the current clock for mmap traces
3739 * Fix: libbabeltrace add missing static declaration
3740 * Fix: safety checks for opening mmap traces
3741 * Remove trace-collection.h from include_headers
3742 * Fix: protect visibility of ctf-parser functions
3743 * Fix: correct name of bt_ctf_field_get_error in comments and typo in man
3744 * Fix: wrong type in bt_ctf_get_uint64/int64
3745 * API cleanup name get_timestamp and get_cycles
3746 * fix comment struct bt_saved_pos
3747 * Fix: Add missing clock-types.h
3748 * Get rid of clock-raw and use real clock
3749 * Cleanup (messages): Make the wording of the signedness warning clearer
3750 * Fix: error path if heap_init fails
3751 * Fix: Remove obsolete bt_iter_seek function
3752 * Make the signedness warning useful with the field name
3753 * Fix: Restore heap for SEEK_BEGIN
3754 * Fix: check if handle is valid
3755 * Fix: iterator set_pos
3756 * Fix: get rid of consumed flag
3757 * Fix: add missing heap_copy
3758 * Fix: babeltrace assert() triggered by directories within trace
3759 * Several fixes for bt_iter_pos related functions
3760 * Fix iterator: various fixes
3761 * Fix: remove duplicate yydebug var
3762 * Fix babeltrace iterator lib: seek at time 0
3763
3764 2012-05-30 Babeltrace 1.0.0-rc4
3765 * Add CodingStyle to tarball
3766 * Add coding style document
3767 * Fix: babeltrace should use output format argument
3768 * Fix: accept traces which skip stream ids
3769 * Use mmap_align
3770 * align header: define PAGE_SIZE
3771 * Implement mmap alignment header
3772 * Cleanup: type warnings
3773 * Cleanup: do not overwrite const argv parameters
3774
3775 2012-05-29 Babeltrace 1.0.0-rc3
3776 * Fix: converter error logic
3777 * Fix: report appropriate field in error message
3778 * Fix: support 64-bit events discarded counter types
3779 * Fix: add missing bt_ctf_get_int_len API
3780 * Fix bt_context_add_traces_recursive error code
3781
3782 2012-04-24 Babeltrace 1.0.0-rc2
3783 * Fix: return an error if no trace can be opened
3784 * Fix: double destroy in context remove
3785
3786 2012-04-18 Babeltrace 1.0.0-rc1
3787 * Fix: -n "field names" option should allow "none"
3788 * Fix: Show context field name by default
3789 * Manpage fix: babeltrace-log manpage should refer to lttng(1)
3790 * Clarify warning message for events discarded
3791 * Fix: babeltrace should skip erroneous traces
3792 * Fix: put explicit error messages and warnings when opening a trace
3793 * Fix: segfault on error handling
3794 * Fix: enum must use last value + 1 as next item value
3795 * Fix: warn, and don't assert, when reading a value outside enum range
3796 * API Fix : missing list fields of event decl
3797 * API fix : fill the values for timestamp begin and end
3798 * API : list of events in the trace
3799 * UUID field should be optional, as specified by CTF spec
3800 * Babeltrace ctf-text duplicated error message
3801 * API fix/breakage : reexporting bt_ctf_event
3802 * fix/breakage API : replace bt_ctf_event
3803 * add ctf_event_definition pointer to ctf_stream_definition
3804 * Rename ctf_event to ctf_event_declaration
3805 * Rename ctf_stream to ctf_stream_definition
3806 * Rename ctf_stream_event to ctf_event_definition
3807 * Rename ctf_stream_class to ctf_stream_declaration
3808 * Cleanup: Remove unneeded local variables from function
3809 * API Fix : give access to trace_handle and context
3810 * API Fix : handle id to use the public functions
3811 * Fix : add the missing seek begin
3812
3813 2012-03-16 Babeltrace 1.0.0-pre4
3814 * fix : bt_ctf_iter_create defaults to BEGIN pos
3815 * Fix : only one iterator per context
3816 * Fix error checking in bt_context_add_traces_recursive
3817 * bt_context_add_trace, bt_iter_pos and bt_iter needed some more comments.
3818 * Fix API: add const qualifiers, privatize struct bt_ctf_event
3819 * Fix: split ctf/event.c
3820 * Fix: seek by timestamp
3821 * Fix: remove leftover code from seek begin (unimplemented for now)
3822 * Fix: seek error handling
3823 * Fix: callbacks.c: more explicit error msg
3824 * Fix: ctf/iterator.h bt_ctf_iter_read_event() comment
3825 * Add missing iterator.h into the git repo
3826 * API fix: Move ctf iterator API members to new babeltrace/ctf/iterator.h
3827 * API cleanup: Move bt_iter_create/destroy to internal header
3828 * Fix: update missing copyrights and ifdef protection mismatch
3829 * Clarify clock correlation error message
3830 * Fix build warning: set -lpopt as LDFLAGS rather than CFLAGS
3831 * Fix: add missing _GNU_SOURCE define to babeltrace-log.c
3832 * Fix: Add memstream.h dependency to Makefile.am
3833 * Implement fallback for systems lacking open_memstream and fopenmem
3834 * Fix: try to include endian.h by default
3835
3836 2012-03-02 Babeltrace 1.0.0-pre3
3837 * Fix uuid in metadata
3838 * Babeltrace wrapper update
3839 * uuid wrapper: fix use in visitor
3840 * Endian wrapper use fix
3841 * FreeBSD uuid wrapper fixes
3842 * Fix missing uuid wrapper change
3843 * Add endian.h wrapper
3844 * Use standard __LONG_MAX__ instead of __WORDSIZE
3845 * Create BSD wrapper for uuid
3846 * fix API : deal with the optional underscore
3847 * Fix API : functions to access fields properties
3848
3849 2012-02-23 Babeltrace 1.0.0-pre2
3850 * linker: privatize prio_heap and babeltrace_types
3851 * Linker: privatize libbabeltrace_types
3852 * Link statically to internal libraries
3853 * Combine duplicated API/pretty-print timestamp code
3854 * API : export the offsetted timestamp
3855 * Fix : segfault when printing timestamp on index
3856 * Fix : coherency in const parameters
3857
3858 2012-02-20 Babeltrace 1.0.0-pre1
3859 * Generically print tracer version (and env) in verbose mode
3860 * Fix open_mmap_trace missing support
3861 * fix: context.h add missing documentation for packet_seek parameter
3862 * Cleanup iterator.h
3863 * Fix callback.h documentation
3864 * Cleanup: babeltrace.h does not need to include ctf/events.h
3865 * API fix: Move callbacks to CTF plugin
3866 * Removed unneeded ctf_* forward declarations from babeltrace.h
3867 * Remove unneeded forward declarations (ctf-specific) from iterator.h
3868 * fix: move read event from iterator to event.h
3869 * Fix: ctf specific events.c needs to be within CTF plugin
3870 * API fix: packet_seek should take an index rather than offset
3871 * Fix API: allow packet_seek override
3872 * Fix: add lib missing includes
3873 * Fix: packet_seek is local to plugins, but can be overridden
3874 * Fix API: rename unclear move_pos_slow to packet_seek
3875 * Fix: Check for unknown format
3876 * Fix: do not use ctf-specific struct in format.h
3877 * fix : callback type, doc and links to libbabeltrace
3878 * Fix : callback chain len
3879
3880 2012-02-16 Babeltrace 0.12
3881 * Typedef bt_intern_str
3882 * Export the list header with a new namespace
3883 * API : add_trace return the trace_handle id
3884 * fix manpage: refer to lttng(1)
3885 * API : cleanup includes
3886 * API : Access CTF events fields
3887 * manpage: Add babeltrace-log.1
3888 * API : seek by timestamp
3889 * Move the add_traces_recursive out of the library
3890 * manpage: use pp instead of PP
3891
3892 2012-02-13 Babeltrace 0.11.1
3893 * Add trace-collection.h to the installed headers
3894
3895 2012-02-13 Babeltrace 0.11
3896 * Add --clock-force-correlate option
3897 * lib: open trace error handling fix
3898 * Use default if there is no clock declaration
3899 * iterator: fix type warning on 32-bit build
3900 * Use 64-bit type for packet and content size
3901 * Fix context API
3902 * Add missing context-internal.h
3903 * struct bt_context is opaque
3904 * Update comment to match context API code
3905 * Print loglevel names
3906 * babeltrace lib cleanup, folded with open/remove trace functions
3907 * API : iterator get and set position
3908
3909 2012-02-09 Babeltrace 0.10
3910 * Fix clock freq
3911 * clock: use freq field
3912 * Show env. in verbose mode
3913 * Remove all code that depends on trace collection directory structure
3914 * Use environment information for extra fields
3915 * Parse environment declarations from LTTng-modules and LTTng-UST
3916 * Fix typo
3917 * Add babeltrace.1 manpage
3918 * Update help
3919 * Install license files and dependency listing into the system doc
3920 * Add ChangeLog to doc install
3921
3922 2012-02-02 Babeltrace 0.9
3923 * Allow signed values in get_signed. Cast unsigned into signed.
3924 * Show loglevel information only with value
3925 * env needs to be a keyword too
3926 * Add env {} warning test case
3927 * Add environment (env {}) parser-level support
3928 * Revert "Remove leading underscores from identifiers directly in lexer"
3929 * Remove leading underscores from identifiers directly in lexer
3930 * Fix: do not remove field names when adding fields
3931 * API : iterator namespace cleanup
3932 * Time offset: use trace offset average
3933 * API : trace_handle
3934 * Print event discarded at end of stream
3935 * Discarded event time range is between last packet event and timestamp_end
3936 * Print time range during which events have been dropped
3937 * Print events discarded
3938 * Add clock offset support
3939 * Warn user of clock offsets do not match
3940 * Add clocks to trace collection
3941 * clock: show as time of day
3942 * Implement clock mapping within integer type
3943 * Implement clock IR generation
3944 * Add warning tests
3945 * Relax unknown field handling: warn instead of error
3946 * Fix erroneous use of "-n" for additional fields, add "-f"
3947 * Output warnings and errors to stderr
3948 * Fix double typedef of bt_event_name
3949 * Parse clock descriptions
3950 * API : split iterator headers from babeltrace.h
3951 * Add missing context.h/context.c
3952 * Introduce contexts
3953 * Fix parallel build for lib/
3954 * Organise libbabeltrace
3955 * Export the format.h header
3956 * Create the babeltrace include dir on install
3957 * callbacks: use correct type for element size
3958 * callbacks: Fix set size array size
3959 * Fix callback chain array usage
3960 * Add time delta to ctf-text
3961 * ctf-text: show timestamp in sec.nsec
3962 * Fix wrong variable error check
3963 * Use the generic call to move_pos_slow
3964
3965 2011-12-12 Babeltrace 0.8
3966 * Add loglevel support
3967 * Update libpopt dependency to 1.13
3968 * Document dependency on libpopt >= 1.8
3969 * Describe libtool version dependency
3970 * AC_PROG_LIBTOOL is deprecated in favor of LT_INIT
3971 * Use realpath for path
3972 * Helper function to extract string from fields
3973 * Use realpath on trace collection path
3974 * allow printing domains when no procname are present, handle
3975 various / patterns
3976 * Add trace:domain,trace:procname,trace:pid support
3977 * Add "-n trace" option to print trace name
3978 * Do not install ctf-parser-test
3979 * Make ctf open errors more verbose
3980 * configure.ac: add check for popt library
3981 * Show field names by default, enhance --names option
3982 * Move opt_field_names/babeltrace_verbose/babeltrace_debug into lib
3983 * Add mmap trace reading
3984 * Pass stream pointer with callback caller data
3985
3986 2011-09-29 Babeltrace 0.7
3987 * Add missing stdint.h
3988 * Use integer extraction functions
3989 * Extract int and char arrays from fields
3990 * Add parameters to callbacks
3991 * Fix float support
3992 * Fix type cast warning
3993 * Integer support: add missing signed casts
3994 * Remove underscore prefix from field names (pretty-print)
3995 * Fix sequence iteration
3996 * Fix sequence field name use after free
3997 * Fix support for empty streams
3998 * Optional file pointer to metadata
3999 * Specify callback to move packet in open_trace
4000 * Free the callbacks on iter_destroy
4001 * Add callback support
4002 * Basic seek support
4003 * Add callback API
4004 * Enhance babeltrace API with position save/restore
4005 * Remove unused structure forward declarations
4006 * Remove stale local .c struct declarations (unused)
4007 * Annotate branches in ctf.c event reading/writing code
4008 * Annotate prio heap likely branch
4009 * Annotate likely/unlikely branches in headers
4010
4011 2011-08-12 Babeltrace 0.6
4012 * Introduce Babeltrace public API: babeltrace.h
4013 * Fix support for gold linker: inappropriate dep removal of plugins
4014
4015 2011-08-12 Babeltrace 0.5
4016 * Initialize size to 0 to eliminate incorrect gcc uninitialized
4017 var warning
4018 * Fix non-matching packet context wrt last packet event read
This page took 0.199131 seconds and 4 git commands to generate.