Update version to v2.2.4
[lttng-tools.git] / ChangeLog
CommitLineData
fd5af7cb
DG
12013-08-30 lttng-tools 2.2.4
2 * Fix: hashtable: take split_count_order into account
3 * Fix: remove wrong doing asserts in sessiond
4 * Fix: delete the trace directory used for the test
5 * Fix: remove bad check after epoll wait in consumer
6 * Fix: consumer data pending for empty streams
7 * Fix: hash table growth (for small tables) should be limited (v2)
8 * Fix: run_as gid/uid test should return result to parent
9 * Fix: remove health test from fast regression
10 * Fix: set the health delta tcp timeout aware
11 * Get the maximum TCP timeout in sessiond
12 * Fix: don't report error if UST app dies
13 * Fix: improve error message when UST support is disabled
14 * Fix: remove calibrate syscall option from code
15 * Fix: check UST float field mantissa length
16 * Fix: add UST context in the same order the user enabled them
17 * Prepare for automake deprecation of missing subdir-objects
18 * Fix: channels can be _enabled_ after tracing is started, but not created
19 * Fix filter parser segmentation fault with bison 3.0
20 * Fix: typo in error msg
21 * Fix: imprecise error message about root sessiond/tracing group
22 * Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
23 * Fix: don't skip chmod if tracing group is not found
24 * Tracepoint probes don't need extern C
25 * Fix: reset out_fd_offset when we rotate the trace file
26 * Fix: kernel ctl error codes are based on errno
27
b1ebf16c
MD
282013-07-23 lttng-tools 2.2.3
29 * test: test_periodical_metadata_flush shrink timer period, kill app
30 * Fix: format string type mismatch
31 * Fix: tests: provide channel name when a non-default channel exists: per-pid
32 * Fix: tests: provide channel name when a non-default channel exists
33 * Fix: data pending race
34 * Cleanup: ust-consumer: wrong indentation
35 * Fix: print dots while waiting for data availability
36 * Fix: push metadata on stop for per-UID buffers
37
e631d844
MD
382013-07-17 lttng-tools 2.2.2
39 * Fix: set tracefile size test with PID buffers
40 * Fix: Babelstats fail to parse output with no process name or pid
41 * Fix: kernel data unit test
42 * Fix: don't send error to sessiond on orderly shutdown
43 * Fix: consumer: incorrect size zmalloc
44 * Fix: RCU read side lock unbalanced
45 * Fix deadlock: don't take channel lock in timer
46 * Introduce channel timer lock
47 * document lttng_ustconsumer_request_metadata locking constraints
48 * document metadata_switch_timer() deadlock
49 * document metadata_switch_timer() locking constraints
50 * consumer: replace DBG2() instances by DBG()
51 * ust consumer: data_pending check is endpoint active
52 * Fix: kernel consumer: data_pending check if endpoint active
53 * consumer: explicitly set endpoint status to active at init
54 * document consumer_metadata_cache_flushed use of consumer_data.lock
55 * consumer: introduce channel lock
56 * Missing NULL pointer init in tap.c
57 * Fix: Unchecked asprintf/vasprintf return values
58
903203ea
DG
592013-07-11 lttng-tools 2.2.1
60 * Fix: consumer err_sock cloexec
61 * Fix: possible consumer sockets double close on cleanup
62 * Fix: add gpl and lgpl files to tarball
63 * Fix: don't install libtap system wide
64 * Fix: close consumer sockets in sessiond cleanup
65 * Fix: print errno message on connect() error
66 * Fix: possible double-close on stream out_fd
67 * Fix: session ID signess to uin64_t in sessiond
68 * Fix: consumer_add_relayd_socket() report errors to sessiond
69 * Fix: UST per-UID channels persist across application teardown
70 * Fix: add missing enum lttcomm_return_code entries
71 * Fix: detect the correct version of LTTng-UST
72 * Fix: sessiond: use uint64_t for all session ids
73 * Fix: consumer: use uint64_t for all sessiond_id
74 * Fix: periodical flush check trace before stop
75 * Fix: consumer: 64-bit index for relayd rather than 32-bit (v2)
76 * Fix: send per-pid session id in channel creation
77 * Fix: consumer double-close on error
78 * Update URCU detection to correctly check for a 0.7 version
79 * Fix: set hidden attribute to utils_* calls
80
8991668e
DG
812013-06-25 lttng-tools 2.2.0 (National Catfish Day)
82 * STABLE VERSION
83 * Fix: if relayd is unreachable, disable consumer for the session
84 * Fix: possible infinite loop in disable ust event
85 * Fix: don't enable a channel if a session was already started
86 * Fix: bad type for the relayd id
87 * Fix: add debug statement in kernel flush metadata
88 * Fix: destroy default created channel if add-context fails
89 * Fix: clarify tracefile size/count in lttng.1 man
90 * Fix: don't stop a session that was not previously started
91 * Fix: update lttng.1 man page
92 * Fix: bad protocol flow between sessiond and consumerd
93 * Fix: kernel memory leak in error path
94
92d019ba
DG
952013-06-20 lttng-tools 2.2.0-rc3
96 * Multiple memory and fd leak fixes in sessiond and consumerd
97 * Test: stress test added to the repository but not in make check
98 * Using LTTNG_HOME environment variable if exists, with fallback to HOME
99 * Implement health check for app registration dispatch
100 * Implement health check for app notification thread
101 * Revert "Improve channel listing output format"
102 * Fix: use lttng pipe to send new stream to thread
103 * Change consumer_metadata_pipe to be a lttng_pipe
104 * Change consumer_data_pipe to be a lttng_pipe
105 * Add wrappers for pipe
106 * Add --version command-line option to lttng.
107 * Add --with-lttng-ust-prefix config option.
108 * Fixes from coverity scan.
109 * Stability fixes
110 * RCU hash table are now destroyed in a seperate thread in sessiond
111
afeab175
DG
1122013-05-09 lttng-tools 2.2.0-rc2
113 * Fix: split UST per UID/PID default values
114 * Fix: don't start the relayd with a wrong --output dir
115 * Fix: Erroneous automatic session name when streaming
116 * Fix: wrong data port when listing session's URI
117 * Fix: don't create a channel on an enable channel
118 * Tests: Add missing test_utils_parse_size_suffix to unit tests
119 * Fix: print lttng strerror on enable event with filter
120 * Fix: change relayd protocol version to 2.2
121 * Fix: reset current size for tracefile rotation
122 * Fix: remove extra -I for python bindings
123 * lttng UI: round up trace file size to subbuf size if needed
124 * Fix lttng UI: fix arg parsing, round size to next power of two
125 * Fix: check errors in lttng command argument values
126 * Implement get_count_order in lttng utils
127 * lttng cli: Accept human readable sizes for --subbuf-size
128 * Unit tests: don't rebuild units under test
129 * Fix: consumerd metadata channel/cache/timer races
130 * Fix: consumerd channel destroy race
131 * Cleanup: document RCU read-side lock better
132 * consumer relayd interaction: fix segfaults
133 * Fix: change order of fd get to fix error path
134 * Fix: fd leak when creating UST metadata channel
135 * Fix: fd leak on error
136 * Fix consumerd fd leak
137 * Fix RCU-related hangs: incorrect lttng_ht_destroy use
138 * rculfhash: check for callers from RCU read-side C.S.
139 * Fix: don't call hash table destroy under rcu read-side c.s.
140 * Documentation: import updated comments from urcu
141 * Fix: segfault in buffer_reg_channel_destroy()
142 * Fix: add missing goto error in UST consumer
143 * Fix: no need to use run_as_open in the relayd
144 * Fix: typo in enable-channel man and help
145 * Fix: add some missing hidden attribute
146 * Fix: per-uid buffers should only be flushed once on stop
147 * Cleanup: Use own mutex within timer setup/teardown
148 * Fix: channel management thread should hold a refcount
149 * Fix: move metadata cache setup before ownership passing
150 * Fix: consumer metadata switch timer error handling
151 * Fix: set ptr to NULL to suppress old gcc warnings
152 * Fix: linking order of libraries
153 * Fix: multiple type mismatch in debug statement
154 * Fix: remove mention of trace directory layout in quickstart doc
155 * Fix: remove unused path variables from session obj
156 * Fix: update lttng.1 man and enable-channel help with read timer size
157 * Fix: use channel per domain default values
158 * Fix: typos in the code base
159 * Fix: deny multiple event types with enable-event
160 * Fix: deny the same port for data and control URL
161 * Fix: reset consumer destination when changing URIs
162 * Fix: don't allow different control and data destination
163 * Fix: typos in error strings
164 * Improve channel listing output format
165 * Fix: enable-channel accepts mismatched option
166 * Fix: validate buffer type for UST channel creation
167
500c2393
DG
1682013-03-28 lttng-tools 2.2.0-rc1
169 * Add UST per UID buffers support
170 * UST metadata generation are created on the sessiond side
171 * Move LTTng-UST buffer ownership from application to consumer
172 * Add a UST registry of events and channel in the sessiond
173 * UST periodical metadata flush
174 * Refactor tests to use prove and tap
175 * Support for trace file rotation for the relayd and on disk
176 * Support per-context filtering
177 * Add channel wakeup fd to monitor close
178 * Deprecate enable/disable-consumer
179 * Multiple fixes and memory leak fix.
180
917f7685
DG
1812012-12-20 lttng-tools 2.1.0 (13th Baktun)
182 * STABLE VERSION 2.1.0-stable - "Basse Messe"
183 * Multiple minor fixes
184 * Multiple memory and fd leaks
185 * Fix: Off by one in seq num for data pending command
186 * Fix: flag metadata stream on quiescent control cmd
187 * Fix: prioritize control socket communication in relayd
188 * Fix: poll and epoll fd set reallocation
189 * Fix: add missing goto pending if data is inflight
190 * Fix: remove ua_sess->started assert on stop trace
191 * Set classes of traffic in high_throughput_limit
192 * Fix: use the poll wait ret value when iterating on fd(s)
193 * Fix: force the poll() return value to be nb_fd
194 * Fix: Wrong check of node when cleaning up ht
195 * Fix: set started flag of ust app after ustctl
196 * Fix: memory leak in add relayd socket error path
197 * Fix: add packed attribute to filter structure
198 * Fix: Add missing health code update for consumer command
199 * Add LTTNG_PACKED macro
200 * Fix data pending for inflight streaming
201 * Map session id of relayd and sessiond in consumer
202 * Add the relayd create session command
203 * Make the consumer sends a ACK after each command
204 * Remove MSG_WAITALL on every recvmsg() socket typ
205 * Fix: Add missing relayd ht cleanup and ht destroy
206 * Fix: Relayd and sessiond version check
207 * Fix: protect consumer_find_channel with rcu locking
208 * Fix: don't steal key when adding a metadata stream
209 * Consumer hold stream mutex for add stream
210
48459ee6
DG
2112012-12-03 lttng-tools 2.1.0-rc9
212 * Fix: set the stream ht static in consumer file
213 * Update sessiond man page with new env var
214 * Update lttng.1 man page
215 * Fix: enable-consumer for all domains missing dir
216 * Fix: Add missing fct prototypes when disabling UST
217 * Fix a typo in lttng-probe-module name
218 * Assign values to enum lttcomm_sessiond_command
219 * Fix: run health test only if root
220 * Clarify empty string/NULL filter errors
221 * Fix: add missing padding for UST filter
222
2ad3a9a0
DG
2232012-11-22 lttng-tools 2.1.0-rc8
224 * Fix: Uninit. variable in lttng view
225 * Add already enabled UST event error code
226 * lttng.h API update: set filter becomes enable event with filter
227 * Change the UST event hash table match function
228 * Pass lttng_event struct to the set_filter API call
229 * Adding context to an event is no longer possible
230 * Add UST overlap tests
231 * Add filter sequence number to UST
232 * Fix: Typo from a previous patch in an assert()
233 * Fix: Warn if session is running with lttng view
234 * Fix: Add bash requirement to README for make check
235 * Fix: add the notion of domain to lttng.1 man page
236 * Enable additional kernel probes
237 * Update CodingStyle
238 * Use the new functions for default subbuf sizes
239 * Add default subbuf sizes getter functions
240 * Add max() and min() macro in common
241
8802e4bd
DG
2422012-11-13 lttng-tools 2.1.0-rc7
243 * Fix: Add pointer check when freeing poll events
244 * Fix: FD leak on thread error
245 * Fix: Wrong fd used by kernel_wait_quiescent
246 * Support new lttng-ust error code
247 * Fix: Don't set filter if enable event fails
248 * Fix: Wrong data port when listing session
249 * Fix: Enable event after start command
250 * Fix: Teardown of thread_manage_clients on failure of listen/create_poll
251 * Add a timeout to UST application socket
252 * Fix: Consumerd error socket connect race
253 * Fix: Set CLOEXEC flag on every created sockets
254 * Remove consumer poll timeout in data thread
255 * Fix: RCU hash table seed
256 * Fix: Do not install health tests helper libraries
257 * Fix: Create default channel on add-context if none
258 * Support new liblttng-ust-ctl error code
259 * Fix: Add EPIPE error handling on buffer splice
260 * Fix: Channel creation error return code was not set
261 * Fix: Wrong poll events on UST application socket
262 * Fix: Remove dependency to urcu-cds in tools tests
263 * Fix: Missing librt dependency in configure check for lttng-ust-ctl
264 * Fix: Don't append datetime to default session name
265 * Fix: Deny session creation name 'auto'
266 * Fix: Add space for stream name CPU number
267 * Fix: Add output option to enable-channel command
268
241aaca9
DG
2692012-11-02 lttng-tools 2.1.0-rc6
270 * Tests: Add filtering tests for uncovered cases
271 * Fix: Sync issue when deleting a data stream
272 * Rename data_available to data_pending
273 * Fix: consumer health state
274 * Fix: Add the ACCOUNTING flag to ht creation and set bucket size to 0
275 * Fix: Bad return error code handling
276 * Fix: Use after free() of the rundir string
277 * Fix: Cleanup UST app session on ustctl create session error
278 * Fix: add missing pthread_join in sessiond
279 * Fix: free running directory string
280 * Fix: UST app clean list node usage
281 * Add liblttng-ctl destructor to cleanup memory
282 * Fix: Cleanup URIs on teardown
283 * Fix: relayd memleaks
284 * Fix: Memory leaks of allocated URIs
285 * Fix: consumer output memory leak on creation
286 * Fix: missing addrlen initialization before accept(2)
287 * Fix: relayd trace file padding memleak
288 * Fix: Remove useless consumer subdir string concatenation
289 * Fix: lttng create allocated path memleak
290 * Fix: Cppcheck memleakOnRealloc mistake
291 * Fix: Synchronization issue for data available command
292 * Fix: consumer relayd cleanup on disconnect
293 * Fix: Handle the unary bitwise negation operator (~) in the XML printer
294 * Fix: Possible memory leaks when creating filter IR root node
295 * Fix: Delete stream on write error in consumer
296 * Fix: Error handling when sending relayd sockets to consumer
297 * Add stream lock comment for nesting
298 * Fix: Mutex and RCU lock nesting in consumer
299 * Fix: Uninitialized ret code
300 * Fix: Remove bad condition and fix overflow issue
301 * Fix: consumerd pthread error flow
302 * Fix: Set a single return point and mutex unlock
303 * Fix: Remove useless NULL and zero assignment
304 * Fix: segfault on create session with two URLs
305
d1980281
DG
3062012-10-22 lttng-tools 2.1.0-rc5
307 * Fix: Remove network stream ID ABI calls
308 * Tests: Add filtering tests
309 * Wait for data availability when stopping a session
310 * Relayd data available command support
311 * Lib lttng-ctl data available command support
312 * Consumer daemon data available command support
313 * Add data structure for the data available command
314 * Change the metadata hash table node
315 * Make stream hash tables global to the consumer
316 * Move add data stream to the data thread
317 * Rename consumer threads and spawn them in daemon
318 * Fix: relayd close stream command was not working
319 * Fix: Relayd and consumerd socket leaks
320 * Fix: Missing -ENODATA handling in the consumer
321 * Fix: Empty metadata buffer(s) on HUP|ERR
322 * ABI with support for compat 32/64 bits
323 * Fix: Stream allocation and insertion consistency
324 * Fix: output number of bytes written by relayd
325 * Add hash table argument to helper functions
326 * Fix: Add missing call rcu and read side lock
327 * Tests: Fix LD_PRELOAD library lookup path for health tests
328 * Fix: Add arbitrary wait period for kernel streaming test
329 * Fix coding style and add/change debug statements
330 * Fix: Build out of src tree
331 * Tests: Add health check tests to configure
332 * Tests: Add health check thread stall test
333 * Tests: Add health check thread exit test
334 * Tests: Add a health check utility program
335 * Add testpoints in lttng-sessiond for each threads
336 * New testpoint mechanism to instrument binaries for testing
337 * Fix: off-by-one in comm proto between lttng-ctl and sessiond
338 * Fix: Metadata stream leak when received in consumer
339 * Fix: consumer_allocate_stream error handling
340 * Fix: consumer should await for initial streams
341 * Fix: Missing rcu read side lock in consumer
342
529f6ac2
DG
3432012-09-26 lttng-tools 2.1.0-rc4
344 * Fix: Change sempahore to pthread conditions
345 * Fix: relayd relay_send_version: handle sscanf return code
346 * Fix relayd: NULL ptr deref
347 * Fix: relayd: possible NULL ptr deref, memory leak, accept fd leak
348 * Tests: add print bytecode to filter grammar test
349 * Cleanup: assign values to bytecode opcodes
350 * Fix: Filter: Fix allocation length error
351 * Fix: Filter: add missing ast free
352 * Tests: Add high throughput with bandwidth limits test
353 * Fix: Returned code when listing kernel channel
354 * Tests: Rename helper functions to have consistent names
355 * Tests: Cleanup redundant code and use printing helper functions
356 * Tests: Add helper functions for printing status and banner
357 * Tests: Add a check for color support when printing status
358 * Fix: Lib lttng-ctl on error returns lttng code
359 * Fix: lttng_set_event_filter() was returning bad error code
360 * Fix: printing [no write] on lttng list -uf
361 * Fix: Disable event on filter error with lttng
362 * Fix: Wrong returned error code on UST enable event
363 * Add consumer commands to lttng.1 man page
364 * Add lttng_health_check(3) man page
365 * Fix: Remove LPOLLNVAL from consumer metadata revents
366 * Fix: Mismatch of field name between ust and tools
367 * Add the written value when listing fields
368 * Fix: Consumer return value check after mmap/splice
369 * Don't send the subbuffer padding for streaming
370 * Fix: Returned error code in consumer on read buffer
371
d3e6246f
DG
3722012-09-12 lttng-tools 2.1.0-rc3
373 * Fix: Relayd fix ret value when adding a connection
374 * Add new thread in consumer for metadata handling
375 * Fix: consumer recv command error path
376 * Fix filter: fix recent regressions
377 * Update lttng-ust-abi.h from upstream lttng-ust
378 * Fix: Accept bytecode of length 65536 bytes
379 * Fix: Generation of bytecode longer than 32768 bytes fails
380 * Fix: Filter bytecode alloc buffer size must be a power of 2
381 * Add lttng-ctl SWIG python bindings
382 * Add C++ support to API header files
383 * Librarify filter in liblttng-ctl and hide symbols
384 * Set hidden visibility for calls used in lttng-ctl
385 * Notify the user if a filter is already enabled
386 * Install lttng-error.h and include it in lttng.h
387 * Add lttng-error.h containing every API err. code
388 * Fix: missing hostname context
389
5556277c
DG
3902012-08-22 lttng-tools 2.1.0-rc2
391 * Fix: put back 2.0 output text for lttng create cmd
392 * Fix: remove set subdir call that uses bad ptr
393 * Filter: Handle the unary bitwise not operator (~) with an unsupported
394 * Fix: missing mutex unlock on register consumer err
395 * Remove underscore from ifndef of lttng.h
396 * Remove unused define in lttng.h
397 * Standardize lttng command line usage text
398 * Merge duplicate code in consumer for destroy relayd
399 * Merge duplicate code in consumer for add relayd
400 * Fix: Possible buffer overflows in strncat() usage
401 * Move code out of main.c and fix some issues
402
68264071
DG
4032012-08-17 lttng-tools 2.1.0-rc1
404 * Feature: Network Streaming
405 * Add the lttng-relayd binary for network streaming
406 * Support user space tracer filtering
407 * Multiple fixes
408
e371dbd9
DG
4092012-04-19 lttng-tools 2.0.1
410 * Fix: test script for kernel module validation
411 * Fix: report error to client on consumerd error
412 * Fix: add missing ht_destroy at consumer teardown
413 * Fix: consumer fd recv thread should write into non-blocking pipe
414 * Fix: work-around glibc __nptl_setxid vs clone hang
415 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
416 * Fix consumer lttng_consumer_poll_socket poll revents check bug
417 * Fix: increase consumer open files limit
418 * Update README: document dep on modprobe for kernel tracing
419 * Fix: wait for sessiond to stop in tests
420 * Fix: remove unused return variable
421 * Don't report back error on syscalls fail for -a -k
422 * Fix: destroy context hash table being NULL
423 * Fix: make lttng expand path for trace output opt
424 * Fix: return value signedness
425 * Fix: man page environment variable name error
426 * Fix: check return value on getenv USER
427
0e4cbe7e
DG
4282012-03-20 lttng-tools 2.0.0
429 * Fist STABLE version
430 * Add version name: Annedd'ale
431
c6d4a597
DG
4322012-03-20 lttng-tools 2.0.0-rc4
433 * Fix: add small detail to enable-channel man page
434 * Fix: warned of arbitrary time for ust-nprocesses test
435 * Fix. add limitation to man page
436 * Fix: minor changes to lttng.1
437 * Fix: add exit values to lttng.1 man page
438 * Fix: add delay before validating apps in test nproc
439 * Fix: error handling in lttng enable-event
440 * Fix: document structure init. to 0 in lttng.h
441 * Fix: uninitialized variable
442 * Keep track of FD used for UST applications (v2)
443 * Fix: lttng view, error message and exit code
444 * Small fixes to lttng man pages (v2)
445 * Fix: handle EINTR for sendmsg syscall
446 * Fix: lttng UI exit value and error message
447 * Fix: session lock use after free
448 * Fix kernel_list_events memleaks
449 * Fix debug message use uninitialized variable
450 * Fix: trace_ust_destroy_metadata should check for NULL pointer
451 * Fix: various memleaks
452 * Fix: hash table allocation out of order on error
453 * fix: lttng_ht_destroy memleak
454
b495b935
DG
4552012-03-16 lttng-tools 2.0.0-rc3
456 * Fix: missing headers for make dist
457 * Fix: install lttng-consumerd in lib/lttng/libexec/
458 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
459 * Fix: consumer CPU hotplug support
460 * Fix: double PID registration race
461 * Make libcompat independent not to confuse automake
462 * Clarify the license of lttng-ust-abi.h
463 * Fix: License header
464 * Fix: wrong return value on consumer socket creation
465 * Fix: test for UST invalid channel parameters at channel creation
466 * Fix: recvmsg should handle EINTR
467 * Fix: error.h non-static variables for liblttng-ctl
468 * Fix: missing _GNU_SOURCE define
469 * Fix: improve need root for kernel tracing error message
470 * Fix: start/stop lttng message error
471
fc0c6bfb
MD
4722012-03-02 lttng-tools 2.0.0-rc2
473 * Fix: meaningful error message
474 * Fix: UST consumer need to iterate on streams, just change their key
475 * Fix: add missing rcu read lock across RCU HT iteration
476 * Fix: kernel session closes fd 0 after create
477 * Fix: sendmsg EPIPE should be quiet by default (expected)
478 * Fix: thread_registration_apps should set its local sock to -1 when passing it
479 * Fix: clock -> sock typo
480 * Fix: consumer race: should allow reuse of FD key
481 * Fix: Use PERROR all across lttng-tools, never make it quiet
482 * Fix: test all close return values in sessiond
483 * Fix: All perror turned into PERROR to show file and line number
484 * Fix: large audit of close() use in sessiond main.c
485 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
486 * Fix: incorrect close of fd 0 for syscall kernel event destroy
487 * Fix: sessiond has incorrect missing 0 value in FD check
488 * Fix: sessiond app listening: use posix-compliant poll flags
489 * Fix: consumer printf type should match ssize_t (%zd)
490 * Fix: make ust consumer posix compliant for poll flags
491 * Fix security permission on lttng run directory
492 * Fix: Display right loglevel_type in error message
493 * Fix documentation in lttng.h
494 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
495 * Fix: restart consumerd and sessiond when interrupted in poll()
496 * Fix: handling bad channel when sending to consumer
497 * Fix useless variable
498 * Fix add-context returned error
499 * fix: add missing break in command handling
500 * fix: command handling: do not check domain for commands not requiring domain
501 * fix: if tracing group does not exist, do not report a client error
502 * Fix: run_as error handling
503 * Fix usage note on -a
504 * Revert FreeBSD compatibility layer
505 * Fix: documented number of subbuffers is incorrect
506 * Document that num-subbuf and subbuf-size need to be power of 2
507 * Merge branch 'master' of git://git.lttng.org/lttng-tools
508
edad7953
DG
5092012-02-20 lttng-tools 2.0.0-rc1
510 * Fix lttcomm_close_unix_sock to actually close the socket
511 * lttng-sessiond: Set group permissions explicitly
512
68c1b383
DG
5132012-02-16 lttng-tools 2.0-pre23
514 * configure.ac: Fix consumerd64-libdir typo
515 * Fix existing session daemon check
516 * Fix missing session locks
517 * Fix return value on ust app session create
518 * Fix double start/stop trace
519 * Fix ust app session started state on start trace
520 * modprobe statedump, signal and timer lttng module
521 * Fix hyphens in man pages
522
76ab874e
DG
5232012-02-14 lttng-tools 2.0-pre22
524 * Add the bash-completion file to the dist tarball
525 * Add the LICENSE file too
526 * Package used for the Ubuntu LTS (feature freeze)
527
83aac6e3
DG
5282012-02-13 lttng-tools 2.0-pre21
529 * Fix licensing for hashtable/utils.c
530 * Print loglevel value in list -u
531 * Remove "<all> from MSG() when no loglevel is selected
532 * Initial import of man lttng.1 and lttng-sessiond.8
533 * Fix memory leak master
534
09e765bf 5352012-02-09 lttng-tools 2.0-pre20
c54722d0
DG
536 * New lttng view command
537 * Multiple loglevel fixes
538 * Fix list command
539 * Fix session syscall listing
540 * Multiple fixes across the code base
541
87db5b86
DG
5422012-02-02 lttng-tools 2.0-pre19
543 * Update lttng ust ABI/API copy
544 * Implement UST calibrate and change default
545 * Add MSG_WAITALL to recvmsg of sessiond-comm
546 * Check kernel version for tests
547 * Add a '--list-options' option to each command.
548 * First import of extras/ with lttng bash completion
549 * Remove default defines from lttng.h
550 * Fix lttng sessiond spawn wait race
551 * Add CMD_WARNING error code
552 * Fix context mapping for UST and kernel
553 * Add kernel work-around for boot_id
554 * Rewrites lttng-ctl's set_session_daemon_path
555 * Fix memory lean in all lttng cli commands
556 * Update loglevel ABI
557 * Add padding to all ABIs for future development.
558 * Improve error handling of lttng cli
559 * Multiple fixes across the code base (nothing critical)
560
3edea7d5
DG
5612012-01-23 lttng-tools 2.0-pre18
562 * Complete change of the source directory tree
563 * Move compat to common and create an internal lib
564 * Rename lttngerr.h to error.h
565 * Add kernel module version validation
566 * Add UST version validation
567 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
568 * Fix off-by-one and double list size instead of steady increment
569
734f79bf
DG
5702012-01-19 lttng-tools 2.0-pre17
571 * Add and support the new hash table library
572 * Add lttng hash table support to liblttng-consumer
573 * RCU support for consumer's hash tables
574 * UST consumer close shm fd after mapping it
575 * Remove CLONE_VM flag for runas making gdb debugging impossible
576 * Make MSG() print on stdout instead of stderr
577 * Don't init kernel tracer if not root (UID=0)
578 * Multiple fixes found when reaching max. number of open files
579 * Add some UST tests
580 * Multiple segfaults and assert error fixed
581
032b4c39
DG
5822011-12-23 lttng-tools 2.0-pre16
583 * Per-user lttng-sessiond now fully functionnal
584 * Fix nested double usage of hashtable iterators
585 * Support creds passing between lttng and sessiond
586 * Rename sessiond internal "uid" fields to "id"
587 * Create all trace directories and files with client user credentials
588 * Create output directory at session creation command
589 * Only allow the user or group owning the session (or root) to control a session
590 * Add disable kernel tracing option to sessiond
591
31ff12ff
DG
5922011-12-13 lttng-tools 2.0-pre15
593 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
594 * UST consumer 32/64 bit support
595 * Multiple bug fixes
596 * Multiple segfault, race and double lock fixes
597 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
598 * UST loglevel support
599 * ABIs now support 256 char event names
600 * Dependency on libpopt >= 1.13
601 * Dependency on URCU >= 0.6.7
602 * Rename kernel-ctl.c/.h to kernel.c/.h
603 * Change malloc to zmalloc in lttng-sessiond code
604 * RCU hashtable support for all UST data structure
605 * New libconsumer for UST, kernel and one generic
606 * Change "--all" option from lttng command line
607 * Remove function entry option to discourage its use
608
ab7f4103
MD
6092011-09-30 lttng-tools 2.0-pre14
610 * Syscall tracing support
611 * Multiple bug fixes (nothing critical)
612 * Add userspace RCU hash table to tree for dev
613 * Update UST ABI
614 * Fix epoll that did not handle EINTR
615 * Liburcu >= 0.6.5 is needed from this release
616 * Enabling all events also enable syscall tracing
617 * Debug messages are now on stderr
618 * Add basic data structure for UST support but not ready yet.
619
775182fa
DG
6202011-08-25 lttng-tools 2.0-pre13
621 * Memory leaks fixes and double lock list
622 * Add UST registration with sychronisation
623 * Use poll/epoll compatibility layer for the sessiond
624 * Major code cleanup of ltt-sessiond/main.c
625 * Increase listen() connexion limit
626 * Fix bad enable-channel command
627 * Rename trace.c/.h to trace-kernel
628 * Multiple fixes on the poll management with the new epoll API
629
d6fa0093
DG
6302011-08-25 lttng-tools 2.0-pre12
631 * Multiple fixes
632 * Fix kconsumerd handling custom channel output
633 * Add lttng_register_consumer to register a custom consumer
634 * Add multiples tests of the session daemon
635 * Default kernel channel size/number changed
636 * Support for UST application registration
637 * Import LTTng UST 2.0 ABI
638 * Send data to kconsumerd before tracing start
639 * Export API of lib kernel consumer (liblttngkconsumerd)
640
3df9eaf3
DG
6412011-08-12 lttng-tools 2.0-pre11
642 * New lttng API using the lttng_handle
643 * Multiple fixes of kernel consumer
644 * Register the consuming function and add a library context
645 * Kernel consumer fix mmap/munmap
646 * lttng-sessiond-comm header has been privatize
647 * Kernel traces are written in the kernel/ directory
648 * Add underscore to enable-channel command options
649
f88b0a98
DG
6502011-07-29 lttng-tools 2.0-pre6
651 * Fix enable multiple events
652 * Add function entry feature
653
6542011-07-28 lttng-tools 2.0-pre5
52ffda46
DG
655 * Fix Add context command
656 * Fix auto session path creation
657 * Fix bad strncmp at channel creation
658
5e96e15d
DG
6592011-07-23 lttng-tools 2.0-pre4
660 * Fix kprobe attributes
661 * Fix channel creation when not found at event enable
662 * Add safe list iteration
663 * Add two tests into the git tree
664 * Kernel consumer can be put in debug mode with -vv
665 * Trace path is now created on the client side
666
00df03c6
DG
6672011-07-23 lttng-tools 2.0-pre3
668 * Fix perf hw cache counter config values
669
de235b67
DG
6702011-07-22 lttng-tools 2.0-pre2
671 * Multiple fixes
672 * New add-context options for perf counter and context
673 * Using the install bin path from autotool for execl() call
674 * Update quickstart guide
675
223be86b
DG
6762011-07-20 lttng-tools 2.0-pre1
677 * First prerelease of lttng-tools.
678 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.053098 seconds and 4 git commands to generate.