lttng-tools.git
2015-01-22  Jérémie GalarneauCleanup: Remove unused variable
2015-01-19  Mathieu DesnoyersFix: setuid/setgid daemons should not get sensitive...
2015-01-19  Mathieu DesnoyersFix: grab more than one packet for snapshots
2015-01-19  Mathieu DesnoyersFix: per-uid flush and ust registry locking
2015-01-15  Jérémie GalarneauDocs: Missing optional dependency on lttng-ust in README.md
2015-01-14  Jérémie GalarneauDocs: Grammar fixes in the lttng manpage
2015-01-14  Mathieu DesnoyersFix: add missing UST perf counter support check
2015-01-12  Mathieu DesnoyersFix: tests: integer too large for long type
2015-01-12  Mathieu DesnoyersFix: undefined operation on last_relay_viewer_session_id
2015-01-12  Mathieu DesnoyersFix: print format type mismatch
2015-01-12  Mathieu DesnoyersFix: print format type mismatch
2015-01-08  Jérémie GalarneauFix: Remove structurally dead code from relayd
2015-01-08  Jérémie GalarneauCleanup: Remove logically dead code
2015-01-08  Jérémie GalarneauCleanup: Remove unused label
2015-01-08  Jérémie GalarneauFix: Remove unused argument in debug statement
2015-01-08  Mathieu DesnoyersFix: exit threads not only on goto restart
2015-01-08  Mathieu DesnoyersFix: poll: show the correct number of fds
2015-01-08  Mathieu DesnoyersFix: call lttng_poll_set_max_size before start threads
2015-01-08  Mathieu DesnoyersFix: compat poll: add missing empty revents checks
2015-01-08  Mathieu DesnoyersFix: various compat poll/epoll issues
2015-01-08  Mathieu DesnoyersAdd debugging output to ht-cleanup thread
2015-01-08  Jonathan RajotteFix: mi: snapshot: missing error handling for session...
2015-01-08  Mathieu DesnoyersFix: ust-app: per-PID app unregister vs tracing stop...
2015-01-08  Mathieu DesnoyersFix: data pending: allow empty streams
2015-01-08  Mathieu DesnoyersFix: ust snapshot: cleanup after error
2015-01-07  Jérémie GalarneauFix: Mismatching return type in ust_app_ht_alloc()...
2015-01-07  Mathieu DesnoyersCleanup: lock file already taken is error, not warning
2015-01-07  Mathieu DesnoyersFix: ust-app null pointer check needed for main refactoring
2015-01-07  Mathieu DesnoyersCleanup: relayd: centralize thread stopping function
2015-01-07  Jérémie GalarneauCleanup: Replace all perror() uses by the PERROR macro
2015-01-07  Mathieu DesnoyersRefactor relayd main/set_options/cleanup
2015-01-07  Mathieu DesnoyersRefactor consumerd main/cleanup
2015-01-07  Mathieu DesnoyersRefactor sessiond main/cleanup/ht-cleanup
2015-01-07  Mathieu DesnoyersMissing error handling: consumer_signal_init should...
2015-01-07  Mathieu DesnoyersCleanup: consumerd: lines over 80 columns
2015-01-07  Mathieu DesnoyersCleanup: consumerd: use PERROR rather than perror
2015-01-05  Mathieu DesnoyersCleanup: lttng-consumerd: remove stale TODO comment
2015-01-05  Mathieu DesnoyersMisleading error handling: utils_create_pid_file()...
2015-01-05  Mathieu DesnoyersMissing error handling: consumerd parse_args should...
2015-01-05  Mathieu DesnoyersMissing error handling: ust_app_ht_alloc should return...
2015-01-05  Mathieu DesnoyersFix: ust app leak on UST buffer creation error
2015-01-05  Mathieu DesnoyersFix: leak on UST buffer registry creation error
2015-01-05  Mathieu DesnoyersFix: agents ht leaks on destroy session
2014-12-28  Mathieu DesnoyersFix: add missing RCU read unlock
2014-12-12  Julien DesfossezFix: help message for Python agent mentions Java
2014-12-10  Julien DesfossezFix: don't destroy the sockets if the snapshot was...
2014-12-02  Jérémie GalarneauFix: Missing RCU read locks in syscall_list_channel()
2014-12-02  Jérémie GalarneauFix: Missing RCU read lock in kernel_destroy_session()
2014-12-02  Philippe ProulxFix: channel names are not validated
2014-12-01  Jérémie GalarneauCleanup: Missing whitespace
2014-12-01  Jérémie GalarneauFix: Apply consumer URI changes to all domains
2014-12-01  Jérémie GalarneauCleanup: Fix a typo in the MI tests
2014-12-01  Jérémie GalarneauTest fix: Don't invoke the system's lttng client
2014-12-01  Jérémie GalarneauTests: Add a test to check disabled events are loaded...
2014-12-01  Jérémie GalarneauFix: Don't leave events enabled if they were saved...
2014-12-01  Jérémie GalarneauFix: "Any" loglevel's value is -1 and not 0
2014-11-28  Jérémie GalarneauTest fix: LTTNG_SESSION_CONFIG_XSD_PATH expects an...
2014-11-27  Jérémie GalarneauFix: Memory leak on error in alloc_argv_from_user_opts()
2014-11-26  Jérémie GalarneauCleanup: Unchecked close() return value in utils_create...
2014-11-26  Jérémie GalarneauCleanup: No check of the return value of lttng_ht_del()
2014-11-26  Jérémie GalarneauCleanup: Mixed enums used for return code in send_sessi...
2014-11-26  Jérémie GalarneauCleanup: Cast poll() return value to void
2014-11-26  Jérémie GalarneauFix: Unreachable error logging in set_option()
2014-11-26  Mathieu DesnoyersFix: OOM leaks in sessiond modprobe.c
2014-11-26  Mathieu DesnoyersCleanup: sessiond modprobe.c: coding style
2014-11-26  Mathieu DesnoyersCleanup: test_utils_expand_path.c prototypes
2014-11-26  Mathieu DesnoyersFix: test_utils_expand_path.c: out of memory error...
2014-11-26  Mathieu DesnoyersFix: test test_ust_data.c: check OOM
2014-11-26  Mathieu DesnoyersFix: test libc-wrapper: check malloc OOM
2014-11-26  Mathieu DesnoyersCleanup: test libc-wrapper: main parameters
2014-11-26  Mathieu DesnoyersFix: lttng-ctl: use zmalloc(), missing OOM check
2014-11-26  Mathieu DesnoyersFix: filter-parser.y: use zmalloc(), missing OOM check
2014-11-26  Mathieu DesnoyersFix: utils.c: check str*dup OOM
2014-11-26  Mathieu DesnoyersCleanup: implement zmalloc as static inline
2014-11-26  Mathieu DesnoyersFix: rculfhash: use zmalloc()
2014-11-26  Mathieu DesnoyersFix: ini.c: use zmalloc()
2014-11-26  Mathieu DesnoyersFix: lttng lttng.c: check strdup OOM
2014-11-26  Mathieu DesnoyersFix: lttng conf.c: use zmalloc()
2014-11-26  Mathieu DesnoyersFix: lttng view.c missing strdup OOM check
2014-11-26  Mathieu DesnoyersFix: use zmalloc() in lttng view.c
2014-11-26  Mathieu DesnoyersFix: use zmalloc() in lttng list.c
2014-11-26  Mathieu DesnoyersFix: oom error check, realloc oom leak
2014-11-26  Mathieu DesnoyersFix: use zmalloc in lttng enable_events.c
2014-11-26  Mathieu DesnoyersFix: missing strdup oom check in lttng create.c
2014-11-26  Mathieu DesnoyersFix: lttng add_context.c: use zmalloc
2014-11-26  Mathieu DesnoyersCleanup: add missing static to function modprobe_remove...
2014-11-26  Mathieu DesnoyersFix: add missing str*dup oom check in sessiond main.c
2014-11-26  Mathieu DesnoyersFix: add missing sessiond kernel-consumer missing str...
2014-11-26  Mathieu DesnoyersFix: add missing strdup OOM check
2014-11-26  Mathieu DesnoyersFix: add missing synchronization point for before app...
2014-11-26  Mathieu DesnoyersFix: tests: wait output hide Terminate errors
2014-11-26  Mathieu DesnoyersFix: tests: remove killall, add missing SIGTERM handlers
2014-11-26  Mathieu DesnoyersFix: high throughput test: reset bw limit on sigterm
2014-11-26  Mathieu DesnoyersFix: tests: add missing wait, document missing synchro
2014-11-26  Mathieu DesnoyersDocument test anti-patterns
2014-11-23  Mathieu DesnoyersFix: test flaky sleep and wait patterns
2014-11-23  Mathieu DesnoyersFix: tests: don't use pidof to wait for test apps
2014-11-23  Mathieu DesnoyersFix: Live tracing does not honor live timer after first...
2014-11-23  Jérémie GalarneauFix: Handle empty daemon configuration file lines
2014-11-23  Jérémie GalarneauDocs: Add -f/--config option to lttng-sessiond man...
next
This page took 0.038035 seconds and 4 git commands to generate.