Update version to v2.0.0-pre5
[babeltrace.git] / ChangeLog
1 2019-05-03 babeltrace 2.0.0-pre5 (No Pants Day)
2 * Fix: flt.lttng-utils.debug-info: build id note section non-native byte order
3 * common: add bt_common_read() function
4 * Fix: common: va_list type is implementation dependant
5 * Fix: uninitialized variant fc in set_field_refs()
6 * src.ctf.fs: make trace-info query accept clock-class-offset-{s,ns} parameters
7 * ctf: Use g_time_val_from_iso8601 instead of g_date_time_new_from_iso8601
8 * tests: update EXTRA_DIST of Python bindings
9 * tests: remove non-existent files from EXTRA_DIST
10 * include: add missing files to dist tarball
11 * bt2: Add wrapper for bt_plugin_get_version
12 * Add git-review config
13 * Fix: bt2: enum-conversion warning in native_bt_component_class.i
14 * Fix: bt2: int-to-pointer-cast warnings in SWIG utils functions
15 * sink.ctf.fs: set_field_refs(): make `fc` `const` as `fc_type` depends on it
16 * Fix: sink.ctf.fs: do not keep different `tgt_fc_type` as `tgt_fc` changes
17 * lib: bt_graph_{consume,run}(): add unlikely() to unlikely condition
18 * src.ctf.fs: compute stream range using entire file info group
19 * bt2: update bindings to make test_plugins pass
20 * bt2: update bindings to make test_component pass
21 * bt2: update bindings to make test_component_class pass
22 * lib: Add functions to borrow specialized component classes from specialized components
23 * bt2: update value.py, make test_value pass
24 * bt2: update object model
25 * Fix: string format warnings on 32 bits
26 * Fix: unused-function warnings in lib/graph/iterator.c
27 * Fix: may-uninitialized warning in trace-ir-metadata-field-class-copy.c
28 * Fix: maybe-uninitialized warnings in translate-trace-ir-to-ctf-ir.c
29 * Fix: maybe-uninitialized warning in create_relative_field_ref()
30 * Fix: unused-variable warnings in lib/graph/iterator.c
31 * Fix: maybe-uninitialized warning in bt_ctf_stream_flush()
32 * Fix: unused-variable warnings in bt_X_freeze() when not in DEV_MODE
33 * Fix: src.ctf.fs: metadata-info: sanitize `path` param
34 * Fix: flt.lttng-utils.debug-info: extra colon in `bin` member
35 * debug info: Skip test that depends on Python bindings
36 * babeltrace: Remove leftovers
37 * doc: Make python bindings doc build
38 * python-plugin-provider: Make it build
39 * Remove clock_class_priority_map.py
40 * Fix: headers: make static inline upcasts compatible with C++
41 * Fix: headers: add missing end of `extern "C"` curly brackets (for C++)
42 * Fix: include/Makefile.am: add missing `babeltrace/ctf-writer/object.h`
43 * bt2: Rename files to use singular form
44 * bt2: Mass clock_value -> clock_snapshot rename
45 * bt2: Mass field_types -> field_class rename
46 * bt2: Mass notification -> message rename
47 * bt2: Sync native_bt_field_class.i with field-class-const.h
48 * lib: have dedicated, unique unsigned and signed enum FC mapping objects
49 * tests/bindings/python: Mark all tests as skipped
50 * bindings/python/bt2: Make the bt2 package importable
51 * lib: Fix function name to match declaration
52 * Add env wrapper to facilitate importing the in-tree python bindings
53 * bindings/python/bt2: Make the bt2 Python bindings build
54 * lib: Make bt_value_null a const pointer
55 * ctf: Add dash to stream name suffixes
56 * ctf: Use environment fields provided by LTTng to make output trace path
57 * cli: put space after comma between array elements
58 * Fix: test_convert_args: fix malformed test line
59 * test_convert_args: test multiple leftover arguments
60 * Fix: test_convert_args: fix expected arguments
61 * cli: mimic behavior of BT1 when trying to attach to live session
62 * plugins/ctf/fs-src: Session rotation support: merge traces with same uuid
63 * cli, plugins/ctf/fs-src: Make src.ctf.fs accept multiple root paths
64 * cli: Make append_parameter_to_args accept a bt_value value
65 * cli: Remove support for --key and --value arguments
66 * cli: Support arrays in parameters
67 * cli: Adjust integer range check, replace magic numbers with constants
68 * cli: Refactor command line value parsing code
69 * cli: Refactor handling of negative numbers
70 * Fix: tests/Makefile.am: do not run missing `flt.utils.muxer`
71 * Adapt `src.ctf.lttng-live` to current API
72 * sink.text.pretty: print inactivity msg handling with BT_LOGD_STR
73 * graph: Fix: bt_graph_configure() does not propagate errors
74 * Fix: flt.lttng-utils.debug-info: leaking `bin_dir` char array
75 * Fix: flt.lttng-utils.debug-info: ".debug" extension not appended
76 * lib: field path: have a specific item for "current array element"
77 * Fix: bfcr_get_sequence_length_cb(): do not set text array's length
78 * Fix: `tests/Makefile.am`: do not run missing tests
79 * Fix: `tests/ctf-traces/succeed` traces: change CTF version from 0.1 to to 1.8
80 * Fix: `test_packet_seq_num.in`: change expected disc. packets messages order
81 * Fix: flt.utils.trimmer: accept inited streams ending without other messages
82 * Fix: cli: `flt.utils.trimmer` now expect the `gmt` parameter
83 * Remove `test_bt_message_iterator`
84 * Fix: cli: Acquire reference on bt_value_null while parsing args
85 * flt.lttng-utils.debug-info: cleanup: create dedicated msg_iter destroy function
86 * tests: remove unused automake variable
87 * Fix: lib: Mismatch in function declarations and definitions
88 * flt.lttng-utils.debug-info: Don't copy trace class UUID to output trace class
89 * flt.lttng-utils.debug-info: Implement file descriptor cache
90 * Cleanup: Move `debug-info` in its own sub-directory
91 * Fix: flt.lttng-utils.debug-info: Error in src line reporting
92 * flt.lttng-utils.debug-info: cleanup: remove usage old struct name
93 * flt.lttng-utils.debug-info: cleanup: only print debug message on error
94 * flt.lttng-utils.debug-info: use glib memory and string functions
95 * sink.ctf.fs: Remove unused function
96 * plugins/ctf: Remove unused uuid-related fields in struct ctf_fs_metadata
97 * .editorconfig: add `charset = utf-8`
98 * Add .editorconfig file
99 * Remove babeltrace 1 Python bindings and tests
100 * Remove stale trace-ir test files
101 * BT_ASSERT(): update rendering
102 * Re-implement BT_ASSERT without using the assert macro
103 * Adjust bt_component_borrow_class to match declaration
104 * Small fixes to include/
105 * ctf-writer: Split clock and clock-class declarations and definitions
106 * Adapt `sink.ctf.fs` to current API
107 * ctfser: have dedicated signed/unsigned integer writing functions
108 * src.ctf.fs: keep empty structures
109 * lib: add structure FC member and variant FC option objects
110 * Fix: pretty/print.c: print comma and space after trace name
111 * Fix: update_field_class_in_ir(): do not have special int fields in trace IR
112 * Fix: msg-iter.c: accept no packet total and content sizes
113 * Fix: handle_conversion_specifier_std(): use `sizeof(PRI*64) - 1`
114 * lib-logging-internal.h: fix minor documentation mistakes
115 * Fix: decoder.c: remove forgotten TODO section
116 * `ctf` plugin: infer packet's total size from packet's content size
117 * Fix: msg-iter.c: create packet message with correct function
118 * Fix: src.ctf.fs: do not use trace IR objects in queries
119 * flt.utils.muxer: validate clock classes on stream beginning messages
120 * Fix: add_component_with_init_method_data(): freeze parameters
121 * plugins/ctf/common: remove unused borrow_named_int_field_class() function
122 * flt.utils.trimmer: fix: variables used uninitialized
123 * lib: remove unused port_connection_iterators_are_finalized() function
124 * lib: remove unused precondition utility function
125 * flt.lttng-utils.debug-info: fix: set but not used warnings
126 * lib: mark graph as faulty when adding a comp. or connecting ports fails
127 * bt_port_output_message_iterator_create(): check that graph has no sinks
128 * lib: remove bt_connection_is_ended()
129 * lib: metadata: add missing non-const borrowing accessors
130 * flt.lttng-utils.debug-info: adapt debug-info component to API changes
131 * lib: replace trace is_static with destruction listeners
132 * Fix: flt.utils.muxer: use return value (clock class)
133 * Fix: flt.utils.muxer: reset is_ended variable after each iteration
134 * sink.utils.counter: use a default step of 10,000
135 * sink.utils.counter: handle all types of messages
136 * Cleanup: erroneous assert and log messages in stream.c
137 * flt.lttng-utils.debug-info: Fix: dirname(3) might modify input string
138 * Fix: use of wrong enumeration_mapping_ranges type
139 * Fix: add missing `_const` in name of const functions
140 * Fix: BT_ASSERT() on variable not yet initialized
141 * common: prepend `bt_common_` to bt_message_iterator_status_to_self()
142 * Add function converting bt_message_iterator_status to bt_self_*
143 * Add a common, internal CTF serialization library; make CTF writer use it
144 * common-internal.h: prefix functions with `bt_common_`
145 * Adapt `flt.utils.trimmer` to current API
146 * Fix: sink.text.pretty: do not always update last timestamp
147 * flt.utils.muxer: do not release upstream iterators when they're ended
148 * Fix: lib: stop auto-seeking when getting the first satisfying message
149 * Fix: lib: auto_seek_handle_message(): set `msg` to `NULL` when skipping
150 * Fix: print.c: remove extra `)` after `+????????????`
151 * Fix: cli: `list-plugins`: print bold code before "component classes"
152 * Fix: cli: cmd_list_plugins(): pass appropriate by-index functions
153 * Fix: lib: `_const_const` -> `_const`
154 * sink.text.pretty: "discarded a number of X" -> "might have discarded X"
155 * lib: iterator auto-seeking: handle intersecting discarded items messages
156 * lib: create a clock class object from component
157 * lib: rename inactivity msg to msg iterator inactivity msg
158 * lib: Pass raw snapshot value to bt_message_inactivity_create()
159 * lib: add sink component class's "graph is configured" method
160 * Fix: lib-logging.c: use temporary prefix where needed
161 * lib: rename clock class's absolute property to "origin is Unix epoch"
162 * Fix: flt.utils.muxer: make sure message's default clock class exists
163 * sink.text.pretty: use fast clock class access
164 * lib: message API: add fast default clock class accessors
165 * flt.utils.muxer: implement "seek beginning" and "can seek beginning" methods
166 * src.text.dmesg: implement "seek beginning" and "can seek beginning" methods
167 * src.ctf.fs: implement "seek beginning" method
168 * src.text.dmesg: make clock class non-absolute
169 * iterator.c: auto-seeking: use packet messages's clock snapshots
170 * flt.utils.muxer: handle all message types specifically
171 * Update `include/babeltrace/babeltrace.h`
172 * include/Makefile.am: add missing files
173 * lib-logging.c: log event, packet beginnin/end message clock snapshot
174 * Fix some include directives (add missing, remove superfluous)
175 * lib: have default clock snapshot in event message
176 * assert-pre-internal.h: append "error is" to first message
177 * discarded-items.c: add clock class's existence precondition assertion
178 * lib: add default clock snapshot property to packet beginning/end message
179 * Fix: src.text.dmesg: put leaking trace class on component destruction
180 * src.text.dmesg: emit stream activity beginning/end messages
181 * lib: remove redundant `bt_packet` properties
182 * sink.text.pretty: print warning message on discarded events/packets message
183 * src.ctf.fs: emit discarded events/packets messages
184 * src.ctf.fs: emit stream activity beginning/end messages
185 * lib: iterator.c: auto-seek: handle new message types
186 * Make parent parameters const for some object creation functions
187 * lib: add discarded packets message
188 * lib: add discarded events message
189 * lib: set clock snapshot member to `NULL` after bt_clock_snapshot_recycle()
190 * lib: add stream activity beginning/end messages
191 * lib: remove CV snapshot property from stream beginning/end message
192 * lib: add seeking (beginning, ns from origin), with auto-seeking support
193 * lib: fully configure graph (add components, connect ports), then run
194 * Fix: ctf plugin: returning bt_message_iterator_status from src.ctf.fs
195 * Cleanup: use ctf_scope_string function to print `enum ctf_scope` vars
196 * Cleanup: explicitly assigning value of variable to itself
197 * Fix: may be used uninitialized trace_name variable
198 * Fix: setting the wrong status variable on query canceled
199 * Cleanup: add bt_ctf_value_type stringifying function
200 * Cleanup: remove bt_clock_snapshot_set_value_inline function
201 * Cleanup: bt_clock_snapshot_set_raw_value is now a static inline
202 * flt.utils.muxer: fix muxer_init prototypes
203 * Add bt_self_message_iterator_status_string() function
204 * lib: do not allow port to be removed when message iterators are active
205 * plugins/ctf/fs-src/fs.c: "msgier" -> "notifier"
206 * lib: "msgied" -> "notified" (remaining of a previous mass rename)
207 * CLI: use -x as short option for --connection instead of -C
208 * Fix: graph API: add listeners to support filter-to-filter connection
209 * lib: remove CTF concepts of packet and event headers
210 * bt_field_class_*_create(): accept mandatory trace class
211 * bt_clock_class_create(): accept mandatory trace class
212 * bt_trace_class_create(): accept mandatory self component
213 * Component class API: use status
214 * lib: add aliases for Babeltrace enumeration types
215 * Plugin development API: use self enumeration and plugin types
216 * lib: remove unused public `enum bt_plugin_status`
217 * Trace API: use status
218 * Stream API: use status
219 * Trace class API: use status
220 * Stream class API: use status
221 * Packet API: use status
222 * Field API: use status
223 * Field class API: use status
224 * Event API: use status
225 * Event class API: use status
226 * Clock snapshot API: use status
227 * Clock class API: use status
228 * Remove unused lib/graph/message/discarded-{events,packets}.c
229 * lib: rename "clock value" -> "clock snapshot"
230 * lib: rename "notification" -> "message"
231 * lib: rename bt_plugin_create_all_*() -> bt_plugin_find_all_*()
232 * lib: add aliases for Babeltrace structure types
233 * lib: make public reference count functions have strict types
234 * lib: update copyrights
235 * lib: rename plural file names to singular
236 * lib: rename "begin" to "beginning" when used as a noun
237 * bt_value_copy(): put output parameter as last parameter
238 * bt_value_map_extend(): put output parameter as last parameter
239 * Fix typo: "field classe" -> "field class"
240 * lib: split trace API into trace class and trace APIs
241 * lib: make graph API const-correct
242 * lib: make plugin API const-correct
243 * Fix: notif-iter.c: handle single/implicit SC/EC correctly
244 * Fix: ctf-meta-update-meanings.c: only update if root struct FC exists
245 * lib: make trace IR API const-correct
246 * lib: make values API const-correct
247 * lib: bt_object_{get,put}_ref(): accept a `const` parameter
248 * CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
249 * lib: move plugin set API declarations to `babeltrace/plugin/plugin-set.h`
250 * lib: have separate `BT_QUERY_EXECUTOR_STATUS` and `BT_QUERY_STATUS`
251 * lib: remove BT_NOTIFICATION_TYPE_{UNKNOWN,NR}
252 * bt_port_output_notification_iterator_create(): remove colander comp. name
253 * lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
254 * lib: plugin: reset pointers to `NULL` on destruction
255 * lib: trace IR, values: reset pointers to `NULL` on destruction
256 * lib: return `void` when setting a simple value with no side effects
257 * lib: graph: add "self" and some "private" APIs
258 * lib: private functions: do not repeat `private` word
259 * Graph API: split into private and public APIs
260 * Trace IR and notification APIs: split into private and public APIs
261 * bt_value_map_extend(): make base/extension objects `const`
262 * Values API: standardize parameters and return values
263 * Values API: split into private and public APIs
264 * Rename: bt_put(), bt_get() -> bt_object_put_ref(), bt_object_get_ref()
265 * Values API: standardize function names
266 * Rename: "float value" -> "real value"
267 * Remove unneeded `BT_VALUE_TYPE_UNKNOWN`
268 * Rename: "field class ID" -> "field class type"
269 * Rename: field type -> field class
270 * CTF IR -> Trace IR
271 * Make API CTF-agnostic
272 * assert-pre-internal.h: add BT_ASSERT_PRE_VALID_INDEX()
273 * Fix: bt_g_hash_table_contains(): handle `NULL`/0 values
274 * assert-pre-internal.h: move include at correct line
275 * lib: merge common CTF IR part with the remaining implementation
276 * lib: fully detach CTF IR and CTF writer implementations
277 * sink.text.pretty: print discarded events/packets warning
278 * lib: bt_packet_create(): accept previous packet to set properties
279 * _bt_packet_set_is_frozen(): fix logging statements
280 * Fix: lib: do not check the frozen state in bt_X_set_is_frozen()
281 * lib: make bt_field_is_*() and bt_field_type_is_*() static inline
282 * lib: use priv connection priv notif iterator to create notif, not graph
283 * lib: remove clock class priority map, use default clock value
284 * lib: make the "port connected" method return a status
285 * lib: notification iterator: transfer a batch of notifications
286 * lib: remove internal stream destroy listener API
287 * lib: graph: remove useless checks, make functions inline on fast path
288 * lib: remove useless checks, make functions inline on fast path
289 * lib: update and simplify the `bt_object` API
290 * test_ctf_writer.c: put statements outside BT_ASSERT()
291 * Fix: freeze field type unconditionally
292 * Use "growing" `GArray` to store string field's payload
293 * lib: simplify the public notification iterator interfaces
294 * Fix: bt_graph_consume(): return status
295 * Fix: CTF writer: use appropriate enumerators
296 * Fix: bt_field*_reset_recursive() returns nothing
297 * tests: use BT_ASSERT() instead of assert()
298 * Fix: bt_event_common_initialize(): use appropriate callback types
299 * BT_ASSERT_PRE(): when disabled, use the expression anyway
300 * Fix: set BT object's shared flag in all modes
301 * ctf: notif-iter: avoid reallocation in stack
302 * ctf: btr: avoid reallocation in stack
303 * lib: use object pool for event and packet notifications
304 * lib: add internal object pool API and use it; adapt plugins/tests
305 * ctf plugin: notif iter: use "borrow" functions for metadata where possible
306 * ctf plugin: BTR: use "borrow" functions where possible
307 * src.ctf.fs: use "borrow" functions where possible
308 * sink.utils.counter: use "borrow" functions where possible
309 * sink.text.pretty: use "borrow" functions where possible
310 * cli: add short option `-l` for `--log-level`
311 * Fix: bt_stream_common_finalize(): check `stream->destroy_listeners`
312 * flt.utils.muxer: use "borrow" functions where possible
313 * lib: add "borrow" functions where "get" functions exist
314 * include/babeltrace/graph: fix some include guards
315 * bt2: by-pass distutils changed file check
316 * Silence unused variable warnings caused by BT_ASSERT() in non-debug mode
317 * bt2: typo staitc -> static
318 * Cleanup: remove GCC precompiled header leftover
319 * Split CTF IR and CTF writer APIs and implementations
320 * lib: metadata: transform fast path precond. checks to BT_ASSERT_PRE()
321 * Notification iterator: transform precondition checks to BT_ASSERT_PRE()
322 * Replace assert() -> BT_ASSERT() and some preconditions with BT_ASSERT_PRE()
323 * Add internal BT_ASSERT() and BT_ASSERT_PRE() helpers
324 * lib: add BT_LIB_LOG*() macros to log/serialize library objects
325 * Common: add internal bt_common_custom_vsnprintf()
326 * Logging: use a TLS buffer and increase its size
327 * bt2: InactivityNotification, _Event: use mapping protocol for clock values
328 * bt2: EnumerationFieldType: rename append_mapping() -> add_mapping()
329 * Fix: call bt_stream_class_map_clock_class() in bt_event_create()
330 * Add tests: CTF writer: `timestamp_begin`/`timestamp_end` autopopulation
331 * Fix: bt_stream_class_map_clock_class(): copy field type when mapping
332 * lib: add internal bt_field_type_structure_replace_field()
333 * lib: logging: change warnings from BT_LOGE to BT_LOGW
334 * Fix: CTF writer: validate and set `timestamp_begin`/`timestamp_end`
335 * lib: add internal bt_field_sequence_get_int_length()
336 * Add stream class's single clock class tests
337 * lib: allow a single mapped clock class within a stream class
338 * Fix: libctfcopytrace: replace clock classes in copies
339 * bt_field_type_compare(): deep-compare mapped clock classes
340 * Add test: no clock class in trace's packet header field type
341 * lib: do not allow any mapped clock class in trace's packet header FT
342 * tests/plugins/test_lttng_utils_debug_info.in: use specific pattern
343 * tests/utils/python/testrunner.py: add optional pattern argument
344 * Fix: invalid alignment of enumeration fields
345 * Add git version string
346 * Fix live-comm: merge TCP socket write-write sequence in a single write
347 * Fix: wrong type specifier used with long argument
348 * Fix: POPT_ARG_LONGLONG does not exist in popt 1.13
349 * Fix: Use bash for all test scripts
350 * Add missing clock.h compatiblity header under ctf-ir
351 * babeltrace-filter.lttng-utils.debug-info(7): fix LTTng prerequisites
352 * bt2 tests: add unit tests for __str__ implementation of Fields
353 * Implement __repr__ instead of __str__ for python Value
354 * Return 'Unset' on unset field __repr__()
355 * Implement __repr__ for _StringField
356 * Implement __repr__ instead of __str__ for _NumericField
357 * Implement __repr__ for _ArraySequenceField
358 * Implement __repr__ for _VariantField
359 * Implement __repr__ for _StructureField
360 * Implement __repr__ for _EnumerationField
361 * Fix: typo using bt2.ClockClassOffset constructor
362 * Add bindings/python/babeltrace/test_ctf_writer.py test
363 * Fix: stream.c: autopopulate timestamp fields even when not mapped to CC
364 * Fix: writer.py: make `uint64_ft` a 64-bit (instead of 32-bit) int FT
365 * Fix: Replace bt_timegm with a thread-safe implementation
366 * Typo: informations -> information
367 * Typo: paramater -> parameter
368 * Typo: priorty -> priority
369 * Fix: uninitialized variable may be used warning
370 * cli: support --output opt. for -o ctf-metadata and -i lttng-live
371 * Fix: doc/man/Makefile.am: use appropriate variable for sources
372 * Add basic flt.lttng-utils.debug-info tests
373 * bt2: TraceCollectionNotificationIterator: support custom filter CCs
374 * Fix: debug-info: remove `_` prefix when finding fields by name
375 * Remove doc/API.txt (Babeltrace 1.x API documentation)
376 * Add modern Babeltrace man pages
377 * Remove `PLUGIN` from component class log level environment variables
378 * sink.text.dmesg: remove `read-from-stdin` parameter, use absent `path`
379 * Lazy load the python plugin provider
380 * Port: no sighandlers on Windows
381 * Port: normalize path in test_plugin_bt2
382 * Port: fix library load in python tests on Windows
383 * Fix: use configured python in test_python_plugin_provider
384 * Port: open files in binary mode on Windows
385 * Fix: ctf: notif-iter: do not call request_medium_bytes() when not needed
386 * flt.lttng-utils.debug-info: `dir`/`debug-dir` param -> `debug-info-dir`
387 * cli: do not automatically create an implicit filter.lttng-utils.debug-info comp.
388 * ctf, ir: escape and unescape enumeration FT labels starting with `_`
389 * cli: --stream-intersection is not an implicit src.ctf.fs component's option
390 * cli: do not use --component in help command, only use leftover argument
391 * Add compat layer's log level env. var. to CLI's list of known env. vars
392 * cli: put the project's version on the first line with no args.
393 * Fix: legacy python bindings Makefile
394 * bt2, babeltrace: apply PEP 8 except for E501 and E722
395 * Fix: babeltrace: writer.py: do not use += on bt2.trace._TraceEnv
396 * bindings/python/babeltrace/Makefile.am: do not clean __init__.py
397 * Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
398 * Fix: variable declaration shadows previously declared variable
399 * Fix: use tabs rather than spaces in makefile
400 * Port: do not depend on GNU readlink
401
402 2017-09-18 babeltrace 2.0.0-pre4 (Cheeseburger Day)
403 * Fix: use the configured swig executable
404 * Tests python: reference ctf traces are not copied to the build dir
405 * Fix: tests/Makefile.am: add missing LOG_DRIVER
406 * Tests: moved files pointed-to in Makefile
407 * Python babeltrace docs: Add missing sphinx dist file
408 * Doc: babeltrace: update the Read the Docs Sphinx theme
409 * Doc: babeltrace: mention _legacy_ Python bindings
410 * Fix: doc/bindings/python: make the doc buildable
411 * Fix: bt2: do not assign an exception to a local variable
412 * Python bt2 fix: missing import in CtfWriter
413 * Python babeltrace fix: handle bt2.Error exception on stream flush
414 * Python babeltrace fix: allow None for event header and packet context setters
415 * Python babeltrace fix: missing return statement in field accessor
416 * Set version to 2.0-pre4
417 * Python babeltrace fix: initialize stream class with default values
418 * Python babeltrace: use long form attribute names
419 * Tests babeltrace: adapt python tests to use unittest
420 * Fix: ctf-writertype serialization must 'escape' '_'-prefixed field names
421 * Cleanup: use tabs for code indentation
422 * Fix: NULL dereference on sampling and restoration of graph's 'can_consume'
423 * Tests: confusion between python bindings and plugins tests
424 * Update .gitignore: ignore generated API doc files
425 * Update .gitignore: ignore generated __init__.py file
426 * cli: do not use --component in query command, use leftover argument
427 * tests/lib/test_ctf_writer.c: test structure field name is a keyword
428 * tests/lib/test_ctf_writer.c: open trace with `-o dummy` to make it faster
429 * tests/lib/test_ctf_writer.c: update number of tests
430 * Add bindings/python/babeltrace/.gitignore
431 * Fix: remove underscores from CTF IR field names at the source
432 * bt2: trace collection notif. iter.: try to check the query result
433 * ctf: do not add `intersection-range-ns` in `trace-info` query with no intersect.
434 * Fix: ctf: notif-iter: accept EOF at beginning of packet context with no PH
435 * Tests: add tests for the babeltrace python package
436 * python: reimplement the babeltrace package as a bt2 wrapper
437 * python: Remove native code from babeltrace package
438 * Add `bt2.TraceCollectionNotificationIterator` tests
439 * bt2: __init__.py: remove unused NoSuchPlugin
440 * bt2: add trace collection notification iterator
441 * flt.utils.trimmer: allow `begin`/`end` params. to be integers
442 * bt2: values: remove public `value` getter
443 * Python bt2 fix: erroneous imports following split of clock class and value
444 * Omit 'value' from is_set and reset field functions
445 * Python bt2: remove type restriction on structure __setitem__
446 * Cleanup: line exceeds 80 chars
447 * Fix: ensure sequence length field value is set and freeze it
448 * Cleanup: coding style mandates space after cast operator
449 * Fix Python bt2: sequence length field may be NULL
450 * Python bt2: value is a write-only property
451 * Python bt2: add reset and is_set to fields
452 * Docs: structure_set_field_by_name doesn't garantee field replacement
453 * Add field value is_set and reset functions to the public API
454 * Allocate structure fields on creation
455 * Python test: remove useless test
456 * Python bt2: value properties for sequence and struct
457 * Use boolean for frozen and set field states
458 * Update .gitignore exclusions
459 * Tests: use of non-existant API in bt2 python package test
460 * Python bt2 fix: _ClockValue is no longer part of bt2.clock_class
461 * Enumeration mapping iterator's initial position is inconsistent
462 * CONTRIBUTING.adoc: add step to add env. var. name to cli/babeltrace.c
463 * CONTRIBUTING.adoc: MY_MODULE_LOGGING_H -> BABELTRACE_MY_MODULE_LOGGING_H
464 * CONTRIBUTING.adoc: document BT_LOG*_ERRNO() macros
465 * Add CONTRIBUTING.adoc
466 * lib/ctf-ir/utils.c: lazy-initialize the hash table of reserved keywords
467 * Implement bt_private_connection_notification_iterator_from_private()
468 * Rename bt_X_from_private_X() -> bt_X_from_private()
469 * Avoid unnecessary inclusions in public headers
470 * bt2: split clock value module from clock class module
471 * Split clock value API from clock class API
472 * tests: remove `check` targets in subdirectories
473 * Test bt2._OutputPort.create_notification_iterator()
474 * bt2: add bt2._OutputPort.create_notification_iterator()
475 * Test output port notification iterator
476 * lib: add output port notification iterator
477 * Split notification iterator API into base and specialized functions
478 * Remove notification iterator seeking API until it's supported
479 * lib: graph: disallow recursive consuming
480 * lib: graph.c: call bt_graph_consume_no_check() in bt_graph_run()
481 * ir: stream.c: do not truncate file at each packet flush
482 * Fix: bindings/python/bt2: use appropriate log level variable names
483 * Python plugin provider: only finalize interpreter if we initialized it
484 * Fix: common: improve color support handling
485 * Fix: component.py: pass `other_port`, not `other_port_ptr` to user
486 * Add query executor
487 * Tests: erroneous usage of if preprocessor directive
488 * Fix: remove g_spawn_check_exit_status to support glib 2.22
489 * Port: don't quote wc output in test scripts
490 * Missing stamp file in .gitignore
491 * Fix: import of ctf_writer in bt2.stream
492 * Fix: typo in ctf_writer error msg
493 * filter.lttng-utils.debug-info fix: wrong type used as function parameter
494 * src.ctf.fs fix: wrong type specifier used in logging statement
495 * Test fix: python plugin provider with new bindings
496 * Fix: silence unused warning in native_bt
497 * Fix: python bindings OOT build
498 * Remove the python bindinds tests switch from configure
499 * Add python tap runner to the tree
500 * Build Python bindings with distutils for consistent installs
501 * Fix: add missing void param to bt_clock_class_priority_map_create
502 * Fix: build lib before python-plugin-provider
503 * Test: run debug-info even with built-in plugins
504 * Fix test: don't link tests directly with plugins
505 * Fix test: OOT build of test_trace_copy and test_trimmer
506 * Fix: support older pkg-config autoconf macros
507 * Port: don't quote wc output in test scripts
508 * Report plugins without a path as "built-in"
509 * Port: replace literal '/' with G_DIR_SEPARATOR
510 * Port: normalize windows path on Mingw
511 * Port: handle ctrl+c on Mingw
512 * src.ctf.fs: implement stream indexing
513 * src.ctf.fs: move internal util to ctf/common/utils
514 * src.ctf.fs cleanup: unused page size variable
515 * Fix: global logging symbols defined multiple times
516 * Port fix: don't round mmap offset to next page
517 * Port fix: Windows does not allow read-only mappings > file's size
518 * Test fix: handle debug info disabled in test_convert_args
519 * Test fix: use portable path code in test_plugin
520 * Test fix: handle timestamps order in test_trace_copy
521 * Test: rework shell test scripts
522 * Port: use SIZE_MAX as max size_t value
523 * Port: fix logging with C99 format specifiers on Mingw
524 * Test fix: free() of uninitialized pointer on error path
525 * Port: Replace fork() in test_ctf_writer
526 * tests: add diag_multiline() helper to escape multi-line diagnostic info
527 * Test: use static data in test_ctf_writer
528 * Fix test: remove hardcoded /tmp path
529 * Add Python plugin provider tests
530 * Python plugin provider: log if Python interpreter is already initialized
531 * lib/plugin/plugin.c: log more details when g_module_open() fails
532 * python-plugin-provider/Makefile.am: link to libbabeltrace
533 * Fix sink.ctf.fs: NULL dereference in logging statement
534 * Fix filter.utils.muxer: NULL dereference in logging statement
535 * Fix: overflowed return value
536 * Fix: attempt to fix improper use of negative value
537 * Fix: add missing overflow check in bt_ctf_stream_pos_access_ok
538 * Fix: uninitialized return value on error
539 * Fix: handle unknown enum mapping
540 * Cleanup: no need to check for NULL before g_free
541 * Update Python bindings and tests to match the latest API
542 * lib/plugin/plugin.c: do not use G_MODULE_BIND_LOCAL for Python plugin provider
543 * Add built-in colander sink component class
544 * Remove include of <babeltrace-internal.h> from public headers
545 * tests/lib/test-plugin-plugins/minimal.c: add missing <glib.h> include
546 * cli/babeltrace-log.c: include <string.h> for strdup()
547 * graph: check if graph has at least one sink to return the NO_SINK status
548 * Fix: CC prio. map. leak in event notification
549 * lib: do not finalize a non-initialized notification iterator
550 * Fix: cli: Coverity issue: no need to check `status`
551 * bt_ctf_clock_value_create(): freeze clock class
552 * Graph: pass remove listeners when adding listeners
553 * ir: trace: pass remove listeners when adding listeners
554 * include/babeltrace/graph/private-component.h: add missing `extern`
555 * Remove bt_notification_discarded_{events,packets}_set_count()
556 * bt_notification_inactivity_create(): create an empty CC priority map when NULL
557 * bt_notification_event_create(): create an empty CC priority map when NULL
558 * lib: move bt_notification_iterator_next_return to component-class.h
559 * lib: use `enum bt_port_status` where possible
560 * Remove unused bt_port_remove_from_component()
561 * Update .gitignore to add newly generated test files
562 * Re-enable the bin-info and dward tests
563 * Port: Add glib checks for cross compilation
564 * Fix: ctf-testsuite variant-missing-fields
565 * Fix: fallback on content size if packet size is missing
566 * Fix: unchecked return value of bt_value_array_append_string
567 * Fix: tests: offset_s * ns_per_s should not overflow uint64_t
568 * Fix: unchecked return value in ctf-writer test
569 * Fix: unchecked return value of bt_ctf_field_type_get_field_at_index
570 * Fix: unchecked return values of bt_value getters
571 * Fix: unchecked return value of stream flush
572 * Fix: unchecked return value
573 * Fix: remove dead code
574 * Fix: wrong variable checked for NULL after allocation
575 * Cleanup: dereference after null check
576 * Fix: add missing goto end on error
577 * Cleanup: remove logically dead code
578 * Fix: dereference after null check
579 * Fix: wrong variable in NULL check
580 * Cleanup: remove logically dead code
581 * Cleanup: identical code for different branches
582 * Fix: add missing bound checking in decode_packet
583 * Fix: Dereference null return value
584 * Fix: null check after deref, use uninitialized or freed variable
585 * Cleanup: missing empty line between functions
586 * Use logging macros in src.ctf-fs queries
587 * Fix: missing ftell/fseek error handling
588 * Fix: use of file pointer after fclose()
589 * Cleanup: mixing enum types
590 * Fix: missing check of ftell error
591 * Fix: mixed enums used in source.ctf.fs
592 * Fix: Dereference null return value
593 * Fix: assert compared unsigned to 0
594 * Fix: negative loop bound check
595 * Fix: resolve.c: enum type mismatch
596 * Fix: Explicit null dereferenced
597 * Standard logging for ctf.fs sink
598 * Standard logging for libctfcopytrace
599 * Standard logging for debug_info plugin
600 * Standard logging for trimmer/copy.c
601 * Fix tests: run plugins test wrapper script
602 * Fix test: intersection has too large offset_s
603 * Tests: only run debug info tests when the feature is enabled
604 * Port: Add dummy symbol for macOS linker
605 * Update gitignore
606 * Port: use a separate variable for elfutils libs
607 * Port: built-in plugins support for the macOS linker
608 * Port: 'struct tm' member count vary across platforms
609 * Port: Solaris and Cygwin have no sys/syslimits.h
610 * Port: cast result of be64toh() to uint64_t for print format
611 * Port: __STRINGIFY exists on Cygwin
612 * Port: Add Solaris tid support to logging
613 * Port: Add Cygwin tid support to logging
614 * Port: unlink() requires unistd.h on Solaris and macOS
615 * Port: handle 'size_t' / 'off_t' on Solaris
616 * Port: replace strerror_r() by g_strerror()
617 * Port: replace opendir() by g_dir_open()
618 * Port: replace setenv() by g_setenv()
619 * Fix: append to LIBS, don't override it
620 * Port: do not include malloc.h
621 * Fix: visit_event_decl(): always set stream_id variable
622 * Fix: don't store an int64_t value in a ptr
623 * Fix: use extern for variables instead of BT_HIDDEN
624 * Fix: logging in socket-internal.h
625 * Fix: remove g_ptr_array_insert to keep glib 2.22 compat
626 * Fix: g_hash_table_insert returns 'void' in glib <= 2.39.2
627 * Fix: G_SPAWN_DEFAULT was introduced in glib 2.37.6
628 * Pretty plugin: only print negative timestamp warning once per component
629 * Fix test: packet seq num has too large offset_s
630 * ctf: visitor-generate-ir: accept negative clock offsets
631 * Fix: clock-class.c: cache ns from Epoch and check for overflows
632 * Fix: ctf: notif-iter: error on empty events (0 bits of data)
633 * Fix: test: expect the new warning format for seqnum
634 * Fix: packet sequence number handling and discarded packet reporting
635 * ctf: notif-iter.c: check state on BT_CTF_NOTIF_ITER_MEDIUM_STATUS_EOF
636 * cli: do not allow --stream-intersection with --run-args/--run-args-0
637 * Fix test_convert_args
638 * cli: fix implicit clock class offset parameters
639 * Completely rework configure.ac
640 * Update autoconf archive macros
641 * Clean LICENSE file
642 * Cleanup: bison and flex detection
643 * Cleanup: uuid library detection
644 * Cleanup: popt library detection
645 * Fix: Don't override user variables within the build system
646 * Fix: built-in plugins with new plugin filenames
647
648 2017-07-07 babeltrace 2.0.0-pre3 (Comic Sans Day)
649 * Update configure.ac version to pre3
650
651 2017-07-07 babeltrace 2.0.0-pre2 (Comic Sans Day)
652 * test_plugin: use env. var. instead of global symbol because G_MODULE_BIND_LOCAL
653 * Test fix: fixed allocation size used for variable length input
654 * babeltrace-log: pass single-trace=yes to sink.ctf.fs
655 * Fix: dead code in lttng_live_iterator_next_no_stream()
656 * Fix: uninitialized return value member
657 * Fix: ds_file_group is checked instead of ds_file_group->stream
658 * Fix babeltrace-log(1) for Babeltrace 2
659 * src.text.dmesg: add `no-extract-timestamp` option
660 * lib/ctf-ir/clock-class.c: serialize `true`/`false` instead of `TRUE`/`FALSE`
661 * lib/ctf-ir/clock-class.c: only serialize UUID if it is set
662 * Add src.text.dmesg component class
663 * plugins/ctf/plugin.c: fix comment
664 * ctf: notif-iter: pass current stream ID to get_stream() medop
665 * src.ctf.fs: fs.c: add missing `static`
666 * ctf: notif-iter: ensure that all packets refer to the same stream class
667 * Fix: remove clock value leak in sink.text.pretty
668 * sink.text.pretty: append `s` only if plural in discarded elems. msg.
669 * lib: use dedicated BT_LOG*_ERRNO() instead of using strerror()
670 * test_ctf_writer.c: use environment variable to override packet resize length
671 * sink.ctf.fs: use original stream's name as CTF writer stream's name
672 * ir: stream: prefer to use stream's name for (CTF writer) stream's path
673 * sink.text.pretty: print discarded events and packets messages
674 * src.ctf.fs: name the stream objects with their file's path
675 * flt.lttng-utils.debug-info: copy original stream's numeric ID
676 * libctfcopytrace: copy trace's UUID
677 * Add sink.utils.counter
678 * Automatically generate discarded packets/events notifications
679 * lib/ctf-ir/trace.c: validate PH `packet_seq_num` field
680 * ctf: notif-iter.c: ensure that medops's get_stream() always returns the same
681 * flt.lttng-utils.debug-info: forward unhandled notifications
682 * Fix: flt.utils.muxer: not always an ERROR to fail to validate
683 * Simplify sink.utils.dummy: only one upstream notification iterator
684 * src.ctf.fs: use one CTF notif iter per notification iterator
685 * lib/graph/notification/inactivity.c: add missing `ret = -1`
686 * ctf: notif-iter.c: lazily initialize clock value states
687 * visitor-generate-ir.c: validate clock class frequency in visitor
688 * bt_ctf_clock_class_create(): add a frequency parameter
689 * stream.c: standardize "Cannot truncate stream file [...]" log message
690 * BT_LOG_WRITE_ERRNO(): use `_msg ": %s" _fmt` format
691 * lib/graph/notification/stream.c: add logging
692 * lib/graph/notification/packet.c: add logging
693 * Fix: add_clock_classes(): do not add existing clock classes
694 * Remove unused bt_notification_get_stream()
695 * Fix: allow NULL (unnamed) in bt_ctf_stream_class_{get,set}_name()
696 * test_ctf_writer.c: set PACKET_RESIZE_TEST_LENGTH to 100000 again
697 * lib/graph/notification/inactivity.c: add logging
698 * lib/graph/notification/event.c: add logging
699 * doc/logging-guide.adoc: document standard way of choosing tag names
700 * plugins/utils/muxer/muxer.c: add logging
701 * plugins/utils/trimmer/iterator.c: use unique logging tag
702 * Fix: set intersections hashtable to NULL after destruction
703 * Build plugins as unversioned modules
704 * Port: plugin system compat for mingw / macOS
705 * Fix: ctf writer test on Cygwin
706 * Fix: disable debug by default info on Cygwin
707 * Fix: remove AC_FUNC_MALLOC for cross-compile
708 * Add libbabeltrace-ctf for backwards compat
709 * Port: Add winsock support to live for mingw
710 * Port: Replace readdir_r by nftw
711 * Port: dirfd is not portable, replace it
712 * Port: use ghashtable in mman compat
713 * babeltrace-2.0: do not link with -export-dynamic
714 * Fix: bt_component_create is not hidden
715 * stream-intersection: use the trace-info query results to insert trimmers
716 * Fix: ctf_fs_metadata is assumed to be non-null
717 * Improve logging in the LTTng index parsing code
718 * copytrace: check clock_class_count before getting the clock by index
719 * Fix: wrong output name in --help for implicit CTF source
720 * Test the trimmer component
721 * pass --clock-gmt option to the trimmer if enabled
722 * Tests: don't rely on the test script's location
723 * test_trace_copy: compare the two traces with diff rather than wc -l
724 * Test debug-info
725 * Clean-up: coding style adjustments
726 * Cleanup: typo fix in comment
727 * fs-sink: add the single-trace option
728 * Test: validate that the output of ctf-fs sink is identical to source
729 * Fix: event_header is optional
730 * Copy the packet_header in the plugins
731 * Fix: wrong return code check on try_set
732 * Fix copytrace: copy packet_context
733 * copytrace: packet_context is optional
734 * copytrace: create empty stream classes by default
735 * fs-sink: packet_context is optional
736 * Fix: the fields to reset are optional
737 * ctf: remove strict metadata mode, update automatic CC mapping behaviour
738 * Remove the concept of event class attributes
739 * BT_CTF_BYTE_ORDER_NONE -> BT_CTF_BYTE_ORDER_UNSPECIFIED to match base
740 * test_ctf_writer.c: do not check for invalid event class name
741 * plugins/lttng-utils/Makefile.am: add all source files to _SOURCES var.
742 * Add BT_CTF_INTEGER_BASE_UNSPECIFIED
743 * Fix: Stream classes' id field is always serialized
744 * Fix: flush stream without packet_context
745 * Add BT_LOG*_ERRNO() logging macros
746 * debug-info fix: packet_context is optional
747 * Fix: uninitialized return value in copy.c
748 * Remove legacy printf_verbose()/printf_debug() and others
749 * visitor-generate-ir.c: automatically map specific fields to trace's clock class
750 * ctf: add metadata decoder config. and `strict-metadata` param in src.ctf.fs
751 * source.ctf.fs: remove ctf_fs_debug symbol
752 * Fix: cli: help command: accept leftover when --component is not specified
753 * cli: add global --log-level option
754 * Use BABELTRACE_FORCE_COLORS environment variable to force color support
755 * Logging: add colors depending on log level
756 * visitor-generate-ir.c: logging: add stream's line number and other info
757 * visitor-semantic-validator.c: standardize logging
758 * plugins/ctf/common/metadata/visitor-parent-links.c: standardize logging
759 * plugins/ctf/common/metadata/objstack.c: add logging
760 * plugins/ctf/common/metadata/decoder.c: standardize logging
761 * plugins/ctf/common/metadata: logging: standardize in parser and lexer
762 * visitor-generate-ir.c: logging: standardize messages and levels
763 * ir: fields.c: fix public function names to get/set struct. field
764 * Port: Enable libtool to produce DLLs
765 * Port: Remove unused header pwd.h
766 * Add logging to compat
767 * Add missing files to gitignore
768 * Port: Remove unused header in test_plugin
769 * Don't add module symbols to global namespace
770
771 2017-06-09 babeltrace 2.0.0-pre1
772 * Set version extra to pre1
773 * Fix: debug info plugin incorrect assumption about header and clock
774 * Fix: various fixes for ctf-traces/succeed test cases
775 * configure.ac: make the minimal, build-time log level be VERBOSE
776 * cli: use WARN as the default log level when not explicitly set by user
777 * cli: set all the log level of all known loggers with -v and -d
778 * cli: convert: allow multiple paths to be passed as leftover arguments
779 * Fix: remove listener check
780 * Fix copytrace: check field exists before copy
781 * Fix: uninitialized variable
782 * Fix: event, stream names can be strings
783 * Fix: make check in out-of-tree
784 * Fix: out-of-tree build
785 * Fix: add missing files to make dist, disable python bindings
786 * Remove former logging header print.h from source.ctf.fs Makefile
787 * source.ctf.fs: implement the trace-info query
788 * plugins/lttng-utils/copy.c: fix uninitialized use warning
789 * debug-info: sync the copied trace on static change
790 * debug-info: handle the static notifications
791 * debug-info refactoring
792 * fs-sink: useless active_stream member
793 * include/babeltrace/graph/private-connection.h: add missing `extern`
794 * doc/api: add missing babeltrace-cli.png image
795 * cli: use -o ctf --output /output/path to quickly instantiate sink.ctf.fs
796 * bt_ctf_field_type_integer_set_size(): take unsigned int parameter
797 * bt_ctf_stream_get_discarded_events_count(): return int
798 * utils.muxer: expect specific clock class properties to mux
799 * ir: do not automatically generate a UUID in bt_ctf_clock_class_create()
800 * plugin-so: use list of components instead of glib hash table
801 * cli: use --component=NAME:{source,filter,sink}.PLUGIN.COMPCLS
802 * lttng-live: check graph cancel state, check ctf trace pointer
803 * Fix build with BUILT_IN_PLUGINS=1
804 * Add bt_graph_add_component(), make bt_component_create() internal
805 * lttng-live: correctly handle ctrl-c and fix leaks
806 * End connection on destruction
807 * Cancel the graph on destruction
808 * connection.c: refuse to create a notif. iter. when the graph is canceled
809 * lib/graph/{filter.c,sink.c,source.c}: fix log messages
810 * Remove dependancies on ctf.fs source component caused by former logging API
811 * Move ctf-fs source query implementations to their own file
812 * Fix: do not use BT_MOVE() when the destination memory could be uninitialized
813 * Make bt_private_connection_create_notification_iterator() return a status code
814 * Refuse to add port to component when parent graph is canceled
815 * graph.c: do not warn when the graph is canceled during bt_graph_run()
816 * Add internal bt_component_borrow_graph()
817 * Make bt_private_component_*_add_*_port() return a status code
818 * Make bt_graph_connect_ports() return a status code
819 * Add bt_connection_is_ended()
820 * plugins/ctf/common/notif-iter/notif-iter.c: add logging
821 * fs-sink: flush open packets on destroy
822 * Fix sink.ctf.fs: mark the trace as static on destroy
823 * fs-sink: fix check trace completed when static is set
824 * lttng-live: populate trace name
825 * Fix: cancel a notif. iter. finalized during its "next" method
826 * Fix: do not allow a notif. iter. to call the user's "next" method once finalized
827 * ir: do not try to create initial packet/event fields when opt. FT is NULL
828 * copy_trace: copy the trace name
829 * fs-sink: handle trace name
830 * always copy packet/content_size, they are overwritten by the lib when necessary
831 * Fix copytrace: copy the entire payload_type
832 * clock description is optional
833 * move the copy of event_context in ctf_copy_event_class
834 * Fix copytrace: packet header is optional
835 * support adding streams on non-static traces
836 * Remove dead code from the debug-info component class
837 * Fix debug-info: handle event layouts of lttng-ust traces prior to 2.9
838 * fs-sink: fix handling static notifications
839 * fs-sink: move stream and stream_class maps in fs_writer struct
840 * fs-sink: explicitely handle stream_begin notif
841 * fs-sink: trace static handling + cleanup teardown
842 * Use abort() instead of a false assertion
843 * doc/Makefile.am: do not install internal documentation
844 * lib/ctf-writer/writer.c: logging: change tag to `CTF-WRITER`
845 * Add missing include of unistd.h
846 * Port: use portable print format for size_t
847 * Port: internal logging print format for mingw
848 * Port: replace strerror_r() with glib g_strerror()
849 * Port: Use g_setenv instead of setenv
850 * Port: Plugin extension is platform specific
851 * Port: No setuid on windows
852 * Port: Use glib g_get_home_dir to get home dir on mingw
853 * Port: Dummy locking of stdout on mingw in libtap
854 * Port: Add missing includes for mingw
855 * Port: memstream compat for mingw
856 * Port: Use portable format string for ISO 8601 dates
857 * Port: add missing include for stdio.h compat
858 * Port: Add utsname.h compat for mingw
859 * Port: Add mman.h compat for mingw
860 * Port: Namespace tokens in ctf metadata parser/lexer
861 * Port: Add posix_fallocate compat for mingw
862 * Port: Add timegm compat for mingw
863 * Port: Add time.h compat for mingw
864 * Port: Disable debug info by default on mingw
865 * Port: win32 DLLs don't support hidden symbols
866 * Port: Add missing byteswap compat for mingw
867 * Port: Fix libuuid compat on mingw
868 * Port: Add AC_USE_SYSTEM_EXTENSIONS with mingw support
869 * Port: Add bt_common_get_page_size
870 * Port: Use glib portable macros to convert gpointer to int
871 * Port: use portable pointer type in bt_list_entry
872 * Fix: test-utils-muxer.c: initialize "next" return with OK status
873 * ir: do not create empty structure for optional scope field types
874 * test_ctf_writer.c: set PACKET_RESIZE_TEST_LENGTH to 100000 again
875 * utils.muxer: remove upstream notif. iter. once ended/canceled
876 * configure.ac: use $enableval in AC_ARG_ENABLE()
877 * doc/logging-guide.adoc: minor fixes + add "Instrument a module" section
878 * cli: use standard logging files and macros
879 * python-plugin-provider: use standard logging files and macros
880 * plugins/ctf/lttng-live: use standard logging files and macros
881 * plugins/ctf/common/btr: use standard logging files and macros
882 * logging-internal.h: add BT_LOG_LEVEL_EXTERN_SYMBOL(), BT_LOG_INIT_LOG_LEVEL()
883 * plugins/ctf/common/btr/btr.c: add logging
884 * Logging: require modules to define BT_LOG_OUTPUT_LEVEL
885 * bt_value_get_type(): not a warning if value is NULL
886 * bitfield-internal.h: fix negative value shifting warnings
887 * tests/lib: do not call bt_ctf_trace_set_native_byte_order() if not needed
888 * ir: add BT_CTF_BYTE_ORDER_NONE and make it the default trace's native BO
889 * ctf plugins: prepend trace's hostname, if exists, to trace name
890 * ctf.fs source: use last path parameter's element as base for trace names
891 * Docs: add informal comments to common-internal.h
892 * Add bt_common_normalize_path()
893 * stream.c: allow stream PC's `events_discarded` field to be set by user
894 * Remove remaining old test files
895 * tests/cli/Makefile.am: remove duplicate test in TESTS list
896 * Fix: test_convert_args: use util.muxer's `assume-absolute-clock-classes` param
897 * Fix: test_ir_visit.c: create valid SC PC/EH and trace packet header
898 * Fix: test_ctf_ir_ref.c: create valid SC PC/EH and trace packet header
899 * Remove warnings when using bt_plugin_create_all_from_dir()
900 * Fix: make Python plugin provider have its own log level
901 * Add bt_log_get_level_from_env() and use it
902 * configure.ac: add details to final report
903 * python-plugin-provider/python-plugin-provider.c: add logging
904 * cli: check for cancellation before running the graph, add relevant logging
905 * lib/plugin/plugin-so.c: add logging
906 * test_ctf_writer.c: add "trace is static" listener tests
907 * Add bt_ctf_trace_add_is_static_listener() and ..._remove_is_static_listener()
908 * Fix builds with built-in plugins
909 * lib/plugin/plugin.c: improve log levels
910 * text.pretty: create an event string instead of using fprintf()/fputs()
911 * Fix debug-info: prevent invalid access in the original event_context
912 * Make bt_graph_add_*_listener() function return a listener ID
913 * Rename "ignore-absolute" parameter to "assume-absolute-clock-classes"
914 * Tests: possible dereference of NULL argument to strcmp
915 * Fix: return error on empty list in get_unary_unsigned
916 * Fix: missing error code on signed clock value in trimmer
917 * Fix: uninitialized destination component on unknown args
918 * Fix: use of uninitialized value in visit_*_decl_entry
919 * Fix: return of garbage value in copy_find_clock_array_field on error
920 * Fix: return of garbage value on empty specifier list
921 * Fix: return of garbage value when trace has no stream classes
922 * Fix: NULL dereference in logging on btr allocation failure
923 * Fix: NULL dereference in logging on notit allocation failure
924 * Fix: dereference of NULL mdec when opening packetized metadata file
925 * Fix: potential NULL dereference of ctf_fs_file path
926 * Fix: ds_file_munmap must check ds_file for NULL
927 * Fix: unchecked bt_ctf_event_set_clock_value return value
928 * Clean-up: unused next_return assignation in muxer test
929 * Fix: uninitialized ret value used in set_debug_info_field
930 * Fix: possible NULL dereference of uuid in test
931 * lib/plugin/plugin.c: add logging
932 * Replace all assert(false) and assert(0) with abort()
933 * lib/graph/iterator.c: add logging
934 * lib/graph/clock-class-priority-map.c: add logging
935 * lib/graph/component-class.c: add logging
936 * lib/graph/sink.c: add logging
937 * lib/graph/filter.c: add logging
938 * lib/graph/source.c: add logging
939 * Remove useless component/iterator validation functions
940 * bt_notification_iterator_create(): assert the type of comp. class
941 * lib/graph/connection.c: add logging
942 * fix: bt_put on potentially unintialized variable
943 * fs-sink: only subscribe to relevant notifications
944 * fix: useless warning
945 * Fix debug-info leak: unbalanced get/put
946 * trimmer: cleanup the packet_map if iterator destroyed early
947 * debug_info fix: useless reference
948 * debug-info fix: remove useless get function
949 * trimmer: close when end is reached
950 * trimmer fix: notification handling
951 * debug_info: fix graph connection
952 * fix copytrace: set the byte order
953 * copytrace: option to skip the copy of packet/content size
954 * fix: optional fields
955 * lib/graph/notification/event.c: fix clock class leak
956 * lib/graph/port.c: add logging
957 * Remove component's initialization state flag
958 * lib/graph/component.c: add logging
959 * bt_ctf_stream_map_component_to_port(): log before and after
960 * Remove bt_component_set_name()
961 * lib/graph/graph.c: add logging
962 * Remove bt_graph_add_component_as_sibling()
963 * bt_ctf_trace_destroy(): logging: difference between destroying and putting
964 * bt_ctf_stream_class_destroy(): log what is being destroyed/put
965 * lib/ctf-ir/event-class.c: minor logging message edit
966 * lib/ctf-ir/validation.c: add logging
967 * ref.c: warn when the ref count goes from 0 to 18446744073709551615
968 * ref.c: do not change ref count when release function is not set
969 * lib/ctf-ir/resolve.c: add logging
970 * field-path.c: add internal function to stringify a field path
971 * lib/ctf-ir/trace.c: add logging
972 * ctf.fs source: make traces static when all streams are created
973 * plugin-so.c: use BABELTRACE_NO_DLCLOSE env. var. to avoid dlclose()
974 * ctf.fs source: add trace file rotation (stream instance ID) support
975 * ctf plugin: add bt_ctf_notif_iter_get_packet_header_context_fields()
976 * ir: add stream ID API
977 * cli: --force-correlate -> utils.muxer's `ignore-absolute` parameter
978 * Fix: do not require lttng-utils.debug-info with --disable-debug-info
979 * Fix: ctf.fs source: append all ctf_fs_trace objects to component's list
980 * ctf.fs source: recurse to find multiples CTF traces
981 * Fix warnings emitted by `gcc -Wall`
982 * Library: log version (INFO) on construction
983 * babeltrace(1): reset console after graph stops running
984 * logging-internal.h: use __attribute__((format)) to check parameters
985 * Logging: fix wrong parameters, superfluous commas, etc.
986 * lib/ctf-ir/event.c: replace some BT_LOGE() with BT_LOGW()
987 * CTF writer: stream: handle automatic fields more securely
988 * Validate CTF semantics in selected CTF IR functions
989 * Event notification: make sure contained event has a trace
990 * lib/ctf-ir/stream.c: add logging
991 * fields.c: get non-existing field: log level WARN -> VERBOSE
992 * bt_ctf_event_serialize(): do not log whole function (done in stream.c)
993 * Fix: lttng-live enum mismatch
994 * lib/ctf-ir/field-types.c: use `int`, not `int64_t` for return value
995 * Fix: lib/ctf-ir/event-class.c: fix warnings on `ret` condition
996 * Fix: g_quark_try_string() is usually not a WARN trigger
997 * Fix: set no field in event/packet without warnings or failing
998 * lttng-live: handle EINTR and graph cancelation
999 * Fix: invoke bt_ctf_trace_set_is_static only when trace is destroyed
1000 * lib/ctf-ir/utils.c: add logging
1001 * lib/ctf-ir/fields.c: add logging
1002 * lib/values.c: add more verbose/debug logging
1003 * lib/ctf-ir/packet.c: add more debug logging
1004 * lib/ctf-ir/event-class.c: add more verbose/debug logging
1005 * lib/ctf-ir/attributes.c: add assert()
1006 * Update logging guide: more about the WARN level
1007 * lib/ctf-ir/field-types.c: logging: log more details
1008 * lib/ctf-ir/event.c: logging: fix log levels and more verbose/debug logging
1009 * lib/ctf-ir/field-types.c: logging: log struct/var FT field destruction
1010 * lib/ctf-ir/field-types.c: logging: log only specific functions
1011 * lib/ctf-ir/field-types.c: logging: log more details when freezing
1012 * lttng-live: change loglevel env var to BABELTRACE_PLUGIN_CTF_LTTNG_LIVE_LOG_LEVEL
1013 * lttng-live: ensure that port connections go to the same component
1014 * Fix: don't call iterator finalize more than once
1015 * Fix: muxer: handle CANCELED status
1016 * Update logging guide
1017 * lib/ctf-ir/field-types.c: add verbose logging (modifying functions)
1018 * LTTng live: use common url parser
1019 * Implement cmd_print_lttng_live_sessions
1020 * lib/values.c: use assert() instead of checking error
1021 * lib/ctf-ir/stream-class.c: logging: fix typo
1022 * Logging: use WARN level where appropriate
1023 * lib/ctf-ir/field-types.c: add logging
1024 * cli/babeltrace.c: logging: add details in graph listeners
1025 * lib/ctf-ir/field-path.c: add logging
1026 * lib/values.c: logging: log original and copy addresses
1027 * lib/ref.c: logging: show current count and new count in messages
1028 * lib/ctf-ir/stream-class.c: add logging
1029 * lib/ctf-ir/event.c: logging: remove some context given by other statement
1030 * lib/values.c: logging: log array size when out of bound
1031 * lib/ctf-ir/event-class.c: add logging
1032 * lib/ctf-ir/event.c: add logging
1033 * Add internal bt_ctf_field_type_id_string()/byte_order_string()
1034 * lib/values.c: logging: log value's type name
1035 * lib/ctf-ir/clock-class.c: improve logging with clock class's name
1036 * Include <babeltrace/lib-logging-internal.h> before anything else
1037 * cli/babeltrace.c: improve main loop's logging
1038 * cli/babeltrace.c: handle usleep()'s error
1039 * lib/ctf-ir/packet.c: add logging
1040 * cli/babeltrace.c: do not call load_all_plugins() in commands
1041 * logging-internal.h: fix include name in comments
1042 * include/babeltrace/object-internal.h: add logging
1043 * Collect useless graph's connections
1044 * Implement logging in lttng-live component
1045 * cli/babeltrace.c: add logging when the command completes
1046 * babeltrace(1): handle SIGINT to cancel the graph gracefully
1047 * Fix possible leaks in graph's current design
1048 * BT_GRAPH_STATUS_CANCELED is not an error, thus use a positive value
1049 * Implement ctf.lttng-live component
1050 * Fix: IR visitor: error msg printing
1051 * Move print.h header to upper level dir
1052 * utils.muxer: fix ownership of objects
1053 * Add graph cancellation API
1054 * port.{h,c}: use `bt_bool` instead of `int` where appropriate
1055 * ir: utils: use `bt_bool` instead of `int` where appropriate
1056 * ir: fields/field-types: use `bt_bool` instead of `int` where appropriate
1057 * ir: clock class: use bt_bool instead of int for boolean properties
1058 * Do not use `bool` type; use new `bt_bool` instead
1059 * Update include/babeltrace/babeltrace.h
1060 * Add extras/gen-babeltrace-h.py: include/babeltrace/babeltrace.h generator
1061 * Move library's version API to include/babeltrace/version.h
1062 * include/Makefile.am: add titles (comments) to groups of files
1063 * Remove "end of trace" notification headers
1064 * Normalize public header include guards
1065 * lib/ref.c: add logging
1066 * lib/ctf-ir/clock-class.c: add logging
1067 * test_ctf_writer.c: remove negative index tests
1068 * lib/ctf-ir/attributes.c: add logging
1069 * ir: attributes: fix index and count integer types
1070 * lib/values.c: add logging
1071 * tests/lib/Makefile.am: fix check_ vs. noinst_ prefix
1072 * cli: add logging
1073 * common: optimize color code functions
1074 * Fix CLI to work with multiple ports and dynamically added ports
1075 * Add logging API (internal to log, public to set the current log level)
1076 * bt_common_shell_quote(): accept new parameter `with_single_quotes`
1077 * Rename tests/bin -> tests/cli
1078 * configure.ac: define BT_ENABLE_DEBUG_INFO depending on the support
1079 * ctf.fs source: metadata: fix error paths
1080 * tests/bin/test_convert_args: fix after updating CLI
1081 * tests: put TESTS list in each Makefile.am
1082 * plugins/ctf/fs-src/data-stream.c: fix text width
1083 * babeltrace-internal.h: remove unused declarations
1084 * Do not use printf_warning() in the library
1085 * Rename writer.writer -> ctf.fs (sink) and standardize plugin descriptions
1086 * Rename debug_info.debug_info -> lttng-utils.debug-info
1087 * debug-info.debug-info: do not use global opt_* symbols anymore
1088 * Fix: ir: bt_ctf_field_type_variant_validate(): do not compare to tag length
1089 * Subscribe to notifications when creating a notif. iterator
1090 * notif-iter.c: fix warnings
1091 * Make bt_ctf_event_class_create() create an empty context FT
1092 * Add bt_ctf_stream_class_create_empty()
1093 * Remove BT_CTF_FIELD_TYPE_UNTAGGED_VARIANT
1094 * Internalize trace listener API and bt_ctf_trace_get_metadata_string()
1095 * ir: make bt_ctf_trace_create() create an empty packet header FT
1096 * utils.muxer: add and handle `ignore-absolute` parameter
1097 * Remove default port API
1098 * trace.h: API doc: do not mention listener (now internal)
1099 * visitor-generate-ir.c: fix some error reporting terms
1100 * visitor-generate-ir.c: set trace object's UUID
1101 * Rename bt_ctf_trace_get_byte_order() -> bt_ctf_trace_get_native_byte_order()
1102 * ir: add trace UUID getter and setter
1103 * utils.muxer: fix bad behaviour caused by notification buffering
1104 * Set private port's user data on creation
1105 * Remove bt_ctf_stream_class_get_event_class_by_name()
1106 * test_trace_listener.c: fix: set trace's native byte order
1107 * Standardize *get_*() functions
1108 * Make libctfcopytrace a convenience lib. and link to it in plugins
1109 * Standardize *get_*_count() functions
1110 * ISO C: empty file needs at least one declaration
1111 * Rename CTF IR integer FT signedness functions to use "is"
1112 * Rename bt_ctf_clock_class_get_is_absolute() -> bt_ctf_clock_class_is_absolute()
1113 * text.pretty: use "path" param. name instead of "output-path"
1114 * Add static trace tests
1115 * Add the concept of a static trace
1116 * Add bt_ctf_trace_get_stream_count() and bt_ctf_trace_get_stream()
1117 * Add bt_plugin_set object
1118 * ctf: bt_ctf_notif_iter_get_next_notification(): require CC prio. map
1119 * Use bt_clock_class_priority_map_add_clock_class() to change a priority
1120 * Add bt_clock_class_priority_map_copy()
1121 * field-types.h: API doc: add missing prehot{}
1122 * Freeze bt_clock_class_priority_map in related notifications
1123 * Add notification iterator tests
1124 * Notification iterator: generate automatic notifications when missing
1125 * Remove notification-schema.h: not needed for 2.0
1126 * utils.dummy: handle AGAIN and END statuses correctly
1127 * text.pretty: handle AGAIN status
1128 * utils.muxer: fix unhandled connected ports during notif. iter. init.
1129 * text.pretty: fix handle_notification()
1130 * utils.muxer: fix behaviour with ports connected during next/init ops
1131 * Add basic utils.muxer tests
1132 * Add utils.muxer component class
1133 * bt_plugin_create_append_all_from_dir(): use printf_verbose() instead of error
1134 * Event notification: validate that CC in the CC prio map have a value
1135 * event-class-internal.h: fix include warning
1136 * text.pretty: remove unused debug info options
1137 * text.pretty: use clock class with highest priority to print the timestamp
1138 * Add bt_plugin_find_component_class()
1139 * Fix: ctf: notif-iter.c: update_clock() uses the wrong FT sometimes
1140 * ctf.fs: make clock classes absolute when it's an LTTng metadata
1141 * Use the same values for different status codes
1142 * Add bt_component_class_is_source/filter/sink()
1143 * Add bt_port_is_input(), bt_port_is_output()
1144 * Add bt_component_is_source(), bt_component_is_filter(), bt_component_is_sink()
1145 * Fix a few include warnings
1146 * plugins/ctf/fs/metadata.c: remove invalid return code assignment
1147 * bt_component_create(): create convenient empty map parameters when NULL
1148 * Add BT_NOTIFICATION_ITERATOR_STATUS_AGAIN status
1149 * test_graph_topo: test both "port connected" and "accept port connection"
1150 * Add "port connected" component class method
1151 * Rename text.text sink CC to text.pretty
1152 * Rename lib/component/ -> lib/graph/ to match include/babeltrace/graph/
1153 * Add `-internal` suffix to all internal header files
1154 * Add bt_version_get_*() functions to dynamically get the lib's version
1155 * .gitignore: ignore gcov files
1156 * ctf plugin: add CTF metadata decoder API
1157 * tests/lib/common.c: add missing includes
1158 * bt_notification_event_create(): validate and freeze event
1159 * Add inactivity notification
1160 * Add frozen property to notification objects
1161 * ir: bt_ctf_event_set_clock_value(): validate clock value's class
1162 * ir: make sure you can't add a SC to a trace with a native BO
1163 * CTF writer: restore native byte order is the CPU's native byte order
1164 * Rename bt_ctf_trace_set_byte_order() -> bt_ctf_trace_set_native_byte_order()
1165 * test_bt_ctf_field_type_validation: fix compiler warnings
1166 * Rename bt_ctf_type_id -> bt_ctf_field_type_id (and the enumerators)
1167 * fix Makefile for libbabeltrace-ctf
1168 * fix warnings
1169 * fix missing libbabeltrace-ctf for libctfcopytrace
1170 * fixes after rebase on eepp-jgalar/fixes-mar-7
1171 * Text: handle output file
1172 * text: escape control sequences characters
1173 * Support for --clock-offset and --clock-offset-ns
1174 * Text output identical with babeltrace 1
1175 * fix: missing equal sign when printing events without colors
1176 * debug-info filter plugin
1177 * Make bt_ctf_field_structure_set_field public
1178 * cleanup error paths in trimmer, writer and ctfcopytrace
1179 * trimmer: Update the bounds of the trimmed packets
1180 * Fix graph facilities handling in writer component class
1181 * fix trimmer compiled library name
1182 * writer: create event classes lazily
1183 * libcopytrace: export ctf_copy_event_header
1184 * Override clock fields in copied traces
1185 * Create a library to copy a CTF trace
1186 * Allow to set the size of an integer type
1187 * Fix writer: leak of the event classes
1188 * Fix writer: missing put ref to values and types
1189 * Fix writer: leak of the header fields
1190 * Rename converter/ -> cli/ (it's more than a converter now)
1191 * Event notification: pass CC priority map on creation
1192 * Remove Babeltrace 1 files and reorganize the tree
1193 * ctf.fs: bt_ctf_notif_iter_create(): assert() that all medops exist
1194 * trace.h: update API doc
1195 * tests: add clock class priority map tests
1196 * Add clock class priority map object
1197 * ctf.fs: split streams, one per port
1198 * Add user data for private port
1199 * Add graph topology tests
1200 * Call a single "ports connected/disconnected" graph listener instead of two
1201 * Fix: call acting component's "port disconnected" method too
1202 * bt_graph_connect() -> bt_graph_connect_ports()
1203 * Rename <babeltrace/component/...> -> <babeltrace/graph/...>
1204 * Update notification iterator's "init" function signature
1205 * Remove the need to implement the notification iterator's "get" method
1206 * "destroy" method -> "finalize" method
1207 * Accept port connection method: take other port as parameter
1208 * Visibility: split graph API into public and private interfaces
1209 * Add graph event listeners
1210 * Allow a component to remove a port and any user to disconnect one
1211 * Put Python plugin support in a separate shared object
1212 * Add `babeltrace convert` argument tests
1213 * CLI: add `run` command and make `convert` command use it
1214 * Fix: missing reference release in field reset
1215 * Fix: bt_connection_get_*_port() must take a reference on port
1216 * Fix: only remove newly added components on connection error
1217 * Fix: only add components to graph if they are not already present
1218 * Fix: release the reference held by a child to its former parent
1219 * babeltrace-cfg.c: do not allow duplicate -v option
1220 * babeltrace-cfg.c: add "Command line error" prefix to error messages
1221 * babeltrace-cfg.c: do not infer text.text sink with -v
1222 * babeltrace(1): add --filter option to create filter components
1223 * babeltrace(1): escape '.' in PLUGIN.COMPCLS arguments
1224 * common.c: bt_common_colors_supported(): add a few supported terminal prefixes
1225 * Return component port counts by parameter
1226 * Remove component prefix from graph, connection and port filenames
1227 * Add missing include in component-sink-internal.h
1228 * Build and run hard-coded component graph in babeltrace.c
1229 * Use graph facilities in dummy sink component class
1230 * Use graph facilities in text component class
1231 * Use graph facilities in trimmer component class
1232 * Use graph facilities in writer component class
1233 * Add missing forward declarations to component-class.h
1234 * Replace add_iterator methods by a single new_connection method
1235 * Implement the component graph interface
1236 * Hide bt_component_sink_consume
1237 * Hide filter iterator creation functions
1238 * Hide source iterator creation functions
1239 * Hide filter creation functions
1240 * Add ports to the source, filter and sink component interfaces
1241 * Add the component port interface
1242 * Text: print unknown enumeration mappings in red
1243 * Implement the component connection interface
1244 * Text: tone down the rainbow text color scheme
1245 * Rename "query info" to "query" everywhere, and "action" to "object"
1246 * text: mask some internal fields
1247 * Add the verbose parameter to the legacy text options
1248 * babeltrace(1): support -o metadata legacy option
1249 * ctf.fs source: add `get-metadata-info` query info action
1250 * babeltrace(1): print value with colors
1251 * babeltrace(1): add the query-info command
1252 * babeltrace-cfg: put comp. class type within struct bt_config_component
1253 * bt2: test query info API
1254 * bt2: add support for the "query info" API
1255 * bt2: raise when bt2.create_plugin_from_name() finds nothing
1256 * Add query info API tests
1257 * SO plugin API: add comp. class query info method macro and use it
1258 * Add bt_component_class_query_info() API
1259 * babeltrace(1): handle legacy -o dummy option
1260 * Add utils.dummy component class, move plugins/trimmer to plugins/utils
1261 * text plugin: add color support
1262 * babeltrace(1): add --connect option and connection management
1263 * babeltrace convert: add --name option
1264 * babeltrace(1): add help command
1265 * babeltrace-cfg.c: improve error messages
1266 * Make babeltrace(1)'s CLI Git-like and implement the list-plugins command
1267 * babeltrace.c: replace printf_verbose() with printf() where appropriate
1268 * Cleanup babeltrace-cfg, use BABELTRACE_PLUGIN_PATH
1269 * bt2: test comp. class help attribute
1270 * bt2: add support for comp. class help
1271 * Add shared object comp. class help attribute test
1272 * Shared object plugin: add component class help support
1273 * Add component class help property
1274 * bt2: add create_plugin_from_name()
1275 * Add bt_plugin_create_from_name() tests
1276 * Add bt_plugin_create_from_name()
1277 * Add support for plugins written in Python
1278 * Add Babeltrace 2 Python bindings tests
1279 * Add Babeltrace 2 Python bindings
1280 * bt_ctf_event_set_clock_value() does not need a clock class
1281 * Add bt_ctf_clock_value_get_class()
1282 * Install notification headers in babeltrace/component/notification
1283 * component.c: return NULL when there's no name, not ""
1284 * component.c: iterator init method is optional
1285 * Writer fix: set packet size to 0 on flush failure
1286 * Writer: only reset automatically-set fields
1287 * Writer: introduce try_set_structure_integer_field
1288 * Writer: set the discarded events's value before serializing
1289 * Writer: validating the packet header is not necessary
1290 * Tests: add empty packet writer test
1291 * Fix: only serialize a field if it is set
1292 * Fix: log structure field name on serialization failure
1293 * Tests: rename empty packet context test
1294 * Rename *create_iterator*() -> *create_notification_iterator*()
1295 * Add bt_component_*_create_iterator_with_init_method_data()
1296 * Remove unused bt_component_class_filter_init_iterator_method
1297 * Tests: close writer object before reading the trace produced
1298 * Fix: missing NULL check in ctf_fs_iterator_destroy_data
1299 * Test: remove produced trace at the end of the empty packet test
1300 * Clarify plug-in ABI version logging on plugin load
1301 * Add missing .gitignore entries
1302 * Tests: add the plugin tests to the make check target
1303 * Fix: add missing NULL check in ctf_fs_destroy_data
1304 * Fix Makefile.am files regarding headers
1305 * Rename input.h -> component-input-internal.h
1306 * Set notification iterator methods to the component class
1307 * plugin-dev.h: put selector (type) close to union in structures
1308 * Plugins: use UNUSED_VAR instead of casting to void
1309 * Add bt_component_create_with_init_method_data()
1310 * babeltrace.c: print plugin version when available
1311 * Add tests for plugin version
1312 * Add plugin (user) version information
1313 * Add bt_component_class_freeze()
1314 * Prefix {source,filter,sink}*.h file names with component-
1315 * Refactor the component class and component API
1316 * Move enum bt_component_type to component.h
1317 * Refactor the plugin registration and loading machinery
1318 * Add bt_plugin test
1319 * Decouple component class from plugin subsystem, remove component factory
1320 * ref.h: doc: fix typo
1321 * Writer: don't allow more than one packet without packet context
1322 * Tests writer: write a trace defining no packet context
1323 * Writer: minimize packet padding
1324 * Writer: support traces defining no packet contexts
1325 * Update test_ctf_writer.c header
1326 * Fix text plug-in: missing function name change
1327 * API doc: document include files and how to build
1328 * ref.h, values.h: doc: add #include in description
1329 * API doc: update main-page.dox
1330 * API doc: add more details about reference counting
1331 * values.h: doc: rephrase map foreach callback ref
1332 * Fix API doc's content and style for enum. FT mapping iterator
1333 * Fix: bt_config_init_from_args has no ownership of cfg
1334 * Fix: prepend to $program_transform_name instead overriding it
1335 * Docs: document enumeration mapping iterator API
1336 * Docs: add documentation for bt_ctf_field_type_enumeration_find_mappings*
1337 * Add missing bt_ctf_field_type_enumeration_mapping_iterator declaration
1338 * Remove bt_ctf_field_type_enumeration_get_mapping_name
1339 * Modify bt_ctf_field_enumeration_get_single_mapping to return iterator
1340 * Fix: memory leak when using mapping iterator
1341 * Fix: check enum overlap as long as the type is not frozen
1342 * Fix: allow duplicate keys and overlapping ranges in enumerations
1343 * API doc: add int/float field type examples
1344 * stream-class.h: doc: fix trace/packet instead of stream/event
1345 * Document fields.h (API)
1346 * field-types.h: doc: bt_ctf_field_type_copy(): add not frozen @post
1347 * field-types.h: doc: fix missing plural
1348 * doc/api/README.adoc: fix double "followed by"
1349 * field-types.h: doc: add note about freezing
1350 * Test fix: a stream class' clock must be associated to its writer
1351 * ir: add bt_ctf_clock_class object, modify bt_ctf_clock object
1352 * ir: stream: add bt_ctf_stream_is_writer()
1353 * Fix: remove assert() for existing SC field types
1354 * Only output configuration diagnostic information in verbose mode
1355 * Update .gitignore
1356 * Generate a binary looking for in-tree plug-ins
1357 * Trimmer fix: don't emit end of trace on out-of-bound event
1358 * Trimmer fix: forward evaluation result to downstream components
1359 * Clean-up indentation in babeltrace-cfg.c
1360 * ctf-fs fix: only apply timestamp end field on packet end
1361 * Fix: don't attempt to mmap packet at end of file
1362 * Fix: print usage even if omit arguments are received
1363 * Fix: integration of legacy mode with implicit source
1364 * Tests: adapt writer tests as IR now allows NULL headers and contexts
1365 * Stop trimmer iteration when end bound is reached
1366 * Fix: passing NULL to glib mapped file unref function is not allowed
1367 * Fix IR visitor: set min alignment on structure field type
1368 * Fix: don't use implicit source in legacy mode
1369 * Fix: babeltrace launch wrapper script
1370 * Use build tree plugins when executing from build tree
1371 * Move print level of duplicate component warning to verbose
1372 * Handle system and home plugin paths
1373 * Fix: params arg parsing: apply to current component params
1374 * Implement implicit source component
1375 * Remove unused index version fields
1376 * Build CTF stream indexes from LTTng index files
1377 * Add timerange, begin, end parameters
1378 * trimmer: error checking, reporting, begin > end check
1379 * trimmer: infer end date from begin date
1380 * Support standard timestamp formats for begin/end
1381 * Trimmer: Filter-out packet that are not in the specified range
1382 * Rename bt_notification_packet_start to "begin"
1383 * Fix: handle size 0 CTF fs streams
1384 * Writer fix: don't skip first notification
1385 * Writer: null contexts are not an error
1386 * clock working
1387 * fix: missing free on error path
1388 * use GString instead of non-portable char[PATH/NAME_MAX]
1389 * fix: add .a of the ctf writer plugin in Makefile
1390 * CTF Writer sink
1391 * Add a trimmer component to the graph if begin/end options are used
1392 * Additional check added to bt_component_sink_validate
1393 * Implement bt_notification_iterator_set_seek_time_cb
1394 * Clean-up notification iterator creation function
1395 * Add filter component creation and validation callback
1396 * Add branch prediction hints in ref count interface
1397 * Clean-up: Add missing forward declaration
1398 * Add bt_notification_iterator_seek_time_cb to notification iterator
1399 * Implement the filter base class validation and creation
1400 * Implement the trimmer plug-in
1401 * Add a "set" attribute to component begin/end config
1402 * Component iterator points to first notification on creation
1403 * gitignore TAGS and cscope
1404 * Clean-up component-class internal header
1405 * Implement the Component Graph API
1406 * field-types.h: doc: use FT/field aliases
1407 * doc/api: Doxyfile: add FT/field aliases
1408 * trace.h: doc: add missing end of group
1409 * packet.h: doc: add missing end of group
1410 * Document field-types.h (API)
1411 * values.h: doc: fix doc
1412 * trace.h: doc: ctfirfieldtype -> ctfirfieldtypes
1413 * doc/api/dox: update pages
1414 * api/doc: update Doxyfile.in and add custom layout file
1415 * bt_ctf_field_type_get_byte_order(): support enum FT
1416 * field-types.c: check that we don't add self FT to struct/var FT
1417 * API doc: CTF IR writer -> CTF writer
1418 * Add trimmer plug-in skeleton
1419 * Fix compiler warnings
1420 * Cleanup: object-internal.h static inlines
1421 * Fix: ctf_fs debug variable should be extern
1422 * Docs: allow NULL packet, stream and event headers, contexts and payloads
1423 * Allow NULL bt_ctf_packet_set_header and bt_ctf_packet_set_context
1424 * Handle NULL stream/packet/event headers, contexts and payloads
1425 * text output plugin: print time delta
1426 * text output: wire up clock options, error checking
1427 * Remove callsite text output code
1428 * Print other fields
1429 * Allow NULL (unset) packet, stream and event headers, contexts
1430 * Add time seek interface stub
1431 * Move component iterator creation to base component class
1432 * event.h: doc: put @cond/@endcond on single lines
1433 * ref.h: doc: clarify descriptions
1434 * API doc: add notes about automatic resolving
1435 * Document field-path.h (API)
1436 * event.h: doc: add missing parameter
1437 * API doc: add missing @postrefcountsame conditions
1438 * API doc: add #include line in the detailed description
1439 * Document event.h (API)
1440 * stream.h: doc: add missing type doc
1441 * event-class.h: doc: reorder functions
1442 * trace.h: doc: fix HTML tag
1443 * babeltrace-cfg: add the --path option
1444 * babeltrace-cfg: always copy the parameters of component instances
1445 * trace.h: doc: various fixes
1446 * stream-class.h: doc: add freezing postcondition
1447 * stream-class.h: doc: add note about CTF IR writer-only API
1448 * Document stream.h (API)
1449 * Document utils.h (API)
1450 * Document visitor.h (API)
1451 * Rename visitor and element names
1452 * Use components specified on the command line
1453 * babeltrace-cfg: fix terminology (component instance vs. class)
1454 * babeltrace-cfg: replace " with ` in messages
1455 * babeltrace.c: show beginning and end timestamps if available
1456 * babeltrace-cfg: add begin/end NS options
1457 * babeltrace-cfg: add --base-params and --reset-base-params options
1458 * values.c: completely initialize the bt_value_null_instance object
1459 * ref-internal.h: do not increment ref count if release not set
1460 * test_bt_values.c: test bt_value_map_extend()
1461 * values: add bt_value_map_extend()
1462 * babeltrace.c: fix printing issues
1463 * babeltrace-cfg: use --params to set parameters of latest instance
1464 * Document trace.h (API)
1465 * Document packet.h (API)
1466 * Document stream-class.h (API)
1467 * Document event-class.h (API)
1468 * Document values.h (API)
1469 * Document ref.h (API)
1470 * doc/api: add README.adoc
1471 * Add Doxygen support to build system to build the API doc
1472 * Allow ctf-writer to use new time-keeping facilities
1473 * Add a shadow HT to query event classes by id
1474 * Implement proper notification comparison
1475 * Print timestamps in text plug-in
1476 * Replace hackish use of bt_ctf_field_validate by is_set
1477 * Fix logging typo
1478 * Implement bt_ctf_field_is_set()
1479 * Implement bt_ctf_clock_value interface
1480 * Track clock states in notification iterator
1481 * Freeze original field type copied on validation
1482 * Add trace name attribute
1483 * Add logging to validation and serialization failure paths
1484 * fix leak in structure validation logging
1485 * Handle empty strings in the notif-iter btr_string callbacks
1486 * Allow stream_id change in event class attributes
1487 * Add field validation logging
1488 * remove double bt_put
1489 * Text output plugin argument parsing
1490 * Implement output text plugin (basic)
1491 * Fix: documentation: refer to bt_put()
1492 * fix initialize stream which may be used in error paths
1493 * Coding standard clean-ups
1494 * fix leak of event class
1495 * fix leak of variant field path
1496 * stream leak in ctf_fs_iterator_next
1497 * Remove superflous set_current_packet_content_sizes
1498 * Add bt_notification_get_stream interface
1499 * Merge streams in ctf fs component
1500 * Validate notification type before casting
1501 * Remove unnecessary check of release callback on bt_ref_get
1502 * Large performance improvement by caching event class name and id
1503 * Fix: ensure that a stream class is not associated to a trace
1504 * Fix: SIGBUS error on reading past a file's end in mmap'ed region
1505 * Allow user data in heap compare function
1506 * Test bt_notification_heap
1507 * Implement the notification heap interface
1508 * Add bt_notification_heap interface
1509 * Validate ref count opt-in in bt_ref_get
1510 * Null check of plug-in properties in debug output
1511 * Make --plugin-path optional
1512 * Add bt_ctf_field_variant_get_tag
1513 * Fix space indentations
1514 * Add missing line-feeds in logging
1515 * Add support for statically-built plug-ins
1516 * Add bt_ctf_event_get_packet
1517 * Wrong file name in ctf/plugin.c header
1518 * Add test_ir_visit and test_trace_listener to the test list
1519 * Fix verbose and debug mode options
1520 * ctf-fs: missing component->streams NULL check
1521 * converter: parse 1.x and 2.0 options
1522 * Fix libadd referring to text plugin
1523 * Add missing text plugin files
1524 * Missing btr makefile
1525 * Add missing event notification implementation file
1526 * allow multiple ctf streams to be open
1527 * Rename correlator to muxer
1528 * Fix packet switch bug
1529 * Implement filter component type
1530 * Add filter component type
1531 * Sinks own their input iterators
1532 * text: Remove stream_timestamps hashtable
1533 * Docs: bt_ctf_stream_class_add_event_class comment typo
1534 * text: wip event formating
1535 * Fix source component memory leak
1536 * add end of stream notification
1537 * Plugins are alive!
1538 * add debug printout
1539 * Fix: uninitialized use of ctf_fs
1540 * Add reading loop to babeltrace binary
1541 * Implement notification iterator wrappers
1542 * Implement ctf fs iterator functions
1543 * Fix: path value retrieval memory leak
1544 * Init ctf fs data and metadata streams
1545 * Move remaining protorectoral files to ctf fs plugin
1546 * Accomodate component destructor API changes in text plugin
1547 * Add ctf fs iterator initialization
1548 * Check for NULL user destroy in iterator
1549 * Code standard cleanup
1550 * Implement base iterator interface
1551 * Add notification utility library
1552 * Add implementation of bt_component_source_set_iterator_init_cb
1553 * Cleanup ctf/fs/Makefile.am
1554 * Add bt_component_source_validate() implementation
1555 * Integrate ctf proto into the plugin build system
1556 * destroy_text must conform to bt_component_destroy_cb
1557 * Add ctf fs component skeleton
1558 * Reorder bt_component_status enum
1559 * Remove weird character from ctf-btr.h
1560 * Remove bt_ctf_clock_create_empty() usage
1561 * Add ctf-reader prototype
1562 * ir: make bt_ctf_field_type_copy() public
1563 * Tests: NULL clock names are now allowed
1564 * Add documentation to bt_ctf_clock_set_name
1565 * Allow NULL clock name
1566 * ir: allow the creation of an empty clock (nameless)
1567 * Workaround glib g_module_open bug
1568 * Missing dirent include in component-factory.c
1569 * Recursively search the plugin path
1570 * Tests: add trace listener interface test
1571 * trace listener test
1572 * Clean-up: use COMMON_TEST_LDADD to simplify Makefile
1573 * Implement trace listener interface
1574 * Change "handler" terminology to the more specific listener
1575 * Tests: add visitor interface test
1576 * Add CTF-IR visitor interface
1577 * Add trace moficiation notification handler interface
1578 * Docs: fix comment
1579 * Cast destroy_text to bt_component_destroy_cb
1580 * Update text plugin skeleton
1581 * Take ownership of component class in bt_component_source_create
1582 * Implement bt_component_sink_set_handle_notification_cb
1583 * Register sink components to the event notification by default
1584 * Implement sink validation function
1585 * Call plugin exit function before unloading
1586 * Implement bt_component_set_destroy_cb
1587 * Fix error check not checking for BT_COMPONENT_STATUS_OK
1588 * Make component class destructor optional
1589 * Update copyrights
1590 * Clarify bt_component_sink_handle_notification_cb semantics
1591 * Clarify bt_component_destroy_cb semantics
1592 * Clean-up in babeltrace.c
1593 * Leak fix
1594 * Add bt_component_sink_register_notification_type
1595 * Initialize component class init callback
1596 * Remove bt_component_set_error_stream
1597 * Warn on duplicate component class registration
1598 * Don't load plug-ins recursively by default
1599 * Bump library version to 2.0
1600 * Install plugins in $(libdir)/babeltrace/plugins
1601 * Plugins: rename reader -> fs, and symbols.c to plugin.c
1602 * Plugins: remove unnecessary stuff in Makefile.am files
1603 * Move plugin system sources to lib/plugin-system
1604 * Strip babeltrace.c
1605 * Add base plug-in skeletons
1606 * List detected component classes
1607 * Fix header guard
1608 * Component creation
1609 * Introduce public component class interface
1610 * Remove specialized reference counting functions
1611 * Plugin symbol resolving fix
1612 * Coding style fix
1613 * Build fix
1614 * text plugin test
1615 * Create sink plugins
1616 * Discover plugins in converter.c
1617 * Adapt plugin system to use unified reference counting
1618 * Add ctf-text entry point initialization comment
1619 * ctf-text plugin stub
1620 * Resolve plugin symbols
1621 * Introduce bt_plugin and bt_component_class
1622 * Load plugins and components
1623 * Start of bt_component_factory implementation
1624 * Docs: plugin-system.h documentation
1625 * Move initialization of components to init functions
1626 * Missing Makefiles
1627 * Add iterator and source implementations
1628 * Remove unneeded __cplusplus externs from source internal header
1629 * Implementation of bt_component_sink_handle_notification
1630 * Build fix and sink implementation
1631 * Rename plugin.c to component.c in Makefile
1632 * Rename plugin implementation to component
1633 * Rename to separate the plug-in and component notions
1634 * Rename plugin-internal.h to component-internal.h
1635 * Missing notification parameter in bt_component_sink_handle_notification
1636 * More modifications
1637 * Integrate modifications after plugin review
1638 * Add options to ctf-text plugin
1639 * Implement ctf text output plug-in stub
1640 * Build system: build reader plug-in stub
1641 * Add initial plug-in stubs
1642 * More build fixes
1643 * build fixes
1644 * remove extra line in reader
1645 * Implement source plugin base
1646 * Error stream is now an attribute of the base plugin class
1647 * Implement plugin base class
1648 * Start ctf reader implementation stub
1649 * Add headers to build system
1650 * Notification interfaces
1651 * Add notification documentation
1652 * iterator documentation
1653 * Add notification iterator documentation
1654 * source interface documentation
1655 * plugin-system.h documentation
1656 * Add missing header plugin-system.h
1657 * Minor fixes
1658 * Add javadoc documentation of plugin-lib interface
1659 * Javadoc fixes
1660 * Comment plug-in error codes
1661 * Document plug-in interface
1662 * Plug-in system update
1663 * Add discarded events notification type
1664 * Plug-in API corrections
1665 * Reader plugin skeleton
1666 * Add plugin base implementation
1667 * Add plugin interface to build system
1668 * Initial plug-in interface draft
1669 * Port: Add glib g_mkdtemp to mkdtemp wrapper
1670 * Port: Use glib g_mkdir
1671 * Cleanup: bt namespace for compat glib
1672 * Cleanup: bt namespace for compat memstream.h
1673 * Cleanup: bt namespace for compat timegm
1674 * Cleanup: bt namespace for compat strerror_r
1675 * Use glib portable macros to convert gpointer to int
1676 * ax_lib_elfutils -> bt_lib_elfutils
1677 * m4/ax_lib_elfutils.m4: use m4_default() for optional args.
1678 * m4/ax_lib_elfutils.m4: add cache variable
1679 * Fix: text output missing separator when printing the domain
1680 * Fix: perform an explicit stdout flush in live even on empty packets
1681 * Fix: documentation: output plugin is called ctf-metadata
1682 * Fix: Use autoconf provided grep in test_formats
1683 * babeltrace: add test for babeltrace --list
1684 * Add empty plug-in hooks to prevent their elimination by the linker
1685 * Remove useless PACKAGE_LIBS substitution
1686 * Do not use g_quark_from_static_string in unloadable code
1687 * CTF writer: Add function to add an integer environment field value
1688 * python: Add stream event context support
1689 * debug info: Call register_event_debug_infos for all events
1690 * Typo: configure.ac implemenation -> implementation
1691 * configure: fix uuid support detection on static build
1692 * Fix: don't assert on lib unload failure
1693 * Use lib unload events to prune library mappings
1694 * Rename handle_dlopen_event to handle_lib_load_event
1695 * Use lttng-ust's new load event to track library mappings
1696 * Tests: no substitution needed for multi-trace intersection test
1697 * Tests: dereference of NULL pointer on allocation failure
1698 * Tests: abort dwarf test on open() failure
1699 * Fix: lttng-live does not set a trace descriptor
1700 * Tests: Unchecked return value in test_ctf_writer
1701 * Tests: unchecked return value in test_ctf_writer
1702 * Tests: Add missing --merge LOG_DRIVER_FLAGS
1703 * Fix: strerror_r behavior is glibc specific
1704 * sys/param.h is required for MAXNAMLEN on musl libc
1705 * Tests: unchecked return values in test_ctf_writer
1706 * Tests: Unchecked return values in test_ctf_writer
1707 * Tests: unchecked return values in test_ctf_writer
1708 * Tests: Unchecked return value in test_ctf_writer
1709 * Fix: undefined bit shift operation when printing octal numbers
1710 * Fix: Wrong variable checked in bin_info_child_die_has_address
1711 * Fix: unchecked bt_ctf_field_type_set_alignment return value
1712 * Fix: unchecked return value of bt_ctf_field_type_variant_get_field
1713 * Fix: validate return value of bt_ctf_field_get_type_id
1714 * Fix: Only close valid fds in is_valid_debug_file
1715 * Fix: Free die_name in bin_info_lookup_cu_function_name
1716 * Fix: Don't dereference null ptr in error path
1717 * Standardise spelling of debug info
1718 * Fix: typo in --disable-debug-info in configure error message
1719 * Docs: change --clock-raw to --clock-cycles
1720 * Display binary location even if source and symbol lookups fail
1721 * Copy bindings sources to build directory
1722 * bootstrap: Standardize on autoreconf -vi
1723 * Move Python bindings to babeltrace subfolder
1724 * Tests: Multi-trace stream intersection test
1725 * Change behaviour of stream-intersection with multiple traces
1726 * Python bindings: PEP8 mandates two blank lines before class
1727 * Fix: ctf-text: signed base 8, 16 printout
1728 * Fix: debug-info feature enable/disable
1729 * Fix: swapped libelf and libdw names in configure error message
1730 * Don't use the .so extension on test assets
1731 * Fix: warnings on Solaris10
1732 * Add missing generated tests to gitignore
1733 * Fix: report error when lttng-live is provided with an IPv6 address
1734 * Fix: invalid mix of ctf_type_id and bt_ctf_scope enums
1735 * Fix: PATH_MAX requires limits.h on OS X and Solaris
1736 * Static build fix: change link order of libtestcommon.la
1737 * Clean-up: change space indentation to tabs
1738 * Test fix: clean trace files left behind by test_ctf_ir_ref
1739 * Clean-up: Missing space after cast operator
1740 * Fix: overflow of signed integer results in undefined behaviour
1741 * Fix: potential close() of uninitialized elf_fd
1742 * Clean-up: add missing new line after end of function
1743 * Clean-up: remove extra newline in bin-info.c
1744 * Clean-up: fix comment style in bin-info.c
1745 * Add tap-driver.sh from automake
1746 * Tests: skip certain bin-info tests on failure to prevent segfault
1747 * Tests: strip ELF symbols from debuginfo-data executables with separate DWARF
1748 * Python bindings: add has_intersection property to TraceCollection
1749 * Python bindings: make intersect_mode read-only property
1750 * Tests: Add missing debuginfo files to dist
1751 * Use tar-ustar format for dist
1752 * Tests: Replace prove by autotools tap runner
1753 * Cleanup test scripts
1754 * Fix: Don't clean test scripts
1755 * Fix: Make test_dwarf and test_bin_info tests work out-of-tree
1756 * Handle test_ctf_writer_complete like the other tests scripts
1757 * Fix: let automake handle CLEAN and DIST
1758 * Fix: Remove test_seek_empty_packet and test_seek_big_trace from SCRIPT_LIST
1759 * configure: introduce new macro AX_LIB_ELFUTILS
1760 * Docs: fix typos in babeltrace-log(1) manpage
1761 * Docs: update debuginfo doc
1762 * Add configure report
1763 * configure: check for elfutils (libelf and libdw) >= 0.154
1764 * Set the minimal version of elfutils to 0.154
1765 * Doc: Add elfutils to README
1766 * Typo: succesful* -> successful*
1767 * Fix: return -1 on bin_info_lookup_dwarf_function_name failure
1768 * Harmonize spelling of debug-info
1769 * Warning fix: pointer may be uninitialized if assertions are disabled
1770 * Indicate default debug-info build settings in configure help
1771 * Disable debuginfo by default on Solaris and OSX
1772 * Docs: Add --debug-info-target-prefix to man page
1773 * Add source and information to regenerate debuginfo-data
1774 * Use bool where possible in dwarf and bin-info
1775 * Rename so-info to bin-info
1776 * Use printf_debug/verbose in so-info
1777 * Fix: update tests for new dwarf func name output
1778 * Update debuginfo to match UST event rename
1779 * Use g_build_path for DWARF build_id lookup
1780 * Add --debug-info-target-prefix
1781 * Refactor offset string printing out of ELF and DWARF lookups
1782 * Print offset relative to function when using DWARF
1783 * Print bin location first
1784 * Add binary location information
1785 * Fix: prevent uninitialized use of elf_file
1786 * Only set so info ELF file when needed
1787 * Use is_pic field instead of reading ELF header
1788 * Fix: make short_src_path from src_path
1789 * Tests: clean generated tests scripts
1790 * Tests: Add missing test scripts to gitignore
1791 * Tests: Use AC_CONFIG_FILES to generate test scripts
1792 * Docs: Add debug-info option to BABELTRACE(1)
1793 * Print "binary+offset" when function name can't be resolved
1794 * Fix: Don't skip binary path print-out in ELF-only case
1795 * Show binary path as part of debug info
1796 * Add --debug-info-full-path option and shorten source name
1797 * Rename opt_debug_dir to opt_debug_info_dir
1798 * Clean-up: mark test symbols as static
1799 * Fix: Remove traces left over from ctf-writer tests
1800 * Fix: cast of 64 bit addresses from trace to 32-bit pointer
1801 * Tests: dynamically create test list based on enabled features
1802 * Add intersect mode to python bindings
1803 * Add bt_ctf_iter_create_intersect to CTF iterator API
1804 * Clean-up: remove dead assignment
1805 * Tests: erroneous check after bt_ctf_clock_set_offset_s
1806 * Docs: add high-level debug info doc
1807 * Tests: add unit tests for so_info
1808 * Tests: add unit tests for bt_dwarf
1809 * Initial implementation of the debuginfo API
1810 * Fix: lttng-live flush when output to file
1811 * Fix: lttng-live use g_free rather than free
1812 * Store "tracer_name" from the trace's environment
1813 * Fix: Missing pointer dereference in NULL check
1814 * Fix: leak of stream intersection positions
1815 * Remove useless bt_iter when creating intersection
1816 * Add new test artifacts to .gitignore
1817 * Tests: use templates for stream intersection and packet_seq_num
1818 * Tests: fix OOT build by adding test scripts to noinst_SCRIPTS
1819 * Docs: Add --stream-intersection to the BABELTRACE(1) man page
1820 * Rephrase error message
1821 * Test the stream intersection feature
1822 * Option to only show streams' intersection
1823 * Tests for packet_seq_num handling
1824 * Fix: lttng-live data_size and version endianness
1825 * test_ctf_ir_ref.c: fix coding style
1826 * test_ctf_writer.c: test packet functions
1827 * Fix: do not set event's parent to a non-writer stream
1828 * ir: bt_ctf_stream_append_event(): do not always reset parent
1829 * ir: bt_ctf_event_set_packet(): check for common stream class
1830 * test_ctf_ir_ref.c: fix indentation
1831 * test_ctf_ir_ref.c: test all permutations of put
1832 * Solaris build fix: missing inclusion of endian.h
1833 * ref.h: add C++ guards
1834 * test_ctf_writer.c: test bt_ctf_clock_ns_from_value()
1835 * Cleanup: lift function call outside of condition
1836 * ir: add bt_ctf_clock_ns_from_value() utility
1837 * ir: move clock value accessors to writer header
1838 * test_ctf_writer.c: test writer/non-writer clock value accessors
1839 * ir: move bt_ctf_stream_class_set_clock() to writer header
1840 * ir: disable clock value accessors in non-writer mode
1841 * ir: add bt_ctf_event_get_clock_value()
1842 * ir: bt_ctf_stream_append_event(): do not append event with parent
1843 * ir: remove unused event header/context fields from stream
1844 * ir: add optional name property to stream
1845 * test_ctf_writer.c: test bt_ctf_stream_create()
1846 * ir: make bt_ctf_stream_create() public
1847 * test_ctf_writer.c: test stream class clock -> trace clock
1848 * ir: bt_ctf_trace_add_stream_class(): add stream class's clock
1849 * ir: remove unused bt_ctf_event_copy()
1850 * ir: verify stream mode in stream functions
1851 * ir: freeze event on bt_ctf_stream_append_event()
1852 * ir: add bt_ctf_event_freeze()
1853 * ir: add bt_ctf_field_freeze()
1854 * ir: remove bt_ctf_trace_get() and bt_ctf_trace_put()
1855 * ir: move writer-specific declarations to writer header
1856 * ir: remove event header accessors from stream
1857 * ir: add bt_ctf_event_set_packet()
1858 * ir: add public bt_ctf_packet object
1859 * ir: move the stream event ctx field to the event
1860 * ir: remove unused event_headers member from struct bt_ctf_stream
1861 * ir: validate integer FT's mapped clock against signedness
1862 * ir: clock: use value in cycles instead of ns
1863 * ir: freeze mapped clock when freezing integer FT
1864 * ir: freeze clocks when freezing a trace
1865 * ir: split event files into event and event-class files
1866 * ir: rename event-fields/event-types -> fields/field-types
1867 * ir: rename ctf_type_id -> bt_ctf_type_id
1868 * ir: rename ctf_string_encoding -> bt_ctf_string_encoding
1869 * ir: rename bt_ctf_field_path_get_root()
1870 * ir: rename bt_ctf_node -> bt_ctf_scope
1871 * ir: add public bt_ctf_field_path object
1872 * ir: rename bt_ctf_field_type_variant_set_tag()
1873 * Add validation/resolving tests
1874 * test_bt_values.c: fix top comment
1875 * ir: freeze attributes when freezing an event
1876 * Fix scan-build warning of potential NULL dereference
1877 * ir: refactor FT validation and resolving
1878 * ir: allow to set variant FT's tag FT even when frozen
1879 * ir: add internal bt_ctf_field_path_clear()
1880 * ir: validate field types on field creation
1881 * values: fix indentation
1882 * ref.h: fix doc
1883 * values: add `_empty` prefix when relevant
1884 * BT_MOVE(): call bt_put(_dst)
1885 * Fix: bt_ctf_field_type_floating_point_copy(): set self references
1886 * Add bt_ctf_field_type_compare(): field type deep comparison
1887 * ir: event-types-internal.h: fix comment
1888 * ir: add user byte order to integer/float types
1889 * test_ctf_writer.c: assert() unchecked return values
1890 * ir: bt_ctf_stream_class_set_byte_order(): EC is already frozen
1891 * Python bindings: remove unnecessary semi-colons
1892 * Python bindings: missing error check in Clock precision setter
1893 * Python bindings: accomodate API changes introduced for negative time
1894 * Remove stale comment from event destructor
1895 * Handle negative time and offset from Epoch
1896 * Fix: CTF parser: accept signed constant literals
1897 * Fix: out-of-bound memory access
1898 * Fix out-of-tree tests: seek tests can't find traces
1899 * Tests: Fix test plans and do not skip on fail
1900 * Fix: Check return value of fpathconf
1901 * Fix: BABELTRACE_HAVE_LIBC_UUID misspelled as BT_HAVE_LIBC_UUID
1902 * Fix: check for socket lib before function checks
1903 * Port: Add OSX libuuid compat
1904 * Port: Add OSX mman.h compat
1905 * Port: Add OSX endian.h compat
1906 * Cleanup: remove unused label 'end'
1907 * Fix: Wrong variable checked for allocation failure
1908 * Implement new CTF-IR reference counting scheme
1909 * Use bt_put instead of bt_ctf_field_put as release callback
1910 * Clean-up bt_put() implementation
1911 * Object: Acquire reference to parent on first acquired reference
1912 * Tests: Add CTF-IR reference counting test
1913 * Return pointer when using bt_get()
1914 * Add internal bt_object reference count accessor
1915 * Docs: Document reference counting scheme implemented by Object
1916 * Add parented object memory management to the Object interface
1917 * Do not use g_list_free_full
1918 * Update version to 2.0.0-pre
1919 * Only compare "bison -y" to the basename of YACC variable
1920 * Python bindings: work around Python 3.5 behaviour change
1921 * Output a warning if packets are lost
1922 * Clean-up: Use memset() to initialize packet_index
1923 * Support ctf index version 1.1
1924 * Cleanup: Don't hardcode include paths unnecessarily
1925 * Fix: include ctf-scanner-symbols.h to prefix yy_* symbols
1926 * Fix: missing includes break the out-of-tree build
1927 * Fix: memstream compat layer requires use of babeltrace_close_memstream
1928 * compat send no SIGPIPE: multithread-safe
1929 * Fix: truncated value in fgetc() usage
1930 * Fix: handle EINTR return value for bt_posix_fallocate
1931 * Configure: Add missing checks
1932 * Implement bt_getline
1933 * Fix: initialize getline linesize argument to 0
1934 * Fix: warning, may be used uninitialized
1935 * Port: Replace dirent->d_type by stat S_ISREG
1936 * Port: Include config.h globally trough DEFAULT_INCLUDES
1937 * Port: Add compat for dirfd
1938 * Port: Add compat for mkdtemp
1939 * Port: Add compat for strnlen and strndup
1940 * Port: Use bash to run tests
1941 * Port: Implement faccessat wrapper
1942 * Port: implement posix_fallocate wrapper
1943 * Port: Set required compiler flags to use pthreads
1944 * Port: Add configure check for __attribute__ support
1945 * Port: cleanup and portability fix to configure.ac
1946 * Port: Add support for linkers with no support for 'no-as-needed'
1947 * Port: Add compat for platforms with no MSG_NOSIGNAL or SO_NOSIGPIPE
1948 * Port: Add AX_LIB_SOCKET_NSL macro to configure.ac
1949 * Port: Replace bzero() by memset()
1950 * Port: Add dummy.c to libcompat
1951 * Port: uname can return a positive value on success
1952 * Port: Replace NAME_MAX by MAXNAMLEN
1953 * Change UUID API prefix from babeltrace_ to bt_
1954 * Port: Add Solaris libuuid compat
1955 * Port: Add Solaris endian.h compat
1956 * Port: make bootstrap script work on most shell
1957 * Fix: babeltrace-log packet seek
1958 * Fix: posix_fallocate() returns int > 0 on errors
1959 * Configure: add check for type
1960 * Configure: add check on headers
1961 * Configure: add missing check for used funcs
1962 * Fix: add compat for glib < 2.32
1963 * Fix: make check in OOT build with absolute path
1964 * Fix: make check in out of tree build
1965 * Fix: 32bit values index_major/minor used as 64bit
1966 * Hide the packet_seq_num field
1967 * ir: add bt_ctf_field_type_sequence/array_set_element_type()
1968 * ir: do not cache variant type's alignment
1969 * Fix: test_ctf_writer: assert() without side effects
1970 * ir: empty structures are legal in CTF
1971 * ir: add field instance type ID helpers
1972 * ir: add bt_ctf_field_get_type_id()
1973 * ir: add field type ID helpers
1974 * Unify reference counting using a common bt_object base
1975 * ir: add bt_ctf_trace_get_stream_class_by_id()
1976 * ir: add internal field path getters
1977 * Rename bt_object to bt_value
1978 * ir: add BT_CTF_MOVE()
1979 * test_ctf_writer.c: use bt_ctf_put() everywhere
1980 * ir: consolidate reference counting functions
1981 * Fix: allow structure types to have a minimum align
1982 * test_ctf_writer: add type alignment tests
1983 * Fix: require power of two for type alignment
1984 * Fix: do not init. BO of enums/arrays/sequences
1985 * Build: Update m4 for bison & flex version check to match autoconf-archive file
1986 * Build: add version check on flex
1987 * Build: add version check on autoconf
1988 * Build: m4 macro for Bison version check
1989 * Test: Add a test to ensure multiple keywords can be used in a field path
1990 * Fix: Missing postfix_expression DOT keywords in CTF grammar
1991 * Fix: Create stream after adding its stream class to a trace
1992 * Fix: Remove overly-strict freeze check on variants and structures
1993 * Docs: A stream has no ownership of its trace
1994 * Fix: Missing NULL check in bt_ctf_field_sequence_destroy
1995 * Add test_bt_objects to .gitignore
1996 * ir: add tests for bt_ctf_field_variant_get_current_field()
1997 * ir: add bt_ctf_field_variant_get_current_field()
1998 * Clean-up: get_field_type should only have one return statement
1999 * Fix: bt_ctf_trace_freeze must fail if type resolving fails
2000 * Fix: Return a variant's alignment as 0 (undefined).
2001 * ir: copy variants and sequences when setting a field path
2002 * Fix: ir: disallow setting the alignment of certain types
2003 * ir: compute array, sequence and structure alignment dynamically
2004 * ir: support optional parameters in bt_ctf_field_type_variant_get_field
2005 * ir: support optional parameters in bt_ctf_field_type_structure_get_field
2006 * Clean-up: clean multi-line function call
2007 * Tests: fix possible null pointer dereference
2008 * Fix: Check validity of returned ctf_type_id
2009 * Fix: Missing check that token linked-list is not NULL
2010 * ir: validate sequence length fields and variant tags of stream classes
2011 * ir: validate sequence length fields and variant tags of event classes
2012 * ir: Implement a field type visitor to resolve dynamic scopes
2013 * ir: only perform trace freeze if not already frozen
2014 * Clean-up: line exceeding 80 chars in trace.c
2015 * Docs: add comment about bt_ctf_trace_add_stream_class validation
2016 * ir: add bt_ctf_field_type_variant_set_tag()
2017 * ir: add tag field path to variant field type
2018 * ir: add length_field_path to sequence field type
2019 * ir: add bt_ctf_field_path internal API
2020 * ir: add bt_ctf_field_type_variant_get_field_name_index()
2021 * ir: add bt_ctf_field_type_structure_get_field_name_index()
2022 * Clean-up: Missing space in event-types-internal.h
2023 * Docs: Updated available input formats on manpage
2024 * ir: add tests for bt_ctf_event_copy()
2025 * Fix: ir: match .h names for get/set_header()
2026 * ir: add bt_ctf_event_set_payload_field()
2027 * ir: add bt_ctf_event_get_payload_field()
2028 * ir: add bt_ctf_event_copy() (event deep copy)
2029 * ir: add tests for bt_ctf_field_copy()
2030 * ir: make bt_ctf_field_copy() public
2031 * Fix: ir: copy struct/seq/array NULL fields
2032 * Fix: ir: incr ref of existing sequence/array field
2033 * Fix: ir: return current variant's field if possible
2034 * Fix: ir: seq copy: initialize internal array
2035 * Fix: ir: bt_ctf_field_copy(): copy payload_set
2036 * objects: Doxygen: note about frozen copy
2037 * Docs: weird phrasing in Babeltrace(1)
2038 * Replace g_string_insert_len() by g_string_append_len()
2039 * Add tests for bt_ctf_field_string_append_len()
2040 * ir: add bt_ctf_field_string_append_len()
2041 * Add tests for bt_ctf_field_string_append()
2042 * ir: add bt_ctf_field_string_append()
2043 * Fix: return event timestamp in _timestamp_at_pos
2044 * Fix: ir: make sure "stream_id" attr is always right
2045 * Tests: add environment field can be added after stream creation
2046 * Fix: Allow the addition of environment fields to a frozen trace
2047 * Cleanup: Remove unused trace environment types
2048 * Cleanup: introduce internal bt_ctf_trace_freeze()
2049 * Move bt_ctf_attributes API to internal headers
2050 * Remove stale file from include/Makefile.am
2051 * Fix: possible NULL pointer dereference in CTF Writer/IR tests
2052 * Fix: Ensure assertions have no side-effect
2053 * Fix: Uninitialized return value in bt_ctf_event_class_get_id
2054 * ir: add tests for bt_ctf_event's stream accessor
2055 * ir: add tests for bt_ctf_stream_class trace accessor
2056 * ir: add trace accessor to bt_ctf_stream_class
2057 * ir: add stream accessor to bt_ctf_event
2058 * Cleanup: remove unused bt_ctf_stream_set_trace function
2059 * ir: add weak reference to parent trace to bt_ctf_stream_class
2060 * ir: add weak reference to parent stream to bt_ctf_event
2061 * ir: add tests for duplicate event classes
2062 * Fix: ir: make duplicate event classes check smarter
2063 * ir: add tests for event class attributes
2064 * ir: add attributes support to event classes
2065 * ir: make trace environment use bt_object
2066 * objects: Doxygen: bt_object_type: minor fix
2067 * objects: optimize loops by using i instead of x
2068 * objects: Doxygen: add cross-references
2069 * objects: Doxygen: more details on bt_object_null
2070 * objects: add bt_object_freeze() and more statuses
2071 * objects: make static functions also inline
2072 * objects: Doxygen: \i -> \em
2073 * objects: introduce enum bt_object_status
2074 * objects tests: bt_object_array_set()
2075 * objects: add bt_object_array_set()
2076 * objects: simplify destroy functions
2077 * objects: use GPtrArray instead of GArray
2078 * Fix: remove test_bt_objects from SCRIPT_LIST
2079 * Mark object type check functions as static
2080 * ir: add tests for bt_ctf_stream_class_get_event_class_by_id()
2081 * ir: add bt_ctf_stream_class_get_event_class_by_id()
2082 * ir: add tests for bt_ctf_trace_get_clock_by_name()
2083 * ir: add bt_ctf_trace_get_clock_by_name()
2084 * Add basic object system tests
2085 * Add basic object system
2086 * Change version from 1.3.0 to 1.3.0-pre
2087 * Fix: Don't increment automatic stream-id twice
2088 * Implement bt_ctf_trace stream class accessors
2089 * Tests: Add a bt_ctf_trace_get/set_byte_order() test
2090 * Implement bt_ctf_trace_get_byte_order()
2091 * Implement bt_ctf_field_type_variant_set_tag_name()
2092 * Fix: CTF 1.8 mandates that event "fields" must be a structure
2093 * Fix: check string payload for NULL before calling g_string_free()
2094 * Implement bt_ctf_event_class_get/set_payload()
2095 * Cleanup: move type_id initialization after byte order check
2096 * Add Variant and Sequence IR type validation checks
2097 * Remove alias getter from IR field interface
2098 * Mark internal IR field function pointers as const
2099 * Add bt_ctf_field_type_copy() which allows deep copy of IR types
2100 * Allow unset tags on variant field types
2101 * Update version to 1.3.0
2102 * Fix: Ensure stream endianness is set when initializing event class
2103 * Fix: Check stream fd value before closing
2104 * Fix: missing allocation error check
2105 * Freeze event classes as they are added to a stream class
2106 * Tests: ensure that an event may be instanciated before its stream
2107 * Docs: event class must have a stream class before events may be created
2108 * Fix: Missing stdint.h in trace.h
2109 * Fix: Missing stdint.h in stream.h
2110 * Fix: Missing stdint.h in stream-class.h
2111 * Fix out-of-tree build for Python bindings + doc
2112 * Tests: Add tests for trace environment field accessors
2113 * Add trace environment field getters
2114 * Support the addition of integer trace environment fields
2115 * CTF-IR: Support unnamed streams
2116 * Fix: out-of-tree dist fails to find test traces
2117 * Fix running tests out of tree
2118 * Python: add Sphinx doc project
2119 * Python: writer.IntegerBase: remove redundant prefixes
2120 * Python: add reader.IntegerFieldDeclaration.size
2121 * Python: document writer.Writer
2122 * Python: document writer.Stream
2123 * Python: document writer.StreamClass
2124 * Python: document writer.Event
2125 * Python: document writer.EventClass
2126 * Python: document writer.StringField
2127 * Python: document writer.SequenceField
2128 * Python: document writer.ArrayField
2129 * Python: document writer.VariantField
2130 * Python: document writer.StructureField
2131 * Python: document writer.FloatingPointField
2132 * Python: document writer.EnumerationField
2133 * Python: document writer.IntegerField
2134 * Python: document writer.Field
2135 * Python: document writer.StringFieldDeclaration
2136 * Python: document writer.SequenceFieldDeclaration
2137 * Python: document writer.ArrayFieldDeclaration
2138 * Python: document writer.VariantFieldDeclaration
2139 * Python: document writer.StructureFieldDeclaration
2140 * Python: document writer.FloatingPointFieldDeclaration
2141 * Pytnon: document writer.EnumerationFieldDeclaration
2142 * Python: document writer.IntegerFieldDeclaration
2143 * Python: add top-level class writer.IntegerBase
2144 * Python: document writer.FieldDeclaration
2145 * Python: document writer.Clock
2146 * Python: document writer.EnumerationMapping
2147 * Python: examples: import explicit BT modules
2148 * Python: split API in reader/writer modules
2149 * Python: document IntegerFieldDeclaration
2150 * Python: document VariantFieldDeclaration
2151 * Python: document StringFieldDeclaration
2152 * Python: document StructureFieldDeclaration
2153 * Python: document FloatFieldDeclaration
2154 * Python: document SequenceFieldDeclaration
2155 * Python: document ArrayFieldDeclaration
2156 * Python: document EnumerationFieldDeclaration
2157 * Python: document FieldDeclaration
2158 * Python: document EventDeclaration
2159 * Python: document FieldError
2160 * Python: document Event
2161 * Python: document CTFScope
2162 * Python: document CTFTypeId
2163 * Python: document ByteOrder
2164 * Python: document CTFStringEncoding
2165 * Python: document TraceHandle
2166 * Remove print_format_list Python function
2167 * Python: document TraceCollection
2168 * Python: CTFWriter: forbid Stream.__init__()
2169 * Python: CTFWriter: add FloatingPointFieldDeclaration
2170 * Python: CTFWriter: FloatFieldingPoint -> FloatingPointField
2171 * Python: bt: do not expose ClockType
2172 * Python: remove useless 'return None'
2173 * Python: bt.py: PEP 8 + improve readability
2174 * Python: remove explicit inheritance from object
2175 * Python: decouple Python iface from native binding
2176 * Populate event header from mapped timestamp clock
2177 * Map default event header timestamp field to the stream class' clock
2178 * Fix: erroneous use of semicolon instead of comma in TSDL serialization
2179 * Fix: Don't freeze field type on addition to structure
2180 * Tests: fix misleading comment
2181 * CTF-Writer tests: Delete trace after test
2182 * Add support for clock mapping on integer field type
2183 * Docs: fix bt_ctf_clock_get_offset function header
2184 * ctf-ir: allow 1-bit signed integer types
2185 * ctf-ir: disallow creating a 0-bit integer type
2186 * Fix: missing paragraph in python bindings license (MIT)
2187 * Tests: Add event packet header accessors test
2188 * Tests: Don't use diag() to output errors from child processes
2189 * Cleanup: line over 80 chars
2190 * Add support for custom event headers
2191 * Cleanup: Use a switch case instead of conditionals
2192 * Fix: Field types native byte order refers to the trace
2193 * Fix: duplicate function declaration in stream.h
2194 * Test: Add a test that validates that empty streams are valid
2195 * Fix: lazy-mmap() streams when flushing
2196 * Fix: lock stream class after assigning stream id
2197 * Fix: handle 64-bit trace IDs on 32-bit systems
2198 * Fix: print format type mismatch warnings on 32-bit
2199 * Add utility function to validate CTF identifiers
2200 * Revert "Add event header accessors and support for custom event headers"
2201 * Fix: missing parenthesis in offset_align_floor
2202 * Add event header accessors and support for custom event headers
2203 * Tests: Add tests for stream class accessor
2204 * Add missing stream class accessor
2205 * Cleanup: Typo in bt_ctf_field_type_integer_create's documentation
2206 * Tests: Add tests for trace packet header accessors
2207 * Add stream packet header accessors
2208 * Add trace packet header accessors and support custom headers
2209 * Fix: Only allow setting a stream class when not frozen
2210 * Fix: allow empty CTF files
2211 * Revert test fix: uncomment trace unlink
2212 * Tests fix: Unchecked return value
2213 * Tests: Add event context accessors unit tests
2214 * Docs: Indicate that stream event context is sampled on event append
2215 * Add event context accessors
2216 * Docs: Remove extra underscore from function header
2217 * Fix: Check integer signedness in packet header when auto-populating
2218 * Docs: Add a comment about event validation in bt_ctf_stream_append_event
2219 * Cleanup: Misplaced end label in bt_ctf_stream_get_packet_context
2220 * Tests: Add unit tests for stream event context accessors
2221 * Add stream_event_context accessors
2222 * Cleanup: Remove unnecessary argument name
2223 * Tests: Add unit tests for stream event context accessors
2224 * Cleanup: Missing whitespace in comment
2225 * Fix: Only allow setting a packet context on a non-frozen stream class
2226 * Add stream_event_context accessors
2227 * Implement bt_ctf_field deep copy
2228 * Fix: Incorrect variant tag validation
2229 * Fix: Missing description NULL check in bt_ctf_clock when serializing
2230 * Fix: Ensure a packet context is a structure
2231 * Add comment indicating the type of ctf_traces' elements
2232 * Fix: sanity check in iterator creation
2233 * Fix: iterate manually over each live trace to add to catch errors
2234 * Remove duplicate include of unistd in test_ctf_writer
2235 * Fix: make sure we can exit the get_new_metadata loop
2236 * Fix: respect signed integers' length when printing in hex base
2237 * Ensure types used for index and count in CTF IR API match
2238 * Cleanup: Missing space after cast operator
2239 * Tests: add tests for the new trace and trace clock accessors
2240 * Add trace accessor to CTF Writer
2241 * Add clock accessor to CTF IR Trace
2242 * Reuse existing g_string instance when setting a clock name
2243 * Don't automatically generate a clock UUID in _bt_ctf_clock_create
2244 * Add missing trace-internal.h header file
2245 * Add an alias name attribute and accessor to CTF IR field type
2246 * Add internal nameless clock creation API
2247 * Add Trace CTF IR type
2248 * Python bindings clean-up: missing file headers style fixes
2249 * Docs fix: Change bt_ctf_writer_create_stream return description
2250 * Python bindings clean-up: file headers style fix
2251 * Change CTF IR header descriptions from CTF Writer to CTF IR
2252 * Detect Python packages directory on configure
2253 * Python bindings: fail configure if python version < 3.0
2254 * Add PEP8 style guide requirement to the CodingStyle
2255 * Python bindings: Make bindings PEP8 compliant
2256 * Python bindings: Make examples PEP8 compliant
2257 * Python bindings: clarify invalid argument type exception
2258 * Python bindings docs: clarify add_event_class comments
2259 * Python bindings: Add packet context accessors
2260 * Documentation fix: add expected types to packet context accessors
2261 * Python bindings: Add UUID accessors to the Clock class
2262 * Clean-up: remove extra whitespace in ctf-ir/clock.h
2263 * Python bindings: cleanup whitespace
2264 * Python bindings: add "datetime" property to the Event class
2265 * Tests: check for < 0 rather than -1 specifically
2266 * Tests: cleanup extra whitespace
2267 * Tests: Add tests for new clock UUID accessors
2268 * Add UUID accessors to CTF-IR clock
2269 * Fix: scan-build warnings in CTF Writer/IR tests
2270 * Fix: offset_s and CTF clocks with frequency != 1GHz
2271 * Fix: incorrect compiler warning
2272 * Fix: Don't assume that PROT_WRITE grants read permissions
2273 * Fix: align objstack on 8 bytes
2274 * Fix Python: Add a comment warning about an API limitation
2275 * Replace usages of limits.h with the compatibility header
2276 * Tests: Return from main instead of calling exit()
2277 * Use BABELTRACE_HOST_NAME_MAX in test_ctf_writer.c
2278 * Add limits compatibility header
2279 * Fix: don't perform unaligned integer read/writes
2280 * Add stream packet header accessors
2281 * Reuse previously allocated string when setting value
2282 * Fix: bt_ctf_field_type_structure_add_field argument validation
2283 * Fix: mmap trace read the stream_id from the first packet
2284 * Fix: check the lttng-relayd protocol version
2285 * Fix: don't update the trace collection if no new streams were received
2286 * Remove logically dead code
2287 * Add Python bindings for CTF-IR stream getters
2288 * Tests: Add stream getter tests
2289 * Implement CTF-IR stream getters
2290 * Move CTF-Writer stream to CTF-IR
2291 * Add Python bindings for CTF-IR stream class getters
2292 * Tests: Add stream class getter tests
2293 * Implement CTF-IR stream class getters
2294 * Add Python bindings for CTF-IR event getters
2295 * Tests: Add event getter tests
2296 * Implement CTF-IR event getters
2297 * Fix: Set the stream class' id in the packet header
2298 * Remove unecessary linking on libbabeltrace-ctf-text
2299 * Add Python bindings for CTF-IR event-types getters
2300 * Tests: Add an array type and field test
2301 * Tests: Add event types getter tests
2302 * Implement CTF-IR field types getters
2303 * Clean-up: Remove unecessary line break
2304 * Add Python bindings for CTF-IR event-field getters
2305 * Update CTF-Writer and CTF-IR copyrights
2306 * Tests: Test CTF-IR event-field's getters
2307 * Docs: CTF-IR sequence's length field must be unsigned
2308 * Implement CTF-IR event fields getters
2309 * Fix: Check that enumeration container types are integers
2310 * Add bt_ctf_field_type_enumeration private search functions
2311 * Add Python bindings for CTF-IR clock's getters
2312 * Tests: Test CTF-IR Clock's getters
2313 * Implement CTF-IR Clock getters
2314 * Split the CTF-Writer implementation in IR and Writer parts
2315 * Split the CTF-Writer API into IR and Writer-specific parts
2316 * Split ctf-writer's stream.h into stream.h and stream-class.h
2317 * Fix (Python bindings): Return a string if a sequence's element are chars
2318 * Fix: don't use a return code in _bt_ctf_stream_append_discarded_events
2319 * Fix: Report the sequence's length field's value as length
2320 * Fix: Align buffers from objstack_alloc on sizeof(void *)
2321 * Add fallback for betoh/htobe if they do not exist
2322 * Fix: Variable name typo in SequenceField and Event classes
2323 * Fix python: remove weird char at the end of line
2324 * Added bt_ctf_get_decl_event_id() API function.
2325 * Fix: add missing files to gitignore
2326 * Fix: ctf-text: add missing double-quotes around enum tag
2327 * Use autoconf AM_MAINTAINER_MODE
2328 * Fix: Support out of tree builds in babeltrace
2329 * Fix: Add missing lttng_live_should_quit checks
2330 * Fix: Report errors occuring in lttng_live_read
2331 * Add README to dist_doc_DATA
2332 * Remove outdated Python binding documentation
2333 * Fix: Accept an input port in the live URL when no session is provided
2334
2335 2014-02-28 Babeltrace 1.2.0
2336 * Fix: lttng-live parse url port check
2337
2338 2014-02-27 Babeltrace 1.2.0-rc2
2339 * Fix: events discarded timing inaccuracy
2340 * Fix: Move offset endianness conversion to get_data_packet
2341 * Fix: Remove negative comparison to unsigned value
2342 * Fix: Uninitialized scalar variable
2343 * Fix: Don't assert on metadata generation failure
2344 * Fix: add missing SIGTERM and SIGINT handler
2345 * Fix: Reverse incorrect error message argument order
2346 * Cleanup: add brackets to lttng-live-plugin.c
2347 * Cleanup lttng-live: add brackets in lttng_live_read()
2348 * Cleanup lttng-live: 80 columns wrapping
2349 * Fix: handle new streams in get_data_packet()
2350 * Fix: accept empty metadata on append
2351 * Fix: lttng-live: 100ms active poll delay
2352 * Fix: lttng-live await metadata
2353 * Fix: lttng-live recv() and send() flags, partial recv()
2354 * Fix: missing little endian conversion for one index field
2355 * Cleanup: remove logically dead code
2356 * Fix: untrusted value as argument
2357 * Fix: off by one in lttng-live path length check
2358 * Fix: fclose return value unchecked
2359 * Fix: call to append metadata when new metadata is added
2360 * Fix: use memstream instead of tmp file for live metadata
2361 * Fix: assign a trace handle to every live trace
2362 * Fix: get_new_metadata receive all the metadata
2363 * Fix: Coverity warning CWE-457: Use of Uninitialized Variable
2364 * Revert "Fix: get_new_metadata receive all the metadata"
2365 * Revert "Fix: assign a trace handle to every live trace"
2366 * Fix: assign a trace handle to every live trace
2367 * Fix: get_new_metadata receive all the metadata
2368 * CTF: Support incremental metadata append
2369 * Fix: ctf.c fscanf missing integer length check
2370 * Bump soname version to 1.0.0
2371 * Move scanner allocation/free outside of ctf_open_trace_metadata_read
2372 * CTF parser: prepare for incremental metadata parsing
2373 * Python bindings: return char arrays as strings in value()
2374 * Python bindings: sched_switch example clean-up
2375 * Fix: add missing test scripts to Makefile.am
2376
2377 2014-02-14 Babeltrace 1.2.0-rc1
2378 * Cleanup: lttng-live: use perror() rather than fprintf for err msg
2379 * Fix: lttng-live: handle orderly shutdown
2380 * Fix: Unchecked array index when importing trace indexes
2381 * LTTng-live usage documentation
2382 * Fix: ctf: uninitialized packet_index, misuse of index
2383 * Cleanup: rename lttng live implementation files
2384 * Attach and list by session name and hostname
2385 * get_new_streams and multi-session
2386 * Create the live viewer session before attaching
2387 * Sync lttng live ABI with lttng-tools
2388 * Extract adding a trace to the iterator from bt_iter_init
2389 * Compute discarded events in live
2390 * Merge real index and cycles index into a single index
2391 * Fix: import index containing only a header
2392 * Remove outdated Python bindings test
2393 * Fix: replace assert with proper error handling
2394 * Fix: lttng-live: unbounded use of sscanf() in parse_url()
2395 * Fix: lttng-live should accept 0 in addresses
2396 * Remove default to display field names in live
2397 * Remove null checks on g_new0
2398 * Cleanup: iterator unused pointer value
2399 * Fix: lttng-live: resource leak
2400 * Fix: lttng-live uninitialized scalar variable
2401 * Fix: lttng-live non NULL-terminated strings
2402 * lttng-live: fix unchecked mkdir return value
2403 * lttng-live input plugin
2404 * Live: let read API detect inactive streams, allow streams without fd
2405 * Add Jérémie Galarneau as co-maintainer
2406 * Fix: disallow re-using same event ID in same stream
2407 * Fix: check for unknown enum/variant fields
2408 * Fix: libbabeltrace lib build dependencies
2409 * Fixes in babeltrace core to support non-CTF traces
2410 * Add a private pointer to the ctf_stream_pos
2411 * Be more widely accepting for missing variant/enum fields
2412 * Cleanup: remove index_read (unused var)
2413 * Refuse 0 integer size
2414 * Fix ctf-writer: possible use after free
2415 * Fix data_offset when importing the indexes
2416 * Merge branch 'master' into bindings/python
2417 * Python-bindings fix: Out of tree build fails to find babeltrace.i
2418 * Test: Validate that enumeration mapping strings are properly escaped
2419 * Fix ctf-writer: Quote strings provided as enumeration mappings
2420 * Fix: read/write mode check
2421 * Cleanup: do not duplicate code in float fix
2422 * Fix: floats should set content size in tmp definition
2423 * Handle empty streams on iterator init
2424 * Handle packets containing only a header
2425 * Handle the inactive streams
2426 * Fix: test content size vs headers len
2427 * Fix: check packet index len
2428 * Fix: uncheck null pointer
2429 * Fix: test for less than 1 byte packets
2430 * Fix: reversed logic in packet vs content size
2431 * Fix: clarify end of packet error
2432 * Fix: string packet boundary handling, bits vs bytes
2433 * Fix: add stricter checks on packet boundaries
2434 * Parse CTF indexes
2435 * Cleanup: fix typo
2436 * Fix: fail when reading 0 byte event
2437 * Python-bindings fix: outdated dist target babeltrace.i
2438 * Python-bindings: Refactor the CTFWriter API
2439 * Fix: bt_ctf_field_generic_validate should return < 0 on error
2440 * Fix: Take the iterator's end position into account
2441 * Fix: Use the bt_iter_set_pos function to set the begin_pos
2442 * Python-bindings: Move declaration bindings out of the _Definition class
2443 * Python-bindings: Refactor the FieldDecl and EventDecl classes
2444 * Python-bindings: Move the _scopes array out of the Event class
2445 * Python-bindings: Refactor the Event class
2446 * Python-bindings: Refactor the TraceHandle class to use properties
2447 * Python-bindings: Refactor the Context class
2448 * Test ctf-writer: Verify that enumerations are validated before use
2449 * Fix ctf-writer: Reject enumerations containing no mappings
2450 * Fix lint warnings
2451 * Expose text arrays the same way as regular arrays
2452 * Don't generate Python bindings by default
2453 * Add a usage example for the CTF Writer Python bindings
2454 * Add CTF Writer Python bindings
2455 * Rename the ctf class to CTFReader
2456 * Fix: Python bindings array access functions write out of bounds
2457 * Add support for structure fields in the Python bindings
2458 * Add support for variant fields in the Python bindings
2459 * Add support for floating point fields in the Python bindings
2460 * Fix: Use of functions not provided by glib 2.22
2461 * Fix: Throw a FieldError exception when get_value() fails
2462 * Remove Python 2 specific examples
2463 * Add a python bindings sequence test
2464 * Support for the sequence type
2465 * Add a generic get_value() implementation
2466 * Support getting the value of enums
2467 * Remove the unnecessary underscore prefix
2468 * Return event fields by field name
2469 * Merge branch 'master' into bindings/python
2470 * ctf writer BSD compatibily: remove O_DIRECTORY
2471 * Fix ctf writer lints
2472 * linter fix: comparison of fd >= 0
2473 * test ctf writer: fix lints
2474 * ctf-writer: fix linter defects
2475 * ctf-writer: Coding style fix
2476 * Tests: Add a CTF Writer test
2477 * Add CTF Writer implementation
2478 * Add public CTF Writer API headers
2479 * Fix: Don't create a new packet if ctf_move_pos() seeks out of a packet
2480 * Fix: Uninitialized ctf_stream_pos structure in ctf_float_write()
2481 * Fix: Use the packet's final size when mmap-ing the next packet
2482 * Fix: Close traces on context destruction
2483 * gcc warning fix: -Wextra
2484 * Declare enum type to use from C++
2485 * Fix: test_seek should only output one TAP plan
2486 * Revert "Add missing declaration of ssize_t as unsigned long for SWIG"
2487 * Add missing declaration of ssize_t as unsigned long for SWIG
2488 * Fix (python): use of braces in format strings
2489 * Add missing call to _bt_ctf_get_decl_from_def() when calling _bt_ctf_get_int_len().
2490 * Merge branch 'master' into bindings/python
2491 * Fix: test_seek static linking
2492 * Tests: fix string octal encoding
2493 * Add missing Makefile.am
2494 * make check VPATH build
2495 * Add missing test files to make dist
2496 * Tests: Use Perl prove as the testsuite runner
2497 * Tests: Add trace reading test with babeltrace bin
2498 * Tests: Split lib tests in multiple standalone test scripts
2499 * Tests: Rename tests under lib with tests naming convention
2500 * Tests: Move TAP helpers to tests/utils/tap
2501 * Fix ctf_clock_declaration_visit returning an error when reading a boolean
2502 * Fix CTF parser hang with bison 3.0
2503 * Add missing lex/bison generated files to make clean
2504 * Put the libbabeltrace-ctf specific parts of babeltrace.pc into a babeltrace-ctf.pc file
2505 * Test for presence of bison and flex when building from git
2506 * Fix: Unchecked asprintf/vasprintf return values
2507 * Missing NULL pointer init in tap.c
2508 * Add bt_unregister_format function support
2509 * Fix: libcompat should be noinst (statically linked)
2510 * Add MinGW definitions to endian.h
2511 * Add MinGW implementation of UUID functions
2512 * Add Windows exe files to .gitignore
2513 * Add MinGW32 libraries to executables
2514 * Move strerror_r to compat directory
2515 * Document: manpage: chronologically ordered events
2516 * Make python bindings compile with trunk
2517 * Merge branch 'master' into bindings/python
2518 * babeltrace-log: UTC timestamps
2519 * Cleanup: comment mismatch with code
2520 * Add unit test validating seeking to last event of a trace
2521 * Remove unused function bt_trace_handle_get_id
2522 * Cleanup: remove whitespaces at end of lines
2523 * Remove extra -I for python bindings
2524
2525 2013-06-18 Babeltrace 1.1.1
2526 * Compare traces by stream path as secondary key
2527 * Fix: use index, not cur_index, for SEEK_SET validation
2528 * Fix: ctf-text irregular output with disabled field names
2529 * Support old compilers
2530 * Remove useless variable assignment
2531 * Fix: Remove extra quote after an include directive
2532 * Don't dereference before NULL check
2533 * eliminate dead code
2534 * fix babeltrace-log error checking
2535 * Fix resource leak on error path
2536 * Fix: handle error checking should compare against NULL
2537 * Remove unused array in bt_context_add_traces_recursive
2538 * Fix: Suppress a compiler warning (always-false condition)
2539 * Cleanup: remove trailing whitespaces
2540 * Move memstream.h and uuid.h to include/babeltrace/compat directory
2541 * Fix: handling of empty streams
2542 * Add new option --clock-offset-ns
2543 * Fix: add missing error return when create_event_definitions fails
2544 * Fix: ctf-text should link on libbabeltrace-ctf
2545 * Move clock to bt_trace_descriptor
2546 * Remove unused stream_heap
2547 * Move trace collection pointer to bt_trace_descriptor
2548 * Move bt_handle to bt_trace_descriptor
2549 * Move bt_context to bt_trace_descriptor
2550 * Privatize struct bt_trace descriptor, move trace path
2551 * Add backward ref from bt_stream_pos to bt_trace_descriptor
2552 * Fix kFreeBSD build
2553 * Fix: babeltrace-log timestamps should be in nsec
2554 * Use objstack for AST allocation
2555 * Remove unused gc field
2556 * Use objstack to store nodes
2557 * Use objstack for strings
2558 * Implement objstack for parser
2559 * Fix: octal and hex string handling
2560 * Simplify error node
2561 * Lexer cleanup
2562 * Fix: invalid integer suffix parsing
2563 * Test cleanup
2564 * Test cleanup
2565 * Test cleanup
2566 * Fix: bootstrap should call libtoolize
2567 * Fix bootstrap script
2568 * Use uint64_t for packet_map_len
2569 * Add smalltrace succeed/fail test cases
2570 * Support packets and trace files smaller than page size
2571 * Move ctf-metadata plugin into its own shared object
2572 * Implement ctf-metadata output plugin
2573 * Handle make_node errors with TLS dummy node
2574 * Remove nested expressions
2575 * Eliminate dead code
2576 * Fix: trace_collection_add() add after check
2577 * Handle integers in lexer rather than grammar
2578 * Implement perror printf
2579 * Support escape characters in metadata strings
2580 * Add error node to AST
2581 * Introduce macro to enforce matching enum to string for node types
2582 * Fix: add semantic check in grammar
2583 * Implement likely/unlikely ifdefs
2584 * Fix unary constant use after error
2585 * Use new print macros in ctf-parser.y
2586 * Print error on invalid token
2587 * Implement macros for error printout
2588 * Add line number to parser nodes
2589 * Fix: handle errors gracefully
2590 * Fix: memleak on error path
2591 * Add missing NULL pointer check
2592 * Show token in CTF parser error
2593 * Remove unused lineno from struct ctf_scanner
2594 * Show line numbers in CTF parser errors
2595 * Ignore Windows-style EOL character in metadata
2596 * Replace AM_PROG_MKDIR obsolete macro with AC_PROG_MKDIR_P
2597
2598 2013-03-23 Babeltrace 1.1.0
2599 * Reinsert "at end of stream" message for discarded events
2600 * Improvement: Message from babeltrace concerning discarded events needs i
2601 * Cleanup: typo fix
2602 * Cleanup: add end of line at end of verbose message
2603 * Fix: misleading message from babeltrace --verbose
2604 * Fix: babeltrace --fields all overrides --no-delta
2605 * Add verbosity to stream id error message
2606 * Fix: Ensure the specified input format is CTF
2607 * Fix: Undefined behavior of double free on strlist in get_names_args
2608 * Fix: ctf-text: don't close stdout
2609 * Fix: warning message for unexpected trace byte order
2610 * Namespace the struct declaration
2611 * Namespace the struct definition
2612 * Namespace the struct format
2613 * Namespace the struct mmap_stream
2614 * Namespace the struct trace_descriptor
2615 * Namespace struct stream_pos
2616 * Namespace compliance for dependencies function
2617 * Cleanup error messages
2618 * Fix: babeltrace: make '-w' actually work
2619 * Convert the unit tests to the TAP format
2620 * Spelling cleanups within comments
2621 * Move the bitfield test to tests/lib/
2622 * Fix: Added a null pointer check to bt_ctf_field_name
2623 * Add babeltrace.pc to gitignore
2624 * namespacing: place flex/bison symbols under bt_yy namespace
2625 * namespace the lookup_integer function
2626 * namespace the definition functions
2627 * namespace the variant functions
2628 * namespace the declaration functions
2629 * namespace the collection functions
2630 * namespace the heap functions
2631 * namespace the struct functions
2632 * namespace the string functions
2633 * namespace the sequence functions
2634 * namespace the int functions
2635 * namespace the enum functions
2636 * namespace definition_ref and definition_unref
2637 * namespace declaration_ref and declaration_unref
2638 * namespace the array functions
2639 * namespace the scope_path functions
2640 * Hide internal functions of libbabeltrace-ctf
2641 * Hide internal functions of ctf-text
2642 * BT_HIDDEN macro
2643 * Namespace the lookup_enum function
2644
2645 2012-01-24 Babeltrace 1.0.3
2646 * Fix: Double free when calling bt_context_remove_trace()
2647 * Add missing runall.sh to dist packaging
2648 * Fix: alignment of compound types containing array field
2649
2650 2012-01-11 Babeltrace 1.0.2
2651 * Fix: add tests/lib missing files to Makefile.am
2652
2653 2012-01-11 Babeltrace 1.0.1
2654 * Provides a basic pkg-config file for libbabeltrace
2655 * Fix erroneous warning/error messages
2656 * Fix comment in context.h
2657 * Cleanup: Remove whitespace at EOL from mit-license.txt
2658 * Add missing permission notice in each source file
2659 * Adding a test which do a sequence of seek BEGIN, LAST, BEGIN, LAST
2660 * Run seek tests on a second trace file
2661 * Add #define _GNU_SOURCE to remove warning about asprintf
2662 * Include a test for SEEK_BEGIN and SEEK_LAST
2663 * Fix: Report success even if we find at least one valid stream in find_max_timestamp_ctf_stream_class
2664 * Fix SEEK_BEGIN for streams that do not contain any event
2665
2666 2012-10-27 Babeltrace 1.0.0
2667 * tests: add test traces to distribution tarball
2668 * Document bash requirement for make check in README
2669 * Add tests to make check
2670 * Fix: add missing header size validation
2671 * callbacks.c: handle extract_ctf_stream_event return value
2672 * Cleanup: fix cppcheck warning
2673 * Cleanup: fix cppcheck warnings
2674 * fix double-free on error path
2675
2676 2012-10-18 Babeltrace 1.0.0-rc6
2677 * Add valgrind suppression file for libpopt
2678 * Fix: unplug memory leak that causes popt-0.13 to segfault
2679 * Fix: test all close/fclose ret val, fix double close
2680 * Cleanup: add missing newline
2681 * Fix: fd leak on trace close
2682 * Fix memory leaks induced by lack of libpopt documentation
2683 * babeltrace: fix poptGetOptArg memleak
2684 * plugins: implement plugin unregister
2685 * Doc: valgrind with babeltrace (glib workaround)
2686 * callsites: fix memory leak
2687 * Fix: free all the metadata-related memory
2688 * Fix : Free the iterator callback arrays
2689 * Fix : cleanup teardown of context
2690 * Fix : protect static float and double declarations
2691 * callsite: support instruction pointer field
2692 * Document that list.h is LGPLv2.1, but entirely trivial
2693 * Fix: callsite support: list multiple callsites
2694 * Add callsite support
2695 * Fix: Allow 64-bit packet offset
2696 * Fix: emf uri: surround by " "
2697 * Handle model.emf.uri event info
2698 * Fix: Documentation cleanup
2699 * Fix: misplaced C++ ifdef
2700 * Fix babeltrace-log get big line when the input file last line don't have enter
2701 * API Fix: bt_ctf_iter_read_event_flags
2702 * Fix: get encoding for char arrays and sequences
2703 * Fix: access to declaration from declaration_field
2704 * Fix: get_declaration_* should not cast to field
2705 * Fix babeltrace-log uninitialized memory (v2)
2706 * Revert "Fix babeltrace-log uninitialized memory"
2707 * Fix babeltrace-log uninitialized memory
2708 * Fix: access field properties by declaration
2709 * Fix: check return value of get_char_array
2710 * Fix: C++ support to API header files
2711
2712 2012-08-27 Babeltrace 1.0.0-rc5
2713 * Change default printout to add host, process names and vpid
2714 * Add support for trace:hostname field
2715 * Fix: allow specifying more than one input trace path
2716 * Fix: make warnings (partial errors) visible
2717 * Fix: --clock-force-correlate to handle trace collections gathered from v
2718 * Documentation: update API doc with enum functions
2719 * Fix: API: remove unsupported BT_SEEK_END from API
2720 * API documentation
2721 * Cleanup: shut up gcc uninitialized var warning
2722 * Fix: support large files on 32-bit systems
2723 * Fix: remove unused fts.h include
2724 * Fix: add missing enum support to API
2725 * Fix: handle clock offset with frequency different from 1GHz
2726 * Cleanup: update ifdef wrapper name
2727 * Fix: clarify bt_ctf_get_field_list
2728 * Fix trace-collection.h: No such file or directory that build code with l
2729 * Fix: check return value of bt_context_create
2730 * Fix: ensure mmap_base_offset is zeroed on initialization
2731 * Fix: Reswitch to FTW for add_traces_recursive
2732 * Fix: don't free unallocated index
2733 * Fix: don't close the metadata FD if a FP is passed
2734 * Add BT_SEEK_LAST type to bt_iter_pos
2735 * Fix: iterator.c BT_SEEK_RESTORE: check return value
2736 * Fix: complete error handling of babeltrace API
2737 * cleanup: protected -> hidden: cleanup symbol table
2738 * Fix: add mmap_base_offset to ctf_stream_pos
2739 * Fix: assign the current clock for mmap traces
2740 * Fix: libbabeltrace add missing static declaration
2741 * Fix: safety checks for opening mmap traces
2742 * Remove trace-collection.h from include_headers
2743 * Fix: protect visibility of ctf-parser functions
2744 * Fix: correct name of bt_ctf_field_get_error in comments and typo in man
2745 * Fix: wrong type in bt_ctf_get_uint64/int64
2746 * API cleanup name get_timestamp and get_cycles
2747 * fix comment struct bt_saved_pos
2748 * Fix: Add missing clock-types.h
2749 * Get rid of clock-raw and use real clock
2750 * Cleanup (messages): Make the wording of the signedness warning clearer
2751 * Fix: error path if heap_init fails
2752 * Fix: Remove obsolete bt_iter_seek function
2753 * Make the signedness warning useful with the field name
2754 * Fix: Restore heap for SEEK_BEGIN
2755 * Fix: check if handle is valid
2756 * Fix: iterator set_pos
2757 * Fix: get rid of consumed flag
2758 * Fix: add missing heap_copy
2759 * Fix: babeltrace assert() triggered by directories within trace
2760 * Several fixes for bt_iter_pos related functions
2761 * Fix iterator: various fixes
2762 * Fix: remove duplicate yydebug var
2763 * Fix babeltrace iterator lib: seek at time 0
2764
2765 2012-05-30 Babeltrace 1.0.0-rc4
2766 * Add CodingStyle to tarball
2767 * Add coding style document
2768 * Fix: babeltrace should use output format argument
2769 * Fix: accept traces which skip stream ids
2770 * Use mmap_align
2771 * align header: define PAGE_SIZE
2772 * Implement mmap alignment header
2773 * Cleanup: type warnings
2774 * Cleanup: do not overwrite const argv parameters
2775
2776 2012-05-29 Babeltrace 1.0.0-rc3
2777 * Fix: converter error logic
2778 * Fix: report appropriate field in error message
2779 * Fix: support 64-bit events discarded counter types
2780 * Fix: add missing bt_ctf_get_int_len API
2781 * Fix bt_context_add_traces_recursive error code
2782
2783 2012-04-24 Babeltrace 1.0.0-rc2
2784 * Fix: return an error if no trace can be opened
2785 * Fix: double destroy in context remove
2786
2787 2012-04-18 Babeltrace 1.0.0-rc1
2788 * Fix: -n "field names" option should allow "none"
2789 * Fix: Show context field name by default
2790 * Manpage fix: babeltrace-log manpage should refer to lttng(1)
2791 * Clarify warning message for events discarded
2792 * Fix: babeltrace should skip erroneous traces
2793 * Fix: put explicit error messages and warnings when opening a trace
2794 * Fix: segfault on error handling
2795 * Fix: enum must use last value + 1 as next item value
2796 * Fix: warn, and don't assert, when reading a value outside enum range
2797 * API Fix : missing list fields of event decl
2798 * API fix : fill the values for timestamp begin and end
2799 * API : list of events in the trace
2800 * UUID field should be optional, as specified by CTF spec
2801 * Babeltrace ctf-text duplicated error message
2802 * API fix/breakage : reexporting bt_ctf_event
2803 * fix/breakage API : replace bt_ctf_event
2804 * add ctf_event_definition pointer to ctf_stream_definition
2805 * Rename ctf_event to ctf_event_declaration
2806 * Rename ctf_stream to ctf_stream_definition
2807 * Rename ctf_stream_event to ctf_event_definition
2808 * Rename ctf_stream_class to ctf_stream_declaration
2809 * Cleanup: Remove unneeded local variables from function
2810 * API Fix : give access to trace_handle and context
2811 * API Fix : handle id to use the public functions
2812 * Fix : add the missing seek begin
2813
2814 2012-03-16 Babeltrace 1.0.0-pre4
2815 * fix : bt_ctf_iter_create defaults to BEGIN pos
2816 * Fix : only one iterator per context
2817 * Fix error checking in bt_context_add_traces_recursive
2818 * bt_context_add_trace, bt_iter_pos and bt_iter needed some more comments.
2819 * Fix API: add const qualifiers, privatize struct bt_ctf_event
2820 * Fix: split ctf/event.c
2821 * Fix: seek by timestamp
2822 * Fix: remove leftover code from seek begin (unimplemented for now)
2823 * Fix: seek error handling
2824 * Fix: callbacks.c: more explicit error msg
2825 * Fix: ctf/iterator.h bt_ctf_iter_read_event() comment
2826 * Add missing iterator.h into the git repo
2827 * API fix: Move ctf iterator API members to new babeltrace/ctf/iterator.h
2828 * API cleanup: Move bt_iter_create/destroy to internal header
2829 * Fix: update missing copyrights and ifdef protection mismatch
2830 * Clarify clock correlation error message
2831 * Fix build warning: set -lpopt as LDFLAGS rather than CFLAGS
2832 * Fix: add missing _GNU_SOURCE define to babeltrace-log.c
2833 * Fix: Add memstream.h dependency to Makefile.am
2834 * Implement fallback for systems lacking open_memstream and fopenmem
2835 * Fix: try to include endian.h by default
2836
2837 2012-03-02 Babeltrace 1.0.0-pre3
2838 * Fix uuid in metadata
2839 * Babeltrace wrapper update
2840 * uuid wrapper: fix use in visitor
2841 * Endian wrapper use fix
2842 * FreeBSD uuid wrapper fixes
2843 * Fix missing uuid wrapper change
2844 * Add endian.h wrapper
2845 * Use standard __LONG_MAX__ instead of __WORDSIZE
2846 * Create BSD wrapper for uuid
2847 * fix API : deal with the optional underscore
2848 * Fix API : functions to access fields properties
2849
2850 2012-02-23 Babeltrace 1.0.0-pre2
2851 * linker: privatize prio_heap and babeltrace_types
2852 * Linker: privatize libbabeltrace_types
2853 * Link statically to internal libraries
2854 * Combine duplicated API/pretty-print timestamp code
2855 * API : export the offsetted timestamp
2856 * Fix : segfault when printing timestamp on index
2857 * Fix : coherency in const parameters
2858
2859 2012-02-20 Babeltrace 1.0.0-pre1
2860 * Generically print tracer version (and env) in verbose mode
2861 * Fix open_mmap_trace missing support
2862 * fix: context.h add missing documentation for packet_seek parameter
2863 * Cleanup iterator.h
2864 * Fix callback.h documentation
2865 * Cleanup: babeltrace.h does not need to include ctf/events.h
2866 * API fix: Move callbacks to CTF plugin
2867 * Removed unneeded ctf_* forward declarations from babeltrace.h
2868 * Remove unneeded forward declarations (ctf-specific) from iterator.h
2869 * fix: move read event from iterator to event.h
2870 * Fix: ctf specific events.c needs to be within CTF plugin
2871 * API fix: packet_seek should take an index rather than offset
2872 * Fix API: allow packet_seek override
2873 * Fix: add lib missing includes
2874 * Fix: packet_seek is local to plugins, but can be overridden
2875 * Fix API: rename unclear move_pos_slow to packet_seek
2876 * Fix: Check for unknown format
2877 * Fix: do not use ctf-specific struct in format.h
2878 * fix : callback type, doc and links to libbabeltrace
2879 * Fix : callback chain len
2880
2881 2012-02-16 Babeltrace 0.12
2882 * Typedef bt_intern_str
2883 * Export the list header with a new namespace
2884 * API : add_trace return the trace_handle id
2885 * fix manpage: refer to lttng(1)
2886 * API : cleanup includes
2887 * API : Access CTF events fields
2888 * manpage: Add babeltrace-log.1
2889 * API : seek by timestamp
2890 * Move the add_traces_recursive out of the library
2891 * manpage: use pp instead of PP
2892
2893 2012-02-13 Babeltrace 0.11.1
2894 * Add trace-collection.h to the installed headers
2895
2896 2012-02-13 Babeltrace 0.11
2897 * Add --clock-force-correlate option
2898 * lib: open trace error handling fix
2899 * Use default if there is no clock declaration
2900 * iterator: fix type warning on 32-bit build
2901 * Use 64-bit type for packet and content size
2902 * Fix context API
2903 * Add missing context-internal.h
2904 * struct bt_context is opaque
2905 * Update comment to match context API code
2906 * Print loglevel names
2907 * babeltrace lib cleanup, folded with open/remove trace functions
2908 * API : iterator get and set position
2909
2910 2012-02-09 Babeltrace 0.10
2911 * Fix clock freq
2912 * clock: use freq field
2913 * Show env. in verbose mode
2914 * Remove all code that depends on trace collection directory structure
2915 * Use environment information for extra fields
2916 * Parse environment declarations from LTTng-modules and LTTng-UST
2917 * Fix typo
2918 * Add babeltrace.1 manpage
2919 * Update help
2920 * Install license files and dependency listing into the system doc
2921 * Add ChangeLog to doc install
2922
2923 2012-02-02 Babeltrace 0.9
2924 * Allow signed values in get_signed. Cast unsigned into signed.
2925 * Show loglevel information only with value
2926 * env needs to be a keyword too
2927 * Add env {} warning test case
2928 * Add environment (env {}) parser-level support
2929 * Revert "Remove leading underscores from identifiers directly in lexer"
2930 * Remove leading underscores from identifiers directly in lexer
2931 * Fix: do not remove field names when adding fields
2932 * API : iterator namespace cleanup
2933 * Time offset: use trace offset average
2934 * API : trace_handle
2935 * Print event discarded at end of stream
2936 * Discarded event time range is between last packet event and timestamp_end
2937 * Print time range during which events have been dropped
2938 * Print events discarded
2939 * Add clock offset support
2940 * Warn user of clock offsets do not match
2941 * Add clocks to trace collection
2942 * clock: show as time of day
2943 * Implement clock mapping within integer type
2944 * Implement clock IR generation
2945 * Add warning tests
2946 * Relax unknown field handling: warn instead of error
2947 * Fix erroneous use of "-n" for additional fields, add "-f"
2948 * Output warnings and errors to stderr
2949 * Fix double typedef of bt_event_name
2950 * Parse clock descriptions
2951 * API : split iterator headers from babeltrace.h
2952 * Add missing context.h/context.c
2953 * Introduce contexts
2954 * Fix parallel build for lib/
2955 * Organise libbabeltrace
2956 * Export the format.h header
2957 * Create the babeltrace include dir on install
2958 * callbacks: use correct type for element size
2959 * callbacks: Fix set size array size
2960 * Fix callback chain array usage
2961 * Add time delta to ctf-text
2962 * ctf-text: show timestamp in sec.nsec
2963 * Fix wrong variable error check
2964 * Use the generic call to move_pos_slow
2965
2966 2011-12-12 Babeltrace 0.8
2967 * Add loglevel support
2968 * Update libpopt dependency to 1.13
2969 * Document dependency on libpopt >= 1.8
2970 * Describe libtool version dependency
2971 * AC_PROG_LIBTOOL is deprecated in favor of LT_INIT
2972 * Use realpath for path
2973 * Helper function to extract string from fields
2974 * Use realpath on trace collection path
2975 * allow printing domains when no procname are present, handle
2976 various / patterns
2977 * Add trace:domain,trace:procname,trace:pid support
2978 * Add "-n trace" option to print trace name
2979 * Do not install ctf-parser-test
2980 * Make ctf open errors more verbose
2981 * configure.ac: add check for popt library
2982 * Show field names by default, enhance --names option
2983 * Move opt_field_names/babeltrace_verbose/babeltrace_debug into lib
2984 * Add mmap trace reading
2985 * Pass stream pointer with callback caller data
2986
2987 2011-09-29 Babeltrace 0.7
2988 * Add missing stdint.h
2989 * Use integer extraction functions
2990 * Extract int and char arrays from fields
2991 * Add parameters to callbacks
2992 * Fix float support
2993 * Fix type cast warning
2994 * Integer support: add missing signed casts
2995 * Remove underscore prefix from field names (pretty-print)
2996 * Fix sequence iteration
2997 * Fix sequence field name use after free
2998 * Fix support for empty streams
2999 * Optional file pointer to metadata
3000 * Specify callback to move packet in open_trace
3001 * Free the callbacks on iter_destroy
3002 * Add callback support
3003 * Basic seek support
3004 * Add callback API
3005 * Enhance babeltrace API with position save/restore
3006 * Remove unused structure forward declarations
3007 * Remove stale local .c struct declarations (unused)
3008 * Annotate branches in ctf.c event reading/writing code
3009 * Annotate prio heap likely branch
3010 * Annotate likely/unlikely branches in headers
3011
3012 2011-08-12 Babeltrace 0.6
3013 * Introduce Babeltrace public API: babeltrace.h
3014 * Fix support for gold linker: inappropriate dep removal of plugins
3015
3016 2011-08-12 Babeltrace 0.5
3017 * Initialize size to 0 to eliminate incorrect gcc uninitialized
3018 var warning
3019 * Fix non-matching packet context wrt last packet event read
This page took 0.130806 seconds and 4 git commands to generate.