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