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