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