Fix: only lock the metadata_cache in userspace consumers
[lttng-tools.git] / ChangeLog
CommitLineData
c0692b4d
JG
12017-01-06 lttng-tools 2.9.1 ("Wheel Of Fortune" debuts on NBC)
2 * Fix: lttng-relayd: forcefully close stream on relayd shutdown
3 * Fix: protect the channel's metadata stream using the metadata cache lock
4 * Fix: double unlock of metadata mutex on error
5 * Fix: add element length check in lttng_index_file_open
6 * Fix: free previous instance of url (alloc_url) on default live url assignation
7 * Fix: relayd vs consumerd compatibility
8 * lttng-add-context(1): add missing man: prefix
9
b22f02d2
JG
102016-11-29 lttng-tools 2.9.0 (National Square Dance Day)
11 * Add 2.9.0 release beer description
12 * lttng-add-context(1): fix style
13 * lttng-snapshot(1): fix style
14 * lttng-metadata(1): fix style
15 * doc/man: put short option's argument too
16 * Remove `metadata` command from various help resources
17 * List the `regenerate` command in various help resources
18 * lttng-load(1): fix synopsis and style
19 * Fix: truncate the metadata file in shm-path
20 * Load: add message indication that a name override was carried out
21 * Load: expose overrides elements in mi
22 * Fix: assign values to path, ctrl and data uris during configuration load
23 * Load: test that name override does not have side effects
24 * Docs: remove invalid short option -U and move option descriptions
25 * Fix: add missing refcount of loaded modules
26 * Fix: only unload successfully loaded kernel modules
27 * Fix: test cases now rely on explicit workloads
28 * m4/pprint.m4: update with correct quoting
29 * configure.ac: move warning to end of output for the end user
30 * doc/man: only require asciidoc-attrs.conf when building the man pages
31 * Test fix: increase test count in plan of test_perf_raw
32 * Create a dedicated test suite for Perf
33 * Tests: accommodate stricter mktemp implementations in tests
34 * Add version info to lttng-relayd help
35 * Fix: stop sessiond threads on health thread error
36 * Fix: stop lttng-relayd threads on health thread error
37 * Fix: report an error if unix socket address is too long
38 * Fix: save: leak of configuration file fd
39
b7bcdcee
JG
402016-10-07 lttng-tools 2.9.0-rc1 (National Frappé Day)
41 * Set 2.9 codename and description
42 * Fix: warn when a loaded session can't be set as the default
43 * Warning fix: forward declare struct lttng_ust_calibrate
44 * lttng-enable-channel(1): remove redundant --discard from synopsis
45 * test: load --override-name
46 * load: introduce --override-name
47 * man: lttng-load fix up
48 * Docs: grammar fix in load.h
49 * lttng_ctl: add session_name to load override
50 * Fix: test presence of override_attr before accessing its member
51 * load: objects returned by getters do not need to be freed
52 * Remove lttng_load_session_attr_get_override_path_url
53 * Docs: change order of set functions in load.h to match get
54 * Remove calibrate documentation
55 * Remove calibrate from liblttng-ctl
56 * Remove calibrate from lttng-sessiond
57 * Remove calibrate from Python bindings
58 * Remove calibrate from Bash completion script
59 * Remove calibrate tests in Python bindings
60 * Remove calibrate command from lttng CLI
61 * Build fix: remove load-42-stream.lttng from dist target
62 * Test: load --override-url
63 * Add --override-url option to load command
64 * Apply the overrides attributes during configuration load
65 * Clean-up: remove copy-pasted comment from save.c
66 * lttng-ctl: add override helper to load api
67 * Rename override to overwrite for config_load_session
68 * Fix: report truncation on snprintf
69 * Fix: check for a session daemon before running load command
70 * Fix: ignore SIGPIPE
71 * Use lttng api for the load command
72 * Fix: use ssize_type for the return value of uri_parse_str_urls
73 * Docs: grammar fixes in load.h
74 * Fix: wrong api comments for load.h
75 * Fix: do not overwrite ret if already set and session found
76 * lttng-sessiond: auto-load lttng-probe-i2c module
77 * Bump lttng-modules ABI minor version
78 * Fix: handle backward compatibility with lttng-modules 2.7
79 * Clean-up: remove unnecessary autoconf variable substitution
80 * Fix: honor negative (unlimited) app socket timeout
81 * Build: Replace use of deprecated AM_PATH_XML2
82 * Test fix: set app and network socket timeouts to unlimited
83 * Test fix: test_fork can hang while waiting for child pids
84 * Test fix: test_daemon can hang while waiting for child pids
85 * Test fix: redirect python test subprocess output to /dev/null
86 * Build fix: macOS Sierra provides clock_gettime
87 * Fix: time redefinition warnings on macOS builds
88 * Clean-up: remove unused variable user
89 * Cleanup: Remove fun from code base
90 * Fix: remove in-place backup suffix argument provided to sed
91 * Fix: pass a valid length to accept() on unix domain sockets
92 * Log signals received by run_as worker
93 * Missing word in worker_sighandler() comment
94 * Clean-up snapshot command error reporting
95 * Fix: RCU lock imbalance on error in cmd_snapshot_list_outputs()
96 * Use -M parameter instead of --manpath when invoking man(1)
97 * OOT Build fix: reference the source directory's Python test app
98 * Fix: pass NULL to config_load_session instead of an empty string
99 * Tests: don't copy test_python_logging explicitly
100 * OOT build fix: Missing include of src directory
101 * Accomodate BSD sed in version.h generation
102 * Port: Detect platforms where librt is required
103 * Port: Add OSX clock_gettime compat
104 * Port: Add OSX support to socket compat
105 * Port: Add OSX support to poll compat
106 * Port: Add OSX support to fcntl compat
107 * Port: Add OSX compat to sessiond-comm/unix.c
108 * Port: Add OSX endian.h compat
109 * Port: Add OSX libuuid compat
110 * Fix: zero-initialize fd_set
111 * Clean-up: missing cast to fd_set*
112 * Fix: usage of FD_SET on fd_set > 1024 results in corruption
113 * Fix: erroneous usage of addr parameter in mmap()
114 * Clean-up: remove useless assignment
115 * Fix: missing unmap in test error handling
116 * Tests: unchecked pthread_join return value
117 * Clean-up: remove negative check against unsigned value
118 * Fix: unchecked init_pipe return value
119 * Tests: Unchecked pthread_create return value
120 * Clean-up: remove useless assignment
121 * Tests: Add tracepoints to libbar, libfoo and libzzz
122 * Fix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man page targets
123 * Test the parsing of perf raw context
124 * Enable perf PMU counters by raw ID
125 * Run userspace perf tests on non-x86 platforms
126 * Tests: adjust ust-dl planned test count
127 * Test library load/unload events
128 * Add missing ust_app_regenerate_statedump_all stub
129 * Clean-up: remove unused ust_app_regenerate_metadata_all
130 * Add regenerate command to MI schema
131 * Manpage for the regenerate statedump command
132 * Tests for the regenerate statedump command
133 * Allow regenerating the statedump of a running session
134 * Kernel ioctl to regenerate the statedump
135 * UST command to regenerate the statedump
136 * Rename the "metadata regenerate" command to "regenerate metadata"
137 * Typo fix: uninitializez ->uninitialized
138 * Fix: handle negative (unlimited) system stack size limits
139 * Tests: adjust type declaration test count
140 * Fix: protocol mismatch between UST and tools
141 * ust-ctl: use fixed-size integer rather than enum
142 * Test UST's autoincrementing enumeration values
143 * Add support for UST's autoincrementing enum entries
144 * Tests: eliminate process timeouts from Python tests
145 * Fix: English syntax errors in 'lttng status'
146 * Test for select, poll and epoll syscall overrides
147 * Tests: tap.sh spams tests' output when no plan is set
148 * Fix: Set thread stack size to ulimit soft value
149 * Fix: location of various standard headers
150 * Fix: missing include ctype.h for isdigit()
151 * Fix: strerror_r behavior is glibc specific
152 * Fix: error.h -> common/error.h
153 * Fix: snapshot del-output with name on musl
154 * Fix: sessiond ht_match_event() check if filter is NULL
155 * configure.ac: fix --enable/disable-kmod option
156 * Tests: spawn ht_cleanup thread in unit tests
157 * Lazily initialize max poll set size
158 * Revert "Assert that a valid clean-up pipe exists on ht_cleanup_push"
159 * tests: test ust snapshot with discard buffers
160 * tests: test kernel snapshot with discard buffers
161 * Allow channel mode override in snapshot sessions
162 * Fix: validate number of subbuffers after tweaking properties
163 * Use bool type for save command options
164 * Clean-up: harmonize popt option declarations in save.c
165 * Clean-up: move mi_writer declaration with other declarations
166 * Add name omission and output omission on save to lttng-ctl
167 * Express overwrite attribute as a byte in communication protocol
168 * Assert that a valid clean-up pipe exists on ht_cleanup_push
169 * Fix: do not refer to objects as .o
170 * Fix: do not link against libtool .o objects
171 * Fix: Define MANPATH in config.h
172 * Tests: Make warn_processes.sh more portable
173 * Fix: add missing script to dist
174 * Fix: leak of UST app hash tables
175 * Fix: leak of reply buffer on data pending check
176 * Fix: call xmlCleanupParser to free global libxml2 allocations
177 * Fix: missing "void" parameter of lib constructor and destructor
178 * Docs: fix comment typos in lttng-sessiond's main.c
179 * Fix: lttng-relayd allow binding of privileged ports for non-root users
180 * relayd: optimize receive throughput
181 * Clean-up: harmonize kernctl API error checking
182 * Introduce LTTNG_IOCTL_CHECK and LTTNG_IOCTL_NO_CHECK macros
183 * Fix: enforce assumption that lttng-modules ioctl() return <= 0
184 * Fix: reduce scope of kconsumer consumed_pos and produced_pos
185 * Docs: document safety of consumer_thread_is_ready access
186 * Clean-up: unused ret values in thread_manage_health
187 * Clean-up: remove dead code in sessiond's set_option()
188 * Fix: set the logger level to prevent unexpected level inheritance
189 * Typo: Stoping -> Stopping
190 * Typo: occured -> occurred
191 * Fix: only perform lttng_consumer_sync_trace_file() in local mode
192 * Make lttng_consumer_sync_trace_file static
193 * Fix: don't negate posix_fadvise return value to check error
194 * Fix Solaris 10 build: use lttng_strnlen() wrapper
195 * Rename lttng_error_type to lttng_error_level
196 * Cleanup error.h __lttng_print() used for message printing
197 * Update coding style document for macro style
198 * Fix: coding style document has erroneous semicolon at end of macro
199 * Fix: add missing semicolons after MSG, DBG, ERR print macros
200 * Tests: inverted condition in test_kernel_data
201 * OOT build fix: asciidoc.conf is now a source file
202 * lttng-create(1): use attributes for default ports
203 * lttng-create(1): add xrefs to creation mode definitions
204 * lttng-create(1): use the correct DATAPORT/CTRLPORT variables
205 * lttng-create(1): use def list for net protocols
206 * lttng-create(1): add relay mode
207 * doc/man: put AsciiDoc attributes in their own file
208 * test: UST tracing destroy flush behavior with tracefile rotation
209 * test: kernel tracing destroy flush behavior with tracefile rotation
210 * Add environment variable to allow abort on error
211 * Fix: ust-consumer: flush empty packets on snapshot channel
212 * Fix: WARN() should print as WARN level, not ERR
213 * Fix: error.h: add missing parenthesis around macro parameter
214 * Fix: bogus mask on error.h PRINT types
215 * Fix: kernel tracing: flush after stop
216 * Fix: UST should not generate packet at destroy after stop
217 * Tests: remove flaky '*' kernel wildcard test
218 * Fix: bad file descriptors on close after rotation error
219 * Fix: configure.ac: allow --disable-python-bindings
220 * Fix: merge tap tests stdout and stderr
221 * Fix: posix_fadvise wrapper returns -ENOSYS on FreeBSD
222 * Fix: Double free in utils_partial_realpath error path
223 * Fix: remove logically dead code in send_channel_uid_to_ust
224 * Fix: unchecked return value in low throughput test
225 * Tests: abort() exclusion test on allocation failure
226 * Fix: unchecked posix_fadvise() return value
227 * Fix: unchecked return value in relayd live.c
228 * Fix: unchecked return value in trace_clock_read64_monotonic
229 * Clean-up: remove unnecessary blank line
230 * Fix: initialize the cur_event variable before using it
231 * Fix: Dereference after NULL check in consumer
232 * Tests: abort test on memory allocation failure
233 * Fix: pointer dereference after NULL check in test_create_ust_event_exclusion
234 * Fix: NULL pointer dereference in relay_index_get_by_id_or_create
235 * Clean-up verbosity incrementation in set_option
236 * Fix: Deference after null check in sessiond set_option
237 * Docs: clarify comment in parse_pid_string()
238 * Fix: Wrong sizeof argument in pid tracker
239 * Fix: tests: incorrect uri index
240 * Fix: Integer overflowed argument
241 * Fix: macro compares unsigned to 0 (no effect)
242 * Fix: Free variable before strdup() in process_event_node
243 * Fix: Free variables before strdup()
244 * Fix: Add missing free() in spawn_viewer
245 * Fix: Add missing free() in utils_partial_realpath
246 * Fix: Use distinct variables for ret and discarded_events
247 * Fix: Don't try to show manpage when argv is null
248 * Fix: Use secure_getenv() in get_man_bin_path
249 * Fix: illegal memory access in test_create_ust_event_exclusion
250 * Fix: illegal memory access in test_create_ust_event
251 * Fix: illegal memory access in test_create_kernel_event
252 * Fix: illegal memory access in test_create_ust_channel
253 * Fix: illegal memory access in send_viewer_streams
254 * Simplify rcu locking in viewer_list_sessions
255 * Fix: illegal memory access in viewer_list_sessions
256 * Fix: illegal memory access in relayd_add_stream
257 * Fix: illegal memory access in relayd_create_session_2_4
258 * Fix: illegal memory access in session_create
259 * Fix: illegal memory access in consumer_set_subdir
260 * Fix: illegal memory access in syscall_init_table
261 * Fix: illegal memory access in write_pidfile
262 * Fix: illegal memory access in list_lttng_channels
263 * Fix: illegal memory access in cmd_snapshot_record
264 * Fix: illegal memory access in output_init
265 * Fix: illegal memory access in consumer_set_network_uri
266 * Fix: illegal memory access in cmd_snapshot_list_outputs
267 * Fix: illegal memory access in list_events
268 * Fix: illegal memory access in disable_event
269 * Fix: illegal memory access in enable_event
270 * Fix: illegal memory access in add_uri_to_consumer
271 * Fix: illegal memory access in init_ust_event_from_agent_event
272 * Simplify free() of channel attribute
273 * Fix: illegal memory access in _cmd_enable_event
274 * Implement lttng_strncpy safe string copy
275 * Add missing symbol to preserve ABI compatibility of liblttng-ctl
276 * Fix: loading a session prints an error message but the load is successful
277 * Snapshot warning if there are no events in one of the domains
278 * Clarify kernel version check error messages
279 * Tests: same event name with different descriptor on load
280 * Fix: load event state (enabled/disabled) correctly
281 * Fix: Error reported if no domain is provided for start/stop
282 * Handle unknown domain in MI
283 * Handle unknown domain on session start
284 * Fix: loading of live session within userspace domains
285 * Test: expose session url bug on load with multiple domains
286 * OOT build fix: asciidoc.conf is now generated at configure
287 * Snapshot: record: use same datetime for snapshot folder output
288 * Refactor: move the snapshot type check into output type check
289 * ust-metadata.c: nest/indent enumeration entries
290 * lttng.c: show basic help when no arguments are provided
291 * Define command short descriptions in configure.ac
292 * lttng-relayd(8): $HOME -> $LTTNG_HOME
293 * doc/man: use propagated default values in man pages
294 * Propagate default values from configure.ac to asciidoc.conf
295 * Define default values in configure.ac
296 * lttng-load(1): use lists to explain the input path behaviour
297 * lttng-sessiond(8): fix load directories and behaviour
298 * lttng-load(1): specify default search order
299 * doc/man: use configured directories in man pages
300 * doc/man/asciidoc.conf: add doctype-manpage conditions
301 * doc/man: linklttng macro -> man macro
302 * doc/man/Makefile.am: add failing dist-hook on --disable-man-pages
303 * doc/man/Makefile.am: fix top comment
304 * configure.ac: fix --enable-man-pages help string
305 * Fix: standardize parser/lexer building
306 * Fix: standardize man pages building/installing
307 * configure.ac: check for an existing liburcu-cds symbol
308 * configure.ac: use macro for wrong liburcu error message
309 * Hide parse_application_context utility function
310 * Re-add deprecated MI symbols to preserve ABI compatibility
311 * Hide new MI symbols introduced as part of 2.8
312 * Re-add default size symbols which were erroneously exposed
313 * Hide config symbols introduced in 2.8
314 * Hide internal _lttng_destroy_session symbol
315 * Hide bytecode symbol iterator API symbols
316 * Tests: wording of trace_matches is misleading
317 * Test lttng-modules clock override plugin
318 * Warning fix: uninitialized variable may be used
319 * Tests: Replace prove by autotools tap runner
320 * Drop installcheck target
321 * Fix: distcheck requires that we clean version.h
322 * Fix: configure: forbid Python bindings if shared libraries are disabled
323 * Fix: tests: don't match command line arguments, match static build binary names
324 * Fix: tests: skip tests on static build
325 * Fix: tests: don't build dynamic lib tests if support disabled
326 * bootstrap: Standardize on autoreconf -vi
327 * Move unix.h wrapper from sessiond-comm to common
328 * Fix: update tests following renaming of UST statedump event
329 * Typo: catched -> caught
330 * Add comment describing ioctl number duplication
331 * Test: kill sessiond,relayd and background children on SIGTERM/SIGINT
332 * Docs: Remove unnecessary exclamation mark
333 * Docs: fix wording of dependency
334 * Docs: fix "daemon" typo in README.md
335 * Fix: Use get_domain_str on add context
336 * Warning fix: possible use of uninitialized variable
337 * doc/man: add FILES section
338 * Test: xsd validation of long path (length > 255)
339 * Fix: xsd: urls and paths are not of type name_type but string
340 * Refactor: embed mi in "add_output "to remove code duplication
341 * Refactor: embed mi in "del_record" to remove code duplication
342 * Refactor: embed mi in "record" to remove code duplication
343 * Refactor: embed mi in "list_output" to remove code duplication
344 * Fix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA
345 * Fix: Set loopback adress in set_ip_addr if gethostbyname2 fails
346 * Fix: d_type validity is not guaranteed on all nfs versions
347 * Fix: doc/man: lttng-add-context(1): add missing option macro
348 * doc/man: common-footer.txt: add CI link
349 * doc/man: common-footer.txt: add GH organization link
350 * doc/man: lttng(1): clarify UST domain and add links to languages
351 * doc/man: add escwc macro and use it
352 * doc/man: lttng(1): link from COMMAND (synopsis) to COMMANDS section
353 * doc/man: use linkgenoptions macro
354 * doc/man: add linkgenoptions AsciiDoc macro
355 * .gitignore: ignore all generated files in doc/man
356 * doc/man: fix external links
357 * doc/man: xsl: move manpage-base.xsl -> manpage-callouts.xsl
358 * doc/man: xsl: move manpage-ulinks.xsl -> manpage-links.xsl
359 * doc/man: xsl: add <URL> after ulink text
360 * doc/man: xsl: add (internal) link template
361 * doc/man: lttng-enable-channel(1): move limitations to own section
362 * Fix: doc/man: lttng-relayd(1) -> lttng-relayd(8)
363 * doc/man: add nloption and genoption AsciiDoc macros
364 * doc/man: add [role="term"] to terminal callouts
365 * Clean-up shm directory tree after freeing the channel
366 * Fix: Build man pages if --enable-build-man-pages is used
367 * Fix: convey enum value signedness into metadata
368 * doc/man: add notes about shell escaping
369 * Fix: doc/man/Makefile.am for OOT builds
370 * Generate man pages by default
371 * Update version to 2.9.0-pre
372 * Bump minor kernel tracer ABI version
373 * Quote brewery names in release codename description
374 * Fix: metadata regenerate, error if too many args
375 * Fix: add missing sys/types.h header
376 * Fix: build failure when __GLIBC_PREREQ is missing
377 * configure.ac: beautify report
378 * Update version codename and description to 2.8.0 - Isseki Nicho
379 * doc/man: lttng.1.txt: sort commands in categories
380 * Data pending message is printed when unnecessary
381 * README.md: add CI/Coverity status badges
382 * README.md: add lttng-crash in package contents
383 * Show lttng-metadata man page in command's --help
384 * Add an lttng-metadata man page
385 * Remove untrack reference from snapshot man page
386 * README.md: add optional dependency on man
387 * doc/man: install lttng-health-check.3
388 * lttng-relayd: show man page with --help and remove usage
389 * doc/man: convert lttng-relayd(8) to AsciiDoc
390 * lttng-crash.c: show man page with --help and remove usage
391 * doc/man: convert lttng-crash(1) to AsciiDoc
392 * lttng-sessiond: show man page with --help and remove usage
393 * doc/man: convert lttng-sessiond(8) to AsciiDoc
394 * README.md: bolden all dependencies and versions
395 * README.md: add asciidoc and xmlto build dependencies
396 * lttng.c: sort commands to get a nice list output
397 * doc/man: add README.md
398 * lttng: add `help` command
399 * lttng.c: show man page with --help and remove usage
400 * lttng.c: CMD_UNDEFINED is used for invalid args too
401 * lttng: remove usage strings from commands
402 * lttng: show man page when using command's --help
403 * lttng add-context: add --list option
404 * doc/man: remove lttng.1 (built from lttng.1.txt)
405 * doc/man: create lttng-disable-event(1) and update/fix content
406 * doc/man: create lttng-enable-event(1) and update/fix content
407 * doc/man: create lttng-snapshot(1) and update/fix content
408 * doc/man: create lttng-help(1) and update/fix content
409 * doc/man: create lttng-status(1) and update/fix content
410 * doc/man: create lttng-untrack(1) and update/fix content
411 * doc/man: create lttng-track(1) and update/fix content
412 * doc/man: create lttng-calibrate(1) and update/fix content
413 * doc/man: create lttng-list(1) and update/fix content
414 * doc/man: create lttng-add-context(1) and update/fix content
415 * doc/man: create lttng-disable-channel(1) and update/fix content
416 * doc/man: create lttng-enable-channel(1) and update/fix content
417 * doc/man: create lttng-view(1) and update/fix content
418 * doc/man: create lttng-version(1) and update/fix content
419 * doc/man: create lttng-stop(1) and update/fix content
420 * doc/man: create lttng-start(1) and update/fix content
421 * doc/man: create lttng-load(1) and update/fix content
422 * doc/man: create lttng-save(1) and update/fix content
423 * doc/man: create lttng-set-session(1) and update/fix content
424 * doc/man: create lttng-destroy(1) and update/fix content
425 * doc/man: create lttng-create(1) and update/fix content
426 * doc/man: add common OPTIONS head for command man pages
427 * doc/man: add Makefile.am for generating man pages
428 * .gitignore: ignore generated man page artifacts
429 * doc/man: add XSL files for man pages
430 * doc/man: add asciidoc.conf
431 * configure.ac: check for asciidoc and xmlto
432 * doc/man: lttng(1): update and standardize content
433 * doc/man: convert lttng(1) to AsciiDoc
434 * Add builtin modules support to kmod modprobe
435 * Add comments to kmod functions
436 * Add libkmod rmmod support
437 * Move libkmod ifdef to beginning of file
438 * Drop optional control modules load and unload
439 * Fix: live test header endianness
440 * Document the live detach command
441 * Test the viewer detach command
442 * Use of bare attribute directives instead of LTTNG_PACKED
443 * Live: command to detach a viewer session
444 * Contexts for RT debugging
445 * Optional test for the metadata regeneration
446 * Add MI output to the metadata regenerate command
447 * Tests for metadata regenerate
448 * Add TAGS files to .gitignore
449 * Fix: systematic overwrite of union values on add context
450 * Mismatching signature of ust_metadata_session_statedump() stub
451 * Fix: Initialize events discarded and packet lost counters to zero
452 * Assert on unknown UST buffer type
453 * Command metadata regenerate
454 * Store the relay protocol version in the consumer_output
455 * Store the version of the tracer in the UID registry
456 * Store the instance id and packet_seq_num in indexes
457 * kernctl commands to extract the stream instance id
458 * Account the lost packets in snapshot mode
459 * Test: Add the lttng-runas worker process to the sessiond pids
460 * Limit the scope of IFS overwriting
461 * Do not overwrite IFS globally but only locally
462 * Display discarded and lost events at destroy and stop
463 * Fix: tests: use SIGSTOP for crash extraction test
464 * Test fix: ignore stderr at every step of randstring
465 * Fix: session_find_by_id can return NULL legitimately
466 * Fix: mark ltt_sessions_ht_destroy as static
467 * Docs: Missing locking assumptions in function headers
468 * Test fix: ignore stderr when generating random string
469 * Fix: hold session list lock during delete_ust_app
470 * Test: prevent the spawning of a daemonized sessiond
471 * Missing void in function signature
472 * CLI: Show filter expression associated to a syscall
473 * Fix: missing dereference when computing extended info position
474 * Fix: Only save kernel enablers in session configuration
475 * Fix: Only list kernel enablers when listing events
476 * Fix: syscalls hash table leaks when listing kernel events
477 * Initialize command header to zero
478 * Rename filter string to filter expression in liblttng-ctl
479 * Fix: use of unsigned variable to check for negative return
480 * Clean-up: remove unreachable goto
481 * Fix: missing static inline breaks --without-lttng-ust build
482 * lttng enable-channel memsets lttng_channel to -1
483 * Change padding type from array to fixed-width integer
484 * Clean-up: missing space between cast operator and operand
485 * Ensure UST channel output mode is LTTNG_UST_MMAP
486 * Extract the lost packets and discarded events counters
487 * Send extended channel payload to client
488 * Add channel discarded events and lost packets stats accessors
489 * Add extended info to liblttng-ctl's struct lttng_channel
490 * Reuse constant string instead of duplicate literal
491 * Clean-up: simplify computation of string position
492 * Optimization: lttng UI uses sprintf instead of strcpy
493 * Fix: OOT build fails because of missing include path
494 * Tests: Consider lttng mi namespace in test_load
495 * MI: Remove boolean "exclusion" element
496 * MI: add <exclusions> (event exclusion names)
497 * CLI: show event exclusion names
498 * Add new LTTNG_ERR_OVERFLOW error code
499 * Add lttng_event_get_exclusion_name*() to liblttng-ctl
500 * Tests: Consider lttng mi namespace in test_mi
501 * MI: Implement event context schema change
502 * MI: Add application context type to schema
503 * MI: add schemaVersion attribute to command schema
504 * MI: set machine interface XSD target namespace
505 * Add schema information to XML MI output
506 * Fix: libxml2 may return 0 because of buffering
507 * Bump LTTng MI schema to 3.0
508 * MI: add <filter_expression> (event filter expression)
509 * Transfer UST exclusion names from sessiond to client
510 * Fix: return negative error code in list_lttng_ust_global_events()
511 * CLI: show agent event filter string
512 * CLI: show event filter string
513 * Add lttng_event_get_filter_string() to liblttng-ctl
514 * Transfer filter strings from sessiond to client
515 * Refactor setup_lttng_msg() to include cmd header
516 * Add offset comments to struct lttng_event
517 * Add command header to sessiond->client response msg
518 * Add internal extended channel structure
519 * Metadata for instance_id and packet_seq_num
520 * Add a HT to lookup sessions by id
521 * Explicitly stop the session on lttng destroy
522 * Fix: per-pid ust buffers flush race with application unregister
523 * Fix warning when building Python bindings
524 * Add CONTRIBUTING.md
525 * Revert "Python bindings: remove duplicate structure definitions"
526 * Docs: clarify cross-version tracer compatibility
527 * Cleanup: Remove unnecessary newline
528 * Fix: Use ipv6 loopback adress in test_uri
529 * Python bindings: remove duplicate structure definitions
530 * Fix: test: handle env variables undefined
531 * Fix: report already enabled event error to client
532 * Docs: add comment to cmd_add_context()
533 * Fix: application context leak when enabling context
534 * Fix: string leak when processing of client message fails
535 * Fix: missing return code initialization on error
536 * Fix: unchecked return value in _lttng_variant_statedump()
537 * Fix: Possible use-after-free in create_ctx_type()
538 * Fix: filter tests now accept "." in identifiers
539 * Fix: Don't notify agent of non-app context addition
540 * Create agent on channel creation
541 * Introduce application contexts to session configuration schema
542 * Fix typos in error descriptions
543 * Enable agent application contexts if filter has such dependencies
544 * Compare provider and context names in trace_ust_match_context
545 * Allow $app.provider:ctxname in filter, enum, variant identifiers
546 * Add variant type support to ust registry and metadata
547 * Notify java agent of enabled application contexts
548 * Add app context support to lttng client
549 * Enforce const-correctness in UNIX socket wrappers
550 * Remove superflous domain check in context_ust_add
551 * Remove superflous domain check in add_uctx_to_channel
552 * Use lttng_domain_type enum instead of bare integer
553 * Add application context support to lttng-ctl lttng_add_context
554 * Cleanup comments in lttng-ctl.c
555 * Tests fix: source utils.sh before using conf_proc_count
556 * Tests: use configured processor count in getcpu override tests
557 * Tests: use configured processor count in snapshot tests
558 * Tests: Introduce conf_proc_count()
559 * Tests: print a more precise test description in snapshot tests
560 * clock offset: print negative value in metadata for lttng-ust metadata
561 * Fix: handle negative clock offset for lttng-ust metadata
562 * Fix: test: append to LD_LIBRARY_PATH
563 * Fix: test: use load_path instead of $1
564 * Bump lttng-ust protocol version to 6.1
565 * Add CTF enum type support for UST registry
566 * Cleanup __lttng_print macro indentation
567 * Fix: do not print error and bug messages when quiet (-q) is present
568 * Fix: test_ust-dl requires bash
569 * Fix: test script requires bash
570 * Fix: missing $ in SED variable
571 * Tests: fix make targets using objcopy
572 * Build: fallback to AC_CHECK_LIBS when looking for popt and uuid
573 * tests/unit: fix object files' location
574 * configure.ac: fix static build
575 * Tests: fix tracefile count when page_size is > 4k
576 * configure.ac: use $withval with AC_ARG_WITH
577 * Fix: close indexes when rotating the trace files in mmap mode
578 * Fix: close indexes when rotating the trace files in splice mode
579 * Clarify error message on "add context" failure
580 * Fix: Don't spam session daemon logs on invalid UST context
581 * Tests: getcpu_override: use event delay when launching with wrapper
582 * Tests: getcpu: no events shall be emitted at the same timestamp
583 * Tests: Switch test apps to use usleep_safe()
584 * Tests: Add a test utils library
585 * Fix: redefinition of _GNU_SOURCE
586 * Tests: only call usleep if the test in configured to wait
587 * Test: add UST dl helper test
588 * Test: add UST baddr statedump test
589 * lttng: add status command
590 * lttng: factor out declaration of commands
591 * make check: add warning when LTTng processes are running
592 * Missing cpu id kernel context in the kernel tracer ABI
593 * Use --without-lttng-ust in error message
594 * Use --with/--without for lttng-ust support
595 * Only compare "bison -y" to the basename of YACC variable
596 * Tests: Add debug output to getcpu_override
597 * Tests: Change description of clock-override test
598 * Add event exclusion test for identical names
599 * Warn when exclusion names are truncated
600 * Truncate exclusion names to have a terminal '\0'
601 * Ignore exclusion names order when matching events
602 * sessiond-comm.h: fix whitespaces
603 * Disallow duplicate event exclusion names
604 * Add LTTNG_EVENT_EXCLUSION_NAME_AT() helper macro
605 * Fix: lay out names in exclusion structure correctly
606 * Fix: Check for NULL hash tables on relay daemon teardown
607 * Fix: Verify directory's existence before calling mkdir
608 * Clean-up: declare variables at beginning of scope
609 * Load x86-exceptions lttng-modules probe
610 * Load x86-irq-vectors lttng-modules probe
611 * Agent: Make the agent protocol consistently network endian
612 * Clean-up: Remove unused variables from default.c
613 * Fix: Unchecked NULL string in logging statement
614 * Fix: include the filter expression in agent events' primary key
615 * Add the filter expression to the enable_event agent protocol message
616 * Add some IDE project files to the gitignore
617 * Fix live timer calculation error
618 * Don't initialize defaults in library constructor
619 * Initialize lttng_ht_seed on hashtable creation
620 * Cleanup: Missing space after cast operator
621 * Build: Switch from tar v7 to posix archive format
622 * Fix: Retry poll on interruption
623 * Port: Explicitly allocate realpath() resolved buffer
624 * Select which binaries/extras to build at configure time
625 * Move libconsumer under common/consumer/
626 * Fix: There is more tests than the plan
627 * Remove dead check from configure.ac
628 * Fix: Silence warning by casting *sin_addr to *sockaddr
629 * Port: fix 'ERR' conflict with Solaris regset.h
630 * Relay protocol: check string lengths
631 * Fix: Silence warning of function having no return value
632 * Fix: Silence warnings when using uid_t and pid_t with printf
633 * Port: Add compat for platforms with no MSG_NOSIGNAL or SO_NOSIGPIPE
634 * Port: Add Solaris compat to sessiond-comm/unix.c
635 * Port: Add Solaris compat for netdb
636 * Fix: Silence warning formating pid_t as int
637 * Port: Add Solaris dirent compat
638 * Port: Add Solaris paths compat
639 * Rename config.h to session-config.h
640 * Port: Remove _GNU_SOURCE, defined in config.h
641 * Port: cleanup and portability fix to configure.ac
642 * Port: Don't use SIGUNUSED which is not defined on Solaris
643 * Port: Implement prctl wrapper
644 * Port: Replace flock with fnctl
645 * Port: make bootstrap script work on most shells
646 * Port: removed unused clone() compat
647 * Port: Add macro for socket linking on solaris
648 * Port: Add Solaris support to mman compat
649 * Port: Replace dirent->d_type by stat
650 * Add missing include for memset()
651 * Port: Add Solaris support to socket compat
652 * Port: name clash on Solaris, rename sun to s_un
653 * Port: move memset of anc_buf inside ifdef
654 * Port: Add Solaris fls compat
655 * Port: Add Solaris string compat
656 * Port: Use LTTNG_PATH_MAX instead of PATH_MAX
657 * Port: Use LTTNG_HOST_NAME_MAX instead of HOST_NAME_MAX
658 * Port: Use LTTNG_NAME_MAX instead of NAME_MAX
659 * Port: Add Solaris support to socket compat
660 * Port: Add Solaris support to poll compat
661 * Port: Add Solaris support to fcntl compat
662 * Port: Add Solaris endian.h compat
663 * Fix: Use 'echo' in a portable way
664 * Fix: Use result of AC_PROG_* when using sed / grep
665 * Cleanup: Remove commented-out constant
666 * Fix: use start and stop sessiond from utils.sh
667 * Fix: Remove dependency on glibc 2.12 caused by pthread_setname_np
668 * Fix: Log and ignore SIGINT and SIGTERM in run_as worker
669 * Add logging to the run_as worker
670 * Fix: Handle EINTR of waipid in run-as worker
671 * Fix: Handle EINTR of waitpid when spawning a session daemon
672 * Fix: tests: support systems where PAGE_SIZE is not 4096
673 * Test: jul/log4j: use -a instead of '*' to disable all events
674 * Reword warning on event disable
675 * Clean-up: Remove unused test launchers
676 * Help: add -j -l -p option to help string
677 * man: update disable-event section
678 * Use empty event name on disable -a for ust and agent domain
679 * Fix: disable kernel event based on name and event type
680 * Tests: Clean-up test-crash on SIGTERM and SIGINT
681 * Fix: Possible dereference of null pointers
682 * Fix: Break out of loop when searching for a domain's agent
683 * Fix: int printed as uint
684 * Fix: add subdir-objects to Makefile.am
685 * Fix: tests: skip UST perf tests if not root
686 * Fix: Check use_clone() instead of worker in run_as
687 * Fix: Perform rcu barrier before tearing down the run-as worker
688 * Fix: Handle hang-up gracefully in run-as
689 * Fix: Only log app handle release on failure
690 * Fix: shm-path: handling of snprintf return value
691 * Fix: Wrong format specifier used in debug statement
692 * Tests: Swap usages of pidof for pgrep --full
693 * Tests: indefinitely wait for shm buffers to be unlinked
694 * Fix: Hide run-as functions
695 * Fix: Hide sessiond-comm functions
696 * Cleanup: remove duplicated implementation of rculfhash
697 * Fix: relayd: don't call lttng_ht_destroy in RCU read-side C.S.
698 * Fix: libc internal mutex races with run_as
699 * Fix: Hide readwrite symbols in common lib
700 * Fix: Hide pipe symbols in common lib
701 * Fix: Hide daemonize symbols in common lib
702 * Fix: Hide RCU hashtable wrapper symbols
703 * Clean-up: NULL free'd pointers in utils_partial_realpath
704 * Fix: prevent dangling pointer in utils_partial_realpath
705 * Fix: rcu_read_unlock without parentheses has no side-effect
706 * Fix: add missing test file to EXTRA_DIST
707 * Format utils.sh messages
708 * Tests: use functions from utils.sh
709 * Report error if any disable action fails
710 * Fix: disable all ust events
711 * Bring back event_ust_disable_all_tracepoints
712 * Fix: sessiond: disable: match app event by name
713 * lttng-crash: support symlink
714 * Test: lttng-crash and ust shm path
715 * Fix: dereferencing null index pointer
716 * Fix: leaking memory from strdup in lttng-crash
717 * Fix: memleak in utils_partial_realpath
718 * Fix: double free on enable-event
719 * Remove dead code from filter grammar test
720 * Remove dead code from ir generation filter visitor
721 * Remove dead code from session daemon
722 * Remove dead code from view command
723 * Remove dead code from disable-channel command
724 * Remove dead code from disable-event command
725 * Fix: error on no/multiple domain options
726 * Fix: lttng-crash: segfault when parsing options
727 * Remove dead code from the calibrate command
728 * Remove dead code from add-context command
729 * Print relayd stream indexes
730 * Enhance relayd error reporting
731 * Fix: relayd: handle consumerd crashes without leak
732 * Fix: LPOLLHUP and LPOLLERR when there is still data in pipe/socket
733 * Fix: double RCU unlock on event_agent_disable_all
734 * Fix: unbalanced RCU read-side lock in enable event command
735 * Add rcu_read_ongoing() assertions around process_client_msg
736 * Clean-up and simplify event_agent_disable_all
737 * Document locking assumption of agent_find_event()
738 * Fix: disable agent events by name
739 * sessiond: add loglevels_match()
740 * Fix: include loglevel type in agent event's primary key
741 * Fix: include loglevel type in UST event's primary key
742 * sessiond: use `loglevel_value` and `loglevel_type` names
743 * Tests: kernel wildcards
744 * Tests: fix wildcard test path
745 * doc: document untrack command in lttng(1)
746 * doc: document track command in lttng(1)
747 * Remove dot after enable-event message
748 * Fix: don't print the default channel name when enabling agent events
749 * Fix: fail gracefully on --exclude on unsupported domains
750 * Fix: initialize live_timer to 0 for snapshot session
751 * Fix: correct mismatched function signatures
752 * Clearer error reporting when failing to launch session daemon
753 * Daemonize sessiond on `lttng create`
754 * Fix: consumer signal handling race
755 * Fix: list_ust_events(): dangling pointer
756 * Fix: MI: close domain when listing multiple agent domains
757 * Tests: expand UST wildcard tests, move to regression/tools
758 * Tests: kernel filtering
759 * Fix: use pid element instead of process element
760 * Fix: race between kconsumerd and sessiond on tear down
761 * Fix: Buggy string comparison in ust registry ht_match_event
762 * Fix: Bad cast of lttng_kernel_instrumentation to lttng_event_type
763 * Fix: Implicit cast from lttng_loglevel_type to lttng_ust_loglevel_type
764 * Fix: lttng-crash: remove tmp working directory
765 * Clean up: Coding style conformance adjustments in lttng-crash.c
766 * Fix: lttng-crash: DIR leak in delete_trace() on error
767 * Fix: Possible passing of NULL pointer to memcpy()
768 * Fix: Overwrite of ret in relay_recv_metadata
769 * Silence undefined return value warning
770 * Silence use-after-free static analysis warning
771 * Fix: Wait for in-flight data before closing a stream
772 * Fix: unpublish stream on close
773 * Fix: lttng-crash: fd leak
774 * Fix: Invalid parameter error reported when untracking PID
775 * Fix: kernel track/untrack error handling
776 * Fix: Python agent tests are always skipped
777 * Tests: Fix flaky live test client
778 * Fix: Announce empty streams on live attach
779 * Fix: relayd: file rotation and live read
780 * Fix: relay: viewer_get_next_index handle null vstream
781 * Fix: relayd: make viewer streams consider metadata sent
782 * Fix: don't expose empty streams
783 * Fix: relayd: don't check new metadata on get packet
784 * Fix: relayd: don't check for new streams in get packet
785 * Fix: ask new streams HUP
786 * Fix: reply error if get packet vstream fails
787 * Fix: relayd reply error to client if cannot find viewer stream
788 * Fix: relayd reply with error if cannot find metadata
789 * Fix: ust-app: protect app socket protocol with lock
790 * Cleanup: privatize consumer_allocate_relayd_sock_pair
791 * Fix: add missing rcu_barrier at end of sessiond main
792 * Fix: add missing rcu_barrier at end of consumer main
793 * Fix: app cmd leak on sessiond exit
794 * Fix: relayd live don't send incomplete stream list
795 * Fix: consumer timer misses RCU thread registration
796 * Fix: sessiond consumer thread should register as RCU thread
797 * Fix: don't chain RCU free
798 * Fix: free metadata cache after grace period in consumer
799 * Fix: sessiond vs consumerd push/get metadata deadlock
800 * Fix: streamline ret/errno of run_as()
801 * Fix: Double unlock on error path
802 * Data pending comment clarification in session daemon
803 * Fix: Relay daemon ownership and reference counting
804 * Accept uid and gid parameters in utils_mkdir()/utils_mkdir_recursive()
805 * Fix: reference counting of consumer output
806 * Fix: sessiond add missing socket close
807 * Fix: sessiond should not error on channel creation vs app exit
808 * Fix: sessiond ust-app session teardown race
809 * Only display agent loglevel if the loglevel type is not ALL
810 * Initialize default log level of events on load
811 * Don't assume that Log4j and JUL share the same log level mappings
812 * Allow the creation of JUL, Log4j and Python channels
813 * Fix: Save tracker as part of UST and Kernel domains only
814 * Fix: Memory leak of agent
815 * Fix: Memory leak of agent event internals
816 * Save filter expression as part of agent events and save them
817 * Fix: UTF-8 characters may be stored on up to 4 bytes
818 * Remove unneeded hash table existence check in agent_destroy
819 * Remove unnecessary RCU read lock
820 * Use type directly in sizeof instead of a dereferenced pointer
821 * Prevent the addition of UST events to agent channels
822 * Don't save log level in session configuration when unneeded
823 * Remove unneeded RCU lock
824 * Remove unneeded RCU lock
825 * Fix: Propagate filter status of kernel events to client
826 * Fix: Save kernel event filter when saving session configuration
827 * Docs: there is no need to SHOUT in comments
828 * Fix: Mention Python as part of enable-event's usage()
829 * Grammar fix in comment
830 * Fix: typo in error message
831 * Add agent domains to lttng enable-event usage()
832 * Docs: Add documentation explaining the meaning of "internal" events
833 * Report memory allocation failure when copying filter bytecode
834 * Fix: cmd_enable_event must return positive error codes
835 * Ensure that a filter is always passed with its filter expression
836 * Save filter expressions as part of agent events
837 * Add agent domains to the enable-event section of LTTNG(1)
838 * Use lttng_domain_type enumeration instead of bare integers
839 * Prevent disable event on internal UST events
840 * Remove unneeded RCU read lock
841 * Skip internal events when saving a session configuration
842 * Clean-up: Coding-style conformance adjustments
843 * Docs: Clarify ominous comment wording
844 * Hide internal events from session daemon clients
845 * Prevent the use of reserved UST event names
846 * Tag events created as side-effect of agent events as internal
847 * Remove unneeded RCU lock
848 * Remove dead code in lttng-sessiond
849 * Ensure event names are NULL terminated during validation
850 * Fix: assert(0) when listing Python events with MI
851 * Fix: set GLOBAL buffer type for kernel domain in list
852 * Fix: take RCU read-side lock within hash table functions
853 * Tests: Adapt MI test to change in track/untrack behaviour
854 * Clean-up: Rename lib_func to cmd_func
855 * Fix: Improve the error reporting of the track/untrack command
856 * Tests: Fix flacky clock-plugin test
857 * Build: look for python >= 3.0 when building python bindings
858 * Build: rename use_python to python_binding
859 * Fix: regression tests
860 * Fix: tests: stderr not correctly redirected
861 * Fix: TimeoutExpired in Python tests not defined globally
862 * Tests: ust: clock override plugin
863 * Cleanup: reuse tracker* element from config
864 * Test: save/load: pid_tracker basic test
865 * Clean-up: Remove statement which has no side-effect
866 * Save/load: pid_tracker feature.
867 * Test: mi: track/untrack feature
868 * Util: xml_extract: add node_exist option
869 * Mi: track/untrack: validation
870 * Docs: Grammar fixes in mi_lttng.xsd
871 * Fix: Ensure a valid command error code is returned by track/untrack
872 * Clean-up: Remove java-doc annotations from function header
873 * Mi: track/untrack/listing
874 * Fix: intialization of ust_metadata_poll_pipe to garbage value
875 * Fix "allocator sizeof operand mismatch" warning
876 * Clean-up: Remove java-doc style function header from session.h
877 * Clean-up: remove extra space in comment
878 * Fix: test_mi test
879 * Tests: Java agent: Add configure switches to enable tests
880 * Fix: incorrect script name in python logging test
881 * Docs: Document Agent reply codes
882 * Docs: Remove Java-specific comments from agent.h
883 * Docs: Grammar fix in agent header
884 * Return "Unknown" error instead of "Fatal" on unhandled agent replies
885 * Log agent reply in disable_event()
886 * Log agent reply in enable_event()
887 * Log agent reply in list_events()
888 * Add agent reply code logging helpers
889 * Add a LOG() macro which handles dynamic severity levels
890 * Fix: Discard disable event command filter payload
891 * Fix: Use MSG_NOSIGNAL when calling sendmsg()
892 * Send data pending status as part of payload instead of an invalid error
893 * Log error code's value when sessiond replies to a client
894 * Tests: Java agent: update after Java agent refactoring
895 * Set registration done Agent command version back to 0
896 * Fix: Don't send agent disable event command twice
897 * Tests: Python agent: update after Python agent refactoring
898 * Clean-up: Remove redundant variable initialization
899 * Fix: incorrect variable being checked in libc-wrapper test
900 * Rename Python agent event name to omit "user"
901 * Consolidate agent event names regardless of user privilege
902 * Clean-up: Move agent_apps_ht_by_sock definition to main.c
903 * Fix: Initialize global agent_apps_ht_by_sock on session daemon launch
904 * Fix: set session should not set non-existent session
905 * Fix: pids should be numbers only
906 * Fix: Mishandled NULL short options in lttng-sessiond
907 * Use popt "required_argument" and "no_argument" constants
908 * Fix: Mishandled NULL short options in utils_generate_optstring()
909 * Fix: only launch a new session daemon for the "create" command
910 * Fix 'daemon' typo in lttng-ctl-pc.in description
911 * Fix: clean-up agent app hash table from the main sessiond thread
912 * Fix: Remove undocumented session daemon short options
913 * Comment grammar correction
914 * Log userspace application hash table allocation failure
915 * Fix: RCU read-side lock released too early in destroy_agent_app
916 * Fix: misleading logging statement in agent_find_event
917 * Fix: Unhandled domain option condition in list_agent_events
918 * Fix: Crash on lttng list -j/-l/-p when no events are present
919 * Clean-up: spelling fix in a comment
920 * Document relay_add_stream RCU locking
921 * Fix: Unbalanced rcu_read_unlock() on stream file creation failure
922 * Fix: Unbalanced rcu_read_unlock() on directory creation failure
923 * Fix: Document the locking assumptions of ctf_trace_find_by_path()
924 * Fix: Memory leak in relay_add_stream error path
925 * Update master version to v2.8.0-pre
926
34f69498
JG
9272015-07-15 lttng-tools 2.7.0-rc1 (Pet Fire Safety Day)
928 * Update version to v2.7.0-rc1
929 * Tests: lttng-ust-getcpu-override-test cache and error-check sysconf()
930 * Tests: lttng-ust-getcpu-override coding-style adjustments
931 * Add CPU_ID LTTng-UST context to enum lttng_ust_context_type
932 * Bump LTTNG_UST_ABI_MAJOR_VERSION to 6
933 * Tests: Ust getcpu override plugin
934 * Fix: Follow struct dirent allocation guidelines of READDIR(3)
935 * Update comments regarding the power of 2 constraint on sub-buffer sizes
936 * Build: add Flex version check
937 * Build: add Bison version check
938 * Fix: handle sys_futex() FUTEX_WAIT interrupted by signal
939 * Fix: metadata push -EPIPE should be recoverable
940 * Fix: destroy session removes the default config file
941 * Build: bump autoconf version requirement to 2.64
942 * Fix: Memory leak in setup of relayd_path
943 * Fix: update liburcu URL
944 * Fix: test: use "$@" to pass and quote argument
945 * Refactor: test: wrapper for lttng_snapshot_del_output
946 * Refactor: test: wrapper for lttng_snapshot_add_output
947 * Refactor: test: wrapper for destroy_lttng_session
948 * Refactor: test: wrapper for stop_lttng_tracing
949 * Refactor: test: wrapper for start_lttng_tracing
950 * Refactor: test: wrapper for enable_ust_lttng_event
951 * Refactor: test: wrapper for enable_ust_lttng_channel
952 * Refactor: test: wrapper for create_lttng_session
953 * Fix: Memory allocated by xmlNodeGetContent() must be freed by xmlFree()
954 * Save/load: add support for shared memory path
955 * Fix: get_cmdline_by_pid path length assumes a max pid of 65535
956 * Clean-up: Remove ifdef-ed out lttng list options
957 * Test: mi: test for greater or equal to a minimum of events on ust listing.
958 * Fix: update regression tests involving UST
959 * Clean-up: Remove ifdef-ed out function:entry feature
960 * Fix: Mark MI and Config string declarations as extern
961 * Clean-up append_list_to_probes()
962 * Fix: modprobe.c: fix tmp_list memory leak
963 * Fix: append_list_to_probes(): increment index
964 * Docs: LTTNG(1) filtering is now supported by the kernel tracer
965 * Fix: live_test regression on large number of cpus
966 * Fix: set UST register timeout to -1 as test default
967 * Man page: reference lttng-crash under --shm-path option
968 * Tests: Don't rely on implicit scalar expression dereference
969 * man pages: use standard NAME format
970 * Fix python bindings' Makefile for out-of-tree builds
971 * Fix: use LIBS instead of AM_LDFLAGS for dl and c linking
972 * Fix: Add missing -ldl when checking for lttng-ust
973 * clock plugin: increase offset measurement accuracy
974 * Implement UST clock override plugin support
975 * Fix: ownership of filter and filter_expression
976 * Fix: zero memory passed to create channel kernel ioctl
977 * Fix: Check that lttng create --live's time is not zero
978 * Fix: Validate lttng_create_session_live's timer is > 0
979 * UI: Only show live timer when the session is in live mode
980 * UI: Only show tracker PID state when enabled
981 * Implement kernel filter support
982 * syscall tracing: update tests
983 * Support lttng-modules syscall wildcards
984 * Implement lttng-modules tracepoint wildcard support
985 * Fix build when configuring with --disable-lttng-ust
986 * Fix: add missing function prototype to trace-ust.h header
987 * Implement PID tracker content listing
988 * Implement UST PID tracker
989 * Cleanup: Remove unimplemented UST domains
990 * Implement PID tracking for kernel tracing
991 * Fix: leak on error in lttng-crash
992 * Man page fixes: missing --version option and typo
993 * Docs: add lttng-crash(1) man page
994 * Docs: lttng-crash refers to "lttng"
995 * Fix: possible use of uninitialized data in loglevel conversion funcs
996 * Fix: possible evaluation of garbage values in fini_validation_ctx()
997 * Cleanup: Remove stale #ifdef-ed-out code from spawn_viewer()
998 * Fix: Possible call to execvp with NULL argument on allocation failure
999 * Fix: Possible call to strtoul() with NULL argument
1000 * Docs: clarify lttng.1 shm-path section
1001 * Fix: Missing return value check in extract_trace_recursive()
1002 * Fix: recursive_rmdir: empty all empty subdir
1003 * Move file creation/unlink from liblttng-ust-ctl to consumerd
1004 * lttng-crash: support recursive traces
1005 * shm-path: remove directory hierarchy on destroy
1006 * Implement --shm-path option for UST sessions (per-uid channels)
1007 * Cleanup: Reduce scope of connections in main relayd thread
1008 * Cleanup: Reduce scope of relayd connections in live thread
1009 * Docs: connection_find_by_sock() must be called with rcu_read_lock
1010 * Rename current release as 2.7.0-pre
1011 * Docs: grammar fix in Makefile
1012 * Change release name to master
1013 * configure: add type availability checking
1014 * configure: add check for compiler inline keyword support
1015 * configure: missing check for needed header
1016 * configure: missing check of functions
1017 * Fix: test: log4j: missing static test files for dist and out of tree build
1018 * Fix: test: java-jul:missing static test files for dist and out of tree build
1019 * Fix: out-of-tree build: missing xsd file for mi test execution
1020 * Fix: out-of-tree build: missing xsd file for save-load test execution
1021 * Cleanup: remove unused end_no_session label in ust_app_flush_session()
1022 * Cleanup: Remove unused "end" label in push_metadata()
1023 * Tests: Run health check test_thread_ok as part of root_regression
1024 * Fix: deadlock between UST registry lock and consumer lock
1025 * Fix: uninitialized return value
1026 * Fix: build failure using disable-lttng-ust configure option
1027 * Cleanup: Remove unused variable
1028 * Fix: setuid/setgid daemons should not get sensitive env. var./args
1029 * Fix: grab more than one packet for snapshots
1030 * Fix: per-uid flush and ust registry locking
1031 * Docs: Missing optional dependency on lttng-ust in README.md
1032 * Docs: Grammar fixes in the lttng manpage
1033 * Fix: add missing UST perf counter support check
1034 * Fix: tests: integer too large for long type
1035 * Fix: undefined operation on last_relay_viewer_session_id
1036 * Fix: print format type mismatch
1037 * Fix: print format type mismatch
1038 * Fix: Remove structurally dead code from relayd
1039 * Cleanup: Remove logically dead code
1040 * Cleanup: Remove unused label
1041 * Fix: Remove unused argument in debug statement
1042 * Fix: exit threads not only on goto restart
1043 * Fix: poll: show the correct number of fds
1044 * Fix: call lttng_poll_set_max_size before start threads
1045 * Fix: compat poll: add missing empty revents checks
1046 * Fix: various compat poll/epoll issues
1047 * Add debugging output to ht-cleanup thread
1048 * Fix: mi: snapshot: missing error handling for session name
1049 * Fix: ust-app: per-PID app unregister vs tracing stop races
1050 * Fix: data pending: allow empty streams
1051 * Fix: ust snapshot: cleanup after error
1052 * Fix: Mismatching return type in ust_app_ht_alloc() stub
1053 * Cleanup: lock file already taken is error, not warning
1054 * Fix: ust-app null pointer check needed for main refactoring
1055 * Cleanup: relayd: centralize thread stopping function
1056 * Cleanup: Replace all perror() uses by the PERROR macro
1057 * Refactor relayd main/set_options/cleanup
1058 * Refactor consumerd main/cleanup
1059 * Refactor sessiond main/cleanup/ht-cleanup
1060 * Missing error handling: consumer_signal_init should return its error status
1061 * Cleanup: consumerd: lines over 80 columns
1062 * Cleanup: consumerd: use PERROR rather than perror
1063 * Cleanup: lttng-consumerd: remove stale TODO comment
1064 * Misleading error handling: utils_create_pid_file() should return 0 on success
1065 * Missing error handling: consumerd parse_args should return errors to caller
1066 * Missing error handling: ust_app_ht_alloc should return error status
1067 * Fix: ust app leak on UST buffer creation error
1068 * Fix: leak on UST buffer registry creation error
1069 * Fix: agents ht leaks on destroy session
1070 * Fix: add missing RCU read unlock
1071 * Fix: help message for Python agent mentions Java
1072 * Fix: don't destroy the sockets if the snapshot was successful
1073 * Fix: Missing RCU read locks in syscall_list_channel()
1074 * Fix: Missing RCU read lock in kernel_destroy_session()
1075 * Fix: channel names are not validated
1076 * Cleanup: Missing whitespace
1077 * Fix: Apply consumer URI changes to all domains
1078 * Cleanup: Fix a typo in the MI tests
1079 * Test fix: Don't invoke the system's lttng client
1080 * Tests: Add a test to check disabled events are loaded in the correct state
1081 * Fix: Don't leave events enabled if they were saved in a disabled state
1082 * Fix: "Any" loglevel's value is -1 and not 0
1083 * Test fix: LTTNG_SESSION_CONFIG_XSD_PATH expects an absolute path
1084 * Fix: Memory leak on error in alloc_argv_from_user_opts()
1085 * Cleanup: Unchecked close() return value in utils_create_lock_file()
1086 * Cleanup: No check of the return value of lttng_ht_del()
1087 * Cleanup: Mixed enums used for return code in send_sessiond_channel()
1088 * Cleanup: Cast poll() return value to void
1089 * Fix: Unreachable error logging in set_option()
1090 * Fix: OOM leaks in sessiond modprobe.c
1091 * Cleanup: sessiond modprobe.c: coding style
1092 * Cleanup: test_utils_expand_path.c prototypes
1093 * Fix: test_utils_expand_path.c: out of memory error handling
1094 * Fix: test test_ust_data.c: check OOM
1095 * Fix: test libc-wrapper: check malloc OOM
1096 * Cleanup: test libc-wrapper: main parameters
1097 * Fix: lttng-ctl: use zmalloc(), missing OOM check
1098 * Fix: filter-parser.y: use zmalloc(), missing OOM check
1099 * Fix: utils.c: check str*dup OOM
1100 * Cleanup: implement zmalloc as static inline
1101 * Fix: rculfhash: use zmalloc()
1102 * Fix: ini.c: use zmalloc()
1103 * Fix: lttng lttng.c: check strdup OOM
1104 * Fix: lttng conf.c: use zmalloc()
1105 * Fix: lttng view.c missing strdup OOM check
1106 * Fix: use zmalloc() in lttng view.c
1107 * Fix: use zmalloc() in lttng list.c
1108 * Fix: oom error check, realloc oom leak
1109 * Fix: use zmalloc in lttng enable_events.c
1110 * Fix: missing strdup oom check in lttng create.c
1111 * Fix: lttng add_context.c: use zmalloc
1112 * Cleanup: add missing static to function modprobe_remove_lttng()
1113 * Fix: add missing str*dup oom check in sessiond main.c
1114 * Fix: add missing sessiond kernel-consumer missing str*dup oom checks
1115 * Fix: add missing strdup OOM check
1116 * Fix: add missing synchronization point for before app test case
1117 * Fix: tests: wait output hide Terminate errors
1118 * Fix: tests: remove killall, add missing SIGTERM handlers
1119 * Fix: high throughput test: reset bw limit on sigterm
1120 * Fix: tests: add missing wait, document missing synchro
1121 * Document test anti-patterns
1122 * Fix: test flaky sleep and wait patterns
1123 * Fix: tests: don't use pidof to wait for test apps
1124 * Fix: Live tracing does not honor live timer after first tracefile with tracefile rotation
1125 * Fix: Handle empty daemon configuration file lines
1126 * Docs: Add -f/--config option to lttng-sessiond man page
1127 * Cleanup: spaghetti function return path
1128 * Fix: relayd: unbalanced RCU read-side lock/unlock
1129 * Fix: relayd: unbalanced RCU read lock/unlock
1130 * Fix: lttng-relayd: unhandled out of memory error
1131 * Fix: relayd viewer stream: unhandled out of memory error
1132 * Build fix: Apps defining _LGPL_SOURCE must link to urcu-bp
1133 * Define _LGPL_SOURCE in test apps' tracepoint provider files
1134 * Define _LGPL_SOURCE in test applications
1135 * Fix: Missing rcu_read_lock in cmd_list_events()
1136 * Fix: Missing rcu_read_lock in list_lttng_agent_events()
1137 * Fix: Missing rcu_read_lock in cmd_list_channels()
1138 * Fix: Missing rcu_read_locks in cmd_list_domains()
1139 * Fix: Missing rcu_read_lock in cmd_snapshot_list_outputs()
1140 * Fix: Missing rcu_read_lock in save_domains()
1141 * Fix: Missing rcu_read_lock in ust_app_get_nb_stream()
1142 * Fix: UST subbuffers silently dropped on moderate trace traffic
1143 * Fix: Missing rcu_read_lock in get_session_max_subbuf_size()
1144 * Fix: create/destroy a splice_pipe per stream
1145 * Note find_ust_app_context must be called with RCU read lock
1146 * Fix: empty indexes_ht before destroying it.
1147 * Fix: removed useless key from relay_index
1148 * Fix: Ambiguous agent event filter bytecode ownership
1149 * Fix: filter bytecode and string memory leak on error
1150 * Fix: define _LGPL_SOURCE in C files
1151 * Fix: HT must not be destroyed with a rcu_read_lock held
1152 * Fix: agent events HT should be destroyed from the cleanup thread
1153 * Fix: missing rcu_read_lock in trace_ust_destroy_session()
1154 * Fix: missing rcu_read_lock when calling trace_ust_find_agent()
1155 * Fix: missing rcu_read_lock in cmd_start_trace()
1156 * Cleanup: remove "disabled" flag for new release cycle
1157 * Fix: filter attach vs event enable race
1158 * Fix: Mark libxml2 as a mandatory dependency
1159 * Fix: Warn the user when enabling an event in a new domain
1160 * Fix: Don't report an error when listing a session with no channels
1161 * Bypass 0 byte allocation when no domains are enabled
1162 * Fix: Add missing URCU_TLS access to error_log_time
1163 * Fix: check userspace perf counter name when looking up contexts
1164 * Update maintainer section of the man pages
1165 * Update maintainer section of README.md
1166 * Fix: add README.md to documentation files
1167 * Fix: UST consumer sync all available metadata
1168 * Test: remove bogus argument from prove invocation
1169 * Fix: typo in pythong test Makefile
1170 * Fix: memory leak in libconfig
1171 * Add Python agent support
1172 * Fix: return EINVAL if agent registration fails
1173 * Use lttng-modules ABI version ioctl
1174 * Fix: syscall list ioctl number conflict
1175 * Update master ChangeLog with 2.5.1 release
1176
b82b3032
DG
11772014-10-20 lttng-tools 2.6.0-rc1 (Harry Belafonte records Banana Boat Song)
1178 * Machine Interface added to lttng command line (--mi)
1179 * Java Log4j agent support (--log4j)
1180 * Kernel per syscall tracing
1181 * Multiple fixes.
1182
4d2abc62
DG
11832014-10-20 lttng-tools 2.5.1
1184 * Fix: handle sysconf possible negative returned value
1185 * Fix: channel deref. after NULL check in kernel consumer
1186 * Fix: check for kernel session metadata during init
1187 * Fix: incorrect cast in ust consumer assert
1188 * Fix: bad handling of incoming data in consumer thread
1189 * Fix: disable event for JUL domain
1190 * Fix: send disable ALL command code if event is *
1191 * Fix: make sure no index is in flight before using inactivity beacons
1192 * Fix: Parenthesize previous statement when adding conditions to a filter
1193 * Fix: parse_prob_opts return the actual success of the function
1194 * Fix: Man page typos
1195 * Fix: disable JUL event on destroy
1196 * Fix: unbalanced ustconsumer32_data.pid_mutex lock
1197
f9b10a52
DG
11982014-07-16 lttng-tools 2.5.0 (Take Your Poet to Work Day)
1199 * Fix: validate file path creds in autoload mode
1200 * Fix: change session file loading order
1201 * Fix: add Loading Sessions section to lttng-sessiond.8
1202 * Fix: add default session conf. dir to manpage
1203 * Fix: on session load, add it to the .lttngrc
1204 * Fix: clarify session conf. directory in man
1205 * Fix: filter error path could free invalid ptr
1206 * Fix: Create a lock file to prevent multiple session daemons
1207 * Fix: relayd stream set close_flag on stream close
1208 * Fix: ustctl_get_stream_id without UST support
1209 * Fix: avoid freeing invalid ptr in filter bytecode
1210 * Fix: get the stream_id when generating live beacons
1211 * Fix: use biggest subbuffer size for snapshot max-size
1212 * Fix: Possible memory leak when multiple config files are loaded
1213 * Fix: Clamp verbosity value read from config file
1214 * Fix: Unchecked strdup return values in set_option
1215
bf102181
DG
12162014-06-27 lttng-tools 2.5.0-rc2
1217 * Test: add JUL disable event tests
1218 * Fix: disable JUL event on UST side
1219 * Fix: accept override flag even without a load path
1220 * Fix: bad error code path when loading session
1221 * Fix: set session in output mode if URL are set afterwards
1222 * Fix: add a kernel context list to the channel
1223 * Fix: Add vpid, vppid and vtid info in add-context help
1224 * Fix: wrong behavior of save command when no session name is provided
1225 * Fix: missing context type string in save for ust context
1226 * Fix: wrong casting of return value
1227 * Fix: add dependency to libcommon for python binding
1228 * Fix: remove the default GIT_VERSION
1229
19d7cc50
DG
12302014-05-28 lttng-tools 2.5.0-rc1 (International Hamburger Day)
1231 * Save/load session feature
1232 * Daemon configuration file support
1233 * UST perf counter support with add-context
1234 * Kernel tracer probe user define list
1235 * Multiple fixes! The diff is just too big to put here.
1236
f9b10a52
DG
12372014-07-16 lttng-tools 2.4.2 (Take Your Poet to Work Day)
1238 * Fix: Create a lock file to prevent multiple session daemons
1239 * Fix: relayd stream set close_flag on stream close
1240 * Fix: ustctl_get_stream_id without UST support
1241 * Fix: get the stream_id when generating live beacons
1242 * Fix: missing include for getpwuid()
1243 * Fix: add a get HOME dir fallback to getpwuid
1244 * Fix: don't set enabled flag is session start fails
1245 * Fix: logger name dropped from filter condition when loglevels are used
1246 * Fix: memory leak in lttng_enable_event_with_exclusions
1247 * Fix: check malloc return value
1248 * Fix: static array larger than necessary
1249 * Fix: set session in output mode if URL are set afterwards
1250 * Fix: Add vpid, vppid and vtid info in add-context help
1251 * Fix: alignment problems on targets not supporting unaligned access.
1252 * Fix: possible use after free in consumer
1253 * Fix: improve and update lttng.h comments
1254 * Fix: JUL filtering for event *
1255 * Fix: deny overwrite mode and num subbuf less than 2
1256 * Fix: remove bad option in enable channel --help
1257 * Fix: implicit conversion from enumeration
1258 * Fix: clarify man page lttng.1
1259 * Fix: Copy-pasted PERROR messages may be misleading
1260 * Fix: incorrect printf format
1261 * Fix: handle ENOENT when creating a kernel event
1262 * Fix: move JUL filter creation to a function
1263 * Fix: JUL filtering done on the UST level
1264 * Fix: Don't include the binary in the live test's EXTRA_DIST
1265 * Fix: add JUL filter to UST event on logger_name
1266 * Fix: Racy event validation in tests
1267 * Fix: rework utils_parse_size_suffix
1268
f2154bf4
DG
12692014-04-08 lttng-tools 2.4.1 (OpenSSL heartbleed day)
1270 * Fix: don't delete stream from connection recv list
1271 * Fix: use after free of a relayd stream
1272 * Fix: don't print stream name in error message
1273 * Fix: take session list lock when listing tp
1274 * Fix: add consumer wake up pipe to avoid race
1275 * Fix: don't spawn relayd if URL is provided
1276 * Fix: don't ask data pending if session was not started
1277 * Fix: missing test file in EXTRA dist
1278 * Fix: allow empty URL for live session creation
1279 * Fix: missing valid return code when adding an URI to consumer
1280 * Fix: syntax error in lttng.1
1281 * Fix: check relayd fd leak in lttng cmdline
1282 * Fix: remove unused tp in high-throughput test
1283 * Use autoconf AM_MAINTAINER_MODE.
1284 * Fix: clang 'constant-out-of-range-compare' warning
1285 * Fix: Unchecked session pointer when destroying a connection in relayd
1286
7f63e090
DG
12872014-02-28 lttng-tools 2.4.0 (Public Sleeping Day)
1288 * Fix: improve lttng with live by spawning relayd
1289 * Fix: relayd should listen for viewers on localhost only by default
1290 * Fix: handle loglevel range ALL in list command
1291 * Tests: add JUL test for multiple loglevel
1292 * Fix: index JUL event by name *and* loglevel
1293 * Fix: JUL to enable user and root tracepoints
1294 * Fix: handle the registration done command for JUL
1295 * Test fix: use temp file sync. of test app
1296 * Fix: keep metadata channel attr in UST session
1297 * Tests fix: Missing waitpid in fork test
1298 * Fix: add loglevel type to lttng list <name>
1299 * Fix: minor rephrasing of the lttng.1 man page
1300 * Fix: Warn user if JUL port is already being used
1301 * Fix: add some sane default values to --live opt
1302 * Fix: possible NULL deref. in sessiond error path
1303 * Fix: flag that kernel streams FDs has been sent
1304 * Fix: forbid session name creation if contains /
1305 * Fix: don't start session if no channel
1306 * Fix: add missing relayd option to man page
1307 * Fix: report error if consumer can't be spawned
1308 * Fix: lttng list -u <name> should only list UST
1309 * Fix: kernel channel destroy on consumer if sent
1310 * Fix: only create UST metadata on start trace
1311 * Revert "Fix: wrong condition on startup for low-activity streams"
1312 * Fix: missing big endian conversion for one index field
1313 * Fix: wrong condition on startup for low-activity streams
1314 * Fix: perror on index directory creation error
1315 * Comments fix: lttngerr.h -> error.h (./Changelog:754)
1316 * Fix: consumerd errors on exit
1317 * Fix: scanf unbounded input
1318 * Fix: miscellaneous memory handling fixes
1319 * Fix: add missing VALGRIND ifdef checks and documentation
1320
1bc64886
DG
13212014-02-14 lttng-tools 2.4.0-rc5
1322 * Fix: steal channel key in the consumer to avoid race
1323 * Fix: change ERR statement to DBG in kernel read subbuffer
1324 * Fix: handle snapshot ENODATA in live timer
1325 * Fix: relayd leak on error in consumer splice()
1326 * Fix: protect close_write_flag with the rotation lock
1327 * Man: clarify loglevel for JUL domain
1328 * Fix: Define __STDC_LIMIT_MACROS to fix C++ builds
1329 * Fix: bad indentation of lttng list in man page
1330 * Fix: wrong data structure used in commit df41f83
1331 * Fix: add missing optional dependency to babeltrace in README
1332 * Fix: cleanup inconsistent use of spaces/tabs in README
1333 * Fix: only set the new_streams flag if a viewer is attached
1334 * Fix: lttng-live documentation
1335 * Fix: remove dead code in relayd live code
1336 * Fix: use after free error code path
1337 * Fix: wrong sizeof argument in live viewer create session
1338 * Fix: zero out the reply structure in viewer_connect
1339 * Fix: write index only if fd is valid
1340 * Fix: cleanup relayd on any I/O error in read subbuffer mmap
1341 * Fix: memory/fd leak when cleaning streams in channel
1342 * Fix: destroy streams in consumer del channel
1343 * Fix: add missing urcu wfqueue headers in relayd
1344 * Fix: in lttng_read/write deny count bigger than the possible returned value
1345 * Fix: fd leak when closing metadata stream
1346 * Fix: read subbuffer mmap/splice signedness issue
1347 * Doc: live protocol clarifications
1348 * Fix: remove unused create_viewer_session option
1349 * Fix: don't sleep(1) on the consumer ready flag
1350 * Fix: free viewer session in connection_free()
1351 * Fix: add missing ctf trace delete before destroy
1352 * Fix: don't delete ctf trace while in snapshot mode
1353 * Fix: add flag to create session command and fix tests
1354 * Fix: cleanup indef guards following the rename
1355 * Fix: merge issue with thread quit pipe
1356 * Fix: use uint32_t for metadata_flag in viewer's ABI
1357 * Fix: check for new streams in all attached sessions
1358 * Fix: Move static functions up in the code
1359 * Fix: allow attach command to multiple sessions
1360 * Fix: handle session hang up in get_new_streams
1361 * Fix: force the client to create a viewer session before attaching
1362 * Fix: Namespace lttng-viewer-abi
1363 * Fix: relayd connection object refactor
1364 * Fix: big relayd cleanup and refactor
1365 * Fix: code refactoring of viewer streams in relayd
1366 * Fix: handle new streams in live mode in relayd
1367 * Fix: notify the viewer if new streams got added
1368 * Fix: send the streams sent message after metadata
1369 * Add extern C to the health-check header
1370 * Fix: memory leak in unit test
1371 * Man: add JUL DOMAIN section to lttng.1
1372 * Fix: handle invalid URL passed to lttng_create_session_live
1373 * Fix: add --jul-tcp-port to sessiond man page
1374 * Fix: measure UST clock offset with best sample (v2)
1375 * Fix: remove free in unit test not needed anymore
1376 * Fix: relay create session for version before 2.4
1377 * Fix: memory leak when UST events are enabled with exclusions
1378
13792014-01-29 lttng-tools 2.4.0-rc4
1380 * Fix: add -b, --background option
1381 * health check tests: test relayd and consumerd
1382 * tests: Add stop_lttng_relayd_nocheck
1383 * Fix: add missing JUL loglevel handling
1384 * relayd: add testpoints
1385 * relayd: use same pipe for live and main
1386 * Cleanup relayd live comment
1387 * Fix: relayd: add LPOLLERR to events
1388 * Fix: relayd: notify parent of readiness when all threads ready
1389 * Fix: tests: start relayd in background mode (-b)
1390 * lttng-relayd: implement background cmd line option
1391 * sessiond: add missing testpoints
1392 * tests: use --background for session daemon
1393 * sessiond: add --background argument
1394 * Use lib common daemonize
1395 * Fix: sessiond: wait for health check readiness
1396 * Fix: relayd: initialize lttcomm inet
1397 * Consumer: add testpoints
1398 * Fix: consumerd: HT init/teardown with program
1399 * Cleanup: lttng-ctl-health comment
1400 * Add daemonize() to libcommon
1401 * Fix: tests: wait for consumerd to complete
1402 * Fix: consumerd: use DBG rather than DBG2
1403 * Fix: consumerd: only return readiness when health is ready
1404 * Fix: consumerd should initialize lttcomm
1405 * Fix health check: signal parent before exit testpoint
1406 * Test health: add test_thread_ok
1407 * health check: change --relayd-path arg to --relayd-path=arg
1408 * relayd: add LTTNG_RELAYD_HEALTH env var
1409 * Add sessiond/SESSIOND_ prefix to sessiond testpoints
1410 * Fix: zero out data structure before using it
1411 * Fix: delete metadata stream before destroying it
1412 * Fix: report to client when snapshot will be empty
1413
14142014-01-14 lttng-tools 2.4.0-rc3
1415 * Fix: metadata stream should be always flagged as ready
1416 * Fix: wrong check before destroying the viewer metadata stream
1417 * Fix: race with the viewer and readiness of streams
1418 * Fix: missing reset when listing UST fields for multiple PIDs
1419 * Fix: filter: check binary op nesting
1420 * Fix: relayd cmd line option for live port
1421 * Fix: remove break in epoll loop of apps. thread
1422 * Fix: wrong comment in snapshot public API
1423 * Fix: clear the CTF traces when all the streams are closed
1424
c9d04d79
DG
14252013-12-10 lttng-tools 2.4.0-rc2
1426 * Fix: close connection on incompatible version check
1427 * Fix: fields alignements in live protocol
1428 * Tests: add regression test for Java JUL support
1429 * Fix: possible use after free
1430 * Fix: remove unused code in session daemon
1431 * Fix: string format with unsigned value
1432 * Fix: remove useless assert
1433 * Fix: bad logical check of error codes
1434 * Fix: resource leak in enable-event command
1435 * Fix: unchecked return value in ust app delete
1436 * Fix: dereference after null check in UST registry
1437 * Fix: Resource leak in ust registry
1438 * Fix: backported from urcu commit 92af1a30
1439 * Tests: fix racy tests and misleading output messages
1440 * Tests: fix bad argument parsing in test app
1441 * Fix: remove assert on fd in the read/write layer
1442 * Fix: missing lock/unlock when sending index
1443 * Fix: update back the metadata len sent on failure
1444 * Fix: don't fail on push metadata if no channel
1445 * Rename LTTng index in CTF index
1446 * Fix: set the enable all event command type
1447 * Fix: implicit conversion of enum types in sessiond
1448 * Fix: implicit conversion of enum types in consumer
1449 * Fix: comparison of unsigned enum expression >= 0
1450 * Fix: comparison of unsigned value agains < 0
1451 * Fix: create a fast and a long UST snapshot test
1452 * Tests: fix racy UST snapshot post mortem test
1453 * Tests: remove useless sleep when spawning sessiond
1454 * Add travis-ci configuration file
1455 * Add libuuid as dependency in README
1456 * Tests: add valid test cases to test_utils_expand_path
1457 * Tests: add symlink tests for test_utils_expand_path
1458 * Fix: utils_expand_path now works for paths that ends with '/.' or '/..'
1459 * Fix: comment indentation
1460 * Add missing copyright to utils.c
1461 * Fix: use non block waitpid to lookup child state
1462
dd2c2a1b
DG
14632013-11-15 lttng-tools 2.4.0-rc1
1464 * Live streaming support
1465 * Health check support in consumer and relayd
1466 * Event exclusion support
1467 * Java Util Logging support
1468 * Multiple fixes! The diff is just too big to put here.
1469
1bc64886
DG
14702013-11-13 lttng-tools 2.3.1
1471 * Fix: typo in --sig-parent help
1472 * Fix: application SIGBUS when starting in parallel with sessiond
1473 * Fix: missing LTTNG_OK return value for snapshot
1474 * Fix: arguments in the wrong order for fd-limit
1475 * Fix: Some corrections to the lttng man page
1476 * Fix: recv creds comm should handle partial receive
1477 * Fix: set app socket timeout just after accept()
1478 * Fix typo in lttng snapshot add-output example of lttng(1)
1479
c9dc1289
DG
14802013-09-03 lttng-tools 2.3.0
1481 * Fix: remove periodical flush test from make check
1482
3e618c7a
DG
14832013-08-30 lttng-tools 2.3.0-rc3
1484 * Fix: hashtable: take split_count_order into account
1485 * Fix: remove wrong doing asserts in sessiond
1486 * Tests: fix periodical flush tests to stop app
1487 * Fix: correctly close metadata on sessiond thread shutdown
1488 * Fix: delete the trace directory used for the test
1489 * Fix: remove bad check after epoll wait in consumer
1490 * Fix: missing data pending signess conversion
1491 * Fix: consumer data pending for empty streams
1492 * Fix: hash table growth (for small tables) should be limited (v2)
1493 * Fix: run_as gid/uid test should return result to parent
1494 * Fix: missing check for metadata data pending
1495 * Tests: change buffers UID test to PID
1496 * Tests: fix health tests to use custom socket timeout
1497 * Fix: remove health test from fast regression
1498 * Use socket timeout value for tcp timeout if available
1499 * Fix: set the health delta tcp timeout aware
1500 * Get the maximum TCP timeout in sessiond
1501 * Fix: don't report error if UST app dies
1502 * Fix: support VPATH build for tests
1503 * Improve comments after review
1504 * Rename consumer socket fd to fd_ptr
1505 * Lock consumer data before fd check during destroy
1506 * Use single callsite for send/recv ops. for consumer in sessiond
1507 * Use consumer fd reference in consumer socket obj
1508 * Update bash completion
1509 * Add --list-commands option to the snapshot command
1510 * Reorder functions _lttng_cmd_* functions in bash completion
1511 * Use parse_size_suffix in snapshot
1512 * Fix: snapshot record error handling
1513 * Fix: improve error message when UST support is disabled
1514 * Fix: add missing short filter option in help
1515 * Fix: typo in configure.ac for version check
1516 * Fix: remove calibrate syscall option from code
1517 * Fix: snapshot should fail if no successful snapshot is taken
1518 * Fix: check UST float field mantissa length
1519 * Fix: add UST context in the same order the user enabled them
1520 * Introduce configure --with-lttng-system-rundir
1521 * Add .dirstamp to gitignore file
1522 * Fix: snapshot with multiple UIDs
1523 * Prepare for automake deprecation of missing subdir-objects
1524 * Fix: typos in --help and manpage
1525 * Fix: add-context without -c apply to all channels
1526 * Fix: channels can be _enabled_ after tracing is started, but not created
1527 * Fix filter parser segmentation fault with bison 3.0
1528 * Fix: typo in error msg
1529 * Fix: imprecise error message about root sessiond/tracing group
1530 * Fix: don't skip chmod if tracing group is not found
1531 * Tracepoint probes don't need extern C
1532 * Fix: Snapshot should be taken asap in core handler script
1533 * Fix: reset out_fd_offset when we rotate the trace file
1534 * Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
1535 * inet/inet6 sockets: apply timeout
1536 * Implement timeout for connect ipv4/ipv6
1537 * Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
1538 * bash completion: add calls to _lttng_complete_sessions
1539 * bash completion: Fix copy-paste typo
1540 * Extras: Remove deprecated consumer commands in bash completion
1541 * bash completion: Remove underscores in handler function names
1542 * bash completion: Remove --event for add-context
1543 * Update gitignore
1544 * relayd: use version macros from build rather than scanf
1545 * sessiond: use version major/minor from build for communication with relayd
1546 * build: export major/minor/patchlevel numbers
1547 * Fix: Dead code when checking return value from (ust_app|kernel)_snapshot_record
1548 * Test: enable kernel events after start
1549 * Fix: kernel ctl error codes are based on errno
1550 * Fix: format string mismatch
1551 * test: test_periodical_metadata_flush shrink timer period, kill app
1552 * Fix: format string type mismatch
1553 * snapshot howto: update text
1554 * Add snapshot howto
1555
95f3c88c
MD
15562013-07-19 lttng-tools 2.3.0-rc2
1557 * Add core-handler README to dist tarball
1558 * extras: core-handler: simplify, allow usage from tracing group
1559 * Cleanup: add missing dot
1560 * Fix: documentation: create name and options
1561 * Add core dump snapshot handler script
1562 * Fix: sym name len (kernel)
1563 * Fix: tests: provide channel name when a non-default channel exists: per-pid
1564 * Fix: tests: provide channel name when a non-default channel exists
1565 * Fix: data pending race
1566 * Fix hang in make check snapshots/test_ust
1567 * Cleanup: ust-consumer: wrong indentation
1568 * Fix: print dots while waiting for data availability
1569 * Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists"
1570 * Fix: (slight UI change) refuse missing -c if non-default channel exists
1571 * Fix: push metadata on stop for per-UID buffers
1572 * README: update python documentation
1573 * Manpage: other layout cleanups
1574 * Manpage: cleanup layout of view
1575 * Manpage: cleanup layout of version
1576 * Manpage: cleanup layout of stop
1577 * Manpage: cleanup layout of start
1578 * Manpage: cleanup layout of snapshot
1579 * Manpage: cleanup layout of set-session
1580 * Manpage: cleanup layout of list
1581 * Manpage: cleanup layout of disable-event
1582 * Manpage: cleanup layout of disable-channel
1583 * Manpage: cleanup layout of enable-event
1584 * Manpage: cleanup layout of enable-channel
1585 * Manpage: cleanup layout of destroy
1586 * Manpage: cleanup layout of create
1587 * Manpage: cleanup layout of calibrate
1588 * Manpage: cleanup layout of add-context
1589 * Documentation: create --snapshot in manpage
1590
07ddb08c
MD
15912013-07-17 lttng-tools 2.3.0-rc1
1592 * Fix: add missing snapshot header to dist tarball
1593 * Documentation: fix thread quit pipe comment
1594 * Test for presence of bison and flex when building from git
1595 * Test UST snapshot with large metadata
1596 * Add test application with large metadata
1597 * Cleanup: remove redundant assignment
1598 * Fix: use per-uid buffer registry for UID buffer snapshots
1599 * cmd.c: fix typos in snapshot commands
1600 * Test snapshot per-uid post-mortem
1601 * Remove leftover fprintf
1602 * Fix deadlock: don't take channel lock in timer
1603 * Introduce channel timer lock
1604 * document lttng_ustconsumer_request_metadata locking constraints
1605 * consumer: remove unused lttng_ustconsumer_push_metadata
1606 * Document metadata_socket_lock nesting
1607 * lttng_ustconsumer_recv_metadata does not need all those locks
1608 * document metadata_switch_timer() deadlock
1609 * Fix: add missing metadata socket lock
1610 * document metadata_switch_timer() locking constraints
1611 * consumer: remove timeout for UST metadata
1612 * Introduce pipe for UST metadata cache and stream
1613 * consumer: replace DBG2() instances by DBG()
1614 * Introduce utils_create_pipe_cloexec_nonblock()
1615 * ust consumer: data_pending check is endpoint active
1616 * Fix: kernel consumer: data_pending check if endpoint active
1617 * consumer: explicitly set endpoint status to active at init
1618 * document consumer_metadata_cache_flushed use of consumer_data.lock
1619 * consumer: introduce channel lock
1620 * Merge branch 'master' of git://git.lttng.org/lttng-tools
1621 * Fix: update lttng snapshot help output
1622 * Man: fix part of snapshot documentation
1623 * Fix: set tracefile size test with PID buffers
1624 * Fix: Babelstats fail to parse output with no process name or pid
1625 * Missing NULL pointer init in tap.c
1626 * Fix: Unchecked asprintf/vasprintf return values
1627 * Add snapshots test to fast regression
1628 * Fix: kernel data unit test
1629 * Fix: snapshot returned valid LTTNG_ERR code
1630 * Add the number of snapshot taken to the output path
1631 * Fix: RCU read side lock unbalanced
1632 * Fix: zeroed snapshot output at init
1633 * Support del-output with an output name
1634 * Update man page with snapshot command
1635 * New UST default buffers is now per UID
1636 * Bump UST ABI major version for 2.3 release
1637 * Add snapshot mode to lttng list session
1638 * Fix: support temporary snapshot max size and name
1639 * Support snapshot max-size limitation
1640 * Tests: per-UID UST snapshot
1641 * Fix: snapshot support for UST and kernel in same session
1642 * Implement lttng create --snapshot command
1643 * Add create session snapshot API in lttng-sessiond
1644 * Add snapshot output init call that uses URIs
1645 * Fix: consumer err_sock cloexec
1646 * Callsite: add "ip" context
1647 * Fix: possible consumer sockets double close on cleanup
1648 * Automatically load kvm-x86 and kvm-x86-mmu probes.
1649 * Fix: consumer: use uint64_t for all sessiond_id
1650 * Fix: add gpl and lgpl files to tarball
1651 * Fix: don't install libtap system wide
1652 * Fix: close consumer sockets in sessiond cleanup
1653 * Fix: set globally visible flag to kernel stream
1654 * Fix: lttng: memory leak in snapshot record command
1655 * Fix: kernel-consumer: double-close
1656 * Fix: consumer: incorrect size zmalloc
1657 * Fix: don't try to send stream to relayd if not in streaming
1658 * Fix: relayd refcount updates for stream
1659 * Fix: don't send error to sessiond on orderly shutdown
1660 * Fix: bad pathname used when sending kernel stream to relayd
1661 * Fix: add globally visible flag in stream
1662 * Fix: destroy metadata stream on setup metadata error path
1663 * Fix: send kernel stream to relayd only if needed
1664 * Fix: destroy streams for kernel snapshot sessions as well
1665 * Fix: close and destroy metadata stream after a kernel snapshot
1666 * Fix: print errno message on connect() error
1667 * Fix: possible double-close on stream out_fd
1668 * Fix: session ID signess to uin64_t in sessiond
1669 * Tests: fix validation trace path in kernel snapshot
1670 * Tests: Add UST snapshot local and streaming
1671 * Add UST snapshot support
1672 * Fix: consumer_add_relayd_socket() report errors to sessiond
1673 * Fix: add missing enum lttcomm_return_code entries
1674 * Fix: UST per-UID channels persist across application teardown
1675 * Fix: kernel snapshot metadata handling and error paths
1676 * Fix: coding style and debug statement
1677 * Fix: put subbuffer back in kernel snapshot error path
1678 * Fix: overflow in uri_to_str_url
1679 * Fix: detect the correct version of LTTng-UST
1680 * Fix: sessiond: use uint64_t for all session ids
1681 * Tests: add kernel snapshot streaming to root regression
1682 * Tests: remove debug output from test
1683 * Tests: Add kernel snapshot streaming
1684 * Fix: use snapshot consumer output for kernel
1685 * Fix: periodical flush check trace before stop
1686 * Fix: consumer: 64-bit index for relayd rather than 32-bit (v2)
1687 * Fix UST channel/stream output assignation
1688 * Fix: send per-pid session id in channel creation
1689 * Fix: consumer double-close on error
1690 * Update URCU detection to correctly check for a 0.7 version
1691 * Fix: snapshot path
1692 * Add utils function to format current time as a string
1693 * Fix: set hidden attribute to utils_* calls
1694 * Fix: consumer handling of metadata for relayd
1695 * Add kernel snapshot support
1696 * Support flight recorder mode for a session
1697 * Implement snapshot commands in lttng-sessiond
1698 * Add snapshot command to lttng UI
1699 * Initial import of the snapshot ABI/API in lttng-ctl
1700 * Use the consumer stream API in consumer_del_stream()
1701 * Add consumer-stream.c/.h in libconsumer
1702 * Move multiple URLs parsing fct from lttng-ctl to uri.c
1703 * Add a lttng-ctl header to facilitate code separation
1704
8991668e
DG
17052013-06-25 lttng-tools 2.2.0 (National Catfish Day)
1706 * STABLE VERSION
1707 * Fix: if relayd is unreachable, disable consumer for the session
1708 * Fix: possible infinite loop in disable ust event
1709 * Fix: don't enable a channel if a session was already started
1710 * Fix: bad type for the relayd id
1711 * Fix: add debug statement in kernel flush metadata
1712 * Fix: destroy default created channel if add-context fails
1713 * Fix: clarify tracefile size/count in lttng.1 man
1714 * Fix: don't stop a session that was not previously started
1715 * Fix: update lttng.1 man page
1716 * Fix: bad protocol flow between sessiond and consumerd
1717 * Fix: kernel memory leak in error path
1718
92d019ba
DG
17192013-06-20 lttng-tools 2.2.0-rc3
1720 * Multiple memory and fd leak fixes in sessiond and consumerd
1721 * Test: stress test added to the repository but not in make check
1722 * Using LTTNG_HOME environment variable if exists, with fallback to HOME
1723 * Implement health check for app registration dispatch
1724 * Implement health check for app notification thread
1725 * Revert "Improve channel listing output format"
1726 * Fix: use lttng pipe to send new stream to thread
1727 * Change consumer_metadata_pipe to be a lttng_pipe
1728 * Change consumer_data_pipe to be a lttng_pipe
1729 * Add wrappers for pipe
1730 * Add --version command-line option to lttng.
1731 * Add --with-lttng-ust-prefix config option.
1732 * Fixes from coverity scan.
1733 * Stability fixes
1734 * RCU hash table are now destroyed in a seperate thread in sessiond
1735
afeab175
DG
17362013-05-09 lttng-tools 2.2.0-rc2
1737 * Fix: split UST per UID/PID default values
1738 * Fix: don't start the relayd with a wrong --output dir
1739 * Fix: Erroneous automatic session name when streaming
1740 * Fix: wrong data port when listing session's URI
1741 * Fix: don't create a channel on an enable channel
1742 * Tests: Add missing test_utils_parse_size_suffix to unit tests
1743 * Fix: print lttng strerror on enable event with filter
1744 * Fix: change relayd protocol version to 2.2
1745 * Fix: reset current size for tracefile rotation
1746 * Fix: remove extra -I for python bindings
1747 * lttng UI: round up trace file size to subbuf size if needed
1748 * Fix lttng UI: fix arg parsing, round size to next power of two
1749 * Fix: check errors in lttng command argument values
1750 * Implement get_count_order in lttng utils
1751 * lttng cli: Accept human readable sizes for --subbuf-size
1752 * Unit tests: don't rebuild units under test
1753 * Fix: consumerd metadata channel/cache/timer races
1754 * Fix: consumerd channel destroy race
1755 * Cleanup: document RCU read-side lock better
1756 * consumer relayd interaction: fix segfaults
1757 * Fix: change order of fd get to fix error path
1758 * Fix: fd leak when creating UST metadata channel
1759 * Fix: fd leak on error
1760 * Fix consumerd fd leak
1761 * Fix RCU-related hangs: incorrect lttng_ht_destroy use
1762 * rculfhash: check for callers from RCU read-side C.S.
1763 * Fix: don't call hash table destroy under rcu read-side c.s.
1764 * Documentation: import updated comments from urcu
1765 * Fix: segfault in buffer_reg_channel_destroy()
1766 * Fix: add missing goto error in UST consumer
1767 * Fix: no need to use run_as_open in the relayd
1768 * Fix: typo in enable-channel man and help
1769 * Fix: add some missing hidden attribute
1770 * Fix: per-uid buffers should only be flushed once on stop
1771 * Cleanup: Use own mutex within timer setup/teardown
1772 * Fix: channel management thread should hold a refcount
1773 * Fix: move metadata cache setup before ownership passing
1774 * Fix: consumer metadata switch timer error handling
1775 * Fix: set ptr to NULL to suppress old gcc warnings
1776 * Fix: linking order of libraries
1777 * Fix: multiple type mismatch in debug statement
1778 * Fix: remove mention of trace directory layout in quickstart doc
1779 * Fix: remove unused path variables from session obj
1780 * Fix: update lttng.1 man and enable-channel help with read timer size
1781 * Fix: use channel per domain default values
1782 * Fix: typos in the code base
1783 * Fix: deny multiple event types with enable-event
1784 * Fix: deny the same port for data and control URL
1785 * Fix: reset consumer destination when changing URIs
1786 * Fix: don't allow different control and data destination
1787 * Fix: typos in error strings
1788 * Improve channel listing output format
1789 * Fix: enable-channel accepts mismatched option
1790 * Fix: validate buffer type for UST channel creation
1791
500c2393
DG
17922013-03-28 lttng-tools 2.2.0-rc1
1793 * Add UST per UID buffers support
1794 * UST metadata generation are created on the sessiond side
1795 * Move LTTng-UST buffer ownership from application to consumer
1796 * Add a UST registry of events and channel in the sessiond
1797 * UST periodical metadata flush
1798 * Refactor tests to use prove and tap
1799 * Support for trace file rotation for the relayd and on disk
1800 * Support per-context filtering
1801 * Add channel wakeup fd to monitor close
1802 * Deprecate enable/disable-consumer
1803 * Multiple fixes and memory leak fix.
1804
917f7685
DG
18052012-12-20 lttng-tools 2.1.0 (13th Baktun)
1806 * STABLE VERSION 2.1.0-stable - "Basse Messe"
1807 * Multiple minor fixes
1808 * Multiple memory and fd leaks
1809 * Fix: Off by one in seq num for data pending command
1810 * Fix: flag metadata stream on quiescent control cmd
1811 * Fix: prioritize control socket communication in relayd
1812 * Fix: poll and epoll fd set reallocation
1813 * Fix: add missing goto pending if data is inflight
1814 * Fix: remove ua_sess->started assert on stop trace
1815 * Set classes of traffic in high_throughput_limit
1816 * Fix: use the poll wait ret value when iterating on fd(s)
1817 * Fix: force the poll() return value to be nb_fd
1818 * Fix: Wrong check of node when cleaning up ht
1819 * Fix: set started flag of ust app after ustctl
1820 * Fix: memory leak in add relayd socket error path
1821 * Fix: add packed attribute to filter structure
1822 * Fix: Add missing health code update for consumer command
1823 * Add LTTNG_PACKED macro
1824 * Fix data pending for inflight streaming
1825 * Map session id of relayd and sessiond in consumer
1826 * Add the relayd create session command
1827 * Make the consumer sends a ACK after each command
1828 * Remove MSG_WAITALL on every recvmsg() socket typ
1829 * Fix: Add missing relayd ht cleanup and ht destroy
1830 * Fix: Relayd and sessiond version check
1831 * Fix: protect consumer_find_channel with rcu locking
1832 * Fix: don't steal key when adding a metadata stream
1833 * Consumer hold stream mutex for add stream
1834
48459ee6
DG
18352012-12-03 lttng-tools 2.1.0-rc9
1836 * Fix: set the stream ht static in consumer file
1837 * Update sessiond man page with new env var
1838 * Update lttng.1 man page
1839 * Fix: enable-consumer for all domains missing dir
1840 * Fix: Add missing fct prototypes when disabling UST
1841 * Fix a typo in lttng-probe-module name
1842 * Assign values to enum lttcomm_sessiond_command
1843 * Fix: run health test only if root
1844 * Clarify empty string/NULL filter errors
1845 * Fix: add missing padding for UST filter
1846
2ad3a9a0
DG
18472012-11-22 lttng-tools 2.1.0-rc8
1848 * Fix: Uninit. variable in lttng view
1849 * Add already enabled UST event error code
1850 * lttng.h API update: set filter becomes enable event with filter
1851 * Change the UST event hash table match function
1852 * Pass lttng_event struct to the set_filter API call
1853 * Adding context to an event is no longer possible
1854 * Add UST overlap tests
1855 * Add filter sequence number to UST
1856 * Fix: Typo from a previous patch in an assert()
1857 * Fix: Warn if session is running with lttng view
1858 * Fix: Add bash requirement to README for make check
1859 * Fix: add the notion of domain to lttng.1 man page
1860 * Enable additional kernel probes
1861 * Update CodingStyle
1862 * Use the new functions for default subbuf sizes
1863 * Add default subbuf sizes getter functions
1864 * Add max() and min() macro in common
1865
8802e4bd
DG
18662012-11-13 lttng-tools 2.1.0-rc7
1867 * Fix: Add pointer check when freeing poll events
1868 * Fix: FD leak on thread error
1869 * Fix: Wrong fd used by kernel_wait_quiescent
1870 * Support new lttng-ust error code
1871 * Fix: Don't set filter if enable event fails
1872 * Fix: Wrong data port when listing session
1873 * Fix: Enable event after start command
1874 * Fix: Teardown of thread_manage_clients on failure of listen/create_poll
1875 * Add a timeout to UST application socket
1876 * Fix: Consumerd error socket connect race
1877 * Fix: Set CLOEXEC flag on every created sockets
1878 * Remove consumer poll timeout in data thread
1879 * Fix: RCU hash table seed
1880 * Fix: Do not install health tests helper libraries
1881 * Fix: Create default channel on add-context if none
1882 * Support new liblttng-ust-ctl error code
1883 * Fix: Add EPIPE error handling on buffer splice
1884 * Fix: Channel creation error return code was not set
1885 * Fix: Wrong poll events on UST application socket
1886 * Fix: Remove dependency to urcu-cds in tools tests
1887 * Fix: Missing librt dependency in configure check for lttng-ust-ctl
1888 * Fix: Don't append datetime to default session name
1889 * Fix: Deny session creation name 'auto'
1890 * Fix: Add space for stream name CPU number
1891 * Fix: Add output option to enable-channel command
1892
241aaca9
DG
18932012-11-02 lttng-tools 2.1.0-rc6
1894 * Tests: Add filtering tests for uncovered cases
1895 * Fix: Sync issue when deleting a data stream
1896 * Rename data_available to data_pending
1897 * Fix: consumer health state
1898 * Fix: Add the ACCOUNTING flag to ht creation and set bucket size to 0
1899 * Fix: Bad return error code handling
1900 * Fix: Use after free() of the rundir string
1901 * Fix: Cleanup UST app session on ustctl create session error
1902 * Fix: add missing pthread_join in sessiond
1903 * Fix: free running directory string
1904 * Fix: UST app clean list node usage
1905 * Add liblttng-ctl destructor to cleanup memory
1906 * Fix: Cleanup URIs on teardown
1907 * Fix: relayd memleaks
1908 * Fix: Memory leaks of allocated URIs
1909 * Fix: consumer output memory leak on creation
1910 * Fix: missing addrlen initialization before accept(2)
1911 * Fix: relayd trace file padding memleak
1912 * Fix: Remove useless consumer subdir string concatenation
1913 * Fix: lttng create allocated path memleak
1914 * Fix: Cppcheck memleakOnRealloc mistake
1915 * Fix: Synchronization issue for data available command
1916 * Fix: consumer relayd cleanup on disconnect
1917 * Fix: Handle the unary bitwise negation operator (~) in the XML printer
1918 * Fix: Possible memory leaks when creating filter IR root node
1919 * Fix: Delete stream on write error in consumer
1920 * Fix: Error handling when sending relayd sockets to consumer
1921 * Add stream lock comment for nesting
1922 * Fix: Mutex and RCU lock nesting in consumer
1923 * Fix: Uninitialized ret code
1924 * Fix: Remove bad condition and fix overflow issue
1925 * Fix: consumerd pthread error flow
1926 * Fix: Set a single return point and mutex unlock
1927 * Fix: Remove useless NULL and zero assignment
1928 * Fix: segfault on create session with two URLs
1929
d1980281
DG
19302012-10-22 lttng-tools 2.1.0-rc5
1931 * Fix: Remove network stream ID ABI calls
1932 * Tests: Add filtering tests
1933 * Wait for data availability when stopping a session
1934 * Relayd data available command support
1935 * Lib lttng-ctl data available command support
1936 * Consumer daemon data available command support
1937 * Add data structure for the data available command
1938 * Change the metadata hash table node
1939 * Make stream hash tables global to the consumer
1940 * Move add data stream to the data thread
1941 * Rename consumer threads and spawn them in daemon
1942 * Fix: relayd close stream command was not working
1943 * Fix: Relayd and consumerd socket leaks
1944 * Fix: Missing -ENODATA handling in the consumer
1945 * Fix: Empty metadata buffer(s) on HUP|ERR
1946 * ABI with support for compat 32/64 bits
1947 * Fix: Stream allocation and insertion consistency
1948 * Fix: output number of bytes written by relayd
1949 * Add hash table argument to helper functions
1950 * Fix: Add missing call rcu and read side lock
1951 * Tests: Fix LD_PRELOAD library lookup path for health tests
1952 * Fix: Add arbitrary wait period for kernel streaming test
1953 * Fix coding style and add/change debug statements
1954 * Fix: Build out of src tree
1955 * Tests: Add health check tests to configure
1956 * Tests: Add health check thread stall test
1957 * Tests: Add health check thread exit test
1958 * Tests: Add a health check utility program
1959 * Add testpoints in lttng-sessiond for each threads
1960 * New testpoint mechanism to instrument binaries for testing
1961 * Fix: off-by-one in comm proto between lttng-ctl and sessiond
1962 * Fix: Metadata stream leak when received in consumer
1963 * Fix: consumer_allocate_stream error handling
1964 * Fix: consumer should await for initial streams
1965 * Fix: Missing rcu read side lock in consumer
1966
529f6ac2
DG
19672012-09-26 lttng-tools 2.1.0-rc4
1968 * Fix: Change sempahore to pthread conditions
1969 * Fix: relayd relay_send_version: handle sscanf return code
1970 * Fix relayd: NULL ptr deref
1971 * Fix: relayd: possible NULL ptr deref, memory leak, accept fd leak
1972 * Tests: add print bytecode to filter grammar test
1973 * Cleanup: assign values to bytecode opcodes
1974 * Fix: Filter: Fix allocation length error
1975 * Fix: Filter: add missing ast free
1976 * Tests: Add high throughput with bandwidth limits test
1977 * Fix: Returned code when listing kernel channel
1978 * Tests: Rename helper functions to have consistent names
1979 * Tests: Cleanup redundant code and use printing helper functions
1980 * Tests: Add helper functions for printing status and banner
1981 * Tests: Add a check for color support when printing status
1982 * Fix: Lib lttng-ctl on error returns lttng code
1983 * Fix: lttng_set_event_filter() was returning bad error code
1984 * Fix: printing [no write] on lttng list -uf
1985 * Fix: Disable event on filter error with lttng
1986 * Fix: Wrong returned error code on UST enable event
1987 * Add consumer commands to lttng.1 man page
1988 * Add lttng_health_check(3) man page
1989 * Fix: Remove LPOLLNVAL from consumer metadata revents
1990 * Fix: Mismatch of field name between ust and tools
1991 * Add the written value when listing fields
1992 * Fix: Consumer return value check after mmap/splice
1993 * Don't send the subbuffer padding for streaming
1994 * Fix: Returned error code in consumer on read buffer
1995
d3e6246f
DG
19962012-09-12 lttng-tools 2.1.0-rc3
1997 * Fix: Relayd fix ret value when adding a connection
1998 * Add new thread in consumer for metadata handling
1999 * Fix: consumer recv command error path
2000 * Fix filter: fix recent regressions
2001 * Update lttng-ust-abi.h from upstream lttng-ust
2002 * Fix: Accept bytecode of length 65536 bytes
2003 * Fix: Generation of bytecode longer than 32768 bytes fails
2004 * Fix: Filter bytecode alloc buffer size must be a power of 2
2005 * Add lttng-ctl SWIG python bindings
2006 * Add C++ support to API header files
2007 * Librarify filter in liblttng-ctl and hide symbols
2008 * Set hidden visibility for calls used in lttng-ctl
2009 * Notify the user if a filter is already enabled
2010 * Install lttng-error.h and include it in lttng.h
2011 * Add lttng-error.h containing every API err. code
2012 * Fix: missing hostname context
2013
5556277c
DG
20142012-08-22 lttng-tools 2.1.0-rc2
2015 * Fix: put back 2.0 output text for lttng create cmd
2016 * Fix: remove set subdir call that uses bad ptr
2017 * Filter: Handle the unary bitwise not operator (~) with an unsupported
2018 * Fix: missing mutex unlock on register consumer err
2019 * Remove underscore from ifndef of lttng.h
2020 * Remove unused define in lttng.h
2021 * Standardize lttng command line usage text
2022 * Merge duplicate code in consumer for destroy relayd
2023 * Merge duplicate code in consumer for add relayd
2024 * Fix: Possible buffer overflows in strncat() usage
2025 * Move code out of main.c and fix some issues
2026
68264071
DG
20272012-08-17 lttng-tools 2.1.0-rc1
2028 * Feature: Network Streaming
2029 * Add the lttng-relayd binary for network streaming
2030 * Support user space tracer filtering
2031 * Multiple fixes
2032
e371dbd9
DG
20332012-04-19 lttng-tools 2.0.1
2034 * Fix: test script for kernel module validation
2035 * Fix: report error to client on consumerd error
2036 * Fix: add missing ht_destroy at consumer teardown
2037 * Fix: consumer fd recv thread should write into non-blocking pipe
2038 * Fix: work-around glibc __nptl_setxid vs clone hang
2039 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
2040 * Fix consumer lttng_consumer_poll_socket poll revents check bug
2041 * Fix: increase consumer open files limit
2042 * Update README: document dep on modprobe for kernel tracing
2043 * Fix: wait for sessiond to stop in tests
2044 * Fix: remove unused return variable
2045 * Don't report back error on syscalls fail for -a -k
2046 * Fix: destroy context hash table being NULL
2047 * Fix: make lttng expand path for trace output opt
2048 * Fix: return value signedness
2049 * Fix: man page environment variable name error
2050 * Fix: check return value on getenv USER
2051
0e4cbe7e
DG
20522012-03-20 lttng-tools 2.0.0
2053 * Fist STABLE version
2054 * Add version name: Annedd'ale
2055
c6d4a597
DG
20562012-03-20 lttng-tools 2.0.0-rc4
2057 * Fix: add small detail to enable-channel man page
2058 * Fix: warned of arbitrary time for ust-nprocesses test
2059 * Fix. add limitation to man page
2060 * Fix: minor changes to lttng.1
2061 * Fix: add exit values to lttng.1 man page
2062 * Fix: add delay before validating apps in test nproc
2063 * Fix: error handling in lttng enable-event
2064 * Fix: document structure init. to 0 in lttng.h
2065 * Fix: uninitialized variable
2066 * Keep track of FD used for UST applications (v2)
2067 * Fix: lttng view, error message and exit code
2068 * Small fixes to lttng man pages (v2)
2069 * Fix: handle EINTR for sendmsg syscall
2070 * Fix: lttng UI exit value and error message
2071 * Fix: session lock use after free
2072 * Fix kernel_list_events memleaks
2073 * Fix debug message use uninitialized variable
2074 * Fix: trace_ust_destroy_metadata should check for NULL pointer
2075 * Fix: various memleaks
2076 * Fix: hash table allocation out of order on error
2077 * fix: lttng_ht_destroy memleak
2078
b495b935
DG
20792012-03-16 lttng-tools 2.0.0-rc3
2080 * Fix: missing headers for make dist
2081 * Fix: install lttng-consumerd in lib/lttng/libexec/
2082 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
2083 * Fix: consumer CPU hotplug support
2084 * Fix: double PID registration race
2085 * Make libcompat independent not to confuse automake
2086 * Clarify the license of lttng-ust-abi.h
2087 * Fix: License header
2088 * Fix: wrong return value on consumer socket creation
2089 * Fix: test for UST invalid channel parameters at channel creation
2090 * Fix: recvmsg should handle EINTR
2091 * Fix: error.h non-static variables for liblttng-ctl
2092 * Fix: missing _GNU_SOURCE define
2093 * Fix: improve need root for kernel tracing error message
2094 * Fix: start/stop lttng message error
2095
fc0c6bfb
MD
20962012-03-02 lttng-tools 2.0.0-rc2
2097 * Fix: meaningful error message
2098 * Fix: UST consumer need to iterate on streams, just change their key
2099 * Fix: add missing rcu read lock across RCU HT iteration
2100 * Fix: kernel session closes fd 0 after create
2101 * Fix: sendmsg EPIPE should be quiet by default (expected)
2102 * Fix: thread_registration_apps should set its local sock to -1 when passing it
2103 * Fix: clock -> sock typo
2104 * Fix: consumer race: should allow reuse of FD key
2105 * Fix: Use PERROR all across lttng-tools, never make it quiet
2106 * Fix: test all close return values in sessiond
2107 * Fix: All perror turned into PERROR to show file and line number
2108 * Fix: large audit of close() use in sessiond main.c
2109 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
2110 * Fix: incorrect close of fd 0 for syscall kernel event destroy
2111 * Fix: sessiond has incorrect missing 0 value in FD check
2112 * Fix: sessiond app listening: use posix-compliant poll flags
2113 * Fix: consumer printf type should match ssize_t (%zd)
2114 * Fix: make ust consumer posix compliant for poll flags
2115 * Fix security permission on lttng run directory
2116 * Fix: Display right loglevel_type in error message
2117 * Fix documentation in lttng.h
2118 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
2119 * Fix: restart consumerd and sessiond when interrupted in poll()
2120 * Fix: handling bad channel when sending to consumer
2121 * Fix useless variable
2122 * Fix add-context returned error
2123 * fix: add missing break in command handling
2124 * fix: command handling: do not check domain for commands not requiring domain
2125 * fix: if tracing group does not exist, do not report a client error
2126 * Fix: run_as error handling
2127 * Fix usage note on -a
2128 * Revert FreeBSD compatibility layer
2129 * Fix: documented number of subbuffers is incorrect
2130 * Document that num-subbuf and subbuf-size need to be power of 2
2131 * Merge branch 'master' of git://git.lttng.org/lttng-tools
2132
edad7953
DG
21332012-02-20 lttng-tools 2.0.0-rc1
2134 * Fix lttcomm_close_unix_sock to actually close the socket
2135 * lttng-sessiond: Set group permissions explicitly
2136
68c1b383
DG
21372012-02-16 lttng-tools 2.0-pre23
2138 * configure.ac: Fix consumerd64-libdir typo
2139 * Fix existing session daemon check
2140 * Fix missing session locks
2141 * Fix return value on ust app session create
2142 * Fix double start/stop trace
2143 * Fix ust app session started state on start trace
2144 * modprobe statedump, signal and timer lttng module
2145 * Fix hyphens in man pages
2146
76ab874e
DG
21472012-02-14 lttng-tools 2.0-pre22
2148 * Add the bash-completion file to the dist tarball
2149 * Add the LICENSE file too
2150 * Package used for the Ubuntu LTS (feature freeze)
2151
83aac6e3
DG
21522012-02-13 lttng-tools 2.0-pre21
2153 * Fix licensing for hashtable/utils.c
2154 * Print loglevel value in list -u
2155 * Remove "<all> from MSG() when no loglevel is selected
2156 * Initial import of man lttng.1 and lttng-sessiond.8
2157 * Fix memory leak master
2158
09e765bf 21592012-02-09 lttng-tools 2.0-pre20
c54722d0
DG
2160 * New lttng view command
2161 * Multiple loglevel fixes
2162 * Fix list command
2163 * Fix session syscall listing
2164 * Multiple fixes across the code base
2165
87db5b86
DG
21662012-02-02 lttng-tools 2.0-pre19
2167 * Update lttng ust ABI/API copy
2168 * Implement UST calibrate and change default
2169 * Add MSG_WAITALL to recvmsg of sessiond-comm
2170 * Check kernel version for tests
2171 * Add a '--list-options' option to each command.
2172 * First import of extras/ with lttng bash completion
2173 * Remove default defines from lttng.h
2174 * Fix lttng sessiond spawn wait race
2175 * Add CMD_WARNING error code
2176 * Fix context mapping for UST and kernel
2177 * Add kernel work-around for boot_id
2178 * Rewrites lttng-ctl's set_session_daemon_path
2179 * Fix memory lean in all lttng cli commands
2180 * Update loglevel ABI
2181 * Add padding to all ABIs for future development.
2182 * Improve error handling of lttng cli
2183 * Multiple fixes across the code base (nothing critical)
2184
3edea7d5
DG
21852012-01-23 lttng-tools 2.0-pre18
2186 * Complete change of the source directory tree
2187 * Move compat to common and create an internal lib
2188 * Rename lttngerr.h to error.h
2189 * Add kernel module version validation
2190 * Add UST version validation
2191 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
2192 * Fix off-by-one and double list size instead of steady increment
2193
734f79bf
DG
21942012-01-19 lttng-tools 2.0-pre17
2195 * Add and support the new hash table library
2196 * Add lttng hash table support to liblttng-consumer
2197 * RCU support for consumer's hash tables
2198 * UST consumer close shm fd after mapping it
2199 * Remove CLONE_VM flag for runas making gdb debugging impossible
2200 * Make MSG() print on stdout instead of stderr
2201 * Don't init kernel tracer if not root (UID=0)
2202 * Multiple fixes found when reaching max. number of open files
2203 * Add some UST tests
2204 * Multiple segfaults and assert error fixed
2205
032b4c39
DG
22062011-12-23 lttng-tools 2.0-pre16
2207 * Per-user lttng-sessiond now fully functionnal
2208 * Fix nested double usage of hashtable iterators
2209 * Support creds passing between lttng and sessiond
2210 * Rename sessiond internal "uid" fields to "id"
2211 * Create all trace directories and files with client user credentials
2212 * Create output directory at session creation command
2213 * Only allow the user or group owning the session (or root) to control a session
2214 * Add disable kernel tracing option to sessiond
2215
31ff12ff
DG
22162011-12-13 lttng-tools 2.0-pre15
2217 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
2218 * UST consumer 32/64 bit support
2219 * Multiple bug fixes
2220 * Multiple segfault, race and double lock fixes
2221 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
2222 * UST loglevel support
2223 * ABIs now support 256 char event names
2224 * Dependency on libpopt >= 1.13
2225 * Dependency on URCU >= 0.6.7
2226 * Rename kernel-ctl.c/.h to kernel.c/.h
2227 * Change malloc to zmalloc in lttng-sessiond code
2228 * RCU hashtable support for all UST data structure
2229 * New libconsumer for UST, kernel and one generic
2230 * Change "--all" option from lttng command line
2231 * Remove function entry option to discourage its use
2232
ab7f4103
MD
22332011-09-30 lttng-tools 2.0-pre14
2234 * Syscall tracing support
2235 * Multiple bug fixes (nothing critical)
2236 * Add userspace RCU hash table to tree for dev
2237 * Update UST ABI
2238 * Fix epoll that did not handle EINTR
2239 * Liburcu >= 0.6.5 is needed from this release
2240 * Enabling all events also enable syscall tracing
2241 * Debug messages are now on stderr
2242 * Add basic data structure for UST support but not ready yet.
2243
775182fa
DG
22442011-08-25 lttng-tools 2.0-pre13
2245 * Memory leaks fixes and double lock list
2246 * Add UST registration with sychronisation
2247 * Use poll/epoll compatibility layer for the sessiond
2248 * Major code cleanup of ltt-sessiond/main.c
2249 * Increase listen() connexion limit
2250 * Fix bad enable-channel command
2251 * Rename trace.c/.h to trace-kernel
2252 * Multiple fixes on the poll management with the new epoll API
2253
d6fa0093
DG
22542011-08-25 lttng-tools 2.0-pre12
2255 * Multiple fixes
2256 * Fix kconsumerd handling custom channel output
2257 * Add lttng_register_consumer to register a custom consumer
2258 * Add multiples tests of the session daemon
2259 * Default kernel channel size/number changed
2260 * Support for UST application registration
2261 * Import LTTng UST 2.0 ABI
2262 * Send data to kconsumerd before tracing start
2263 * Export API of lib kernel consumer (liblttngkconsumerd)
2264
3df9eaf3
DG
22652011-08-12 lttng-tools 2.0-pre11
2266 * New lttng API using the lttng_handle
2267 * Multiple fixes of kernel consumer
2268 * Register the consuming function and add a library context
2269 * Kernel consumer fix mmap/munmap
2270 * lttng-sessiond-comm header has been privatize
2271 * Kernel traces are written in the kernel/ directory
2272 * Add underscore to enable-channel command options
2273
f88b0a98
DG
22742011-07-29 lttng-tools 2.0-pre6
2275 * Fix enable multiple events
2276 * Add function entry feature
2277
22782011-07-28 lttng-tools 2.0-pre5
52ffda46
DG
2279 * Fix Add context command
2280 * Fix auto session path creation
2281 * Fix bad strncmp at channel creation
2282
5e96e15d
DG
22832011-07-23 lttng-tools 2.0-pre4
2284 * Fix kprobe attributes
2285 * Fix channel creation when not found at event enable
2286 * Add safe list iteration
2287 * Add two tests into the git tree
2288 * Kernel consumer can be put in debug mode with -vv
2289 * Trace path is now created on the client side
2290
00df03c6
DG
22912011-07-23 lttng-tools 2.0-pre3
2292 * Fix perf hw cache counter config values
2293
de235b67
DG
22942011-07-22 lttng-tools 2.0-pre2
2295 * Multiple fixes
2296 * New add-context options for perf counter and context
2297 * Using the install bin path from autotool for execl() call
2298 * Update quickstart guide
2299
223be86b
DG
23002011-07-20 lttng-tools 2.0-pre1
2301 * First prerelease of lttng-tools.
2302 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.132777 seconds and 5 git commands to generate.