Test: java-jul:missing static test files for dist and out of tree build
[lttng-tools.git] / ChangeLog
CommitLineData
1f7f84a6
JG
12015-01-26 lttng-tools 2.4.4 (Paul the Octopus is born)
2 * Fix: Add align.h and bug.h to src/common noinst target
3 * Tests: Run health check test_thread_ok as part of root_regression
4 * Fix: deadlock between UST registry lock and consumer lock
5 * Fix: uninitialized return value
6 * Fix: build failure using disable-lttng-ust configure option
7 * Fix: Warnings introduced by backported fixes
8 * Fix: grab more than one packet for snapshots
9 * Fix: per-uid flush and ust registry locking
10 * Fix: add missing synchronization point for before app test case
11 * Fix: tests: wait output hide Terminate errors
12 * Fix: tests: remove killall, add missing SIGTERM handlers
13 * Fix: high throughput test: reset bw limit on sigterm
14 * Fix: tests: add missing wait, document missing synchro
15 * Document test anti-patterns
16 * Fix: test flaky sleep and wait patterns
17 * Fix: tests: don't use pidof to wait for test apps
18 * Fix: tests: integer too large for long type
19 * Fix: undefined operation on last_relay_viewer_session_id
20 * Fix: print format type mismatch
21 * Fix: exit threads not only on goto restart
22 * Fix: poll: show the correct number of fds
23 * Fix: compat poll: add missing empty revents checks
24 * Fix: various compat poll/epoll issues
25 * Fix: ust-app: per-PID app unregister vs tracing stop races
26 * Fix: data pending: allow empty streams
27 * Fix: ust snapshot: cleanup after error
28
db70ee97
JG
292014-12-12 lttng-tools 2.4.3 (International Day Of Heavy Metal)
30 * Fix: don't destroy the sockets if the snapshot was successful
31 * Fix: Missing RCU read lock in kernel_destroy_session()
32 * Fix: channel names are not validated
33 * Fix: Memory leak on error in alloc_argv_from_user_opts()
34 * Fix: test_utils_expand_path.c: out of memory error handling
35 * Fix: test test_ust_data.c: check OOM
36 * Fix: test libc-wrapper: check malloc OOM
37 * Fix: lttng-ctl: use zmalloc(), missing OOM check
38 * Fix: filter-parser.y: use zmalloc(), missing OOM check
39 * Fix: utils.c: check str*dup OOM
40 * Fix: rculfhash: use zmalloc()
41 * Fix: lttng lttng.c: check strdup OOM
42 * Fix: lttng conf.c: use zmalloc()
43 * Fix: lttng view.c missing strdup OOM check
44 * Fix: use zmalloc() in lttng view.c
45 * Fix: use zmalloc() in lttng list.c
46 * Fix: use zmalloc in lttng enable_events.c
47 * Fix: missing strdup oom check in lttng create.c
48 * Fix: lttng add_context.c: use zmalloc
49 * Fix: add missing str*dup oom check in sessiond main.c
50 * Fix: add missing sessiond kernel-consumer missing str*dup oom checks
51 * Fix: add missing strdup OOM check
52 * Fix: Live tracing does not honor live timer after first tracefile with tracefile rotation
53 * Fix: relayd: unbalanced RCU read-side lock/unlock
54 * Fix: relayd: unbalanced RCU read lock/unlock
55 * Fix: relayd viewer stream: unhandled out of memory error
56 * Fix: Missing rcu_read_lock in cmd_list_channels()
57 * Fix: Missing rcu_read_lock in cmd_snapshot_list_outputs()
58 * Fix: Missing rcu_read_lock in ust_app_get_nb_stream()
59 * Fix: UST subbuffers silently dropped on moderate trace traffic
60 * Fix: create/destroy a splice_pipe per stream
61 * Fix: return EINVAL if agent registration fails
62 * Fix: empty indexes_ht before destroying it.
63 * Fix: removed useless key from relay_index
64 * Fix: HT must not be destroyed with a rcu_read_lock held
65 * Fix: missing rcu_read_lock in cmd_start_trace()
66 * Fix: filter attach vs event enable race
67 * Build fix: use ret directly in error handling path
68 * Fix: Warn the user when enabling an event in a new domain
69 * Fix: Don't report an error when listing a session with no channels
70 * Update maintainer section of the man pages
71 * Update maintainer section of README
72 * Fix: add README to documentation files
73 * Fix: UST consumer sync all available metadata
74 * Fix: handle sysconf possible negative returned value
75 * Fix: channel deref. after NULL check in kernel consumer
76 * Fix: check for kernel session metadata during init
77 * Fix: incorrect cast in ust consumer assert
78 * Fix: bad handling of incoming data in consumer thread
79 * Fix: disable event for JUL domain
80 * Fix: send disable ALL command code if event is *
81 * Fix: make sure no index is in flight before using inactivity beacons
82 * Fix: Parenthesize previous statement when adding conditions to a filter
83 * Fix: parse_prob_opts return the actual success of the function
84 * Fix: disable JUL event on destroy
85 * Fix: unbalanced ustconsumer32_data.pid_mutex lock
86
05fe4783
DG
872014-07-16 lttng-tools 2.4.2 (Take Your Poet to Work Day)
88 * Fix: Create a lock file to prevent multiple session daemons
89 * Fix: relayd stream set close_flag on stream close
90 * Fix: ustctl_get_stream_id without UST support
91 * Fix: get the stream_id when generating live beacons
92 * Fix: missing include for getpwuid()
93 * Fix: add a get HOME dir fallback to getpwuid
94 * Fix: don't set enabled flag is session start fails
95 * Fix: logger name dropped from filter condition when loglevels are used
96 * Fix: memory leak in lttng_enable_event_with_exclusions
97 * Fix: check malloc return value
98 * Fix: static array larger than necessary
99 * Fix: set session in output mode if URL are set afterwards
100 * Fix: Add vpid, vppid and vtid info in add-context help
101 * Fix: alignment problems on targets not supporting unaligned access.
102 * Fix: possible use after free in consumer
103 * Fix: improve and update lttng.h comments
104 * Fix: JUL filtering for event *
105 * Fix: deny overwrite mode and num subbuf less than 2
106 * Fix: remove bad option in enable channel --help
107 * Fix: implicit conversion from enumeration
108 * Fix: clarify man page lttng.1
109 * Fix: Copy-pasted PERROR messages may be misleading
110 * Fix: incorrect printf format
111 * Fix: handle ENOENT when creating a kernel event
112 * Fix: move JUL filter creation to a function
113 * Fix: JUL filtering done on the UST level
114 * Fix: Don't include the binary in the live test's EXTRA_DIST
115 * Fix: add JUL filter to UST event on logger_name
116 * Fix: Racy event validation in tests
117 * Fix: rework utils_parse_size_suffix
118
e24b6c3e
DG
1192014-04-08 lttng-tools 2.4.1 (OpenSSL heartbleed day)
120 * Fix: don't delete stream from connection recv list
121 * Fix: use after free of a relayd stream
122 * Fix: don't print stream name in error message
123 * Fix: take session list lock when listing tp
124 * Fix: add consumer wake up pipe to avoid race
125 * Fix: don't spawn relayd if URL is provided
126 * Fix: don't ask data pending if session was not started
127 * Fix: missing test file in EXTRA dist
128 * Fix: allow empty URL for live session creation
129 * Fix: missing valid return code when adding an URI to consumer
130 * Fix: syntax error in lttng.1
131 * Fix: check relayd fd leak in lttng cmdline
132 * Fix: remove unused tp in high-throughput test
133 * Use autoconf AM_MAINTAINER_MODE.
134 * Fix: clang 'constant-out-of-range-compare' warning
135 * Fix: Unchecked session pointer when destroying a connection in relayd
136
8e3234ee
DG
1372014-02-28 lttng-tools 2.4.0 (Public Sleeping Day)
138 * Fix: improve lttng with live by spawning relayd
139 * Fix: relayd should listen for viewers on localhost only by default
140 * Fix: handle loglevel range ALL in list command
141 * Tests: add JUL test for multiple loglevel
142 * Fix: index JUL event by name *and* loglevel
143 * Fix: JUL to enable user and root tracepoints
144 * Fix: handle the registration done command for JUL
145 * Test fix: use temp file sync. of test app
146 * Fix: keep metadata channel attr in UST session
147 * Tests fix: Missing waitpid in fork test
148 * Fix: add loglevel type to lttng list <name>
149 * Fix: minor rephrasing of the lttng.1 man page
150 * Fix: Warn user if JUL port is already being used
151 * Fix: add some sane default values to --live opt
152 * Fix: possible NULL deref. in sessiond error path
153 * Fix: flag that kernel streams FDs has been sent
154 * Fix: forbid session name creation if contains /
155 * Fix: don't start session if no channel
156 * Fix: add missing relayd option to man page
157 * Fix: report error if consumer can't be spawned
158 * Fix: lttng list -u <name> should only list UST
159 * Fix: kernel channel destroy on consumer if sent
160 * Fix: only create UST metadata on start trace
161 * Revert "Fix: wrong condition on startup for low-activity streams"
162 * Fix: missing big endian conversion for one index field
163 * Fix: wrong condition on startup for low-activity streams
164 * Fix: perror on index directory creation error
165 * Comments fix: lttngerr.h -> error.h (./Changelog:754)
166 * Fix: consumerd errors on exit
167 * Fix: scanf unbounded input
168 * Fix: miscellaneous memory handling fixes
169 * Fix: add missing VALGRIND ifdef checks and documentation
170
6126e623
DG
1712014-02-14 lttng-tools 2.4.0-rc5
172 * Fix: steal channel key in the consumer to avoid race
173 * Fix: change ERR statement to DBG in kernel read subbuffer
174 * Fix: handle snapshot ENODATA in live timer
175 * Fix: relayd leak on error in consumer splice()
176 * Fix: protect close_write_flag with the rotation lock
177 * Man: clarify loglevel for JUL domain
178 * Fix: Define __STDC_LIMIT_MACROS to fix C++ builds
179 * Fix: bad indentation of lttng list in man page
180 * Fix: wrong data structure used in commit df41f83
181 * Fix: add missing optional dependency to babeltrace in README
182 * Fix: cleanup inconsistent use of spaces/tabs in README
183 * Fix: only set the new_streams flag if a viewer is attached
184 * Fix: lttng-live documentation
185 * Fix: remove dead code in relayd live code
186 * Fix: use after free error code path
187 * Fix: wrong sizeof argument in live viewer create session
188 * Fix: zero out the reply structure in viewer_connect
189 * Fix: write index only if fd is valid
190 * Fix: cleanup relayd on any I/O error in read subbuffer mmap
191 * Fix: memory/fd leak when cleaning streams in channel
192 * Fix: destroy streams in consumer del channel
193 * Fix: add missing urcu wfqueue headers in relayd
194 * Fix: in lttng_read/write deny count bigger than the possible returned value
195 * Fix: fd leak when closing metadata stream
196 * Fix: read subbuffer mmap/splice signedness issue
197 * Doc: live protocol clarifications
198 * Fix: remove unused create_viewer_session option
199 * Fix: don't sleep(1) on the consumer ready flag
200 * Fix: free viewer session in connection_free()
201 * Fix: add missing ctf trace delete before destroy
202 * Fix: don't delete ctf trace while in snapshot mode
203 * Fix: add flag to create session command and fix tests
204 * Fix: cleanup indef guards following the rename
205 * Fix: merge issue with thread quit pipe
206 * Fix: use uint32_t for metadata_flag in viewer's ABI
207 * Fix: check for new streams in all attached sessions
208 * Fix: Move static functions up in the code
209 * Fix: allow attach command to multiple sessions
210 * Fix: handle session hang up in get_new_streams
211 * Fix: force the client to create a viewer session before attaching
212 * Fix: Namespace lttng-viewer-abi
213 * Fix: relayd connection object refactor
214 * Fix: big relayd cleanup and refactor
215 * Fix: code refactoring of viewer streams in relayd
216 * Fix: handle new streams in live mode in relayd
217 * Fix: notify the viewer if new streams got added
218 * Fix: send the streams sent message after metadata
219 * Add extern C to the health-check header
220 * Fix: memory leak in unit test
221 * Man: add JUL DOMAIN section to lttng.1
222 * Fix: handle invalid URL passed to lttng_create_session_live
223 * Fix: add --jul-tcp-port to sessiond man page
224 * Fix: measure UST clock offset with best sample (v2)
225 * Fix: remove free in unit test not needed anymore
226 * Fix: relay create session for version before 2.4
227 * Fix: memory leak when UST events are enabled with exclusions
228
3d63e9f8
DG
2292014-01-29 lttng-tools 2.4.0-rc4
230 * Fix: add -b, --background option
231 * health check tests: test relayd and consumerd
232 * tests: Add stop_lttng_relayd_nocheck
233 * Fix: add missing JUL loglevel handling
234 * relayd: add testpoints
235 * relayd: use same pipe for live and main
236 * Cleanup relayd live comment
237 * Fix: relayd: add LPOLLERR to events
238 * Fix: relayd: notify parent of readiness when all threads ready
239 * Fix: tests: start relayd in background mode (-b)
240 * lttng-relayd: implement background cmd line option
241 * sessiond: add missing testpoints
242 * tests: use --background for session daemon
243 * sessiond: add --background argument
244 * Use lib common daemonize
245 * Fix: sessiond: wait for health check readiness
246 * Fix: relayd: initialize lttcomm inet
247 * Consumer: add testpoints
248 * Fix: consumerd: HT init/teardown with program
249 * Cleanup: lttng-ctl-health comment
250 * Add daemonize() to libcommon
251 * Fix: tests: wait for consumerd to complete
252 * Fix: consumerd: use DBG rather than DBG2
253 * Fix: consumerd: only return readiness when health is ready
254 * Fix: consumerd should initialize lttcomm
255 * Fix health check: signal parent before exit testpoint
256 * Test health: add test_thread_ok
257 * health check: change --relayd-path arg to --relayd-path=arg
258 * relayd: add LTTNG_RELAYD_HEALTH env var
259 * Add sessiond/SESSIOND_ prefix to sessiond testpoints
260 * Fix: zero out data structure before using it
261 * Fix: delete metadata stream before destroying it
262 * Fix: report to client when snapshot will be empty
263
9099276d
DG
2642014-01-14 lttng-tools 2.4.0-rc3
265 * Fix: metadata stream should be always flagged as ready
266 * Fix: wrong check before destroying the viewer metadata stream
267 * Fix: race with the viewer and readiness of streams
268 * Fix: missing reset when listing UST fields for multiple PIDs
269 * Fix: filter: check binary op nesting
270 * Fix: relayd cmd line option for live port
271 * Fix: remove break in epoll loop of apps. thread
272 * Fix: wrong comment in snapshot public API
273 * Fix: clear the CTF traces when all the streams are closed
274
c9d04d79
DG
2752013-12-10 lttng-tools 2.4.0-rc2
276 * Fix: close connection on incompatible version check
277 * Fix: fields alignements in live protocol
278 * Tests: add regression test for Java JUL support
279 * Fix: possible use after free
280 * Fix: remove unused code in session daemon
281 * Fix: string format with unsigned value
282 * Fix: remove useless assert
283 * Fix: bad logical check of error codes
284 * Fix: resource leak in enable-event command
285 * Fix: unchecked return value in ust app delete
286 * Fix: dereference after null check in UST registry
287 * Fix: Resource leak in ust registry
288 * Fix: backported from urcu commit 92af1a30
289 * Tests: fix racy tests and misleading output messages
290 * Tests: fix bad argument parsing in test app
291 * Fix: remove assert on fd in the read/write layer
292 * Fix: missing lock/unlock when sending index
293 * Fix: update back the metadata len sent on failure
294 * Fix: don't fail on push metadata if no channel
295 * Rename LTTng index in CTF index
296 * Fix: set the enable all event command type
297 * Fix: implicit conversion of enum types in sessiond
298 * Fix: implicit conversion of enum types in consumer
299 * Fix: comparison of unsigned enum expression >= 0
300 * Fix: comparison of unsigned value agains < 0
301 * Fix: create a fast and a long UST snapshot test
302 * Tests: fix racy UST snapshot post mortem test
303 * Tests: remove useless sleep when spawning sessiond
304 * Add travis-ci configuration file
305 * Add libuuid as dependency in README
306 * Tests: add valid test cases to test_utils_expand_path
307 * Tests: add symlink tests for test_utils_expand_path
308 * Fix: utils_expand_path now works for paths that ends with '/.' or '/..'
309 * Fix: comment indentation
310 * Add missing copyright to utils.c
311 * Fix: use non block waitpid to lookup child state
312
dd2c2a1b
DG
3132013-11-15 lttng-tools 2.4.0-rc1
314 * Live streaming support
315 * Health check support in consumer and relayd
316 * Event exclusion support
317 * Java Util Logging support
318 * Multiple fixes! The diff is just too big to put here.
319
c9dc1289
DG
3202013-09-03 lttng-tools 2.3.0
321 * Fix: remove periodical flush test from make check
322
3e618c7a
DG
3232013-08-30 lttng-tools 2.3.0-rc3
324 * Fix: hashtable: take split_count_order into account
325 * Fix: remove wrong doing asserts in sessiond
326 * Tests: fix periodical flush tests to stop app
327 * Fix: correctly close metadata on sessiond thread shutdown
328 * Fix: delete the trace directory used for the test
329 * Fix: remove bad check after epoll wait in consumer
330 * Fix: missing data pending signess conversion
331 * Fix: consumer data pending for empty streams
332 * Fix: hash table growth (for small tables) should be limited (v2)
333 * Fix: run_as gid/uid test should return result to parent
334 * Fix: missing check for metadata data pending
335 * Tests: change buffers UID test to PID
336 * Tests: fix health tests to use custom socket timeout
337 * Fix: remove health test from fast regression
338 * Use socket timeout value for tcp timeout if available
339 * Fix: set the health delta tcp timeout aware
340 * Get the maximum TCP timeout in sessiond
341 * Fix: don't report error if UST app dies
342 * Fix: support VPATH build for tests
343 * Improve comments after review
344 * Rename consumer socket fd to fd_ptr
345 * Lock consumer data before fd check during destroy
346 * Use single callsite for send/recv ops. for consumer in sessiond
347 * Use consumer fd reference in consumer socket obj
348 * Update bash completion
349 * Add --list-commands option to the snapshot command
350 * Reorder functions _lttng_cmd_* functions in bash completion
351 * Use parse_size_suffix in snapshot
352 * Fix: snapshot record error handling
353 * Fix: improve error message when UST support is disabled
354 * Fix: add missing short filter option in help
355 * Fix: typo in configure.ac for version check
356 * Fix: remove calibrate syscall option from code
357 * Fix: snapshot should fail if no successful snapshot is taken
358 * Fix: check UST float field mantissa length
359 * Fix: add UST context in the same order the user enabled them
360 * Introduce configure --with-lttng-system-rundir
361 * Add .dirstamp to gitignore file
362 * Fix: snapshot with multiple UIDs
363 * Prepare for automake deprecation of missing subdir-objects
364 * Fix: typos in --help and manpage
365 * Fix: add-context without -c apply to all channels
366 * Fix: channels can be _enabled_ after tracing is started, but not created
367 * Fix filter parser segmentation fault with bison 3.0
368 * Fix: typo in error msg
369 * Fix: imprecise error message about root sessiond/tracing group
370 * Fix: don't skip chmod if tracing group is not found
371 * Tracepoint probes don't need extern C
372 * Fix: Snapshot should be taken asap in core handler script
373 * Fix: reset out_fd_offset when we rotate the trace file
374 * Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
375 * inet/inet6 sockets: apply timeout
376 * Implement timeout for connect ipv4/ipv6
377 * Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
378 * bash completion: add calls to _lttng_complete_sessions
379 * bash completion: Fix copy-paste typo
380 * Extras: Remove deprecated consumer commands in bash completion
381 * bash completion: Remove underscores in handler function names
382 * bash completion: Remove --event for add-context
383 * Update gitignore
384 * relayd: use version macros from build rather than scanf
385 * sessiond: use version major/minor from build for communication with relayd
386 * build: export major/minor/patchlevel numbers
387 * Fix: Dead code when checking return value from (ust_app|kernel)_snapshot_record
388 * Test: enable kernel events after start
389 * Fix: kernel ctl error codes are based on errno
390 * Fix: format string mismatch
391 * test: test_periodical_metadata_flush shrink timer period, kill app
392 * Fix: format string type mismatch
393 * snapshot howto: update text
394 * Add snapshot howto
395
95f3c88c
MD
3962013-07-19 lttng-tools 2.3.0-rc2
397 * Add core-handler README to dist tarball
398 * extras: core-handler: simplify, allow usage from tracing group
399 * Cleanup: add missing dot
400 * Fix: documentation: create name and options
401 * Add core dump snapshot handler script
402 * Fix: sym name len (kernel)
403 * Fix: tests: provide channel name when a non-default channel exists: per-pid
404 * Fix: tests: provide channel name when a non-default channel exists
405 * Fix: data pending race
406 * Fix hang in make check snapshots/test_ust
407 * Cleanup: ust-consumer: wrong indentation
408 * Fix: print dots while waiting for data availability
409 * Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists"
410 * Fix: (slight UI change) refuse missing -c if non-default channel exists
411 * Fix: push metadata on stop for per-UID buffers
412 * README: update python documentation
413 * Manpage: other layout cleanups
414 * Manpage: cleanup layout of view
415 * Manpage: cleanup layout of version
416 * Manpage: cleanup layout of stop
417 * Manpage: cleanup layout of start
418 * Manpage: cleanup layout of snapshot
419 * Manpage: cleanup layout of set-session
420 * Manpage: cleanup layout of list
421 * Manpage: cleanup layout of disable-event
422 * Manpage: cleanup layout of disable-channel
423 * Manpage: cleanup layout of enable-event
424 * Manpage: cleanup layout of enable-channel
425 * Manpage: cleanup layout of destroy
426 * Manpage: cleanup layout of create
427 * Manpage: cleanup layout of calibrate
428 * Manpage: cleanup layout of add-context
429 * Documentation: create --snapshot in manpage
430
07ddb08c
MD
4312013-07-17 lttng-tools 2.3.0-rc1
432 * Fix: add missing snapshot header to dist tarball
433 * Documentation: fix thread quit pipe comment
434 * Test for presence of bison and flex when building from git
435 * Test UST snapshot with large metadata
436 * Add test application with large metadata
437 * Cleanup: remove redundant assignment
438 * Fix: use per-uid buffer registry for UID buffer snapshots
439 * cmd.c: fix typos in snapshot commands
440 * Test snapshot per-uid post-mortem
441 * Remove leftover fprintf
442 * Fix deadlock: don't take channel lock in timer
443 * Introduce channel timer lock
444 * document lttng_ustconsumer_request_metadata locking constraints
445 * consumer: remove unused lttng_ustconsumer_push_metadata
446 * Document metadata_socket_lock nesting
447 * lttng_ustconsumer_recv_metadata does not need all those locks
448 * document metadata_switch_timer() deadlock
449 * Fix: add missing metadata socket lock
450 * document metadata_switch_timer() locking constraints
451 * consumer: remove timeout for UST metadata
452 * Introduce pipe for UST metadata cache and stream
453 * consumer: replace DBG2() instances by DBG()
454 * Introduce utils_create_pipe_cloexec_nonblock()
455 * ust consumer: data_pending check is endpoint active
456 * Fix: kernel consumer: data_pending check if endpoint active
457 * consumer: explicitly set endpoint status to active at init
458 * document consumer_metadata_cache_flushed use of consumer_data.lock
459 * consumer: introduce channel lock
460 * Merge branch 'master' of git://git.lttng.org/lttng-tools
461 * Fix: update lttng snapshot help output
462 * Man: fix part of snapshot documentation
463 * Fix: set tracefile size test with PID buffers
464 * Fix: Babelstats fail to parse output with no process name or pid
465 * Missing NULL pointer init in tap.c
466 * Fix: Unchecked asprintf/vasprintf return values
467 * Add snapshots test to fast regression
468 * Fix: kernel data unit test
469 * Fix: snapshot returned valid LTTNG_ERR code
470 * Add the number of snapshot taken to the output path
471 * Fix: RCU read side lock unbalanced
472 * Fix: zeroed snapshot output at init
473 * Support del-output with an output name
474 * Update man page with snapshot command
475 * New UST default buffers is now per UID
476 * Bump UST ABI major version for 2.3 release
477 * Add snapshot mode to lttng list session
478 * Fix: support temporary snapshot max size and name
479 * Support snapshot max-size limitation
480 * Tests: per-UID UST snapshot
481 * Fix: snapshot support for UST and kernel in same session
482 * Implement lttng create --snapshot command
483 * Add create session snapshot API in lttng-sessiond
484 * Add snapshot output init call that uses URIs
485 * Fix: consumer err_sock cloexec
486 * Callsite: add "ip" context
487 * Fix: possible consumer sockets double close on cleanup
488 * Automatically load kvm-x86 and kvm-x86-mmu probes.
489 * Fix: consumer: use uint64_t for all sessiond_id
490 * Fix: add gpl and lgpl files to tarball
491 * Fix: don't install libtap system wide
492 * Fix: close consumer sockets in sessiond cleanup
493 * Fix: set globally visible flag to kernel stream
494 * Fix: lttng: memory leak in snapshot record command
495 * Fix: kernel-consumer: double-close
496 * Fix: consumer: incorrect size zmalloc
497 * Fix: don't try to send stream to relayd if not in streaming
498 * Fix: relayd refcount updates for stream
499 * Fix: don't send error to sessiond on orderly shutdown
500 * Fix: bad pathname used when sending kernel stream to relayd
501 * Fix: add globally visible flag in stream
502 * Fix: destroy metadata stream on setup metadata error path
503 * Fix: send kernel stream to relayd only if needed
504 * Fix: destroy streams for kernel snapshot sessions as well
505 * Fix: close and destroy metadata stream after a kernel snapshot
506 * Fix: print errno message on connect() error
507 * Fix: possible double-close on stream out_fd
508 * Fix: session ID signess to uin64_t in sessiond
509 * Tests: fix validation trace path in kernel snapshot
510 * Tests: Add UST snapshot local and streaming
511 * Add UST snapshot support
512 * Fix: consumer_add_relayd_socket() report errors to sessiond
513 * Fix: add missing enum lttcomm_return_code entries
514 * Fix: UST per-UID channels persist across application teardown
515 * Fix: kernel snapshot metadata handling and error paths
516 * Fix: coding style and debug statement
517 * Fix: put subbuffer back in kernel snapshot error path
518 * Fix: overflow in uri_to_str_url
519 * Fix: detect the correct version of LTTng-UST
520 * Fix: sessiond: use uint64_t for all session ids
521 * Tests: add kernel snapshot streaming to root regression
522 * Tests: remove debug output from test
523 * Tests: Add kernel snapshot streaming
524 * Fix: use snapshot consumer output for kernel
525 * Fix: periodical flush check trace before stop
526 * Fix: consumer: 64-bit index for relayd rather than 32-bit (v2)
527 * Fix UST channel/stream output assignation
528 * Fix: send per-pid session id in channel creation
529 * Fix: consumer double-close on error
530 * Update URCU detection to correctly check for a 0.7 version
531 * Fix: snapshot path
532 * Add utils function to format current time as a string
533 * Fix: set hidden attribute to utils_* calls
534 * Fix: consumer handling of metadata for relayd
535 * Add kernel snapshot support
536 * Support flight recorder mode for a session
537 * Implement snapshot commands in lttng-sessiond
538 * Add snapshot command to lttng UI
539 * Initial import of the snapshot ABI/API in lttng-ctl
540 * Use the consumer stream API in consumer_del_stream()
541 * Add consumer-stream.c/.h in libconsumer
542 * Move multiple URLs parsing fct from lttng-ctl to uri.c
543 * Add a lttng-ctl header to facilitate code separation
544
8991668e
DG
5452013-06-25 lttng-tools 2.2.0 (National Catfish Day)
546 * STABLE VERSION
547 * Fix: if relayd is unreachable, disable consumer for the session
548 * Fix: possible infinite loop in disable ust event
549 * Fix: don't enable a channel if a session was already started
550 * Fix: bad type for the relayd id
551 * Fix: add debug statement in kernel flush metadata
552 * Fix: destroy default created channel if add-context fails
553 * Fix: clarify tracefile size/count in lttng.1 man
554 * Fix: don't stop a session that was not previously started
555 * Fix: update lttng.1 man page
556 * Fix: bad protocol flow between sessiond and consumerd
557 * Fix: kernel memory leak in error path
558
92d019ba
DG
5592013-06-20 lttng-tools 2.2.0-rc3
560 * Multiple memory and fd leak fixes in sessiond and consumerd
561 * Test: stress test added to the repository but not in make check
562 * Using LTTNG_HOME environment variable if exists, with fallback to HOME
563 * Implement health check for app registration dispatch
564 * Implement health check for app notification thread
565 * Revert "Improve channel listing output format"
566 * Fix: use lttng pipe to send new stream to thread
567 * Change consumer_metadata_pipe to be a lttng_pipe
568 * Change consumer_data_pipe to be a lttng_pipe
569 * Add wrappers for pipe
570 * Add --version command-line option to lttng.
571 * Add --with-lttng-ust-prefix config option.
572 * Fixes from coverity scan.
573 * Stability fixes
574 * RCU hash table are now destroyed in a seperate thread in sessiond
575
afeab175
DG
5762013-05-09 lttng-tools 2.2.0-rc2
577 * Fix: split UST per UID/PID default values
578 * Fix: don't start the relayd with a wrong --output dir
579 * Fix: Erroneous automatic session name when streaming
580 * Fix: wrong data port when listing session's URI
581 * Fix: don't create a channel on an enable channel
582 * Tests: Add missing test_utils_parse_size_suffix to unit tests
583 * Fix: print lttng strerror on enable event with filter
584 * Fix: change relayd protocol version to 2.2
585 * Fix: reset current size for tracefile rotation
586 * Fix: remove extra -I for python bindings
587 * lttng UI: round up trace file size to subbuf size if needed
588 * Fix lttng UI: fix arg parsing, round size to next power of two
589 * Fix: check errors in lttng command argument values
590 * Implement get_count_order in lttng utils
591 * lttng cli: Accept human readable sizes for --subbuf-size
592 * Unit tests: don't rebuild units under test
593 * Fix: consumerd metadata channel/cache/timer races
594 * Fix: consumerd channel destroy race
595 * Cleanup: document RCU read-side lock better
596 * consumer relayd interaction: fix segfaults
597 * Fix: change order of fd get to fix error path
598 * Fix: fd leak when creating UST metadata channel
599 * Fix: fd leak on error
600 * Fix consumerd fd leak
601 * Fix RCU-related hangs: incorrect lttng_ht_destroy use
602 * rculfhash: check for callers from RCU read-side C.S.
603 * Fix: don't call hash table destroy under rcu read-side c.s.
604 * Documentation: import updated comments from urcu
605 * Fix: segfault in buffer_reg_channel_destroy()
606 * Fix: add missing goto error in UST consumer
607 * Fix: no need to use run_as_open in the relayd
608 * Fix: typo in enable-channel man and help
609 * Fix: add some missing hidden attribute
610 * Fix: per-uid buffers should only be flushed once on stop
611 * Cleanup: Use own mutex within timer setup/teardown
612 * Fix: channel management thread should hold a refcount
613 * Fix: move metadata cache setup before ownership passing
614 * Fix: consumer metadata switch timer error handling
615 * Fix: set ptr to NULL to suppress old gcc warnings
616 * Fix: linking order of libraries
617 * Fix: multiple type mismatch in debug statement
618 * Fix: remove mention of trace directory layout in quickstart doc
619 * Fix: remove unused path variables from session obj
620 * Fix: update lttng.1 man and enable-channel help with read timer size
621 * Fix: use channel per domain default values
622 * Fix: typos in the code base
623 * Fix: deny multiple event types with enable-event
624 * Fix: deny the same port for data and control URL
625 * Fix: reset consumer destination when changing URIs
626 * Fix: don't allow different control and data destination
627 * Fix: typos in error strings
628 * Improve channel listing output format
629 * Fix: enable-channel accepts mismatched option
630 * Fix: validate buffer type for UST channel creation
631
500c2393
DG
6322013-03-28 lttng-tools 2.2.0-rc1
633 * Add UST per UID buffers support
634 * UST metadata generation are created on the sessiond side
635 * Move LTTng-UST buffer ownership from application to consumer
636 * Add a UST registry of events and channel in the sessiond
637 * UST periodical metadata flush
638 * Refactor tests to use prove and tap
639 * Support for trace file rotation for the relayd and on disk
640 * Support per-context filtering
641 * Add channel wakeup fd to monitor close
642 * Deprecate enable/disable-consumer
643 * Multiple fixes and memory leak fix.
644
917f7685
DG
6452012-12-20 lttng-tools 2.1.0 (13th Baktun)
646 * STABLE VERSION 2.1.0-stable - "Basse Messe"
647 * Multiple minor fixes
648 * Multiple memory and fd leaks
649 * Fix: Off by one in seq num for data pending command
650 * Fix: flag metadata stream on quiescent control cmd
651 * Fix: prioritize control socket communication in relayd
652 * Fix: poll and epoll fd set reallocation
653 * Fix: add missing goto pending if data is inflight
654 * Fix: remove ua_sess->started assert on stop trace
655 * Set classes of traffic in high_throughput_limit
656 * Fix: use the poll wait ret value when iterating on fd(s)
657 * Fix: force the poll() return value to be nb_fd
658 * Fix: Wrong check of node when cleaning up ht
659 * Fix: set started flag of ust app after ustctl
660 * Fix: memory leak in add relayd socket error path
661 * Fix: add packed attribute to filter structure
662 * Fix: Add missing health code update for consumer command
663 * Add LTTNG_PACKED macro
664 * Fix data pending for inflight streaming
665 * Map session id of relayd and sessiond in consumer
666 * Add the relayd create session command
667 * Make the consumer sends a ACK after each command
668 * Remove MSG_WAITALL on every recvmsg() socket typ
669 * Fix: Add missing relayd ht cleanup and ht destroy
670 * Fix: Relayd and sessiond version check
671 * Fix: protect consumer_find_channel with rcu locking
672 * Fix: don't steal key when adding a metadata stream
673 * Consumer hold stream mutex for add stream
674
48459ee6
DG
6752012-12-03 lttng-tools 2.1.0-rc9
676 * Fix: set the stream ht static in consumer file
677 * Update sessiond man page with new env var
678 * Update lttng.1 man page
679 * Fix: enable-consumer for all domains missing dir
680 * Fix: Add missing fct prototypes when disabling UST
681 * Fix a typo in lttng-probe-module name
682 * Assign values to enum lttcomm_sessiond_command
683 * Fix: run health test only if root
684 * Clarify empty string/NULL filter errors
685 * Fix: add missing padding for UST filter
686
2ad3a9a0
DG
6872012-11-22 lttng-tools 2.1.0-rc8
688 * Fix: Uninit. variable in lttng view
689 * Add already enabled UST event error code
690 * lttng.h API update: set filter becomes enable event with filter
691 * Change the UST event hash table match function
692 * Pass lttng_event struct to the set_filter API call
693 * Adding context to an event is no longer possible
694 * Add UST overlap tests
695 * Add filter sequence number to UST
696 * Fix: Typo from a previous patch in an assert()
697 * Fix: Warn if session is running with lttng view
698 * Fix: Add bash requirement to README for make check
699 * Fix: add the notion of domain to lttng.1 man page
700 * Enable additional kernel probes
701 * Update CodingStyle
702 * Use the new functions for default subbuf sizes
703 * Add default subbuf sizes getter functions
704 * Add max() and min() macro in common
705
8802e4bd
DG
7062012-11-13 lttng-tools 2.1.0-rc7
707 * Fix: Add pointer check when freeing poll events
708 * Fix: FD leak on thread error
709 * Fix: Wrong fd used by kernel_wait_quiescent
710 * Support new lttng-ust error code
711 * Fix: Don't set filter if enable event fails
712 * Fix: Wrong data port when listing session
713 * Fix: Enable event after start command
714 * Fix: Teardown of thread_manage_clients on failure of listen/create_poll
715 * Add a timeout to UST application socket
716 * Fix: Consumerd error socket connect race
717 * Fix: Set CLOEXEC flag on every created sockets
718 * Remove consumer poll timeout in data thread
719 * Fix: RCU hash table seed
720 * Fix: Do not install health tests helper libraries
721 * Fix: Create default channel on add-context if none
722 * Support new liblttng-ust-ctl error code
723 * Fix: Add EPIPE error handling on buffer splice
724 * Fix: Channel creation error return code was not set
725 * Fix: Wrong poll events on UST application socket
726 * Fix: Remove dependency to urcu-cds in tools tests
727 * Fix: Missing librt dependency in configure check for lttng-ust-ctl
728 * Fix: Don't append datetime to default session name
729 * Fix: Deny session creation name 'auto'
730 * Fix: Add space for stream name CPU number
731 * Fix: Add output option to enable-channel command
732
241aaca9
DG
7332012-11-02 lttng-tools 2.1.0-rc6
734 * Tests: Add filtering tests for uncovered cases
735 * Fix: Sync issue when deleting a data stream
736 * Rename data_available to data_pending
737 * Fix: consumer health state
738 * Fix: Add the ACCOUNTING flag to ht creation and set bucket size to 0
739 * Fix: Bad return error code handling
740 * Fix: Use after free() of the rundir string
741 * Fix: Cleanup UST app session on ustctl create session error
742 * Fix: add missing pthread_join in sessiond
743 * Fix: free running directory string
744 * Fix: UST app clean list node usage
745 * Add liblttng-ctl destructor to cleanup memory
746 * Fix: Cleanup URIs on teardown
747 * Fix: relayd memleaks
748 * Fix: Memory leaks of allocated URIs
749 * Fix: consumer output memory leak on creation
750 * Fix: missing addrlen initialization before accept(2)
751 * Fix: relayd trace file padding memleak
752 * Fix: Remove useless consumer subdir string concatenation
753 * Fix: lttng create allocated path memleak
754 * Fix: Cppcheck memleakOnRealloc mistake
755 * Fix: Synchronization issue for data available command
756 * Fix: consumer relayd cleanup on disconnect
757 * Fix: Handle the unary bitwise negation operator (~) in the XML printer
758 * Fix: Possible memory leaks when creating filter IR root node
759 * Fix: Delete stream on write error in consumer
760 * Fix: Error handling when sending relayd sockets to consumer
761 * Add stream lock comment for nesting
762 * Fix: Mutex and RCU lock nesting in consumer
763 * Fix: Uninitialized ret code
764 * Fix: Remove bad condition and fix overflow issue
765 * Fix: consumerd pthread error flow
766 * Fix: Set a single return point and mutex unlock
767 * Fix: Remove useless NULL and zero assignment
768 * Fix: segfault on create session with two URLs
769
d1980281
DG
7702012-10-22 lttng-tools 2.1.0-rc5
771 * Fix: Remove network stream ID ABI calls
772 * Tests: Add filtering tests
773 * Wait for data availability when stopping a session
774 * Relayd data available command support
775 * Lib lttng-ctl data available command support
776 * Consumer daemon data available command support
777 * Add data structure for the data available command
778 * Change the metadata hash table node
779 * Make stream hash tables global to the consumer
780 * Move add data stream to the data thread
781 * Rename consumer threads and spawn them in daemon
782 * Fix: relayd close stream command was not working
783 * Fix: Relayd and consumerd socket leaks
784 * Fix: Missing -ENODATA handling in the consumer
785 * Fix: Empty metadata buffer(s) on HUP|ERR
786 * ABI with support for compat 32/64 bits
787 * Fix: Stream allocation and insertion consistency
788 * Fix: output number of bytes written by relayd
789 * Add hash table argument to helper functions
790 * Fix: Add missing call rcu and read side lock
791 * Tests: Fix LD_PRELOAD library lookup path for health tests
792 * Fix: Add arbitrary wait period for kernel streaming test
793 * Fix coding style and add/change debug statements
794 * Fix: Build out of src tree
795 * Tests: Add health check tests to configure
796 * Tests: Add health check thread stall test
797 * Tests: Add health check thread exit test
798 * Tests: Add a health check utility program
799 * Add testpoints in lttng-sessiond for each threads
800 * New testpoint mechanism to instrument binaries for testing
801 * Fix: off-by-one in comm proto between lttng-ctl and sessiond
802 * Fix: Metadata stream leak when received in consumer
803 * Fix: consumer_allocate_stream error handling
804 * Fix: consumer should await for initial streams
805 * Fix: Missing rcu read side lock in consumer
806
529f6ac2
DG
8072012-09-26 lttng-tools 2.1.0-rc4
808 * Fix: Change sempahore to pthread conditions
809 * Fix: relayd relay_send_version: handle sscanf return code
810 * Fix relayd: NULL ptr deref
811 * Fix: relayd: possible NULL ptr deref, memory leak, accept fd leak
812 * Tests: add print bytecode to filter grammar test
813 * Cleanup: assign values to bytecode opcodes
814 * Fix: Filter: Fix allocation length error
815 * Fix: Filter: add missing ast free
816 * Tests: Add high throughput with bandwidth limits test
817 * Fix: Returned code when listing kernel channel
818 * Tests: Rename helper functions to have consistent names
819 * Tests: Cleanup redundant code and use printing helper functions
820 * Tests: Add helper functions for printing status and banner
821 * Tests: Add a check for color support when printing status
822 * Fix: Lib lttng-ctl on error returns lttng code
823 * Fix: lttng_set_event_filter() was returning bad error code
824 * Fix: printing [no write] on lttng list -uf
825 * Fix: Disable event on filter error with lttng
826 * Fix: Wrong returned error code on UST enable event
827 * Add consumer commands to lttng.1 man page
828 * Add lttng_health_check(3) man page
829 * Fix: Remove LPOLLNVAL from consumer metadata revents
830 * Fix: Mismatch of field name between ust and tools
831 * Add the written value when listing fields
832 * Fix: Consumer return value check after mmap/splice
833 * Don't send the subbuffer padding for streaming
834 * Fix: Returned error code in consumer on read buffer
835
d3e6246f
DG
8362012-09-12 lttng-tools 2.1.0-rc3
837 * Fix: Relayd fix ret value when adding a connection
838 * Add new thread in consumer for metadata handling
839 * Fix: consumer recv command error path
840 * Fix filter: fix recent regressions
841 * Update lttng-ust-abi.h from upstream lttng-ust
842 * Fix: Accept bytecode of length 65536 bytes
843 * Fix: Generation of bytecode longer than 32768 bytes fails
844 * Fix: Filter bytecode alloc buffer size must be a power of 2
845 * Add lttng-ctl SWIG python bindings
846 * Add C++ support to API header files
847 * Librarify filter in liblttng-ctl and hide symbols
848 * Set hidden visibility for calls used in lttng-ctl
849 * Notify the user if a filter is already enabled
850 * Install lttng-error.h and include it in lttng.h
851 * Add lttng-error.h containing every API err. code
852 * Fix: missing hostname context
853
5556277c
DG
8542012-08-22 lttng-tools 2.1.0-rc2
855 * Fix: put back 2.0 output text for lttng create cmd
856 * Fix: remove set subdir call that uses bad ptr
857 * Filter: Handle the unary bitwise not operator (~) with an unsupported
858 * Fix: missing mutex unlock on register consumer err
859 * Remove underscore from ifndef of lttng.h
860 * Remove unused define in lttng.h
861 * Standardize lttng command line usage text
862 * Merge duplicate code in consumer for destroy relayd
863 * Merge duplicate code in consumer for add relayd
864 * Fix: Possible buffer overflows in strncat() usage
865 * Move code out of main.c and fix some issues
866
68264071
DG
8672012-08-17 lttng-tools 2.1.0-rc1
868 * Feature: Network Streaming
869 * Add the lttng-relayd binary for network streaming
870 * Support user space tracer filtering
871 * Multiple fixes
872
e371dbd9
DG
8732012-04-19 lttng-tools 2.0.1
874 * Fix: test script for kernel module validation
875 * Fix: report error to client on consumerd error
876 * Fix: add missing ht_destroy at consumer teardown
877 * Fix: consumer fd recv thread should write into non-blocking pipe
878 * Fix: work-around glibc __nptl_setxid vs clone hang
879 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
880 * Fix consumer lttng_consumer_poll_socket poll revents check bug
881 * Fix: increase consumer open files limit
882 * Update README: document dep on modprobe for kernel tracing
883 * Fix: wait for sessiond to stop in tests
884 * Fix: remove unused return variable
885 * Don't report back error on syscalls fail for -a -k
886 * Fix: destroy context hash table being NULL
887 * Fix: make lttng expand path for trace output opt
888 * Fix: return value signedness
889 * Fix: man page environment variable name error
890 * Fix: check return value on getenv USER
891
0e4cbe7e
DG
8922012-03-20 lttng-tools 2.0.0
893 * Fist STABLE version
894 * Add version name: Annedd'ale
895
c6d4a597
DG
8962012-03-20 lttng-tools 2.0.0-rc4
897 * Fix: add small detail to enable-channel man page
898 * Fix: warned of arbitrary time for ust-nprocesses test
899 * Fix. add limitation to man page
900 * Fix: minor changes to lttng.1
901 * Fix: add exit values to lttng.1 man page
902 * Fix: add delay before validating apps in test nproc
903 * Fix: error handling in lttng enable-event
904 * Fix: document structure init. to 0 in lttng.h
905 * Fix: uninitialized variable
906 * Keep track of FD used for UST applications (v2)
907 * Fix: lttng view, error message and exit code
908 * Small fixes to lttng man pages (v2)
909 * Fix: handle EINTR for sendmsg syscall
910 * Fix: lttng UI exit value and error message
911 * Fix: session lock use after free
912 * Fix kernel_list_events memleaks
913 * Fix debug message use uninitialized variable
914 * Fix: trace_ust_destroy_metadata should check for NULL pointer
915 * Fix: various memleaks
916 * Fix: hash table allocation out of order on error
917 * fix: lttng_ht_destroy memleak
918
b495b935
DG
9192012-03-16 lttng-tools 2.0.0-rc3
920 * Fix: missing headers for make dist
921 * Fix: install lttng-consumerd in lib/lttng/libexec/
922 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
923 * Fix: consumer CPU hotplug support
924 * Fix: double PID registration race
925 * Make libcompat independent not to confuse automake
926 * Clarify the license of lttng-ust-abi.h
927 * Fix: License header
928 * Fix: wrong return value on consumer socket creation
929 * Fix: test for UST invalid channel parameters at channel creation
930 * Fix: recvmsg should handle EINTR
931 * Fix: error.h non-static variables for liblttng-ctl
932 * Fix: missing _GNU_SOURCE define
933 * Fix: improve need root for kernel tracing error message
934 * Fix: start/stop lttng message error
935
fc0c6bfb
MD
9362012-03-02 lttng-tools 2.0.0-rc2
937 * Fix: meaningful error message
938 * Fix: UST consumer need to iterate on streams, just change their key
939 * Fix: add missing rcu read lock across RCU HT iteration
940 * Fix: kernel session closes fd 0 after create
941 * Fix: sendmsg EPIPE should be quiet by default (expected)
942 * Fix: thread_registration_apps should set its local sock to -1 when passing it
943 * Fix: clock -> sock typo
944 * Fix: consumer race: should allow reuse of FD key
945 * Fix: Use PERROR all across lttng-tools, never make it quiet
946 * Fix: test all close return values in sessiond
947 * Fix: All perror turned into PERROR to show file and line number
948 * Fix: large audit of close() use in sessiond main.c
949 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
950 * Fix: incorrect close of fd 0 for syscall kernel event destroy
951 * Fix: sessiond has incorrect missing 0 value in FD check
952 * Fix: sessiond app listening: use posix-compliant poll flags
953 * Fix: consumer printf type should match ssize_t (%zd)
954 * Fix: make ust consumer posix compliant for poll flags
955 * Fix security permission on lttng run directory
956 * Fix: Display right loglevel_type in error message
957 * Fix documentation in lttng.h
958 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
959 * Fix: restart consumerd and sessiond when interrupted in poll()
960 * Fix: handling bad channel when sending to consumer
961 * Fix useless variable
962 * Fix add-context returned error
963 * fix: add missing break in command handling
964 * fix: command handling: do not check domain for commands not requiring domain
965 * fix: if tracing group does not exist, do not report a client error
966 * Fix: run_as error handling
967 * Fix usage note on -a
968 * Revert FreeBSD compatibility layer
969 * Fix: documented number of subbuffers is incorrect
970 * Document that num-subbuf and subbuf-size need to be power of 2
971 * Merge branch 'master' of git://git.lttng.org/lttng-tools
972
edad7953
DG
9732012-02-20 lttng-tools 2.0.0-rc1
974 * Fix lttcomm_close_unix_sock to actually close the socket
975 * lttng-sessiond: Set group permissions explicitly
976
68c1b383
DG
9772012-02-16 lttng-tools 2.0-pre23
978 * configure.ac: Fix consumerd64-libdir typo
979 * Fix existing session daemon check
980 * Fix missing session locks
981 * Fix return value on ust app session create
982 * Fix double start/stop trace
983 * Fix ust app session started state on start trace
984 * modprobe statedump, signal and timer lttng module
985 * Fix hyphens in man pages
986
76ab874e
DG
9872012-02-14 lttng-tools 2.0-pre22
988 * Add the bash-completion file to the dist tarball
989 * Add the LICENSE file too
990 * Package used for the Ubuntu LTS (feature freeze)
991
83aac6e3
DG
9922012-02-13 lttng-tools 2.0-pre21
993 * Fix licensing for hashtable/utils.c
994 * Print loglevel value in list -u
995 * Remove "<all> from MSG() when no loglevel is selected
996 * Initial import of man lttng.1 and lttng-sessiond.8
997 * Fix memory leak master
998
09e765bf 9992012-02-09 lttng-tools 2.0-pre20
c54722d0
DG
1000 * New lttng view command
1001 * Multiple loglevel fixes
1002 * Fix list command
1003 * Fix session syscall listing
1004 * Multiple fixes across the code base
1005
87db5b86
DG
10062012-02-02 lttng-tools 2.0-pre19
1007 * Update lttng ust ABI/API copy
1008 * Implement UST calibrate and change default
1009 * Add MSG_WAITALL to recvmsg of sessiond-comm
1010 * Check kernel version for tests
1011 * Add a '--list-options' option to each command.
1012 * First import of extras/ with lttng bash completion
1013 * Remove default defines from lttng.h
1014 * Fix lttng sessiond spawn wait race
1015 * Add CMD_WARNING error code
1016 * Fix context mapping for UST and kernel
1017 * Add kernel work-around for boot_id
1018 * Rewrites lttng-ctl's set_session_daemon_path
1019 * Fix memory lean in all lttng cli commands
1020 * Update loglevel ABI
1021 * Add padding to all ABIs for future development.
1022 * Improve error handling of lttng cli
1023 * Multiple fixes across the code base (nothing critical)
1024
3edea7d5
DG
10252012-01-23 lttng-tools 2.0-pre18
1026 * Complete change of the source directory tree
1027 * Move compat to common and create an internal lib
1028 * Rename lttngerr.h to error.h
1029 * Add kernel module version validation
1030 * Add UST version validation
1031 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
1032 * Fix off-by-one and double list size instead of steady increment
1033
734f79bf
DG
10342012-01-19 lttng-tools 2.0-pre17
1035 * Add and support the new hash table library
1036 * Add lttng hash table support to liblttng-consumer
1037 * RCU support for consumer's hash tables
1038 * UST consumer close shm fd after mapping it
1039 * Remove CLONE_VM flag for runas making gdb debugging impossible
1040 * Make MSG() print on stdout instead of stderr
1041 * Don't init kernel tracer if not root (UID=0)
1042 * Multiple fixes found when reaching max. number of open files
1043 * Add some UST tests
1044 * Multiple segfaults and assert error fixed
1045
032b4c39
DG
10462011-12-23 lttng-tools 2.0-pre16
1047 * Per-user lttng-sessiond now fully functionnal
1048 * Fix nested double usage of hashtable iterators
1049 * Support creds passing between lttng and sessiond
1050 * Rename sessiond internal "uid" fields to "id"
1051 * Create all trace directories and files with client user credentials
1052 * Create output directory at session creation command
1053 * Only allow the user or group owning the session (or root) to control a session
1054 * Add disable kernel tracing option to sessiond
1055
31ff12ff
DG
10562011-12-13 lttng-tools 2.0-pre15
1057 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
1058 * UST consumer 32/64 bit support
1059 * Multiple bug fixes
1060 * Multiple segfault, race and double lock fixes
1061 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
1062 * UST loglevel support
1063 * ABIs now support 256 char event names
1064 * Dependency on libpopt >= 1.13
1065 * Dependency on URCU >= 0.6.7
1066 * Rename kernel-ctl.c/.h to kernel.c/.h
1067 * Change malloc to zmalloc in lttng-sessiond code
1068 * RCU hashtable support for all UST data structure
1069 * New libconsumer for UST, kernel and one generic
1070 * Change "--all" option from lttng command line
1071 * Remove function entry option to discourage its use
1072
ab7f4103
MD
10732011-09-30 lttng-tools 2.0-pre14
1074 * Syscall tracing support
1075 * Multiple bug fixes (nothing critical)
1076 * Add userspace RCU hash table to tree for dev
1077 * Update UST ABI
1078 * Fix epoll that did not handle EINTR
1079 * Liburcu >= 0.6.5 is needed from this release
1080 * Enabling all events also enable syscall tracing
1081 * Debug messages are now on stderr
1082 * Add basic data structure for UST support but not ready yet.
1083
775182fa
DG
10842011-08-25 lttng-tools 2.0-pre13
1085 * Memory leaks fixes and double lock list
1086 * Add UST registration with sychronisation
1087 * Use poll/epoll compatibility layer for the sessiond
1088 * Major code cleanup of ltt-sessiond/main.c
1089 * Increase listen() connexion limit
1090 * Fix bad enable-channel command
1091 * Rename trace.c/.h to trace-kernel
1092 * Multiple fixes on the poll management with the new epoll API
1093
d6fa0093
DG
10942011-08-25 lttng-tools 2.0-pre12
1095 * Multiple fixes
1096 * Fix kconsumerd handling custom channel output
1097 * Add lttng_register_consumer to register a custom consumer
1098 * Add multiples tests of the session daemon
1099 * Default kernel channel size/number changed
1100 * Support for UST application registration
1101 * Import LTTng UST 2.0 ABI
1102 * Send data to kconsumerd before tracing start
1103 * Export API of lib kernel consumer (liblttngkconsumerd)
1104
3df9eaf3
DG
11052011-08-12 lttng-tools 2.0-pre11
1106 * New lttng API using the lttng_handle
1107 * Multiple fixes of kernel consumer
1108 * Register the consuming function and add a library context
1109 * Kernel consumer fix mmap/munmap
1110 * lttng-sessiond-comm header has been privatize
1111 * Kernel traces are written in the kernel/ directory
1112 * Add underscore to enable-channel command options
1113
f88b0a98
DG
11142011-07-29 lttng-tools 2.0-pre6
1115 * Fix enable multiple events
1116 * Add function entry feature
1117
11182011-07-28 lttng-tools 2.0-pre5
52ffda46
DG
1119 * Fix Add context command
1120 * Fix auto session path creation
1121 * Fix bad strncmp at channel creation
1122
5e96e15d
DG
11232011-07-23 lttng-tools 2.0-pre4
1124 * Fix kprobe attributes
1125 * Fix channel creation when not found at event enable
1126 * Add safe list iteration
1127 * Add two tests into the git tree
1128 * Kernel consumer can be put in debug mode with -vv
1129 * Trace path is now created on the client side
1130
00df03c6
DG
11312011-07-23 lttng-tools 2.0-pre3
1132 * Fix perf hw cache counter config values
1133
de235b67
DG
11342011-07-22 lttng-tools 2.0-pre2
1135 * Multiple fixes
1136 * New add-context options for perf counter and context
1137 * Using the install bin path from autotool for execl() call
1138 * Update quickstart guide
1139
223be86b
DG
11402011-07-20 lttng-tools 2.0-pre1
1141 * First prerelease of lttng-tools.
1142 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.07317 seconds and 4 git commands to generate.