Fix: add a get HOME dir fallback to getpwuid
[lttng-tools.git] / ChangeLog
CommitLineData
921832f9
DG
12014-02-28 lttng-tools 2.3.2
2 * Fix: minor rephrasing of the lttng.1 man page
3 * Fix: possible NULL deref. in sessiond error path
4 * Fix: flag that kernel streams FDs has been sent
5 * Fix: forbid session name creation if contains /
6 * Fix: don't start session if no channel
7 * Fix: report error if consumer can't be spawned
8 * Fix: lttng list -u <name> should only list UST
9 * Fix: kernel channel destroy on consumer if sent
10 * Fix: Define __STDC_LIMIT_MACROS to fix C++ builds
11 * Fix: remove unused goto label
12 * Fix: relayd: add LPOLLERR to events
13 * Fix: relayd: initialize lttcomm inet
14 * Fix: consumerd: HT init/teardown with program
15 * Fix: consumerd should initialize lttcomm
16 * Fix: measure UST clock offset with best sample (v2)
17 * Fix: report to client when snapshot will be empty
18 * Fix: missing reset when listing UST fields for multiple PIDs
19 * Fix: filter: check binary op nesting
20 * Fix: remove break in epoll loop of apps. thread
21 * Fix: wrong comment in snapshot public API
22 * Fix: remove bad code from previous backport patch
23 * Fix: bad logical check of error codes
24 * Fix: resource leak in enable-event command
25 * Fix: unchecked return value in ust app delete
26 * Fix: dereference after null check in UST registry
27 * Fix: Resource leak in ust registry
28 * Fix: backported from urcu commit 92af1a30
29 * Fix: update back the metadata len sent on failure
30 * Fix: don't fail on push metadata if no channel
31 * Fix: comparison of unsigned enum expression >= 0
32 * Add libuuid as dependency in README
33 * Fix: implicit conversion of enum types in consumer
34 * Fix: implicit conversion of enum types in sessiond
35 * Fix: comparison of unsigned value agains < 0
36
5d985544
DG
372013-11-13 lttng-tools 2.3.1
38 * Fix: typo in --sig-parent help
39 * Fix: application SIGBUS when starting in parallel with sessiond
40 * Fix: missing LTTNG_OK return value for snapshot
41 * Fix: arguments in the wrong order for fd-limit
42 * Fix: Some corrections to the lttng man page
43 * Fix: recv creds comm should handle partial receive
44 * Fix: set app socket timeout just after accept()
45 * Fix typo in lttng snapshot add-output example of lttng(1)
46
c9dc1289
DG
472013-09-03 lttng-tools 2.3.0
48 * Fix: remove periodical flush test from make check
49
3e618c7a
DG
502013-08-30 lttng-tools 2.3.0-rc3
51 * Fix: hashtable: take split_count_order into account
52 * Fix: remove wrong doing asserts in sessiond
53 * Tests: fix periodical flush tests to stop app
54 * Fix: correctly close metadata on sessiond thread shutdown
55 * Fix: delete the trace directory used for the test
56 * Fix: remove bad check after epoll wait in consumer
57 * Fix: missing data pending signess conversion
58 * Fix: consumer data pending for empty streams
59 * Fix: hash table growth (for small tables) should be limited (v2)
60 * Fix: run_as gid/uid test should return result to parent
61 * Fix: missing check for metadata data pending
62 * Tests: change buffers UID test to PID
63 * Tests: fix health tests to use custom socket timeout
64 * Fix: remove health test from fast regression
65 * Use socket timeout value for tcp timeout if available
66 * Fix: set the health delta tcp timeout aware
67 * Get the maximum TCP timeout in sessiond
68 * Fix: don't report error if UST app dies
69 * Fix: support VPATH build for tests
70 * Improve comments after review
71 * Rename consumer socket fd to fd_ptr
72 * Lock consumer data before fd check during destroy
73 * Use single callsite for send/recv ops. for consumer in sessiond
74 * Use consumer fd reference in consumer socket obj
75 * Update bash completion
76 * Add --list-commands option to the snapshot command
77 * Reorder functions _lttng_cmd_* functions in bash completion
78 * Use parse_size_suffix in snapshot
79 * Fix: snapshot record error handling
80 * Fix: improve error message when UST support is disabled
81 * Fix: add missing short filter option in help
82 * Fix: typo in configure.ac for version check
83 * Fix: remove calibrate syscall option from code
84 * Fix: snapshot should fail if no successful snapshot is taken
85 * Fix: check UST float field mantissa length
86 * Fix: add UST context in the same order the user enabled them
87 * Introduce configure --with-lttng-system-rundir
88 * Add .dirstamp to gitignore file
89 * Fix: snapshot with multiple UIDs
90 * Prepare for automake deprecation of missing subdir-objects
91 * Fix: typos in --help and manpage
92 * Fix: add-context without -c apply to all channels
93 * Fix: channels can be _enabled_ after tracing is started, but not created
94 * Fix filter parser segmentation fault with bison 3.0
95 * Fix: typo in error msg
96 * Fix: imprecise error message about root sessiond/tracing group
97 * Fix: don't skip chmod if tracing group is not found
98 * Tracepoint probes don't need extern C
99 * Fix: Snapshot should be taken asap in core handler script
100 * Fix: reset out_fd_offset when we rotate the trace file
101 * Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
102 * inet/inet6 sockets: apply timeout
103 * Implement timeout for connect ipv4/ipv6
104 * Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
105 * bash completion: add calls to _lttng_complete_sessions
106 * bash completion: Fix copy-paste typo
107 * Extras: Remove deprecated consumer commands in bash completion
108 * bash completion: Remove underscores in handler function names
109 * bash completion: Remove --event for add-context
110 * Update gitignore
111 * relayd: use version macros from build rather than scanf
112 * sessiond: use version major/minor from build for communication with relayd
113 * build: export major/minor/patchlevel numbers
114 * Fix: Dead code when checking return value from (ust_app|kernel)_snapshot_record
115 * Test: enable kernel events after start
116 * Fix: kernel ctl error codes are based on errno
117 * Fix: format string mismatch
118 * test: test_periodical_metadata_flush shrink timer period, kill app
119 * Fix: format string type mismatch
120 * snapshot howto: update text
121 * Add snapshot howto
122
95f3c88c
MD
1232013-07-19 lttng-tools 2.3.0-rc2
124 * Add core-handler README to dist tarball
125 * extras: core-handler: simplify, allow usage from tracing group
126 * Cleanup: add missing dot
127 * Fix: documentation: create name and options
128 * Add core dump snapshot handler script
129 * Fix: sym name len (kernel)
130 * Fix: tests: provide channel name when a non-default channel exists: per-pid
131 * Fix: tests: provide channel name when a non-default channel exists
132 * Fix: data pending race
133 * Fix hang in make check snapshots/test_ust
134 * Cleanup: ust-consumer: wrong indentation
135 * Fix: print dots while waiting for data availability
136 * Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists"
137 * Fix: (slight UI change) refuse missing -c if non-default channel exists
138 * Fix: push metadata on stop for per-UID buffers
139 * README: update python documentation
140 * Manpage: other layout cleanups
141 * Manpage: cleanup layout of view
142 * Manpage: cleanup layout of version
143 * Manpage: cleanup layout of stop
144 * Manpage: cleanup layout of start
145 * Manpage: cleanup layout of snapshot
146 * Manpage: cleanup layout of set-session
147 * Manpage: cleanup layout of list
148 * Manpage: cleanup layout of disable-event
149 * Manpage: cleanup layout of disable-channel
150 * Manpage: cleanup layout of enable-event
151 * Manpage: cleanup layout of enable-channel
152 * Manpage: cleanup layout of destroy
153 * Manpage: cleanup layout of create
154 * Manpage: cleanup layout of calibrate
155 * Manpage: cleanup layout of add-context
156 * Documentation: create --snapshot in manpage
157
07ddb08c
MD
1582013-07-17 lttng-tools 2.3.0-rc1
159 * Fix: add missing snapshot header to dist tarball
160 * Documentation: fix thread quit pipe comment
161 * Test for presence of bison and flex when building from git
162 * Test UST snapshot with large metadata
163 * Add test application with large metadata
164 * Cleanup: remove redundant assignment
165 * Fix: use per-uid buffer registry for UID buffer snapshots
166 * cmd.c: fix typos in snapshot commands
167 * Test snapshot per-uid post-mortem
168 * Remove leftover fprintf
169 * Fix deadlock: don't take channel lock in timer
170 * Introduce channel timer lock
171 * document lttng_ustconsumer_request_metadata locking constraints
172 * consumer: remove unused lttng_ustconsumer_push_metadata
173 * Document metadata_socket_lock nesting
174 * lttng_ustconsumer_recv_metadata does not need all those locks
175 * document metadata_switch_timer() deadlock
176 * Fix: add missing metadata socket lock
177 * document metadata_switch_timer() locking constraints
178 * consumer: remove timeout for UST metadata
179 * Introduce pipe for UST metadata cache and stream
180 * consumer: replace DBG2() instances by DBG()
181 * Introduce utils_create_pipe_cloexec_nonblock()
182 * ust consumer: data_pending check is endpoint active
183 * Fix: kernel consumer: data_pending check if endpoint active
184 * consumer: explicitly set endpoint status to active at init
185 * document consumer_metadata_cache_flushed use of consumer_data.lock
186 * consumer: introduce channel lock
187 * Merge branch 'master' of git://git.lttng.org/lttng-tools
188 * Fix: update lttng snapshot help output
189 * Man: fix part of snapshot documentation
190 * Fix: set tracefile size test with PID buffers
191 * Fix: Babelstats fail to parse output with no process name or pid
192 * Missing NULL pointer init in tap.c
193 * Fix: Unchecked asprintf/vasprintf return values
194 * Add snapshots test to fast regression
195 * Fix: kernel data unit test
196 * Fix: snapshot returned valid LTTNG_ERR code
197 * Add the number of snapshot taken to the output path
198 * Fix: RCU read side lock unbalanced
199 * Fix: zeroed snapshot output at init
200 * Support del-output with an output name
201 * Update man page with snapshot command
202 * New UST default buffers is now per UID
203 * Bump UST ABI major version for 2.3 release
204 * Add snapshot mode to lttng list session
205 * Fix: support temporary snapshot max size and name
206 * Support snapshot max-size limitation
207 * Tests: per-UID UST snapshot
208 * Fix: snapshot support for UST and kernel in same session
209 * Implement lttng create --snapshot command
210 * Add create session snapshot API in lttng-sessiond
211 * Add snapshot output init call that uses URIs
212 * Fix: consumer err_sock cloexec
213 * Callsite: add "ip" context
214 * Fix: possible consumer sockets double close on cleanup
215 * Automatically load kvm-x86 and kvm-x86-mmu probes.
216 * Fix: consumer: use uint64_t for all sessiond_id
217 * Fix: add gpl and lgpl files to tarball
218 * Fix: don't install libtap system wide
219 * Fix: close consumer sockets in sessiond cleanup
220 * Fix: set globally visible flag to kernel stream
221 * Fix: lttng: memory leak in snapshot record command
222 * Fix: kernel-consumer: double-close
223 * Fix: consumer: incorrect size zmalloc
224 * Fix: don't try to send stream to relayd if not in streaming
225 * Fix: relayd refcount updates for stream
226 * Fix: don't send error to sessiond on orderly shutdown
227 * Fix: bad pathname used when sending kernel stream to relayd
228 * Fix: add globally visible flag in stream
229 * Fix: destroy metadata stream on setup metadata error path
230 * Fix: send kernel stream to relayd only if needed
231 * Fix: destroy streams for kernel snapshot sessions as well
232 * Fix: close and destroy metadata stream after a kernel snapshot
233 * Fix: print errno message on connect() error
234 * Fix: possible double-close on stream out_fd
235 * Fix: session ID signess to uin64_t in sessiond
236 * Tests: fix validation trace path in kernel snapshot
237 * Tests: Add UST snapshot local and streaming
238 * Add UST snapshot support
239 * Fix: consumer_add_relayd_socket() report errors to sessiond
240 * Fix: add missing enum lttcomm_return_code entries
241 * Fix: UST per-UID channels persist across application teardown
242 * Fix: kernel snapshot metadata handling and error paths
243 * Fix: coding style and debug statement
244 * Fix: put subbuffer back in kernel snapshot error path
245 * Fix: overflow in uri_to_str_url
246 * Fix: detect the correct version of LTTng-UST
247 * Fix: sessiond: use uint64_t for all session ids
248 * Tests: add kernel snapshot streaming to root regression
249 * Tests: remove debug output from test
250 * Tests: Add kernel snapshot streaming
251 * Fix: use snapshot consumer output for kernel
252 * Fix: periodical flush check trace before stop
253 * Fix: consumer: 64-bit index for relayd rather than 32-bit (v2)
254 * Fix UST channel/stream output assignation
255 * Fix: send per-pid session id in channel creation
256 * Fix: consumer double-close on error
257 * Update URCU detection to correctly check for a 0.7 version
258 * Fix: snapshot path
259 * Add utils function to format current time as a string
260 * Fix: set hidden attribute to utils_* calls
261 * Fix: consumer handling of metadata for relayd
262 * Add kernel snapshot support
263 * Support flight recorder mode for a session
264 * Implement snapshot commands in lttng-sessiond
265 * Add snapshot command to lttng UI
266 * Initial import of the snapshot ABI/API in lttng-ctl
267 * Use the consumer stream API in consumer_del_stream()
268 * Add consumer-stream.c/.h in libconsumer
269 * Move multiple URLs parsing fct from lttng-ctl to uri.c
270 * Add a lttng-ctl header to facilitate code separation
271
8991668e
DG
2722013-06-25 lttng-tools 2.2.0 (National Catfish Day)
273 * STABLE VERSION
274 * Fix: if relayd is unreachable, disable consumer for the session
275 * Fix: possible infinite loop in disable ust event
276 * Fix: don't enable a channel if a session was already started
277 * Fix: bad type for the relayd id
278 * Fix: add debug statement in kernel flush metadata
279 * Fix: destroy default created channel if add-context fails
280 * Fix: clarify tracefile size/count in lttng.1 man
281 * Fix: don't stop a session that was not previously started
282 * Fix: update lttng.1 man page
283 * Fix: bad protocol flow between sessiond and consumerd
284 * Fix: kernel memory leak in error path
285
92d019ba
DG
2862013-06-20 lttng-tools 2.2.0-rc3
287 * Multiple memory and fd leak fixes in sessiond and consumerd
288 * Test: stress test added to the repository but not in make check
289 * Using LTTNG_HOME environment variable if exists, with fallback to HOME
290 * Implement health check for app registration dispatch
291 * Implement health check for app notification thread
292 * Revert "Improve channel listing output format"
293 * Fix: use lttng pipe to send new stream to thread
294 * Change consumer_metadata_pipe to be a lttng_pipe
295 * Change consumer_data_pipe to be a lttng_pipe
296 * Add wrappers for pipe
297 * Add --version command-line option to lttng.
298 * Add --with-lttng-ust-prefix config option.
299 * Fixes from coverity scan.
300 * Stability fixes
301 * RCU hash table are now destroyed in a seperate thread in sessiond
302
afeab175
DG
3032013-05-09 lttng-tools 2.2.0-rc2
304 * Fix: split UST per UID/PID default values
305 * Fix: don't start the relayd with a wrong --output dir
306 * Fix: Erroneous automatic session name when streaming
307 * Fix: wrong data port when listing session's URI
308 * Fix: don't create a channel on an enable channel
309 * Tests: Add missing test_utils_parse_size_suffix to unit tests
310 * Fix: print lttng strerror on enable event with filter
311 * Fix: change relayd protocol version to 2.2
312 * Fix: reset current size for tracefile rotation
313 * Fix: remove extra -I for python bindings
314 * lttng UI: round up trace file size to subbuf size if needed
315 * Fix lttng UI: fix arg parsing, round size to next power of two
316 * Fix: check errors in lttng command argument values
317 * Implement get_count_order in lttng utils
318 * lttng cli: Accept human readable sizes for --subbuf-size
319 * Unit tests: don't rebuild units under test
320 * Fix: consumerd metadata channel/cache/timer races
321 * Fix: consumerd channel destroy race
322 * Cleanup: document RCU read-side lock better
323 * consumer relayd interaction: fix segfaults
324 * Fix: change order of fd get to fix error path
325 * Fix: fd leak when creating UST metadata channel
326 * Fix: fd leak on error
327 * Fix consumerd fd leak
328 * Fix RCU-related hangs: incorrect lttng_ht_destroy use
329 * rculfhash: check for callers from RCU read-side C.S.
330 * Fix: don't call hash table destroy under rcu read-side c.s.
331 * Documentation: import updated comments from urcu
332 * Fix: segfault in buffer_reg_channel_destroy()
333 * Fix: add missing goto error in UST consumer
334 * Fix: no need to use run_as_open in the relayd
335 * Fix: typo in enable-channel man and help
336 * Fix: add some missing hidden attribute
337 * Fix: per-uid buffers should only be flushed once on stop
338 * Cleanup: Use own mutex within timer setup/teardown
339 * Fix: channel management thread should hold a refcount
340 * Fix: move metadata cache setup before ownership passing
341 * Fix: consumer metadata switch timer error handling
342 * Fix: set ptr to NULL to suppress old gcc warnings
343 * Fix: linking order of libraries
344 * Fix: multiple type mismatch in debug statement
345 * Fix: remove mention of trace directory layout in quickstart doc
346 * Fix: remove unused path variables from session obj
347 * Fix: update lttng.1 man and enable-channel help with read timer size
348 * Fix: use channel per domain default values
349 * Fix: typos in the code base
350 * Fix: deny multiple event types with enable-event
351 * Fix: deny the same port for data and control URL
352 * Fix: reset consumer destination when changing URIs
353 * Fix: don't allow different control and data destination
354 * Fix: typos in error strings
355 * Improve channel listing output format
356 * Fix: enable-channel accepts mismatched option
357 * Fix: validate buffer type for UST channel creation
358
500c2393
DG
3592013-03-28 lttng-tools 2.2.0-rc1
360 * Add UST per UID buffers support
361 * UST metadata generation are created on the sessiond side
362 * Move LTTng-UST buffer ownership from application to consumer
363 * Add a UST registry of events and channel in the sessiond
364 * UST periodical metadata flush
365 * Refactor tests to use prove and tap
366 * Support for trace file rotation for the relayd and on disk
367 * Support per-context filtering
368 * Add channel wakeup fd to monitor close
369 * Deprecate enable/disable-consumer
370 * Multiple fixes and memory leak fix.
371
917f7685
DG
3722012-12-20 lttng-tools 2.1.0 (13th Baktun)
373 * STABLE VERSION 2.1.0-stable - "Basse Messe"
374 * Multiple minor fixes
375 * Multiple memory and fd leaks
376 * Fix: Off by one in seq num for data pending command
377 * Fix: flag metadata stream on quiescent control cmd
378 * Fix: prioritize control socket communication in relayd
379 * Fix: poll and epoll fd set reallocation
380 * Fix: add missing goto pending if data is inflight
381 * Fix: remove ua_sess->started assert on stop trace
382 * Set classes of traffic in high_throughput_limit
383 * Fix: use the poll wait ret value when iterating on fd(s)
384 * Fix: force the poll() return value to be nb_fd
385 * Fix: Wrong check of node when cleaning up ht
386 * Fix: set started flag of ust app after ustctl
387 * Fix: memory leak in add relayd socket error path
388 * Fix: add packed attribute to filter structure
389 * Fix: Add missing health code update for consumer command
390 * Add LTTNG_PACKED macro
391 * Fix data pending for inflight streaming
392 * Map session id of relayd and sessiond in consumer
393 * Add the relayd create session command
394 * Make the consumer sends a ACK after each command
395 * Remove MSG_WAITALL on every recvmsg() socket typ
396 * Fix: Add missing relayd ht cleanup and ht destroy
397 * Fix: Relayd and sessiond version check
398 * Fix: protect consumer_find_channel with rcu locking
399 * Fix: don't steal key when adding a metadata stream
400 * Consumer hold stream mutex for add stream
401
48459ee6
DG
4022012-12-03 lttng-tools 2.1.0-rc9
403 * Fix: set the stream ht static in consumer file
404 * Update sessiond man page with new env var
405 * Update lttng.1 man page
406 * Fix: enable-consumer for all domains missing dir
407 * Fix: Add missing fct prototypes when disabling UST
408 * Fix a typo in lttng-probe-module name
409 * Assign values to enum lttcomm_sessiond_command
410 * Fix: run health test only if root
411 * Clarify empty string/NULL filter errors
412 * Fix: add missing padding for UST filter
413
2ad3a9a0
DG
4142012-11-22 lttng-tools 2.1.0-rc8
415 * Fix: Uninit. variable in lttng view
416 * Add already enabled UST event error code
417 * lttng.h API update: set filter becomes enable event with filter
418 * Change the UST event hash table match function
419 * Pass lttng_event struct to the set_filter API call
420 * Adding context to an event is no longer possible
421 * Add UST overlap tests
422 * Add filter sequence number to UST
423 * Fix: Typo from a previous patch in an assert()
424 * Fix: Warn if session is running with lttng view
425 * Fix: Add bash requirement to README for make check
426 * Fix: add the notion of domain to lttng.1 man page
427 * Enable additional kernel probes
428 * Update CodingStyle
429 * Use the new functions for default subbuf sizes
430 * Add default subbuf sizes getter functions
431 * Add max() and min() macro in common
432
8802e4bd
DG
4332012-11-13 lttng-tools 2.1.0-rc7
434 * Fix: Add pointer check when freeing poll events
435 * Fix: FD leak on thread error
436 * Fix: Wrong fd used by kernel_wait_quiescent
437 * Support new lttng-ust error code
438 * Fix: Don't set filter if enable event fails
439 * Fix: Wrong data port when listing session
440 * Fix: Enable event after start command
441 * Fix: Teardown of thread_manage_clients on failure of listen/create_poll
442 * Add a timeout to UST application socket
443 * Fix: Consumerd error socket connect race
444 * Fix: Set CLOEXEC flag on every created sockets
445 * Remove consumer poll timeout in data thread
446 * Fix: RCU hash table seed
447 * Fix: Do not install health tests helper libraries
448 * Fix: Create default channel on add-context if none
449 * Support new liblttng-ust-ctl error code
450 * Fix: Add EPIPE error handling on buffer splice
451 * Fix: Channel creation error return code was not set
452 * Fix: Wrong poll events on UST application socket
453 * Fix: Remove dependency to urcu-cds in tools tests
454 * Fix: Missing librt dependency in configure check for lttng-ust-ctl
455 * Fix: Don't append datetime to default session name
456 * Fix: Deny session creation name 'auto'
457 * Fix: Add space for stream name CPU number
458 * Fix: Add output option to enable-channel command
459
241aaca9
DG
4602012-11-02 lttng-tools 2.1.0-rc6
461 * Tests: Add filtering tests for uncovered cases
462 * Fix: Sync issue when deleting a data stream
463 * Rename data_available to data_pending
464 * Fix: consumer health state
465 * Fix: Add the ACCOUNTING flag to ht creation and set bucket size to 0
466 * Fix: Bad return error code handling
467 * Fix: Use after free() of the rundir string
468 * Fix: Cleanup UST app session on ustctl create session error
469 * Fix: add missing pthread_join in sessiond
470 * Fix: free running directory string
471 * Fix: UST app clean list node usage
472 * Add liblttng-ctl destructor to cleanup memory
473 * Fix: Cleanup URIs on teardown
474 * Fix: relayd memleaks
475 * Fix: Memory leaks of allocated URIs
476 * Fix: consumer output memory leak on creation
477 * Fix: missing addrlen initialization before accept(2)
478 * Fix: relayd trace file padding memleak
479 * Fix: Remove useless consumer subdir string concatenation
480 * Fix: lttng create allocated path memleak
481 * Fix: Cppcheck memleakOnRealloc mistake
482 * Fix: Synchronization issue for data available command
483 * Fix: consumer relayd cleanup on disconnect
484 * Fix: Handle the unary bitwise negation operator (~) in the XML printer
485 * Fix: Possible memory leaks when creating filter IR root node
486 * Fix: Delete stream on write error in consumer
487 * Fix: Error handling when sending relayd sockets to consumer
488 * Add stream lock comment for nesting
489 * Fix: Mutex and RCU lock nesting in consumer
490 * Fix: Uninitialized ret code
491 * Fix: Remove bad condition and fix overflow issue
492 * Fix: consumerd pthread error flow
493 * Fix: Set a single return point and mutex unlock
494 * Fix: Remove useless NULL and zero assignment
495 * Fix: segfault on create session with two URLs
496
d1980281
DG
4972012-10-22 lttng-tools 2.1.0-rc5
498 * Fix: Remove network stream ID ABI calls
499 * Tests: Add filtering tests
500 * Wait for data availability when stopping a session
501 * Relayd data available command support
502 * Lib lttng-ctl data available command support
503 * Consumer daemon data available command support
504 * Add data structure for the data available command
505 * Change the metadata hash table node
506 * Make stream hash tables global to the consumer
507 * Move add data stream to the data thread
508 * Rename consumer threads and spawn them in daemon
509 * Fix: relayd close stream command was not working
510 * Fix: Relayd and consumerd socket leaks
511 * Fix: Missing -ENODATA handling in the consumer
512 * Fix: Empty metadata buffer(s) on HUP|ERR
513 * ABI with support for compat 32/64 bits
514 * Fix: Stream allocation and insertion consistency
515 * Fix: output number of bytes written by relayd
516 * Add hash table argument to helper functions
517 * Fix: Add missing call rcu and read side lock
518 * Tests: Fix LD_PRELOAD library lookup path for health tests
519 * Fix: Add arbitrary wait period for kernel streaming test
520 * Fix coding style and add/change debug statements
521 * Fix: Build out of src tree
522 * Tests: Add health check tests to configure
523 * Tests: Add health check thread stall test
524 * Tests: Add health check thread exit test
525 * Tests: Add a health check utility program
526 * Add testpoints in lttng-sessiond for each threads
527 * New testpoint mechanism to instrument binaries for testing
528 * Fix: off-by-one in comm proto between lttng-ctl and sessiond
529 * Fix: Metadata stream leak when received in consumer
530 * Fix: consumer_allocate_stream error handling
531 * Fix: consumer should await for initial streams
532 * Fix: Missing rcu read side lock in consumer
533
529f6ac2
DG
5342012-09-26 lttng-tools 2.1.0-rc4
535 * Fix: Change sempahore to pthread conditions
536 * Fix: relayd relay_send_version: handle sscanf return code
537 * Fix relayd: NULL ptr deref
538 * Fix: relayd: possible NULL ptr deref, memory leak, accept fd leak
539 * Tests: add print bytecode to filter grammar test
540 * Cleanup: assign values to bytecode opcodes
541 * Fix: Filter: Fix allocation length error
542 * Fix: Filter: add missing ast free
543 * Tests: Add high throughput with bandwidth limits test
544 * Fix: Returned code when listing kernel channel
545 * Tests: Rename helper functions to have consistent names
546 * Tests: Cleanup redundant code and use printing helper functions
547 * Tests: Add helper functions for printing status and banner
548 * Tests: Add a check for color support when printing status
549 * Fix: Lib lttng-ctl on error returns lttng code
550 * Fix: lttng_set_event_filter() was returning bad error code
551 * Fix: printing [no write] on lttng list -uf
552 * Fix: Disable event on filter error with lttng
553 * Fix: Wrong returned error code on UST enable event
554 * Add consumer commands to lttng.1 man page
555 * Add lttng_health_check(3) man page
556 * Fix: Remove LPOLLNVAL from consumer metadata revents
557 * Fix: Mismatch of field name between ust and tools
558 * Add the written value when listing fields
559 * Fix: Consumer return value check after mmap/splice
560 * Don't send the subbuffer padding for streaming
561 * Fix: Returned error code in consumer on read buffer
562
d3e6246f
DG
5632012-09-12 lttng-tools 2.1.0-rc3
564 * Fix: Relayd fix ret value when adding a connection
565 * Add new thread in consumer for metadata handling
566 * Fix: consumer recv command error path
567 * Fix filter: fix recent regressions
568 * Update lttng-ust-abi.h from upstream lttng-ust
569 * Fix: Accept bytecode of length 65536 bytes
570 * Fix: Generation of bytecode longer than 32768 bytes fails
571 * Fix: Filter bytecode alloc buffer size must be a power of 2
572 * Add lttng-ctl SWIG python bindings
573 * Add C++ support to API header files
574 * Librarify filter in liblttng-ctl and hide symbols
575 * Set hidden visibility for calls used in lttng-ctl
576 * Notify the user if a filter is already enabled
577 * Install lttng-error.h and include it in lttng.h
578 * Add lttng-error.h containing every API err. code
579 * Fix: missing hostname context
580
5556277c
DG
5812012-08-22 lttng-tools 2.1.0-rc2
582 * Fix: put back 2.0 output text for lttng create cmd
583 * Fix: remove set subdir call that uses bad ptr
584 * Filter: Handle the unary bitwise not operator (~) with an unsupported
585 * Fix: missing mutex unlock on register consumer err
586 * Remove underscore from ifndef of lttng.h
587 * Remove unused define in lttng.h
588 * Standardize lttng command line usage text
589 * Merge duplicate code in consumer for destroy relayd
590 * Merge duplicate code in consumer for add relayd
591 * Fix: Possible buffer overflows in strncat() usage
592 * Move code out of main.c and fix some issues
593
68264071
DG
5942012-08-17 lttng-tools 2.1.0-rc1
595 * Feature: Network Streaming
596 * Add the lttng-relayd binary for network streaming
597 * Support user space tracer filtering
598 * Multiple fixes
599
e371dbd9
DG
6002012-04-19 lttng-tools 2.0.1
601 * Fix: test script for kernel module validation
602 * Fix: report error to client on consumerd error
603 * Fix: add missing ht_destroy at consumer teardown
604 * Fix: consumer fd recv thread should write into non-blocking pipe
605 * Fix: work-around glibc __nptl_setxid vs clone hang
606 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
607 * Fix consumer lttng_consumer_poll_socket poll revents check bug
608 * Fix: increase consumer open files limit
609 * Update README: document dep on modprobe for kernel tracing
610 * Fix: wait for sessiond to stop in tests
611 * Fix: remove unused return variable
612 * Don't report back error on syscalls fail for -a -k
613 * Fix: destroy context hash table being NULL
614 * Fix: make lttng expand path for trace output opt
615 * Fix: return value signedness
616 * Fix: man page environment variable name error
617 * Fix: check return value on getenv USER
618
0e4cbe7e
DG
6192012-03-20 lttng-tools 2.0.0
620 * Fist STABLE version
621 * Add version name: Annedd'ale
622
c6d4a597
DG
6232012-03-20 lttng-tools 2.0.0-rc4
624 * Fix: add small detail to enable-channel man page
625 * Fix: warned of arbitrary time for ust-nprocesses test
626 * Fix. add limitation to man page
627 * Fix: minor changes to lttng.1
628 * Fix: add exit values to lttng.1 man page
629 * Fix: add delay before validating apps in test nproc
630 * Fix: error handling in lttng enable-event
631 * Fix: document structure init. to 0 in lttng.h
632 * Fix: uninitialized variable
633 * Keep track of FD used for UST applications (v2)
634 * Fix: lttng view, error message and exit code
635 * Small fixes to lttng man pages (v2)
636 * Fix: handle EINTR for sendmsg syscall
637 * Fix: lttng UI exit value and error message
638 * Fix: session lock use after free
639 * Fix kernel_list_events memleaks
640 * Fix debug message use uninitialized variable
641 * Fix: trace_ust_destroy_metadata should check for NULL pointer
642 * Fix: various memleaks
643 * Fix: hash table allocation out of order on error
644 * fix: lttng_ht_destroy memleak
645
b495b935
DG
6462012-03-16 lttng-tools 2.0.0-rc3
647 * Fix: missing headers for make dist
648 * Fix: install lttng-consumerd in lib/lttng/libexec/
649 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
650 * Fix: consumer CPU hotplug support
651 * Fix: double PID registration race
652 * Make libcompat independent not to confuse automake
653 * Clarify the license of lttng-ust-abi.h
654 * Fix: License header
655 * Fix: wrong return value on consumer socket creation
656 * Fix: test for UST invalid channel parameters at channel creation
657 * Fix: recvmsg should handle EINTR
658 * Fix: error.h non-static variables for liblttng-ctl
659 * Fix: missing _GNU_SOURCE define
660 * Fix: improve need root for kernel tracing error message
661 * Fix: start/stop lttng message error
662
fc0c6bfb
MD
6632012-03-02 lttng-tools 2.0.0-rc2
664 * Fix: meaningful error message
665 * Fix: UST consumer need to iterate on streams, just change their key
666 * Fix: add missing rcu read lock across RCU HT iteration
667 * Fix: kernel session closes fd 0 after create
668 * Fix: sendmsg EPIPE should be quiet by default (expected)
669 * Fix: thread_registration_apps should set its local sock to -1 when passing it
670 * Fix: clock -> sock typo
671 * Fix: consumer race: should allow reuse of FD key
672 * Fix: Use PERROR all across lttng-tools, never make it quiet
673 * Fix: test all close return values in sessiond
674 * Fix: All perror turned into PERROR to show file and line number
675 * Fix: large audit of close() use in sessiond main.c
676 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
677 * Fix: incorrect close of fd 0 for syscall kernel event destroy
678 * Fix: sessiond has incorrect missing 0 value in FD check
679 * Fix: sessiond app listening: use posix-compliant poll flags
680 * Fix: consumer printf type should match ssize_t (%zd)
681 * Fix: make ust consumer posix compliant for poll flags
682 * Fix security permission on lttng run directory
683 * Fix: Display right loglevel_type in error message
684 * Fix documentation in lttng.h
685 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
686 * Fix: restart consumerd and sessiond when interrupted in poll()
687 * Fix: handling bad channel when sending to consumer
688 * Fix useless variable
689 * Fix add-context returned error
690 * fix: add missing break in command handling
691 * fix: command handling: do not check domain for commands not requiring domain
692 * fix: if tracing group does not exist, do not report a client error
693 * Fix: run_as error handling
694 * Fix usage note on -a
695 * Revert FreeBSD compatibility layer
696 * Fix: documented number of subbuffers is incorrect
697 * Document that num-subbuf and subbuf-size need to be power of 2
698 * Merge branch 'master' of git://git.lttng.org/lttng-tools
699
edad7953
DG
7002012-02-20 lttng-tools 2.0.0-rc1
701 * Fix lttcomm_close_unix_sock to actually close the socket
702 * lttng-sessiond: Set group permissions explicitly
703
68c1b383
DG
7042012-02-16 lttng-tools 2.0-pre23
705 * configure.ac: Fix consumerd64-libdir typo
706 * Fix existing session daemon check
707 * Fix missing session locks
708 * Fix return value on ust app session create
709 * Fix double start/stop trace
710 * Fix ust app session started state on start trace
711 * modprobe statedump, signal and timer lttng module
712 * Fix hyphens in man pages
713
76ab874e
DG
7142012-02-14 lttng-tools 2.0-pre22
715 * Add the bash-completion file to the dist tarball
716 * Add the LICENSE file too
717 * Package used for the Ubuntu LTS (feature freeze)
718
83aac6e3
DG
7192012-02-13 lttng-tools 2.0-pre21
720 * Fix licensing for hashtable/utils.c
721 * Print loglevel value in list -u
722 * Remove "<all> from MSG() when no loglevel is selected
723 * Initial import of man lttng.1 and lttng-sessiond.8
724 * Fix memory leak master
725
09e765bf 7262012-02-09 lttng-tools 2.0-pre20
c54722d0
DG
727 * New lttng view command
728 * Multiple loglevel fixes
729 * Fix list command
730 * Fix session syscall listing
731 * Multiple fixes across the code base
732
87db5b86
DG
7332012-02-02 lttng-tools 2.0-pre19
734 * Update lttng ust ABI/API copy
735 * Implement UST calibrate and change default
736 * Add MSG_WAITALL to recvmsg of sessiond-comm
737 * Check kernel version for tests
738 * Add a '--list-options' option to each command.
739 * First import of extras/ with lttng bash completion
740 * Remove default defines from lttng.h
741 * Fix lttng sessiond spawn wait race
742 * Add CMD_WARNING error code
743 * Fix context mapping for UST and kernel
744 * Add kernel work-around for boot_id
745 * Rewrites lttng-ctl's set_session_daemon_path
746 * Fix memory lean in all lttng cli commands
747 * Update loglevel ABI
748 * Add padding to all ABIs for future development.
749 * Improve error handling of lttng cli
750 * Multiple fixes across the code base (nothing critical)
751
3edea7d5
DG
7522012-01-23 lttng-tools 2.0-pre18
753 * Complete change of the source directory tree
754 * Move compat to common and create an internal lib
755 * Rename lttngerr.h to error.h
756 * Add kernel module version validation
757 * Add UST version validation
758 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
759 * Fix off-by-one and double list size instead of steady increment
760
734f79bf
DG
7612012-01-19 lttng-tools 2.0-pre17
762 * Add and support the new hash table library
763 * Add lttng hash table support to liblttng-consumer
764 * RCU support for consumer's hash tables
765 * UST consumer close shm fd after mapping it
766 * Remove CLONE_VM flag for runas making gdb debugging impossible
767 * Make MSG() print on stdout instead of stderr
768 * Don't init kernel tracer if not root (UID=0)
769 * Multiple fixes found when reaching max. number of open files
770 * Add some UST tests
771 * Multiple segfaults and assert error fixed
772
032b4c39
DG
7732011-12-23 lttng-tools 2.0-pre16
774 * Per-user lttng-sessiond now fully functionnal
775 * Fix nested double usage of hashtable iterators
776 * Support creds passing between lttng and sessiond
777 * Rename sessiond internal "uid" fields to "id"
778 * Create all trace directories and files with client user credentials
779 * Create output directory at session creation command
780 * Only allow the user or group owning the session (or root) to control a session
781 * Add disable kernel tracing option to sessiond
782
31ff12ff
DG
7832011-12-13 lttng-tools 2.0-pre15
784 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
785 * UST consumer 32/64 bit support
786 * Multiple bug fixes
787 * Multiple segfault, race and double lock fixes
788 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
789 * UST loglevel support
790 * ABIs now support 256 char event names
791 * Dependency on libpopt >= 1.13
792 * Dependency on URCU >= 0.6.7
793 * Rename kernel-ctl.c/.h to kernel.c/.h
794 * Change malloc to zmalloc in lttng-sessiond code
795 * RCU hashtable support for all UST data structure
796 * New libconsumer for UST, kernel and one generic
797 * Change "--all" option from lttng command line
798 * Remove function entry option to discourage its use
799
ab7f4103
MD
8002011-09-30 lttng-tools 2.0-pre14
801 * Syscall tracing support
802 * Multiple bug fixes (nothing critical)
803 * Add userspace RCU hash table to tree for dev
804 * Update UST ABI
805 * Fix epoll that did not handle EINTR
806 * Liburcu >= 0.6.5 is needed from this release
807 * Enabling all events also enable syscall tracing
808 * Debug messages are now on stderr
809 * Add basic data structure for UST support but not ready yet.
810
775182fa
DG
8112011-08-25 lttng-tools 2.0-pre13
812 * Memory leaks fixes and double lock list
813 * Add UST registration with sychronisation
814 * Use poll/epoll compatibility layer for the sessiond
815 * Major code cleanup of ltt-sessiond/main.c
816 * Increase listen() connexion limit
817 * Fix bad enable-channel command
818 * Rename trace.c/.h to trace-kernel
819 * Multiple fixes on the poll management with the new epoll API
820
d6fa0093
DG
8212011-08-25 lttng-tools 2.0-pre12
822 * Multiple fixes
823 * Fix kconsumerd handling custom channel output
824 * Add lttng_register_consumer to register a custom consumer
825 * Add multiples tests of the session daemon
826 * Default kernel channel size/number changed
827 * Support for UST application registration
828 * Import LTTng UST 2.0 ABI
829 * Send data to kconsumerd before tracing start
830 * Export API of lib kernel consumer (liblttngkconsumerd)
831
3df9eaf3
DG
8322011-08-12 lttng-tools 2.0-pre11
833 * New lttng API using the lttng_handle
834 * Multiple fixes of kernel consumer
835 * Register the consuming function and add a library context
836 * Kernel consumer fix mmap/munmap
837 * lttng-sessiond-comm header has been privatize
838 * Kernel traces are written in the kernel/ directory
839 * Add underscore to enable-channel command options
840
f88b0a98
DG
8412011-07-29 lttng-tools 2.0-pre6
842 * Fix enable multiple events
843 * Add function entry feature
844
8452011-07-28 lttng-tools 2.0-pre5
52ffda46
DG
846 * Fix Add context command
847 * Fix auto session path creation
848 * Fix bad strncmp at channel creation
849
5e96e15d
DG
8502011-07-23 lttng-tools 2.0-pre4
851 * Fix kprobe attributes
852 * Fix channel creation when not found at event enable
853 * Add safe list iteration
854 * Add two tests into the git tree
855 * Kernel consumer can be put in debug mode with -vv
856 * Trace path is now created on the client side
857
00df03c6
DG
8582011-07-23 lttng-tools 2.0-pre3
859 * Fix perf hw cache counter config values
860
de235b67
DG
8612011-07-22 lttng-tools 2.0-pre2
862 * Multiple fixes
863 * New add-context options for perf counter and context
864 * Using the install bin path from autotool for execl() call
865 * Update quickstart guide
866
223be86b
DG
8672011-07-20 lttng-tools 2.0-pre1
868 * First prerelease of lttng-tools.
869 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.060293 seconds and 4 git commands to generate.