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