lttng-tools.git
2016-06-03  Mathieu Desnoyersrelayd: optimize receive throughput
2016-06-02  Jérémie GalarneauClean-up: harmonize kernctl API error checking
2016-06-02  Jérémie GalarneauIntroduce LTTNG_IOCTL_CHECK and LTTNG_IOCTL_NO_CHECK...
2016-06-02  Jérémie GalarneauFix: enforce assumption that lttng-modules ioctl()...
2016-06-02  Jérémie GalarneauFix: reduce scope of kconsumer consumed_pos and produce...
2016-06-02  Jérémie GalarneauDocs: document safety of consumer_thread_is_ready access
2016-06-02  Jérémie GalarneauClean-up: unused ret values in thread_manage_health
2016-06-02  Jérémie GalarneauClean-up: remove dead code in sessiond's set_option()
2016-05-28  Jonathan RajotteFix: set the logger level to prevent unexpected level...
2016-05-24  Michael JeansonTypo: Stoping -> Stopping
2016-05-24  Michael JeansonTypo: occured -> occurred
2016-05-19  Jérémie GalarneauFix: only perform lttng_consumer_sync_trace_file()...
2016-05-19  Jérémie GalarneauMake lttng_consumer_sync_trace_file static
2016-05-19  Jérémie GalarneauFix: don't negate posix_fadvise return value to check...
2016-05-19  Jérémie GalarneauFix Solaris 10 build: use lttng_strnlen() wrapper
2016-05-19  Jérémie GalarneauRename lttng_error_type to lttng_error_level
2016-05-19  Mathieu DesnoyersCleanup error.h __lttng_print() used for message printing
2016-05-19  Mathieu DesnoyersUpdate coding style document for macro style
2016-05-19  Mathieu DesnoyersFix: coding style document has erroneous semicolon...
2016-05-19  Mathieu DesnoyersFix: add missing semicolons after MSG, DBG, ERR print...
2016-05-19  Jérémie GalarneauTests: inverted condition in test_kernel_data
2016-05-19  Jérémie GalarneauOOT build fix: asciidoc.conf is now a source file
2016-05-19  Philippe Proulxlttng-create(1): use attributes for default ports
2016-05-19  Philippe Proulxlttng-create(1): add xrefs to creation mode definitions
2016-05-19  Philippe Proulxlttng-create(1): use the correct DATAPORT/CTRLPORT...
2016-05-19  Philippe Proulxlttng-create(1): use def list for net protocols
2016-05-19  Philippe Proulxlttng-create(1): add relay mode
2016-05-19  Philippe Proulxdoc/man: put AsciiDoc attributes in their own file
2016-05-19  Mathieu Desnoyerstest: UST tracing destroy flush behavior with tracefile...
2016-05-19  Mathieu Desnoyerstest: kernel tracing destroy flush behavior with tracef...
2016-05-19  Mathieu DesnoyersAdd environment variable to allow abort on error
2016-05-19  Mathieu DesnoyersFix: ust-consumer: flush empty packets on snapshot...
2016-05-19  Mathieu DesnoyersFix: WARN() should print as WARN level, not ERR
2016-05-19  Mathieu DesnoyersFix: error.h: add missing parenthesis around macro...
2016-05-19  Mathieu DesnoyersFix: bogus mask on error.h PRINT types
2016-05-19  Mathieu DesnoyersFix: kernel tracing: flush after stop
2016-05-19  Mathieu DesnoyersFix: UST should not generate packet at destroy after...
2016-05-18  Jérémie GalarneauTests: remove flaky '*' kernel wildcard test
2016-05-18  Mathieu DesnoyersFix: bad file descriptors on close after rotation error
2016-05-18  Philippe ProulxFix: configure.ac: allow --disable-python-bindings
2016-05-18  Michael JeansonFix: merge tap tests stdout and stderr
2016-05-18  Jérémie GalarneauFix: posix_fadvise wrapper returns -ENOSYS on FreeBSD
2016-05-18  Michael JeansonFix: Double free in utils_partial_realpath error path
2016-05-18  Mathieu DesnoyersFix: remove logically dead code in send_channel_uid_to_ust
2016-05-18  Mathieu DesnoyersFix: unchecked return value in low throughput test
2016-05-18  Jérémie GalarneauTests: abort() exclusion test on allocation failure
2016-05-18  Jérémie GalarneauFix: unchecked posix_fadvise() return value
2016-05-18  Mathieu DesnoyersFix: unchecked return value in relayd live.c
2016-05-18  Mathieu DesnoyersFix: unchecked return value in trace_clock_read64_monotonic
2016-05-18  Jérémie GalarneauClean-up: remove unnecessary blank line
2016-05-18  Jonathan RajotteFix: initialize the cur_event variable before using it
2016-05-18  Mathieu DesnoyersFix: Dereference after NULL check in consumer
2016-05-18  Jérémie GalarneauTests: abort test on memory allocation failure
2016-05-18  Mathieu DesnoyersFix: pointer dereference after NULL check in test_creat...
2016-05-18  Mathieu DesnoyersFix: NULL pointer dereference in relay_index_get_by_id_...
2016-05-18  Jérémie GalarneauClean-up verbosity incrementation in set_option
2016-05-18  Jérémie GalarneauFix: Deference after null check in sessiond set_option
2016-05-18  Jérémie GalarneauDocs: clarify comment in parse_pid_string()
2016-05-18  Mathieu DesnoyersFix: Wrong sizeof argument in pid tracker
2016-05-18  Mathieu DesnoyersFix: tests: incorrect uri index
2016-05-18  Mathieu DesnoyersFix: Integer overflowed argument
2016-05-17  Mathieu DesnoyersFix: macro compares unsigned to 0 (no effect)
2016-05-17  Michael JeansonFix: Free variable before strdup() in process_event_node
2016-05-17  Michael JeansonFix: Free variables before strdup()
2016-05-17  Michael JeansonFix: Add missing free() in spawn_viewer
2016-05-17  Michael JeansonFix: Add missing free() in utils_partial_realpath
2016-05-17  Michael JeansonFix: Use distinct variables for ret and discarded_events
2016-05-17  Michael JeansonFix: Don't try to show manpage when argv is null
2016-05-17  Michael JeansonFix: Use secure_getenv() in get_man_bin_path
2016-05-17  Mathieu DesnoyersFix: illegal memory access in test_create_ust_event_exc...
2016-05-17  Mathieu DesnoyersFix: illegal memory access in test_create_ust_event
2016-05-17  Mathieu DesnoyersFix: illegal memory access in test_create_kernel_event
2016-05-17  Mathieu DesnoyersFix: illegal memory access in test_create_ust_channel
2016-05-17  Mathieu DesnoyersFix: illegal memory access in send_viewer_streams
2016-05-17  Jérémie GalarneauSimplify rcu locking in viewer_list_sessions
2016-05-17  Mathieu DesnoyersFix: illegal memory access in viewer_list_sessions
2016-05-17  Mathieu DesnoyersFix: illegal memory access in relayd_add_stream
2016-05-17  Mathieu DesnoyersFix: illegal memory access in relayd_create_session_2_4
2016-05-17  Mathieu DesnoyersFix: illegal memory access in session_create
2016-05-17  Mathieu DesnoyersFix: illegal memory access in consumer_set_subdir
2016-05-17  Mathieu DesnoyersFix: illegal memory access in syscall_init_table
2016-05-17  Mathieu DesnoyersFix: illegal memory access in write_pidfile
2016-05-17  Mathieu DesnoyersFix: illegal memory access in list_lttng_channels
2016-05-17  Mathieu DesnoyersFix: illegal memory access in cmd_snapshot_record
2016-05-17  Mathieu DesnoyersFix: illegal memory access in output_init
2016-05-17  Mathieu DesnoyersFix: illegal memory access in consumer_set_network_uri
2016-05-17  Mathieu DesnoyersFix: illegal memory access in cmd_snapshot_list_outputs
2016-05-17  Mathieu DesnoyersFix: illegal memory access in list_events
2016-05-17  Mathieu DesnoyersFix: illegal memory access in disable_event
2016-05-17  Mathieu DesnoyersFix: illegal memory access in enable_event
2016-05-17  Mathieu DesnoyersFix: illegal memory access in add_uri_to_consumer
2016-05-17  Mathieu DesnoyersFix: illegal memory access in init_ust_event_from_agent...
2016-05-17  Jérémie GalarneauSimplify free() of channel attribute
2016-05-17  Mathieu DesnoyersFix: illegal memory access in _cmd_enable_event
2016-05-17  Mathieu DesnoyersImplement lttng_strncpy safe string copy
2016-05-16  Jérémie GalarneauAdd missing symbol to preserve ABI compatibility of...
2016-05-16  Jérémie GalarneauFix: loading a session prints an error message but...
2016-05-16  Jérémie GalarneauSnapshot warning if there are no events in one of the...
2016-05-16  Jérémie GalarneauClarify kernel version check error messages
2016-05-16  Jonathan RajotteTests: same event name with different descriptor on...
next
This page took 0.038648 seconds and 4 git commands to generate.