Update version to v2.7.6
[lttng-tools.git] / ChangeLog
1 2016-12-01 lttng-tools 2.7.6 (National Pie Day)
2 * Fix: test cases now rely on explicit workloads
3 * Add version info to lttng-relayd help
4 * Fix: stop sessiond threads on health thread error
5 * Fix: stop lttng-relayd threads on health thread error
6 * Fix: report an error if unix socket address is too long
7 * Fix: save: leak of configuration file fd
8
9 2016-10-07 lttng-tools 2.7.5 (National Frappé Day)
10 * Fix: check for a session daemon before running load command
11 * Fix: report truncation on snprintf
12 * Fix: ignore SIGPIPE
13 * Fix: use ssize_type for the return value of uri_parse_str_urls
14 * Docs: grammar fixes in load.h
15 * Fix: wrong api comments for load.h
16 * Fix: do not overwrite ret if already set and session found
17 * Fix: honor negative (unlimited) app socket timeout
18 * Tests: tap.sh spams tests' output when no plan is set
19 * Fix: location of various standard headers
20 * Test fix: set app and network socket timeouts to unlimited
21 * Test fix: test_fork can hang while waiting for child pids
22 * Test fix: test_daemon can hang while waiting for child pids
23 * Test fix: redirect python test subprocess output to /dev/null
24 * Fix: RCU lock imbalance on error in cmd_snapshot_list_outputs()
25 * OOT Build fix: reference the source directory's Python test app
26 * Fix: pass NULL to config_load_session instead of an empty string
27
28 2016-07-05 lttng-tools 2.7.4 (NASA's Juno spacecraft enters orbit of Jupiter)
29 * Tests: eliminate process timeouts from Python tests
30 * Fix: English syntax errors in 'lttng status'
31 * Fix: sessiond ht_match_event() check if filter is NULL
32 * configure.ac: fix --enable/disable-kmod option
33 * Fix: validate number of subbuffers after tweaking properties
34 * Fix: leak of UST app hash tables
35 * Fix: leak of reply buffer on data pending check
36 * Fix: call xmlCleanupParser to free global libxml2 allocations
37 * Fix: missing "void" parameter of lib constructor and destructor
38 * Fix: lttng-relayd allow binding of privileged ports for non-root users
39 * relayd: optimize receive throughput
40 * Fix: set the logger level to prevent unexpected level inheritance
41 * Port: Don't use SIGUNUSED which is not defined on Solaris
42
43 2016-05-20 lttng-tools 2.7.3 (Bike-to-Work Day)
44 * Fix: use start and stop sessiond from utils.sh
45 * Clarify kernel version check error messages
46 * Fix: Error reported if no domain is provided for start/stop
47 * Handle unknown domain in MI
48 * Handle unknown domain on session start
49 * Fix: loading of live session within userspace domains
50 * Docs: fix "daemon" typo in README.md
51 * Fix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA
52 * Fix: Set loopback adress in set_ip_addr if gethostbyname2 fails
53 * Fix: d_type validity is not guaranteed on all nfs versions
54 * Tests: same event name with different descriptor on load
55 * Fix: load event state (enabled/disabled) correctly
56 * Fix: only perform lttng_consumer_sync_trace_file() in local mode
57 * Fix: don't negate posix_fadvise return value to check error
58 * Rename lttng_error_type to lttng_error_level
59 * Cleanup error.h __lttng_print() used for message printing
60 * Update coding style document for macro style
61 * Fix: coding style document has erroneous semicolon at end of macro
62 * Fix: add missing semicolons after MSG, DBG, ERR print macros
63 * Fix: Use get_domain_str on add context
64 * Tests: inverted condition in test_kernel_data
65 * Fix: ust-consumer: flush empty packets on snapshot channel
66 * Fix: WARN() should print as WARN level, not ERR
67 * Fix: error.h: add missing parenthesis around macro parameter
68 * Fix: bogus mask on error.h PRINT types
69 * Fix: kernel tracing: flush after stop
70 * Fix: UST should not generate packet at destroy after stop
71 * Tests: remove flaky '*' kernel wildcard test
72 * Fix: bad file descriptors on close after rotation error
73 * Fix: posix_fadvise wrapper returns -ENOSYS on FreeBSD
74 * Fix: Double free in utils_partial_realpath error path
75 * Fix: remove logically dead code in send_channel_uid_to_ust
76 * Fix: unchecked return value in low throughput test
77 * Fix: unchecked posix_fadvise() return value
78 * Fix: unchecked return value in relayd live.c
79 * Fix: unchecked return value in trace_clock_read64_monotonic
80 * Fix: initialize the cur_event variable before using it
81 * Fix: NULL pointer dereference in relay_index_get_by_id_or_create
82 * Fix: Deference after null check in sessiond set_option
83 * Fix: Wrong sizeof argument in pid tracker
84 * Fix: tests: incorrect uri index
85 * Fix: Integer overflowed argument
86 * Fix: macro compares unsigned to 0 (no effect)
87 * Fix: Free variable before strdup() in process_event_node
88 * Fix: Free variables before strdup()
89 * Fix: Add missing free() in spawn_viewer
90 * Fix: Add missing free() in utils_partial_realpath
91 * Fix: illegal memory access in test_create_kernel_event
92 * Fix: illegal memory access in send_viewer_streams
93 * Fix: illegal memory access in viewer_list_sessions
94 * Fix: illegal memory access in relayd_add_stream
95 * Fix: illegal memory access in relayd_create_session_2_4
96 * Fix: illegal memory access in session_create
97 * Fix: illegal memory access in consumer_set_subdir
98 * Fix: illegal memory access in syscall_init_table
99 * Fix: illegal memory access in write_pidfile
100 * Fix: illegal memory access in list_lttng_channels
101 * Fix: illegal memory access in cmd_snapshot_record
102 * Fix: illegal memory access in output_init
103 * Fix: illegal memory access in consumer_set_network_uri
104 * Fix: illegal memory access in cmd_snapshot_list_outputs
105 * Fix: illegal memory access in list_events
106 * Fix: illegal memory access in disable_event
107 * Fix: illegal memory access in add_uri_to_consumer
108 * Fix: illegal memory access in init_ust_event_from_agent_event
109 * Fix: illegal memory access in _cmd_enable_event
110 * Implement lttng_strncpy safe string copy
111 * Fix: loading a session prints an error message but the load is successful
112 * Snapshot warning if there are no events in one of the domains
113 * Snapshot: record: use same datetime for snapshot folder output
114 * Refactor: move the snapshot type check into output type check
115 * configure.ac: check for an existing liburcu-cds symbol
116 * configure.ac: use macro for wrong liburcu error message
117 * Tests: wording of trace_matches is misleading
118 * Typo: catched -> caught
119
120 2016-04-19 lttng-tools 2.7.2 (Bicycle Day)
121 * Clean-up shm directory tree after freeing the channel
122 * Test: Add the lttng-runas worker process to the sessiond pids
123 * Limit the scope of IFS overwriting
124 * Do not overwrite IFS globally but only locally
125 * Fix: tests: use SIGSTOP for crash extraction test
126 * Fix: Only save kernel enablers in session configuration
127 * Fix: Only list kernel enablers when listing events
128 * Fix: syscalls hash table leaks when listing kernel events
129 * Test fix: ignore stderr at every step of randstring
130 * Test fix: ignore stderr when generating random string
131 * Fix: test: use load_path instead of $1
132 * Fix warning when building Python bindings
133 * Test: prevent the spawning of a daemonized sessiond
134 * Fix: There is more tests than the plan
135 * Fix: per-pid ust buffers flush race with application unregister
136 * Fix: Use ipv6 loopback adress in test_uri
137 * Fix: report already enabled event error to client
138 * Tests fix: source utils.sh before using conf_proc_count
139 * Tests: use configured processor count in getcpu override tests
140 * Tests: use configured processor count in snapshot tests
141 * Tests: Introduce conf_proc_count()
142 * Tests: print a more precise test description in snapshot tests
143 * Fix: handle negative clock offset for lttng-ust metadata
144 * Fix: do not print error and bug messages when quiet (-q) is present
145
146 2016-01-07 lttng-tools 2.7.1 (National Tempura Day)
147 * Build: fallback to AC_CHECK_LIBS when looking for popt and uuid
148 * tests/unit: fix object files' location
149 * configure.ac: fix static build
150 * Fix: close indexes when rotating the trace files in mmap mode
151 * Fix: close indexes when rotating the trace files in splice mode
152 * Fix: Don't spam session daemon logs on invalid UST context
153 * Fix: Check for NULL hash tables on relay daemon teardown
154 * Fix: Verify directory's existence before calling mkdir
155 * Fix: Unchecked NULL string in logging statement
156 * Fix: include the filter expression in agent events' primary key
157 * Fix live timer calculation error
158 * Fix: Remove dependency on glibc 2.12 caused by pthread_setname_np
159 * Fix: Log and ignore SIGINT and SIGTERM in run_as worker
160
161 2015-09-24 lttng-tools 2.7.0 (National Punctuation Day)
162 * Fix: Handle EINTR of waipid in run-as worker
163 * Fix: Handle EINTR of waitpid when spawning a session daemon
164 * Add a LOG() macro which handles dynamic severity levels
165 * Fix: tests: support systems where PAGE_SIZE is not 4096
166 * Test: jul/log4j: use -a instead of '*' to disable all events
167 * Reword warning on event disable
168 * Clean-up: Remove unused test launchers
169 * Help: add -j -l -p option to help string
170 * man: update disable-event section
171 * Use empty event name on disable -a for ust and agent domain
172 * Fix: disable kernel event based on name and event type
173 * Tests: Clean-up test-crash on SIGTERM and SIGINT
174 * Fix: Possible dereference of null pointers
175 * Fix: Break out of loop when searching for a domain's agent
176 * Fix: int printed as uint
177 * Fix: add subdir-objects to Makefile.am
178 * Fix: tests: skip UST perf tests if not root
179
180 2015-09-18 lttng-tools 2.7.0-rc2
181 * Fix: Check use_clone() instead of worker in run_as
182 * Fix: Perform rcu barrier before tearing down the run-as worker
183 * Fix: Handle hang-up gracefully in run-as
184 * Fix: Only log app handle release on failure
185 * Fix: shm-path: handling of snprintf return value
186 * Fix: Wrong format specifier used in debug statement
187 * Tests: Swap usages of pidof for pgrep --full
188 * Tests: indefinitely wait for shm buffers to be unlinked
189 * Fix: Hide run-as functions
190 * Fix: Hide sessiond-comm functions
191 * Cleanup: remove duplicated implementation of rculfhash
192 * Fix: relayd: don't call lttng_ht_destroy in RCU read-side C.S.
193 * Fix: libc internal mutex races with run_as
194 * Fix: Hide readwrite symbols in common lib
195 * Fix: Hide pipe symbols in common lib
196 * Fix: Hide daemonize symbols in common lib
197 * Fix: Hide RCU hashtable wrapper symbols
198 * Fix: prevent dangling pointer in utils_partial_realpath
199 * Fix: rcu_read_unlock without parentheses has no side-effect
200 * Fix: add missing test file to EXTRA_DIST
201 * Format utils.sh messages
202 * Tests: use functions from utils.sh
203 * Report error if any disable action fails
204 * Fix: disable all ust events
205 * Bring back event_ust_disable_all_tracepoints
206 * Fix: sessiond: disable: match app event by name
207 * lttng-crash: support symlink
208 * Test: lttng-crash and ust shm path
209 * Fix: dereferencing null index pointer
210 * Fix: leaking memory from strdup in lttng-crash
211 * Fix: memleak in utils_partial_realpath
212 * Fix: double free on enable-event
213 * Fix: error on no/multiple domain options
214 * Fix: lttng-crash: segfault when parsing options
215 * Print relayd stream indexes
216 * Enhance relayd error reporting
217 * Fix: relayd: handle consumerd crashes without leak
218 * Fix: LPOLLHUP and LPOLLERR when there is still data in pipe/socket
219 * Fix: Use 2.7 java JAR and class names
220 * Fix: double RCU unlock on event_agent_disable_all
221 * Fix: unbalanced RCU read-side lock in enable event command
222 * Add rcu_read_ongoing() assertions around process_client_msg
223 * Clean-up and simplify event_agent_disable_all
224 * Fix: disable agent events by name
225 * sessiond: add loglevels_match()
226 * Fix: include loglevel type in agent event's primary key
227 * Fix: include loglevel type in UST event's primary key
228 * sessiond: use `loglevel_value` and `loglevel_type` names
229 * Tests: kernel wildcards
230 * Tests: fix wildcard test path
231 * doc: document untrack command in lttng(1)
232 * doc: document track command in lttng(1)
233 * Remove dot after enable-event message
234 * Fix: don't print the default channel name when enabling agent events
235 * Fix: fail gracefully on --exclude on unsupported domains
236 * Fix: initialize live_timer to 0 for snapshot session
237 * Fix: correct mismatched function signatures
238 * Clearer error reporting when failing to launch session daemon
239 * Daemonize sessiond on `lttng create`
240 * Fix: consumer signal handling race
241 * Fix: list_ust_events(): dangling pointer
242 * Fix: MI: close domain when listing multiple agent domains
243 * Tests: expand UST wildcard tests, move to regression/tools
244 * Tests: kernel filtering
245 * Fix: use pid element instead of process element
246 * Fix: race between kconsumerd and sessiond on tear down
247 * Fix: Buggy string comparison in ust registry ht_match_event
248 * Fix: Bad cast of lttng_kernel_instrumentation to lttng_event_type
249 * Fix: Implicit cast from lttng_loglevel_type to lttng_ust_loglevel_type
250 * Fix: lttng-crash: remove tmp working directory
251 * Fix: lttng-crash: DIR leak in delete_trace() on error
252 * Fix: Possible passing of NULL pointer to memcpy()
253 * Fix: Overwrite of ret in relay_recv_metadata
254 * Fix: Wait for in-flight data before closing a stream
255 * Fix: unpublish stream on close
256 * Fix: lttng-crash: fd leak
257 * Fix: Invalid parameter error reported when untracking PID
258 * Fix: kernel track/untrack error handling
259 * Fix: Python agent tests are always skipped
260 * Tests: Java agent: Add configure switches to enable tests
261 * Tests: Java agent: update after Java agent refactoring
262 * Tests: Fix flaky live test client
263 * Fix: Announce empty streams on live attach
264 * Fix: relayd: file rotation and live read
265 * Fix: relay: viewer_get_next_index handle null vstream
266 * Fix: relayd: make viewer streams consider metadata sent
267 * Fix: don't expose empty streams
268 * Fix: relayd: don't check new metadata on get packet
269 * Fix: relayd: don't check for new streams in get packet
270 * Fix: ask new streams HUP
271 * Fix: reply error if get packet vstream fails
272 * Fix: relayd reply error to client if cannot find viewer stream
273 * Fix: relayd reply with error if cannot find metadata
274 * Fix: ust-app: protect app socket protocol with lock
275 * Fix: add missing rcu_barrier at end of sessiond main
276 * Fix: add missing rcu_barrier at end of consumer main
277 * Fix: app cmd leak on sessiond exit
278 * Fix: relayd live don't send incomplete stream list
279 * Fix: consumer timer misses RCU thread registration
280 * Fix: sessiond consumer thread should register as RCU thread
281 * Fix: don't chain RCU free
282 * Fix: free metadata cache after grace period in consumer
283 * Fix: sessiond vs consumerd push/get metadata deadlock
284 * Fix: streamline ret/errno of run_as()
285 * Fix: Double unlock on error path
286 * Fix: Relay daemon ownership and reference counting
287 * Accept uid and gid parameters in utils_mkdir()/utils_mkdir_recursive()
288 * Fix: reference counting of consumer output
289 * Fix: sessiond add missing socket close
290 * Fix: sessiond should not error on channel creation vs app exit
291 * Fix: sessiond ust-app session teardown race
292 * Only display agent loglevel if the loglevel type is not ALL
293 * Initialize default log level of events on load
294 * Don't assume that Log4j and JUL share the same log level mappings
295 * Allow the creation of JUL, Log4j and Python channels
296 * Fix: Save tracker as part of UST and Kernel domains only
297 * Fix: Memory leak of agent
298 * Fix: Memory leak of agent event internals
299 * Save filter expression as part of agent events and save them
300 * Fix: UTF-8 characters may be stored on up to 4 bytes
301 * Prevent the addition of UST events to agent channels
302 * Don't save log level in session configuration when unneeded
303 * Fix: Propagate filter status of kernel events to client
304 * Fix: Save kernel event filter when saving session configuration
305 * Fix: Mention Python as part of enable-event's usage()
306 * Fix: typo in error message
307 * Add agent domains to lttng enable-event usage()
308 * Report memory allocation failure when copying filter bytecode
309 * Fix: cmd_enable_event must return positive error codes
310 * Save filter expressions as part of agent events
311 * Add agent domains to the enable-event section of LTTNG(1)
312 * Prevent disable event on internal UST events
313 * Skip internal events when saving a session configuration
314 * Hide internal events from session daemon clients
315 * Prevent the use of reserved UST event names
316 * Tag events created as side-effect of agent events as internal
317 * Fix: assert(0) when listing Python events with MI
318 * Fix: set GLOBAL buffer type for kernel domain in list
319 * Fix: take RCU read-side lock within hash table functions
320 * Tests: Adapt MI test to change in track/untrack behaviour
321 * Fix: Improve the error reporting of the track/untrack command
322 * Tests: Fix flacky clock-plugin test
323 * Build: look for python >= 3.0 when building python bindings
324 * Build: rename use_python to python_binding
325 * Fix: regression tests
326 * Fix: tests: stderr not correctly redirected
327 * Fix: TimeoutExpired in Python tests not defined globally
328 * Tests: ust: clock override plugin
329 * Test: save/load: pid_tracker basic test
330 * Save/load: pid_tracker feature.
331 * Test: mi: track/untrack feature
332 * Util: xml_extract: add node_exist option
333 * Mi: track/untrack: validation
334 * Docs: Grammar fixes in mi_lttng.xsd
335 * Fix: Ensure a valid command error code is returned by track/untrack
336 * Mi: track/untrack/listing
337 * Fix: intialization of ust_metadata_poll_pipe to garbage value
338 * Fix "allocator sizeof operand mismatch" warning
339 * Fix: incorrect script name in python logging test
340 * Tests: Python agent: update after Python agent refactoring
341 * Fix: Discard disable event command filter payload
342 * Fix: Use MSG_NOSIGNAL when calling sendmsg()
343 * Fix: test_mi test
344 * Set registration done Agent command version back to 0
345 * Fix: Don't send agent disable event command twice
346 * Fix: incorrect variable being checked in libc-wrapper test
347 * Fix: Initialize global agent_apps_ht_by_sock on session daemon launch
348 * Fix: pids should be numbers only
349 * Fix: Mishandled NULL short options in lttng-sessiond
350 * Use popt "required_argument" and "no_argument" constants
351 * Fix: Mishandled NULL short options in utils_generate_optstring()
352 * Fix: only launch a new session daemon for the "create" command
353 * Fix 'daemon' typo in lttng-ctl-pc.in description
354 * Fix: clean-up agent app hash table from the main sessiond thread
355 * Fix: Remove undocumented session daemon short options
356 * Log userspace application hash table allocation failure
357 * Fix: RCU read-side lock released too early in destroy_agent_app
358 * Fix: misleading logging statement in agent_find_event
359 * Fix: Unhandled domain option condition in list_agent_events
360 * Fix: Crash on lttng list -j/-l/-p when no events are present
361 * Document relay_add_stream RCU locking
362 * Fix: Unbalanced rcu_read_unlock() on stream file creation failure
363 * Fix: Unbalanced rcu_read_unlock() on directory creation failure
364 * Fix: Document the locking assumptions of ctf_trace_find_by_path()
365 * Fix: Memory leak in relay_add_stream error path
366 * Fix: set session should not set non-existent session
367 * Rename Python agent event name to omit "user"
368
369 2015-07-15 lttng-tools 2.7.0-rc1 (Pet Fire Safety Day)
370 * Update version to v2.7.0-rc1
371 * Tests: lttng-ust-getcpu-override-test cache and error-check sysconf()
372 * Tests: lttng-ust-getcpu-override coding-style adjustments
373 * Add CPU_ID LTTng-UST context to enum lttng_ust_context_type
374 * Bump LTTNG_UST_ABI_MAJOR_VERSION to 6
375 * Tests: Ust getcpu override plugin
376 * Fix: Follow struct dirent allocation guidelines of READDIR(3)
377 * Update comments regarding the power of 2 constraint on sub-buffer sizes
378 * Build: add Flex version check
379 * Build: add Bison version check
380 * Fix: handle sys_futex() FUTEX_WAIT interrupted by signal
381 * Fix: metadata push -EPIPE should be recoverable
382 * Fix: destroy session removes the default config file
383 * Build: bump autoconf version requirement to 2.64
384 * Fix: Memory leak in setup of relayd_path
385 * Fix: update liburcu URL
386 * Fix: test: use "$@" to pass and quote argument
387 * Refactor: test: wrapper for lttng_snapshot_del_output
388 * Refactor: test: wrapper for lttng_snapshot_add_output
389 * Refactor: test: wrapper for destroy_lttng_session
390 * Refactor: test: wrapper for stop_lttng_tracing
391 * Refactor: test: wrapper for start_lttng_tracing
392 * Refactor: test: wrapper for enable_ust_lttng_event
393 * Refactor: test: wrapper for enable_ust_lttng_channel
394 * Refactor: test: wrapper for create_lttng_session
395 * Fix: Memory allocated by xmlNodeGetContent() must be freed by xmlFree()
396 * Save/load: add support for shared memory path
397 * Fix: get_cmdline_by_pid path length assumes a max pid of 65535
398 * Clean-up: Remove ifdef-ed out lttng list options
399 * Test: mi: test for greater or equal to a minimum of events on ust listing.
400 * Fix: update regression tests involving UST
401 * Clean-up: Remove ifdef-ed out function:entry feature
402 * Fix: Mark MI and Config string declarations as extern
403 * Clean-up append_list_to_probes()
404 * Fix: modprobe.c: fix tmp_list memory leak
405 * Fix: append_list_to_probes(): increment index
406 * Docs: LTTNG(1) filtering is now supported by the kernel tracer
407 * Fix: live_test regression on large number of cpus
408 * Fix: set UST register timeout to -1 as test default
409 * Man page: reference lttng-crash under --shm-path option
410 * Tests: Don't rely on implicit scalar expression dereference
411 * man pages: use standard NAME format
412 * Fix python bindings' Makefile for out-of-tree builds
413 * Fix: use LIBS instead of AM_LDFLAGS for dl and c linking
414 * Fix: Add missing -ldl when checking for lttng-ust
415 * clock plugin: increase offset measurement accuracy
416 * Implement UST clock override plugin support
417 * Fix: ownership of filter and filter_expression
418 * Fix: zero memory passed to create channel kernel ioctl
419 * Fix: Check that lttng create --live's time is not zero
420 * Fix: Validate lttng_create_session_live's timer is > 0
421 * UI: Only show live timer when the session is in live mode
422 * UI: Only show tracker PID state when enabled
423 * Implement kernel filter support
424 * syscall tracing: update tests
425 * Support lttng-modules syscall wildcards
426 * Implement lttng-modules tracepoint wildcard support
427 * Fix build when configuring with --disable-lttng-ust
428 * Fix: add missing function prototype to trace-ust.h header
429 * Implement PID tracker content listing
430 * Implement UST PID tracker
431 * Cleanup: Remove unimplemented UST domains
432 * Implement PID tracking for kernel tracing
433 * Fix: leak on error in lttng-crash
434 * Man page fixes: missing --version option and typo
435 * Docs: add lttng-crash(1) man page
436 * Docs: lttng-crash refers to "lttng"
437 * Fix: possible use of uninitialized data in loglevel conversion funcs
438 * Fix: possible evaluation of garbage values in fini_validation_ctx()
439 * Cleanup: Remove stale #ifdef-ed-out code from spawn_viewer()
440 * Fix: Possible call to execvp with NULL argument on allocation failure
441 * Fix: Possible call to strtoul() with NULL argument
442 * Docs: clarify lttng.1 shm-path section
443 * Fix: Missing return value check in extract_trace_recursive()
444 * Fix: recursive_rmdir: empty all empty subdir
445 * Move file creation/unlink from liblttng-ust-ctl to consumerd
446 * lttng-crash: support recursive traces
447 * shm-path: remove directory hierarchy on destroy
448 * Implement --shm-path option for UST sessions (per-uid channels)
449 * Cleanup: Reduce scope of connections in main relayd thread
450 * Cleanup: Reduce scope of relayd connections in live thread
451 * Docs: connection_find_by_sock() must be called with rcu_read_lock
452 * Rename current release as 2.7.0-pre
453 * Docs: grammar fix in Makefile
454 * Change release name to master
455 * configure: add type availability checking
456 * configure: add check for compiler inline keyword support
457 * configure: missing check for needed header
458 * configure: missing check of functions
459 * Fix: test: log4j: missing static test files for dist and out of tree build
460 * Fix: test: java-jul:missing static test files for dist and out of tree build
461 * Fix: out-of-tree build: missing xsd file for mi test execution
462 * Fix: out-of-tree build: missing xsd file for save-load test execution
463 * Cleanup: remove unused end_no_session label in ust_app_flush_session()
464 * Cleanup: Remove unused "end" label in push_metadata()
465 * Tests: Run health check test_thread_ok as part of root_regression
466 * Fix: deadlock between UST registry lock and consumer lock
467 * Fix: uninitialized return value
468 * Fix: build failure using disable-lttng-ust configure option
469 * Cleanup: Remove unused variable
470 * Fix: setuid/setgid daemons should not get sensitive env. var./args
471 * Fix: grab more than one packet for snapshots
472 * Fix: per-uid flush and ust registry locking
473 * Docs: Missing optional dependency on lttng-ust in README.md
474 * Docs: Grammar fixes in the lttng manpage
475 * Fix: add missing UST perf counter support check
476 * Fix: tests: integer too large for long type
477 * Fix: undefined operation on last_relay_viewer_session_id
478 * Fix: print format type mismatch
479 * Fix: print format type mismatch
480 * Fix: Remove structurally dead code from relayd
481 * Cleanup: Remove logically dead code
482 * Cleanup: Remove unused label
483 * Fix: Remove unused argument in debug statement
484 * Fix: exit threads not only on goto restart
485 * Fix: poll: show the correct number of fds
486 * Fix: call lttng_poll_set_max_size before start threads
487 * Fix: compat poll: add missing empty revents checks
488 * Fix: various compat poll/epoll issues
489 * Add debugging output to ht-cleanup thread
490 * Fix: mi: snapshot: missing error handling for session name
491 * Fix: ust-app: per-PID app unregister vs tracing stop races
492 * Fix: data pending: allow empty streams
493 * Fix: ust snapshot: cleanup after error
494 * Fix: Mismatching return type in ust_app_ht_alloc() stub
495 * Cleanup: lock file already taken is error, not warning
496 * Fix: ust-app null pointer check needed for main refactoring
497 * Cleanup: relayd: centralize thread stopping function
498 * Cleanup: Replace all perror() uses by the PERROR macro
499 * Refactor relayd main/set_options/cleanup
500 * Refactor consumerd main/cleanup
501 * Refactor sessiond main/cleanup/ht-cleanup
502 * Missing error handling: consumer_signal_init should return its error status
503 * Cleanup: consumerd: lines over 80 columns
504 * Cleanup: consumerd: use PERROR rather than perror
505 * Cleanup: lttng-consumerd: remove stale TODO comment
506 * Misleading error handling: utils_create_pid_file() should return 0 on success
507 * Missing error handling: consumerd parse_args should return errors to caller
508 * Missing error handling: ust_app_ht_alloc should return error status
509 * Fix: ust app leak on UST buffer creation error
510 * Fix: leak on UST buffer registry creation error
511 * Fix: agents ht leaks on destroy session
512 * Fix: add missing RCU read unlock
513 * Fix: help message for Python agent mentions Java
514 * Fix: don't destroy the sockets if the snapshot was successful
515 * Fix: Missing RCU read locks in syscall_list_channel()
516 * Fix: Missing RCU read lock in kernel_destroy_session()
517 * Fix: channel names are not validated
518 * Cleanup: Missing whitespace
519 * Fix: Apply consumer URI changes to all domains
520 * Cleanup: Fix a typo in the MI tests
521 * Test fix: Don't invoke the system's lttng client
522 * Tests: Add a test to check disabled events are loaded in the correct state
523 * Fix: Don't leave events enabled if they were saved in a disabled state
524 * Fix: "Any" loglevel's value is -1 and not 0
525 * Test fix: LTTNG_SESSION_CONFIG_XSD_PATH expects an absolute path
526 * Fix: Memory leak on error in alloc_argv_from_user_opts()
527 * Cleanup: Unchecked close() return value in utils_create_lock_file()
528 * Cleanup: No check of the return value of lttng_ht_del()
529 * Cleanup: Mixed enums used for return code in send_sessiond_channel()
530 * Cleanup: Cast poll() return value to void
531 * Fix: Unreachable error logging in set_option()
532 * Fix: OOM leaks in sessiond modprobe.c
533 * Cleanup: sessiond modprobe.c: coding style
534 * Cleanup: test_utils_expand_path.c prototypes
535 * Fix: test_utils_expand_path.c: out of memory error handling
536 * Fix: test test_ust_data.c: check OOM
537 * Fix: test libc-wrapper: check malloc OOM
538 * Cleanup: test libc-wrapper: main parameters
539 * Fix: lttng-ctl: use zmalloc(), missing OOM check
540 * Fix: filter-parser.y: use zmalloc(), missing OOM check
541 * Fix: utils.c: check str*dup OOM
542 * Cleanup: implement zmalloc as static inline
543 * Fix: rculfhash: use zmalloc()
544 * Fix: ini.c: use zmalloc()
545 * Fix: lttng lttng.c: check strdup OOM
546 * Fix: lttng conf.c: use zmalloc()
547 * Fix: lttng view.c missing strdup OOM check
548 * Fix: use zmalloc() in lttng view.c
549 * Fix: use zmalloc() in lttng list.c
550 * Fix: oom error check, realloc oom leak
551 * Fix: use zmalloc in lttng enable_events.c
552 * Fix: missing strdup oom check in lttng create.c
553 * Fix: lttng add_context.c: use zmalloc
554 * Cleanup: add missing static to function modprobe_remove_lttng()
555 * Fix: add missing str*dup oom check in sessiond main.c
556 * Fix: add missing sessiond kernel-consumer missing str*dup oom checks
557 * Fix: add missing strdup OOM check
558 * Fix: add missing synchronization point for before app test case
559 * Fix: tests: wait output hide Terminate errors
560 * Fix: tests: remove killall, add missing SIGTERM handlers
561 * Fix: high throughput test: reset bw limit on sigterm
562 * Fix: tests: add missing wait, document missing synchro
563 * Document test anti-patterns
564 * Fix: test flaky sleep and wait patterns
565 * Fix: tests: don't use pidof to wait for test apps
566 * Fix: Live tracing does not honor live timer after first tracefile with tracefile rotation
567 * Fix: Handle empty daemon configuration file lines
568 * Docs: Add -f/--config option to lttng-sessiond man page
569 * Cleanup: spaghetti function return path
570 * Fix: relayd: unbalanced RCU read-side lock/unlock
571 * Fix: relayd: unbalanced RCU read lock/unlock
572 * Fix: lttng-relayd: unhandled out of memory error
573 * Fix: relayd viewer stream: unhandled out of memory error
574 * Build fix: Apps defining _LGPL_SOURCE must link to urcu-bp
575 * Define _LGPL_SOURCE in test apps' tracepoint provider files
576 * Define _LGPL_SOURCE in test applications
577 * Fix: Missing rcu_read_lock in cmd_list_events()
578 * Fix: Missing rcu_read_lock in list_lttng_agent_events()
579 * Fix: Missing rcu_read_lock in cmd_list_channels()
580 * Fix: Missing rcu_read_locks in cmd_list_domains()
581 * Fix: Missing rcu_read_lock in cmd_snapshot_list_outputs()
582 * Fix: Missing rcu_read_lock in save_domains()
583 * Fix: Missing rcu_read_lock in ust_app_get_nb_stream()
584 * Fix: UST subbuffers silently dropped on moderate trace traffic
585 * Fix: Missing rcu_read_lock in get_session_max_subbuf_size()
586 * Fix: create/destroy a splice_pipe per stream
587 * Note find_ust_app_context must be called with RCU read lock
588 * Fix: empty indexes_ht before destroying it.
589 * Fix: removed useless key from relay_index
590 * Fix: Ambiguous agent event filter bytecode ownership
591 * Fix: filter bytecode and string memory leak on error
592 * Fix: define _LGPL_SOURCE in C files
593 * Fix: HT must not be destroyed with a rcu_read_lock held
594 * Fix: agent events HT should be destroyed from the cleanup thread
595 * Fix: missing rcu_read_lock in trace_ust_destroy_session()
596 * Fix: missing rcu_read_lock when calling trace_ust_find_agent()
597 * Fix: missing rcu_read_lock in cmd_start_trace()
598 * Cleanup: remove "disabled" flag for new release cycle
599 * Fix: filter attach vs event enable race
600 * Fix: Mark libxml2 as a mandatory dependency
601 * Fix: Warn the user when enabling an event in a new domain
602 * Fix: Don't report an error when listing a session with no channels
603 * Bypass 0 byte allocation when no domains are enabled
604 * Fix: Add missing URCU_TLS access to error_log_time
605 * Fix: check userspace perf counter name when looking up contexts
606 * Update maintainer section of the man pages
607 * Update maintainer section of README.md
608 * Fix: add README.md to documentation files
609 * Fix: UST consumer sync all available metadata
610 * Test: remove bogus argument from prove invocation
611 * Fix: typo in pythong test Makefile
612 * Fix: memory leak in libconfig
613 * Add Python agent support
614 * Fix: return EINVAL if agent registration fails
615 * Use lttng-modules ABI version ioctl
616 * Fix: syscall list ioctl number conflict
617 * Update master ChangeLog with 2.5.1 release
618
619 2014-10-20 lttng-tools 2.6.0-rc1 (Harry Belafonte records Banana Boat Song)
620 * Machine Interface added to lttng command line (--mi)
621 * Java Log4j agent support (--log4j)
622 * Kernel per syscall tracing
623 * Multiple fixes.
624
625 2014-10-20 lttng-tools 2.5.1
626 * Fix: handle sysconf possible negative returned value
627 * Fix: channel deref. after NULL check in kernel consumer
628 * Fix: check for kernel session metadata during init
629 * Fix: incorrect cast in ust consumer assert
630 * Fix: bad handling of incoming data in consumer thread
631 * Fix: disable event for JUL domain
632 * Fix: send disable ALL command code if event is *
633 * Fix: make sure no index is in flight before using inactivity beacons
634 * Fix: Parenthesize previous statement when adding conditions to a filter
635 * Fix: parse_prob_opts return the actual success of the function
636 * Fix: Man page typos
637 * Fix: disable JUL event on destroy
638 * Fix: unbalanced ustconsumer32_data.pid_mutex lock
639
640 2014-07-16 lttng-tools 2.5.0 (Take Your Poet to Work Day)
641 * Fix: validate file path creds in autoload mode
642 * Fix: change session file loading order
643 * Fix: add Loading Sessions section to lttng-sessiond.8
644 * Fix: add default session conf. dir to manpage
645 * Fix: on session load, add it to the .lttngrc
646 * Fix: clarify session conf. directory in man
647 * Fix: filter error path could free invalid ptr
648 * Fix: Create a lock file to prevent multiple session daemons
649 * Fix: relayd stream set close_flag on stream close
650 * Fix: ustctl_get_stream_id without UST support
651 * Fix: avoid freeing invalid ptr in filter bytecode
652 * Fix: get the stream_id when generating live beacons
653 * Fix: use biggest subbuffer size for snapshot max-size
654 * Fix: Possible memory leak when multiple config files are loaded
655 * Fix: Clamp verbosity value read from config file
656 * Fix: Unchecked strdup return values in set_option
657
658 2014-06-27 lttng-tools 2.5.0-rc2
659 * Test: add JUL disable event tests
660 * Fix: disable JUL event on UST side
661 * Fix: accept override flag even without a load path
662 * Fix: bad error code path when loading session
663 * Fix: set session in output mode if URL are set afterwards
664 * Fix: add a kernel context list to the channel
665 * Fix: Add vpid, vppid and vtid info in add-context help
666 * Fix: wrong behavior of save command when no session name is provided
667 * Fix: missing context type string in save for ust context
668 * Fix: wrong casting of return value
669 * Fix: add dependency to libcommon for python binding
670 * Fix: remove the default GIT_VERSION
671
672 2014-05-28 lttng-tools 2.5.0-rc1 (International Hamburger Day)
673 * Save/load session feature
674 * Daemon configuration file support
675 * UST perf counter support with add-context
676 * Kernel tracer probe user define list
677 * Multiple fixes! The diff is just too big to put here.
678
679 2014-07-16 lttng-tools 2.4.2 (Take Your Poet to Work Day)
680 * Fix: Create a lock file to prevent multiple session daemons
681 * Fix: relayd stream set close_flag on stream close
682 * Fix: ustctl_get_stream_id without UST support
683 * Fix: get the stream_id when generating live beacons
684 * Fix: missing include for getpwuid()
685 * Fix: add a get HOME dir fallback to getpwuid
686 * Fix: don't set enabled flag is session start fails
687 * Fix: logger name dropped from filter condition when loglevels are used
688 * Fix: memory leak in lttng_enable_event_with_exclusions
689 * Fix: check malloc return value
690 * Fix: static array larger than necessary
691 * Fix: set session in output mode if URL are set afterwards
692 * Fix: Add vpid, vppid and vtid info in add-context help
693 * Fix: alignment problems on targets not supporting unaligned access.
694 * Fix: possible use after free in consumer
695 * Fix: improve and update lttng.h comments
696 * Fix: JUL filtering for event *
697 * Fix: deny overwrite mode and num subbuf less than 2
698 * Fix: remove bad option in enable channel --help
699 * Fix: implicit conversion from enumeration
700 * Fix: clarify man page lttng.1
701 * Fix: Copy-pasted PERROR messages may be misleading
702 * Fix: incorrect printf format
703 * Fix: handle ENOENT when creating a kernel event
704 * Fix: move JUL filter creation to a function
705 * Fix: JUL filtering done on the UST level
706 * Fix: Don't include the binary in the live test's EXTRA_DIST
707 * Fix: add JUL filter to UST event on logger_name
708 * Fix: Racy event validation in tests
709 * Fix: rework utils_parse_size_suffix
710
711 2014-04-08 lttng-tools 2.4.1 (OpenSSL heartbleed day)
712 * Fix: don't delete stream from connection recv list
713 * Fix: use after free of a relayd stream
714 * Fix: don't print stream name in error message
715 * Fix: take session list lock when listing tp
716 * Fix: add consumer wake up pipe to avoid race
717 * Fix: don't spawn relayd if URL is provided
718 * Fix: don't ask data pending if session was not started
719 * Fix: missing test file in EXTRA dist
720 * Fix: allow empty URL for live session creation
721 * Fix: missing valid return code when adding an URI to consumer
722 * Fix: syntax error in lttng.1
723 * Fix: check relayd fd leak in lttng cmdline
724 * Fix: remove unused tp in high-throughput test
725 * Use autoconf AM_MAINTAINER_MODE.
726 * Fix: clang 'constant-out-of-range-compare' warning
727 * Fix: Unchecked session pointer when destroying a connection in relayd
728
729 2014-02-28 lttng-tools 2.4.0 (Public Sleeping Day)
730 * Fix: improve lttng with live by spawning relayd
731 * Fix: relayd should listen for viewers on localhost only by default
732 * Fix: handle loglevel range ALL in list command
733 * Tests: add JUL test for multiple loglevel
734 * Fix: index JUL event by name *and* loglevel
735 * Fix: JUL to enable user and root tracepoints
736 * Fix: handle the registration done command for JUL
737 * Test fix: use temp file sync. of test app
738 * Fix: keep metadata channel attr in UST session
739 * Tests fix: Missing waitpid in fork test
740 * Fix: add loglevel type to lttng list <name>
741 * Fix: minor rephrasing of the lttng.1 man page
742 * Fix: Warn user if JUL port is already being used
743 * Fix: add some sane default values to --live opt
744 * Fix: possible NULL deref. in sessiond error path
745 * Fix: flag that kernel streams FDs has been sent
746 * Fix: forbid session name creation if contains /
747 * Fix: don't start session if no channel
748 * Fix: add missing relayd option to man page
749 * Fix: report error if consumer can't be spawned
750 * Fix: lttng list -u <name> should only list UST
751 * Fix: kernel channel destroy on consumer if sent
752 * Fix: only create UST metadata on start trace
753 * Revert "Fix: wrong condition on startup for low-activity streams"
754 * Fix: missing big endian conversion for one index field
755 * Fix: wrong condition on startup for low-activity streams
756 * Fix: perror on index directory creation error
757 * Comments fix: lttngerr.h -> error.h (./Changelog:754)
758 * Fix: consumerd errors on exit
759 * Fix: scanf unbounded input
760 * Fix: miscellaneous memory handling fixes
761 * Fix: add missing VALGRIND ifdef checks and documentation
762
763 2014-02-14 lttng-tools 2.4.0-rc5
764 * Fix: steal channel key in the consumer to avoid race
765 * Fix: change ERR statement to DBG in kernel read subbuffer
766 * Fix: handle snapshot ENODATA in live timer
767 * Fix: relayd leak on error in consumer splice()
768 * Fix: protect close_write_flag with the rotation lock
769 * Man: clarify loglevel for JUL domain
770 * Fix: Define __STDC_LIMIT_MACROS to fix C++ builds
771 * Fix: bad indentation of lttng list in man page
772 * Fix: wrong data structure used in commit df41f83
773 * Fix: add missing optional dependency to babeltrace in README
774 * Fix: cleanup inconsistent use of spaces/tabs in README
775 * Fix: only set the new_streams flag if a viewer is attached
776 * Fix: lttng-live documentation
777 * Fix: remove dead code in relayd live code
778 * Fix: use after free error code path
779 * Fix: wrong sizeof argument in live viewer create session
780 * Fix: zero out the reply structure in viewer_connect
781 * Fix: write index only if fd is valid
782 * Fix: cleanup relayd on any I/O error in read subbuffer mmap
783 * Fix: memory/fd leak when cleaning streams in channel
784 * Fix: destroy streams in consumer del channel
785 * Fix: add missing urcu wfqueue headers in relayd
786 * Fix: in lttng_read/write deny count bigger than the possible returned value
787 * Fix: fd leak when closing metadata stream
788 * Fix: read subbuffer mmap/splice signedness issue
789 * Doc: live protocol clarifications
790 * Fix: remove unused create_viewer_session option
791 * Fix: don't sleep(1) on the consumer ready flag
792 * Fix: free viewer session in connection_free()
793 * Fix: add missing ctf trace delete before destroy
794 * Fix: don't delete ctf trace while in snapshot mode
795 * Fix: add flag to create session command and fix tests
796 * Fix: cleanup indef guards following the rename
797 * Fix: merge issue with thread quit pipe
798 * Fix: use uint32_t for metadata_flag in viewer's ABI
799 * Fix: check for new streams in all attached sessions
800 * Fix: Move static functions up in the code
801 * Fix: allow attach command to multiple sessions
802 * Fix: handle session hang up in get_new_streams
803 * Fix: force the client to create a viewer session before attaching
804 * Fix: Namespace lttng-viewer-abi
805 * Fix: relayd connection object refactor
806 * Fix: big relayd cleanup and refactor
807 * Fix: code refactoring of viewer streams in relayd
808 * Fix: handle new streams in live mode in relayd
809 * Fix: notify the viewer if new streams got added
810 * Fix: send the streams sent message after metadata
811 * Add extern C to the health-check header
812 * Fix: memory leak in unit test
813 * Man: add JUL DOMAIN section to lttng.1
814 * Fix: handle invalid URL passed to lttng_create_session_live
815 * Fix: add --jul-tcp-port to sessiond man page
816 * Fix: measure UST clock offset with best sample (v2)
817 * Fix: remove free in unit test not needed anymore
818 * Fix: relay create session for version before 2.4
819 * Fix: memory leak when UST events are enabled with exclusions
820
821 2014-01-29 lttng-tools 2.4.0-rc4
822 * Fix: add -b, --background option
823 * health check tests: test relayd and consumerd
824 * tests: Add stop_lttng_relayd_nocheck
825 * Fix: add missing JUL loglevel handling
826 * relayd: add testpoints
827 * relayd: use same pipe for live and main
828 * Cleanup relayd live comment
829 * Fix: relayd: add LPOLLERR to events
830 * Fix: relayd: notify parent of readiness when all threads ready
831 * Fix: tests: start relayd in background mode (-b)
832 * lttng-relayd: implement background cmd line option
833 * sessiond: add missing testpoints
834 * tests: use --background for session daemon
835 * sessiond: add --background argument
836 * Use lib common daemonize
837 * Fix: sessiond: wait for health check readiness
838 * Fix: relayd: initialize lttcomm inet
839 * Consumer: add testpoints
840 * Fix: consumerd: HT init/teardown with program
841 * Cleanup: lttng-ctl-health comment
842 * Add daemonize() to libcommon
843 * Fix: tests: wait for consumerd to complete
844 * Fix: consumerd: use DBG rather than DBG2
845 * Fix: consumerd: only return readiness when health is ready
846 * Fix: consumerd should initialize lttcomm
847 * Fix health check: signal parent before exit testpoint
848 * Test health: add test_thread_ok
849 * health check: change --relayd-path arg to --relayd-path=arg
850 * relayd: add LTTNG_RELAYD_HEALTH env var
851 * Add sessiond/SESSIOND_ prefix to sessiond testpoints
852 * Fix: zero out data structure before using it
853 * Fix: delete metadata stream before destroying it
854 * Fix: report to client when snapshot will be empty
855
856 2014-01-14 lttng-tools 2.4.0-rc3
857 * Fix: metadata stream should be always flagged as ready
858 * Fix: wrong check before destroying the viewer metadata stream
859 * Fix: race with the viewer and readiness of streams
860 * Fix: missing reset when listing UST fields for multiple PIDs
861 * Fix: filter: check binary op nesting
862 * Fix: relayd cmd line option for live port
863 * Fix: remove break in epoll loop of apps. thread
864 * Fix: wrong comment in snapshot public API
865 * Fix: clear the CTF traces when all the streams are closed
866
867 2013-12-10 lttng-tools 2.4.0-rc2
868 * Fix: close connection on incompatible version check
869 * Fix: fields alignements in live protocol
870 * Tests: add regression test for Java JUL support
871 * Fix: possible use after free
872 * Fix: remove unused code in session daemon
873 * Fix: string format with unsigned value
874 * Fix: remove useless assert
875 * Fix: bad logical check of error codes
876 * Fix: resource leak in enable-event command
877 * Fix: unchecked return value in ust app delete
878 * Fix: dereference after null check in UST registry
879 * Fix: Resource leak in ust registry
880 * Fix: backported from urcu commit 92af1a30
881 * Tests: fix racy tests and misleading output messages
882 * Tests: fix bad argument parsing in test app
883 * Fix: remove assert on fd in the read/write layer
884 * Fix: missing lock/unlock when sending index
885 * Fix: update back the metadata len sent on failure
886 * Fix: don't fail on push metadata if no channel
887 * Rename LTTng index in CTF index
888 * Fix: set the enable all event command type
889 * Fix: implicit conversion of enum types in sessiond
890 * Fix: implicit conversion of enum types in consumer
891 * Fix: comparison of unsigned enum expression >= 0
892 * Fix: comparison of unsigned value agains < 0
893 * Fix: create a fast and a long UST snapshot test
894 * Tests: fix racy UST snapshot post mortem test
895 * Tests: remove useless sleep when spawning sessiond
896 * Add travis-ci configuration file
897 * Add libuuid as dependency in README
898 * Tests: add valid test cases to test_utils_expand_path
899 * Tests: add symlink tests for test_utils_expand_path
900 * Fix: utils_expand_path now works for paths that ends with '/.' or '/..'
901 * Fix: comment indentation
902 * Add missing copyright to utils.c
903 * Fix: use non block waitpid to lookup child state
904
905 2013-11-15 lttng-tools 2.4.0-rc1
906 * Live streaming support
907 * Health check support in consumer and relayd
908 * Event exclusion support
909 * Java Util Logging support
910 * Multiple fixes! The diff is just too big to put here.
911
912 2013-11-13 lttng-tools 2.3.1
913 * Fix: typo in --sig-parent help
914 * Fix: application SIGBUS when starting in parallel with sessiond
915 * Fix: missing LTTNG_OK return value for snapshot
916 * Fix: arguments in the wrong order for fd-limit
917 * Fix: Some corrections to the lttng man page
918 * Fix: recv creds comm should handle partial receive
919 * Fix: set app socket timeout just after accept()
920 * Fix typo in lttng snapshot add-output example of lttng(1)
921
922 2013-09-03 lttng-tools 2.3.0
923 * Fix: remove periodical flush test from make check
924
925 2013-08-30 lttng-tools 2.3.0-rc3
926 * Fix: hashtable: take split_count_order into account
927 * Fix: remove wrong doing asserts in sessiond
928 * Tests: fix periodical flush tests to stop app
929 * Fix: correctly close metadata on sessiond thread shutdown
930 * Fix: delete the trace directory used for the test
931 * Fix: remove bad check after epoll wait in consumer
932 * Fix: missing data pending signess conversion
933 * Fix: consumer data pending for empty streams
934 * Fix: hash table growth (for small tables) should be limited (v2)
935 * Fix: run_as gid/uid test should return result to parent
936 * Fix: missing check for metadata data pending
937 * Tests: change buffers UID test to PID
938 * Tests: fix health tests to use custom socket timeout
939 * Fix: remove health test from fast regression
940 * Use socket timeout value for tcp timeout if available
941 * Fix: set the health delta tcp timeout aware
942 * Get the maximum TCP timeout in sessiond
943 * Fix: don't report error if UST app dies
944 * Fix: support VPATH build for tests
945 * Improve comments after review
946 * Rename consumer socket fd to fd_ptr
947 * Lock consumer data before fd check during destroy
948 * Use single callsite for send/recv ops. for consumer in sessiond
949 * Use consumer fd reference in consumer socket obj
950 * Update bash completion
951 * Add --list-commands option to the snapshot command
952 * Reorder functions _lttng_cmd_* functions in bash completion
953 * Use parse_size_suffix in snapshot
954 * Fix: snapshot record error handling
955 * Fix: improve error message when UST support is disabled
956 * Fix: add missing short filter option in help
957 * Fix: typo in configure.ac for version check
958 * Fix: remove calibrate syscall option from code
959 * Fix: snapshot should fail if no successful snapshot is taken
960 * Fix: check UST float field mantissa length
961 * Fix: add UST context in the same order the user enabled them
962 * Introduce configure --with-lttng-system-rundir
963 * Add .dirstamp to gitignore file
964 * Fix: snapshot with multiple UIDs
965 * Prepare for automake deprecation of missing subdir-objects
966 * Fix: typos in --help and manpage
967 * Fix: add-context without -c apply to all channels
968 * Fix: channels can be _enabled_ after tracing is started, but not created
969 * Fix filter parser segmentation fault with bison 3.0
970 * Fix: typo in error msg
971 * Fix: imprecise error message about root sessiond/tracing group
972 * Fix: don't skip chmod if tracing group is not found
973 * Tracepoint probes don't need extern C
974 * Fix: Snapshot should be taken asap in core handler script
975 * Fix: reset out_fd_offset when we rotate the trace file
976 * Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
977 * inet/inet6 sockets: apply timeout
978 * Implement timeout for connect ipv4/ipv6
979 * Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
980 * bash completion: add calls to _lttng_complete_sessions
981 * bash completion: Fix copy-paste typo
982 * Extras: Remove deprecated consumer commands in bash completion
983 * bash completion: Remove underscores in handler function names
984 * bash completion: Remove --event for add-context
985 * Update gitignore
986 * relayd: use version macros from build rather than scanf
987 * sessiond: use version major/minor from build for communication with relayd
988 * build: export major/minor/patchlevel numbers
989 * Fix: Dead code when checking return value from (ust_app|kernel)_snapshot_record
990 * Test: enable kernel events after start
991 * Fix: kernel ctl error codes are based on errno
992 * Fix: format string mismatch
993 * test: test_periodical_metadata_flush shrink timer period, kill app
994 * Fix: format string type mismatch
995 * snapshot howto: update text
996 * Add snapshot howto
997
998 2013-07-19 lttng-tools 2.3.0-rc2
999 * Add core-handler README to dist tarball
1000 * extras: core-handler: simplify, allow usage from tracing group
1001 * Cleanup: add missing dot
1002 * Fix: documentation: create name and options
1003 * Add core dump snapshot handler script
1004 * Fix: sym name len (kernel)
1005 * Fix: tests: provide channel name when a non-default channel exists: per-pid
1006 * Fix: tests: provide channel name when a non-default channel exists
1007 * Fix: data pending race
1008 * Fix hang in make check snapshots/test_ust
1009 * Cleanup: ust-consumer: wrong indentation
1010 * Fix: print dots while waiting for data availability
1011 * Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists"
1012 * Fix: (slight UI change) refuse missing -c if non-default channel exists
1013 * Fix: push metadata on stop for per-UID buffers
1014 * README: update python documentation
1015 * Manpage: other layout cleanups
1016 * Manpage: cleanup layout of view
1017 * Manpage: cleanup layout of version
1018 * Manpage: cleanup layout of stop
1019 * Manpage: cleanup layout of start
1020 * Manpage: cleanup layout of snapshot
1021 * Manpage: cleanup layout of set-session
1022 * Manpage: cleanup layout of list
1023 * Manpage: cleanup layout of disable-event
1024 * Manpage: cleanup layout of disable-channel
1025 * Manpage: cleanup layout of enable-event
1026 * Manpage: cleanup layout of enable-channel
1027 * Manpage: cleanup layout of destroy
1028 * Manpage: cleanup layout of create
1029 * Manpage: cleanup layout of calibrate
1030 * Manpage: cleanup layout of add-context
1031 * Documentation: create --snapshot in manpage
1032
1033 2013-07-17 lttng-tools 2.3.0-rc1
1034 * Fix: add missing snapshot header to dist tarball
1035 * Documentation: fix thread quit pipe comment
1036 * Test for presence of bison and flex when building from git
1037 * Test UST snapshot with large metadata
1038 * Add test application with large metadata
1039 * Cleanup: remove redundant assignment
1040 * Fix: use per-uid buffer registry for UID buffer snapshots
1041 * cmd.c: fix typos in snapshot commands
1042 * Test snapshot per-uid post-mortem
1043 * Remove leftover fprintf
1044 * Fix deadlock: don't take channel lock in timer
1045 * Introduce channel timer lock
1046 * document lttng_ustconsumer_request_metadata locking constraints
1047 * consumer: remove unused lttng_ustconsumer_push_metadata
1048 * Document metadata_socket_lock nesting
1049 * lttng_ustconsumer_recv_metadata does not need all those locks
1050 * document metadata_switch_timer() deadlock
1051 * Fix: add missing metadata socket lock
1052 * document metadata_switch_timer() locking constraints
1053 * consumer: remove timeout for UST metadata
1054 * Introduce pipe for UST metadata cache and stream
1055 * consumer: replace DBG2() instances by DBG()
1056 * Introduce utils_create_pipe_cloexec_nonblock()
1057 * ust consumer: data_pending check is endpoint active
1058 * Fix: kernel consumer: data_pending check if endpoint active
1059 * consumer: explicitly set endpoint status to active at init
1060 * document consumer_metadata_cache_flushed use of consumer_data.lock
1061 * consumer: introduce channel lock
1062 * Merge branch 'master' of git://git.lttng.org/lttng-tools
1063 * Fix: update lttng snapshot help output
1064 * Man: fix part of snapshot documentation
1065 * Fix: set tracefile size test with PID buffers
1066 * Fix: Babelstats fail to parse output with no process name or pid
1067 * Missing NULL pointer init in tap.c
1068 * Fix: Unchecked asprintf/vasprintf return values
1069 * Add snapshots test to fast regression
1070 * Fix: kernel data unit test
1071 * Fix: snapshot returned valid LTTNG_ERR code
1072 * Add the number of snapshot taken to the output path
1073 * Fix: RCU read side lock unbalanced
1074 * Fix: zeroed snapshot output at init
1075 * Support del-output with an output name
1076 * Update man page with snapshot command
1077 * New UST default buffers is now per UID
1078 * Bump UST ABI major version for 2.3 release
1079 * Add snapshot mode to lttng list session
1080 * Fix: support temporary snapshot max size and name
1081 * Support snapshot max-size limitation
1082 * Tests: per-UID UST snapshot
1083 * Fix: snapshot support for UST and kernel in same session
1084 * Implement lttng create --snapshot command
1085 * Add create session snapshot API in lttng-sessiond
1086 * Add snapshot output init call that uses URIs
1087 * Fix: consumer err_sock cloexec
1088 * Callsite: add "ip" context
1089 * Fix: possible consumer sockets double close on cleanup
1090 * Automatically load kvm-x86 and kvm-x86-mmu probes.
1091 * Fix: consumer: use uint64_t for all sessiond_id
1092 * Fix: add gpl and lgpl files to tarball
1093 * Fix: don't install libtap system wide
1094 * Fix: close consumer sockets in sessiond cleanup
1095 * Fix: set globally visible flag to kernel stream
1096 * Fix: lttng: memory leak in snapshot record command
1097 * Fix: kernel-consumer: double-close
1098 * Fix: consumer: incorrect size zmalloc
1099 * Fix: don't try to send stream to relayd if not in streaming
1100 * Fix: relayd refcount updates for stream
1101 * Fix: don't send error to sessiond on orderly shutdown
1102 * Fix: bad pathname used when sending kernel stream to relayd
1103 * Fix: add globally visible flag in stream
1104 * Fix: destroy metadata stream on setup metadata error path
1105 * Fix: send kernel stream to relayd only if needed
1106 * Fix: destroy streams for kernel snapshot sessions as well
1107 * Fix: close and destroy metadata stream after a kernel snapshot
1108 * Fix: print errno message on connect() error
1109 * Fix: possible double-close on stream out_fd
1110 * Fix: session ID signess to uin64_t in sessiond
1111 * Tests: fix validation trace path in kernel snapshot
1112 * Tests: Add UST snapshot local and streaming
1113 * Add UST snapshot support
1114 * Fix: consumer_add_relayd_socket() report errors to sessiond
1115 * Fix: add missing enum lttcomm_return_code entries
1116 * Fix: UST per-UID channels persist across application teardown
1117 * Fix: kernel snapshot metadata handling and error paths
1118 * Fix: coding style and debug statement
1119 * Fix: put subbuffer back in kernel snapshot error path
1120 * Fix: overflow in uri_to_str_url
1121 * Fix: detect the correct version of LTTng-UST
1122 * Fix: sessiond: use uint64_t for all session ids
1123 * Tests: add kernel snapshot streaming to root regression
1124 * Tests: remove debug output from test
1125 * Tests: Add kernel snapshot streaming
1126 * Fix: use snapshot consumer output for kernel
1127 * Fix: periodical flush check trace before stop
1128 * Fix: consumer: 64-bit index for relayd rather than 32-bit (v2)
1129 * Fix UST channel/stream output assignation
1130 * Fix: send per-pid session id in channel creation
1131 * Fix: consumer double-close on error
1132 * Update URCU detection to correctly check for a 0.7 version
1133 * Fix: snapshot path
1134 * Add utils function to format current time as a string
1135 * Fix: set hidden attribute to utils_* calls
1136 * Fix: consumer handling of metadata for relayd
1137 * Add kernel snapshot support
1138 * Support flight recorder mode for a session
1139 * Implement snapshot commands in lttng-sessiond
1140 * Add snapshot command to lttng UI
1141 * Initial import of the snapshot ABI/API in lttng-ctl
1142 * Use the consumer stream API in consumer_del_stream()
1143 * Add consumer-stream.c/.h in libconsumer
1144 * Move multiple URLs parsing fct from lttng-ctl to uri.c
1145 * Add a lttng-ctl header to facilitate code separation
1146
1147 2013-06-25 lttng-tools 2.2.0 (National Catfish Day)
1148 * STABLE VERSION
1149 * Fix: if relayd is unreachable, disable consumer for the session
1150 * Fix: possible infinite loop in disable ust event
1151 * Fix: don't enable a channel if a session was already started
1152 * Fix: bad type for the relayd id
1153 * Fix: add debug statement in kernel flush metadata
1154 * Fix: destroy default created channel if add-context fails
1155 * Fix: clarify tracefile size/count in lttng.1 man
1156 * Fix: don't stop a session that was not previously started
1157 * Fix: update lttng.1 man page
1158 * Fix: bad protocol flow between sessiond and consumerd
1159 * Fix: kernel memory leak in error path
1160
1161 2013-06-20 lttng-tools 2.2.0-rc3
1162 * Multiple memory and fd leak fixes in sessiond and consumerd
1163 * Test: stress test added to the repository but not in make check
1164 * Using LTTNG_HOME environment variable if exists, with fallback to HOME
1165 * Implement health check for app registration dispatch
1166 * Implement health check for app notification thread
1167 * Revert "Improve channel listing output format"
1168 * Fix: use lttng pipe to send new stream to thread
1169 * Change consumer_metadata_pipe to be a lttng_pipe
1170 * Change consumer_data_pipe to be a lttng_pipe
1171 * Add wrappers for pipe
1172 * Add --version command-line option to lttng.
1173 * Add --with-lttng-ust-prefix config option.
1174 * Fixes from coverity scan.
1175 * Stability fixes
1176 * RCU hash table are now destroyed in a seperate thread in sessiond
1177
1178 2013-05-09 lttng-tools 2.2.0-rc2
1179 * Fix: split UST per UID/PID default values
1180 * Fix: don't start the relayd with a wrong --output dir
1181 * Fix: Erroneous automatic session name when streaming
1182 * Fix: wrong data port when listing session's URI
1183 * Fix: don't create a channel on an enable channel
1184 * Tests: Add missing test_utils_parse_size_suffix to unit tests
1185 * Fix: print lttng strerror on enable event with filter
1186 * Fix: change relayd protocol version to 2.2
1187 * Fix: reset current size for tracefile rotation
1188 * Fix: remove extra -I for python bindings
1189 * lttng UI: round up trace file size to subbuf size if needed
1190 * Fix lttng UI: fix arg parsing, round size to next power of two
1191 * Fix: check errors in lttng command argument values
1192 * Implement get_count_order in lttng utils
1193 * lttng cli: Accept human readable sizes for --subbuf-size
1194 * Unit tests: don't rebuild units under test
1195 * Fix: consumerd metadata channel/cache/timer races
1196 * Fix: consumerd channel destroy race
1197 * Cleanup: document RCU read-side lock better
1198 * consumer relayd interaction: fix segfaults
1199 * Fix: change order of fd get to fix error path
1200 * Fix: fd leak when creating UST metadata channel
1201 * Fix: fd leak on error
1202 * Fix consumerd fd leak
1203 * Fix RCU-related hangs: incorrect lttng_ht_destroy use
1204 * rculfhash: check for callers from RCU read-side C.S.
1205 * Fix: don't call hash table destroy under rcu read-side c.s.
1206 * Documentation: import updated comments from urcu
1207 * Fix: segfault in buffer_reg_channel_destroy()
1208 * Fix: add missing goto error in UST consumer
1209 * Fix: no need to use run_as_open in the relayd
1210 * Fix: typo in enable-channel man and help
1211 * Fix: add some missing hidden attribute
1212 * Fix: per-uid buffers should only be flushed once on stop
1213 * Cleanup: Use own mutex within timer setup/teardown
1214 * Fix: channel management thread should hold a refcount
1215 * Fix: move metadata cache setup before ownership passing
1216 * Fix: consumer metadata switch timer error handling
1217 * Fix: set ptr to NULL to suppress old gcc warnings
1218 * Fix: linking order of libraries
1219 * Fix: multiple type mismatch in debug statement
1220 * Fix: remove mention of trace directory layout in quickstart doc
1221 * Fix: remove unused path variables from session obj
1222 * Fix: update lttng.1 man and enable-channel help with read timer size
1223 * Fix: use channel per domain default values
1224 * Fix: typos in the code base
1225 * Fix: deny multiple event types with enable-event
1226 * Fix: deny the same port for data and control URL
1227 * Fix: reset consumer destination when changing URIs
1228 * Fix: don't allow different control and data destination
1229 * Fix: typos in error strings
1230 * Improve channel listing output format
1231 * Fix: enable-channel accepts mismatched option
1232 * Fix: validate buffer type for UST channel creation
1233
1234 2013-03-28 lttng-tools 2.2.0-rc1
1235 * Add UST per UID buffers support
1236 * UST metadata generation are created on the sessiond side
1237 * Move LTTng-UST buffer ownership from application to consumer
1238 * Add a UST registry of events and channel in the sessiond
1239 * UST periodical metadata flush
1240 * Refactor tests to use prove and tap
1241 * Support for trace file rotation for the relayd and on disk
1242 * Support per-context filtering
1243 * Add channel wakeup fd to monitor close
1244 * Deprecate enable/disable-consumer
1245 * Multiple fixes and memory leak fix.
1246
1247 2012-12-20 lttng-tools 2.1.0 (13th Baktun)
1248 * STABLE VERSION 2.1.0-stable - "Basse Messe"
1249 * Multiple minor fixes
1250 * Multiple memory and fd leaks
1251 * Fix: Off by one in seq num for data pending command
1252 * Fix: flag metadata stream on quiescent control cmd
1253 * Fix: prioritize control socket communication in relayd
1254 * Fix: poll and epoll fd set reallocation
1255 * Fix: add missing goto pending if data is inflight
1256 * Fix: remove ua_sess->started assert on stop trace
1257 * Set classes of traffic in high_throughput_limit
1258 * Fix: use the poll wait ret value when iterating on fd(s)
1259 * Fix: force the poll() return value to be nb_fd
1260 * Fix: Wrong check of node when cleaning up ht
1261 * Fix: set started flag of ust app after ustctl
1262 * Fix: memory leak in add relayd socket error path
1263 * Fix: add packed attribute to filter structure
1264 * Fix: Add missing health code update for consumer command
1265 * Add LTTNG_PACKED macro
1266 * Fix data pending for inflight streaming
1267 * Map session id of relayd and sessiond in consumer
1268 * Add the relayd create session command
1269 * Make the consumer sends a ACK after each command
1270 * Remove MSG_WAITALL on every recvmsg() socket typ
1271 * Fix: Add missing relayd ht cleanup and ht destroy
1272 * Fix: Relayd and sessiond version check
1273 * Fix: protect consumer_find_channel with rcu locking
1274 * Fix: don't steal key when adding a metadata stream
1275 * Consumer hold stream mutex for add stream
1276
1277 2012-12-03 lttng-tools 2.1.0-rc9
1278 * Fix: set the stream ht static in consumer file
1279 * Update sessiond man page with new env var
1280 * Update lttng.1 man page
1281 * Fix: enable-consumer for all domains missing dir
1282 * Fix: Add missing fct prototypes when disabling UST
1283 * Fix a typo in lttng-probe-module name
1284 * Assign values to enum lttcomm_sessiond_command
1285 * Fix: run health test only if root
1286 * Clarify empty string/NULL filter errors
1287 * Fix: add missing padding for UST filter
1288
1289 2012-11-22 lttng-tools 2.1.0-rc8
1290 * Fix: Uninit. variable in lttng view
1291 * Add already enabled UST event error code
1292 * lttng.h API update: set filter becomes enable event with filter
1293 * Change the UST event hash table match function
1294 * Pass lttng_event struct to the set_filter API call
1295 * Adding context to an event is no longer possible
1296 * Add UST overlap tests
1297 * Add filter sequence number to UST
1298 * Fix: Typo from a previous patch in an assert()
1299 * Fix: Warn if session is running with lttng view
1300 * Fix: Add bash requirement to README for make check
1301 * Fix: add the notion of domain to lttng.1 man page
1302 * Enable additional kernel probes
1303 * Update CodingStyle
1304 * Use the new functions for default subbuf sizes
1305 * Add default subbuf sizes getter functions
1306 * Add max() and min() macro in common
1307
1308 2012-11-13 lttng-tools 2.1.0-rc7
1309 * Fix: Add pointer check when freeing poll events
1310 * Fix: FD leak on thread error
1311 * Fix: Wrong fd used by kernel_wait_quiescent
1312 * Support new lttng-ust error code
1313 * Fix: Don't set filter if enable event fails
1314 * Fix: Wrong data port when listing session
1315 * Fix: Enable event after start command
1316 * Fix: Teardown of thread_manage_clients on failure of listen/create_poll
1317 * Add a timeout to UST application socket
1318 * Fix: Consumerd error socket connect race
1319 * Fix: Set CLOEXEC flag on every created sockets
1320 * Remove consumer poll timeout in data thread
1321 * Fix: RCU hash table seed
1322 * Fix: Do not install health tests helper libraries
1323 * Fix: Create default channel on add-context if none
1324 * Support new liblttng-ust-ctl error code
1325 * Fix: Add EPIPE error handling on buffer splice
1326 * Fix: Channel creation error return code was not set
1327 * Fix: Wrong poll events on UST application socket
1328 * Fix: Remove dependency to urcu-cds in tools tests
1329 * Fix: Missing librt dependency in configure check for lttng-ust-ctl
1330 * Fix: Don't append datetime to default session name
1331 * Fix: Deny session creation name 'auto'
1332 * Fix: Add space for stream name CPU number
1333 * Fix: Add output option to enable-channel command
1334
1335 2012-11-02 lttng-tools 2.1.0-rc6
1336 * Tests: Add filtering tests for uncovered cases
1337 * Fix: Sync issue when deleting a data stream
1338 * Rename data_available to data_pending
1339 * Fix: consumer health state
1340 * Fix: Add the ACCOUNTING flag to ht creation and set bucket size to 0
1341 * Fix: Bad return error code handling
1342 * Fix: Use after free() of the rundir string
1343 * Fix: Cleanup UST app session on ustctl create session error
1344 * Fix: add missing pthread_join in sessiond
1345 * Fix: free running directory string
1346 * Fix: UST app clean list node usage
1347 * Add liblttng-ctl destructor to cleanup memory
1348 * Fix: Cleanup URIs on teardown
1349 * Fix: relayd memleaks
1350 * Fix: Memory leaks of allocated URIs
1351 * Fix: consumer output memory leak on creation
1352 * Fix: missing addrlen initialization before accept(2)
1353 * Fix: relayd trace file padding memleak
1354 * Fix: Remove useless consumer subdir string concatenation
1355 * Fix: lttng create allocated path memleak
1356 * Fix: Cppcheck memleakOnRealloc mistake
1357 * Fix: Synchronization issue for data available command
1358 * Fix: consumer relayd cleanup on disconnect
1359 * Fix: Handle the unary bitwise negation operator (~) in the XML printer
1360 * Fix: Possible memory leaks when creating filter IR root node
1361 * Fix: Delete stream on write error in consumer
1362 * Fix: Error handling when sending relayd sockets to consumer
1363 * Add stream lock comment for nesting
1364 * Fix: Mutex and RCU lock nesting in consumer
1365 * Fix: Uninitialized ret code
1366 * Fix: Remove bad condition and fix overflow issue
1367 * Fix: consumerd pthread error flow
1368 * Fix: Set a single return point and mutex unlock
1369 * Fix: Remove useless NULL and zero assignment
1370 * Fix: segfault on create session with two URLs
1371
1372 2012-10-22 lttng-tools 2.1.0-rc5
1373 * Fix: Remove network stream ID ABI calls
1374 * Tests: Add filtering tests
1375 * Wait for data availability when stopping a session
1376 * Relayd data available command support
1377 * Lib lttng-ctl data available command support
1378 * Consumer daemon data available command support
1379 * Add data structure for the data available command
1380 * Change the metadata hash table node
1381 * Make stream hash tables global to the consumer
1382 * Move add data stream to the data thread
1383 * Rename consumer threads and spawn them in daemon
1384 * Fix: relayd close stream command was not working
1385 * Fix: Relayd and consumerd socket leaks
1386 * Fix: Missing -ENODATA handling in the consumer
1387 * Fix: Empty metadata buffer(s) on HUP|ERR
1388 * ABI with support for compat 32/64 bits
1389 * Fix: Stream allocation and insertion consistency
1390 * Fix: output number of bytes written by relayd
1391 * Add hash table argument to helper functions
1392 * Fix: Add missing call rcu and read side lock
1393 * Tests: Fix LD_PRELOAD library lookup path for health tests
1394 * Fix: Add arbitrary wait period for kernel streaming test
1395 * Fix coding style and add/change debug statements
1396 * Fix: Build out of src tree
1397 * Tests: Add health check tests to configure
1398 * Tests: Add health check thread stall test
1399 * Tests: Add health check thread exit test
1400 * Tests: Add a health check utility program
1401 * Add testpoints in lttng-sessiond for each threads
1402 * New testpoint mechanism to instrument binaries for testing
1403 * Fix: off-by-one in comm proto between lttng-ctl and sessiond
1404 * Fix: Metadata stream leak when received in consumer
1405 * Fix: consumer_allocate_stream error handling
1406 * Fix: consumer should await for initial streams
1407 * Fix: Missing rcu read side lock in consumer
1408
1409 2012-09-26 lttng-tools 2.1.0-rc4
1410 * Fix: Change sempahore to pthread conditions
1411 * Fix: relayd relay_send_version: handle sscanf return code
1412 * Fix relayd: NULL ptr deref
1413 * Fix: relayd: possible NULL ptr deref, memory leak, accept fd leak
1414 * Tests: add print bytecode to filter grammar test
1415 * Cleanup: assign values to bytecode opcodes
1416 * Fix: Filter: Fix allocation length error
1417 * Fix: Filter: add missing ast free
1418 * Tests: Add high throughput with bandwidth limits test
1419 * Fix: Returned code when listing kernel channel
1420 * Tests: Rename helper functions to have consistent names
1421 * Tests: Cleanup redundant code and use printing helper functions
1422 * Tests: Add helper functions for printing status and banner
1423 * Tests: Add a check for color support when printing status
1424 * Fix: Lib lttng-ctl on error returns lttng code
1425 * Fix: lttng_set_event_filter() was returning bad error code
1426 * Fix: printing [no write] on lttng list -uf
1427 * Fix: Disable event on filter error with lttng
1428 * Fix: Wrong returned error code on UST enable event
1429 * Add consumer commands to lttng.1 man page
1430 * Add lttng_health_check(3) man page
1431 * Fix: Remove LPOLLNVAL from consumer metadata revents
1432 * Fix: Mismatch of field name between ust and tools
1433 * Add the written value when listing fields
1434 * Fix: Consumer return value check after mmap/splice
1435 * Don't send the subbuffer padding for streaming
1436 * Fix: Returned error code in consumer on read buffer
1437
1438 2012-09-12 lttng-tools 2.1.0-rc3
1439 * Fix: Relayd fix ret value when adding a connection
1440 * Add new thread in consumer for metadata handling
1441 * Fix: consumer recv command error path
1442 * Fix filter: fix recent regressions
1443 * Update lttng-ust-abi.h from upstream lttng-ust
1444 * Fix: Accept bytecode of length 65536 bytes
1445 * Fix: Generation of bytecode longer than 32768 bytes fails
1446 * Fix: Filter bytecode alloc buffer size must be a power of 2
1447 * Add lttng-ctl SWIG python bindings
1448 * Add C++ support to API header files
1449 * Librarify filter in liblttng-ctl and hide symbols
1450 * Set hidden visibility for calls used in lttng-ctl
1451 * Notify the user if a filter is already enabled
1452 * Install lttng-error.h and include it in lttng.h
1453 * Add lttng-error.h containing every API err. code
1454 * Fix: missing hostname context
1455
1456 2012-08-22 lttng-tools 2.1.0-rc2
1457 * Fix: put back 2.0 output text for lttng create cmd
1458 * Fix: remove set subdir call that uses bad ptr
1459 * Filter: Handle the unary bitwise not operator (~) with an unsupported
1460 * Fix: missing mutex unlock on register consumer err
1461 * Remove underscore from ifndef of lttng.h
1462 * Remove unused define in lttng.h
1463 * Standardize lttng command line usage text
1464 * Merge duplicate code in consumer for destroy relayd
1465 * Merge duplicate code in consumer for add relayd
1466 * Fix: Possible buffer overflows in strncat() usage
1467 * Move code out of main.c and fix some issues
1468
1469 2012-08-17 lttng-tools 2.1.0-rc1
1470 * Feature: Network Streaming
1471 * Add the lttng-relayd binary for network streaming
1472 * Support user space tracer filtering
1473 * Multiple fixes
1474
1475 2012-04-19 lttng-tools 2.0.1
1476 * Fix: test script for kernel module validation
1477 * Fix: report error to client on consumerd error
1478 * Fix: add missing ht_destroy at consumer teardown
1479 * Fix: consumer fd recv thread should write into non-blocking pipe
1480 * Fix: work-around glibc __nptl_setxid vs clone hang
1481 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
1482 * Fix consumer lttng_consumer_poll_socket poll revents check bug
1483 * Fix: increase consumer open files limit
1484 * Update README: document dep on modprobe for kernel tracing
1485 * Fix: wait for sessiond to stop in tests
1486 * Fix: remove unused return variable
1487 * Don't report back error on syscalls fail for -a -k
1488 * Fix: destroy context hash table being NULL
1489 * Fix: make lttng expand path for trace output opt
1490 * Fix: return value signedness
1491 * Fix: man page environment variable name error
1492 * Fix: check return value on getenv USER
1493
1494 2012-03-20 lttng-tools 2.0.0
1495 * Fist STABLE version
1496 * Add version name: Annedd'ale
1497
1498 2012-03-20 lttng-tools 2.0.0-rc4
1499 * Fix: add small detail to enable-channel man page
1500 * Fix: warned of arbitrary time for ust-nprocesses test
1501 * Fix. add limitation to man page
1502 * Fix: minor changes to lttng.1
1503 * Fix: add exit values to lttng.1 man page
1504 * Fix: add delay before validating apps in test nproc
1505 * Fix: error handling in lttng enable-event
1506 * Fix: document structure init. to 0 in lttng.h
1507 * Fix: uninitialized variable
1508 * Keep track of FD used for UST applications (v2)
1509 * Fix: lttng view, error message and exit code
1510 * Small fixes to lttng man pages (v2)
1511 * Fix: handle EINTR for sendmsg syscall
1512 * Fix: lttng UI exit value and error message
1513 * Fix: session lock use after free
1514 * Fix kernel_list_events memleaks
1515 * Fix debug message use uninitialized variable
1516 * Fix: trace_ust_destroy_metadata should check for NULL pointer
1517 * Fix: various memleaks
1518 * Fix: hash table allocation out of order on error
1519 * fix: lttng_ht_destroy memleak
1520
1521 2012-03-16 lttng-tools 2.0.0-rc3
1522 * Fix: missing headers for make dist
1523 * Fix: install lttng-consumerd in lib/lttng/libexec/
1524 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
1525 * Fix: consumer CPU hotplug support
1526 * Fix: double PID registration race
1527 * Make libcompat independent not to confuse automake
1528 * Clarify the license of lttng-ust-abi.h
1529 * Fix: License header
1530 * Fix: wrong return value on consumer socket creation
1531 * Fix: test for UST invalid channel parameters at channel creation
1532 * Fix: recvmsg should handle EINTR
1533 * Fix: error.h non-static variables for liblttng-ctl
1534 * Fix: missing _GNU_SOURCE define
1535 * Fix: improve need root for kernel tracing error message
1536 * Fix: start/stop lttng message error
1537
1538 2012-03-02 lttng-tools 2.0.0-rc2
1539 * Fix: meaningful error message
1540 * Fix: UST consumer need to iterate on streams, just change their key
1541 * Fix: add missing rcu read lock across RCU HT iteration
1542 * Fix: kernel session closes fd 0 after create
1543 * Fix: sendmsg EPIPE should be quiet by default (expected)
1544 * Fix: thread_registration_apps should set its local sock to -1 when passing it
1545 * Fix: clock -> sock typo
1546 * Fix: consumer race: should allow reuse of FD key
1547 * Fix: Use PERROR all across lttng-tools, never make it quiet
1548 * Fix: test all close return values in sessiond
1549 * Fix: All perror turned into PERROR to show file and line number
1550 * Fix: large audit of close() use in sessiond main.c
1551 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
1552 * Fix: incorrect close of fd 0 for syscall kernel event destroy
1553 * Fix: sessiond has incorrect missing 0 value in FD check
1554 * Fix: sessiond app listening: use posix-compliant poll flags
1555 * Fix: consumer printf type should match ssize_t (%zd)
1556 * Fix: make ust consumer posix compliant for poll flags
1557 * Fix security permission on lttng run directory
1558 * Fix: Display right loglevel_type in error message
1559 * Fix documentation in lttng.h
1560 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
1561 * Fix: restart consumerd and sessiond when interrupted in poll()
1562 * Fix: handling bad channel when sending to consumer
1563 * Fix useless variable
1564 * Fix add-context returned error
1565 * fix: add missing break in command handling
1566 * fix: command handling: do not check domain for commands not requiring domain
1567 * fix: if tracing group does not exist, do not report a client error
1568 * Fix: run_as error handling
1569 * Fix usage note on -a
1570 * Revert FreeBSD compatibility layer
1571 * Fix: documented number of subbuffers is incorrect
1572 * Document that num-subbuf and subbuf-size need to be power of 2
1573 * Merge branch 'master' of git://git.lttng.org/lttng-tools
1574
1575 2012-02-20 lttng-tools 2.0.0-rc1
1576 * Fix lttcomm_close_unix_sock to actually close the socket
1577 * lttng-sessiond: Set group permissions explicitly
1578
1579 2012-02-16 lttng-tools 2.0-pre23
1580 * configure.ac: Fix consumerd64-libdir typo
1581 * Fix existing session daemon check
1582 * Fix missing session locks
1583 * Fix return value on ust app session create
1584 * Fix double start/stop trace
1585 * Fix ust app session started state on start trace
1586 * modprobe statedump, signal and timer lttng module
1587 * Fix hyphens in man pages
1588
1589 2012-02-14 lttng-tools 2.0-pre22
1590 * Add the bash-completion file to the dist tarball
1591 * Add the LICENSE file too
1592 * Package used for the Ubuntu LTS (feature freeze)
1593
1594 2012-02-13 lttng-tools 2.0-pre21
1595 * Fix licensing for hashtable/utils.c
1596 * Print loglevel value in list -u
1597 * Remove "<all> from MSG() when no loglevel is selected
1598 * Initial import of man lttng.1 and lttng-sessiond.8
1599 * Fix memory leak master
1600
1601 2012-02-09 lttng-tools 2.0-pre20
1602 * New lttng view command
1603 * Multiple loglevel fixes
1604 * Fix list command
1605 * Fix session syscall listing
1606 * Multiple fixes across the code base
1607
1608 2012-02-02 lttng-tools 2.0-pre19
1609 * Update lttng ust ABI/API copy
1610 * Implement UST calibrate and change default
1611 * Add MSG_WAITALL to recvmsg of sessiond-comm
1612 * Check kernel version for tests
1613 * Add a '--list-options' option to each command.
1614 * First import of extras/ with lttng bash completion
1615 * Remove default defines from lttng.h
1616 * Fix lttng sessiond spawn wait race
1617 * Add CMD_WARNING error code
1618 * Fix context mapping for UST and kernel
1619 * Add kernel work-around for boot_id
1620 * Rewrites lttng-ctl's set_session_daemon_path
1621 * Fix memory lean in all lttng cli commands
1622 * Update loglevel ABI
1623 * Add padding to all ABIs for future development.
1624 * Improve error handling of lttng cli
1625 * Multiple fixes across the code base (nothing critical)
1626
1627 2012-01-23 lttng-tools 2.0-pre18
1628 * Complete change of the source directory tree
1629 * Move compat to common and create an internal lib
1630 * Rename lttngerr.h to error.h
1631 * Add kernel module version validation
1632 * Add UST version validation
1633 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
1634 * Fix off-by-one and double list size instead of steady increment
1635
1636 2012-01-19 lttng-tools 2.0-pre17
1637 * Add and support the new hash table library
1638 * Add lttng hash table support to liblttng-consumer
1639 * RCU support for consumer's hash tables
1640 * UST consumer close shm fd after mapping it
1641 * Remove CLONE_VM flag for runas making gdb debugging impossible
1642 * Make MSG() print on stdout instead of stderr
1643 * Don't init kernel tracer if not root (UID=0)
1644 * Multiple fixes found when reaching max. number of open files
1645 * Add some UST tests
1646 * Multiple segfaults and assert error fixed
1647
1648 2011-12-23 lttng-tools 2.0-pre16
1649 * Per-user lttng-sessiond now fully functionnal
1650 * Fix nested double usage of hashtable iterators
1651 * Support creds passing between lttng and sessiond
1652 * Rename sessiond internal "uid" fields to "id"
1653 * Create all trace directories and files with client user credentials
1654 * Create output directory at session creation command
1655 * Only allow the user or group owning the session (or root) to control a session
1656 * Add disable kernel tracing option to sessiond
1657
1658 2011-12-13 lttng-tools 2.0-pre15
1659 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
1660 * UST consumer 32/64 bit support
1661 * Multiple bug fixes
1662 * Multiple segfault, race and double lock fixes
1663 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
1664 * UST loglevel support
1665 * ABIs now support 256 char event names
1666 * Dependency on libpopt >= 1.13
1667 * Dependency on URCU >= 0.6.7
1668 * Rename kernel-ctl.c/.h to kernel.c/.h
1669 * Change malloc to zmalloc in lttng-sessiond code
1670 * RCU hashtable support for all UST data structure
1671 * New libconsumer for UST, kernel and one generic
1672 * Change "--all" option from lttng command line
1673 * Remove function entry option to discourage its use
1674
1675 2011-09-30 lttng-tools 2.0-pre14
1676 * Syscall tracing support
1677 * Multiple bug fixes (nothing critical)
1678 * Add userspace RCU hash table to tree for dev
1679 * Update UST ABI
1680 * Fix epoll that did not handle EINTR
1681 * Liburcu >= 0.6.5 is needed from this release
1682 * Enabling all events also enable syscall tracing
1683 * Debug messages are now on stderr
1684 * Add basic data structure for UST support but not ready yet.
1685
1686 2011-08-25 lttng-tools 2.0-pre13
1687 * Memory leaks fixes and double lock list
1688 * Add UST registration with sychronisation
1689 * Use poll/epoll compatibility layer for the sessiond
1690 * Major code cleanup of ltt-sessiond/main.c
1691 * Increase listen() connexion limit
1692 * Fix bad enable-channel command
1693 * Rename trace.c/.h to trace-kernel
1694 * Multiple fixes on the poll management with the new epoll API
1695
1696 2011-08-25 lttng-tools 2.0-pre12
1697 * Multiple fixes
1698 * Fix kconsumerd handling custom channel output
1699 * Add lttng_register_consumer to register a custom consumer
1700 * Add multiples tests of the session daemon
1701 * Default kernel channel size/number changed
1702 * Support for UST application registration
1703 * Import LTTng UST 2.0 ABI
1704 * Send data to kconsumerd before tracing start
1705 * Export API of lib kernel consumer (liblttngkconsumerd)
1706
1707 2011-08-12 lttng-tools 2.0-pre11
1708 * New lttng API using the lttng_handle
1709 * Multiple fixes of kernel consumer
1710 * Register the consuming function and add a library context
1711 * Kernel consumer fix mmap/munmap
1712 * lttng-sessiond-comm header has been privatize
1713 * Kernel traces are written in the kernel/ directory
1714 * Add underscore to enable-channel command options
1715
1716 2011-07-29 lttng-tools 2.0-pre6
1717 * Fix enable multiple events
1718 * Add function entry feature
1719
1720 2011-07-28 lttng-tools 2.0-pre5
1721 * Fix Add context command
1722 * Fix auto session path creation
1723 * Fix bad strncmp at channel creation
1724
1725 2011-07-23 lttng-tools 2.0-pre4
1726 * Fix kprobe attributes
1727 * Fix channel creation when not found at event enable
1728 * Add safe list iteration
1729 * Add two tests into the git tree
1730 * Kernel consumer can be put in debug mode with -vv
1731 * Trace path is now created on the client side
1732
1733 2011-07-23 lttng-tools 2.0-pre3
1734 * Fix perf hw cache counter config values
1735
1736 2011-07-22 lttng-tools 2.0-pre2
1737 * Multiple fixes
1738 * New add-context options for perf counter and context
1739 * Using the install bin path from autotool for execl() call
1740 * Update quickstart guide
1741
1742 2011-07-20 lttng-tools 2.0-pre1
1743 * First prerelease of lttng-tools.
1744 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.088167 seconds and 4 git commands to generate.