lttng-tools.git
2016-05-20  Jérémie GalarneauUpdate version to v2.6.3 stable-2.6 v2.6.3
2016-05-20  Jonathan RajotteFix: use start and stop sessiond from utils.sh
2016-05-20  Jérémie GalarneauFix: Missing semicolon after debug statement
2016-05-20  Jérémie GalarneauClarify kernel version check error messages
2016-05-20  Jérémie GalarneauDocs: fix "daemon" typo in README.md
2016-05-20  Jonathan RajotteFix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA
2016-05-20  Jérémie GalarneauFix: Set loopback adress in set_ip_addr if gethostbynam...
2016-05-20  Jonathan RajotteFix: load event state (enabled/disabled) correctly
2016-05-20  Jérémie GalarneauFix: only perform lttng_consumer_sync_trace_file()...
2016-05-20  Jérémie GalarneauFix: don't negate posix_fadvise return value to check...
2016-05-20  Jérémie GalarneauRename lttng_error_type to lttng_error_level
2016-05-20  Mathieu DesnoyersCleanup error.h __lttng_print() used for message printing
2016-05-20  Mathieu DesnoyersUpdate coding style document for macro style
2016-05-20  Mathieu DesnoyersFix: coding style document has erroneous semicolon...
2016-05-20  Jonathan RajotteFix: Use get_domain_str on add context
2016-05-20  Jérémie GalarneauTests: inverted condition in test_kernel_data
2016-05-20  Mathieu DesnoyersFix: ust-consumer: flush empty packets on snapshot...
2016-05-20  Mathieu DesnoyersFix: WARN() should print as WARN level, not ERR
2016-05-20  Mathieu DesnoyersFix: error.h: add missing parenthesis around macro...
2016-05-20  Mathieu DesnoyersFix: bogus mask on error.h PRINT types
2016-05-20  Mathieu DesnoyersFix: kernel tracing: flush after stop
2016-05-20  Mathieu DesnoyersFix: UST should not generate packet at destroy after...
2016-05-20  Mathieu DesnoyersFix: bad file descriptors on close after rotation error
2016-05-20  Jérémie GalarneauFix: posix_fadvise wrapper returns -ENOSYS on FreeBSD
2016-05-20  Michael JeansonFix: Double free in utils_partial_realpath error path
2016-05-20  Mathieu DesnoyersFix: remove logically dead code in send_channel_uid_to_ust
2016-05-20  Mathieu DesnoyersFix: unchecked return value in low throughput test
2016-05-20  Jérémie GalarneauFix: unchecked posix_fadvise() return value
2016-05-20  Mathieu DesnoyersFix: unchecked return value in relayd live.c
2016-05-20  Mathieu DesnoyersFix: unchecked return value in trace_clock_read64_monotonic
2016-05-20  Jonathan RajotteFix: initialize the cur_event variable before using it
2016-05-20  Mathieu DesnoyersFix: NULL pointer dereference in relay_index_get_by_id_...
2016-05-20  Mathieu DesnoyersFix: Integer overflowed argument
2016-05-20  Mathieu DesnoyersFix: macro compares unsigned to 0 (no effect)
2016-05-20  Michael JeansonFix: Free variable before strdup() in process_event_node
2016-05-20  Michael JeansonFix: Free variables before strdup()
2016-05-20  Michael JeansonFix: Add missing free() in spawn_viewer
2016-05-20  Michael JeansonFix: Add missing free() in utils_partial_realpath
2016-05-20  Mathieu DesnoyersFix: illegal memory access in test_create_kernel_event
2016-05-20  Mathieu DesnoyersFix: illegal memory access in send_viewer_streams
2016-05-20  Mathieu DesnoyersFix: illegal memory access in viewer_list_sessions
2016-05-20  Mathieu DesnoyersFix: illegal memory access in relayd_add_stream
2016-05-20  Mathieu DesnoyersFix: illegal memory access in relayd_create_session_2_4
2016-05-20  Mathieu DesnoyersFix: illegal memory access in session_create
2016-05-20  Mathieu DesnoyersFix: illegal memory access in consumer_set_subdir
2016-05-20  Mathieu DesnoyersFix: illegal memory access in syscall_init_table
2016-05-20  Mathieu DesnoyersFix: illegal memory access in write_pidfile
2016-05-20  Mathieu DesnoyersFix: illegal memory access in list_lttng_channels
2016-05-20  Mathieu DesnoyersFix: illegal memory access in cmd_snapshot_record
2016-05-20  Mathieu DesnoyersFix: illegal memory access in output_init
2016-05-20  Mathieu DesnoyersFix: illegal memory access in consumer_set_network_uri
2016-05-20  Mathieu DesnoyersFix: illegal memory access in cmd_snapshot_list_outputs
2016-05-20  Mathieu DesnoyersFix: illegal memory access in list_events
2016-05-20  Mathieu DesnoyersFix: illegal memory access in disable_event
2016-05-20  Mathieu DesnoyersFix: illegal memory access in add_uri_to_consumer
2016-05-20  Mathieu DesnoyersFix: illegal memory access in _cmd_enable_event
2016-05-20  Mathieu DesnoyersImplement lttng_strncpy safe string copy
2016-05-20  Jérémie GalarneauFix: loading a session prints an error message but...
2016-05-20  Jérémie GalarneauSnapshot warning if there are no events in one of the...
2016-05-20  Jonathan RajotteSnapshot: record: use same datetime for snapshot folder...
2016-05-20  Jonathan RajotteRefactor: move the snapshot type check into output...
2016-05-20  Philippe Proulxconfigure.ac: check for an existing liburcu-cds symbol
2016-05-20  Philippe Proulxconfigure.ac: use macro for wrong liburcu error message
2016-05-20  Jérémie GalarneauTests: wording of trace_matches is misleading
2016-05-20  Michael JeansonTypo: catched -> caught
2016-05-14  Mathieu DesnoyersFix: free ust channel object after grace period in...
2016-04-27  Jérémie GalarneauTest fix: ignore stderr at every step of randstring
2016-04-19  Jérémie GalarneauUpdate version to v2.6.2 v2.6.2
2016-03-15  Mathieu DesnoyersFix: add missing synchronization point for before app...
2016-03-15  Jérémie GalarneauFix warning when building Python bindings
2016-03-15  Michael JeansonTests: use configured processor count in tracefile...
2016-03-15  Jérémie GalarneauTests: use configured processor count in snapshot tests
2016-03-15  Jérémie GalarneauTests: Introduce conf_proc_count()
2016-03-09  Jonathan RajotteTest: prevent the spawning of a daemonized sessiond
2016-01-13  Jonathan RajotteFix: do not print error and bug messages when quiet...
2015-12-08  Jonathan RajotteBuild: fallback to AC_CHECK_LIBS when looking for popt...
2015-12-08  Samuel Martintests/unit: fix object files' location
2015-12-01  Samuel Martinconfigure.ac: fix static build
2015-11-27  Jérémie GalarneauFix: close indexes when rotating the trace files in...
2015-11-27  Julien DesfossezFix: close indexes when rotating the trace files in...
2015-10-28  Mathieu DesnoyersFix: use liburcu flavor header instead of local copy
2015-10-28  Mathieu DesnoyersFix: rculfhash should not include specific rcu flavor
2015-10-21  Mikael BeckiusFix live timer calculation error
2015-09-24  Jérémie GalarneauUpdate version to v2.6.1 v2.6.1
2015-09-24  Jérémie GalarneauRevert "Fix: add missing test file to EXTRA_DIST"
2015-09-24  Mathieu DesnoyersFix: regression tests
2015-09-24  Jonathan RajotteFix: tests: stderr not correctly redirected
2015-09-24  Jonathan RajotteHelp: add -j -l -p option to help string
2015-09-24  Jérémie GalarneauFix: Only log app handle release on failure
2015-09-24  Antoine BusqueFix: prevent dangling pointer in utils_partial_realpath
2015-09-24  Jérémie GalarneauFix: rcu_read_unlock without parentheses has no side...
2015-09-24  Michael JeansonFix: add missing test file to EXTRA_DIST
2015-09-24  Jonathan RajotteFix: disable all ust events
2015-09-24  Jonathan RajotteFix: sessiond: disable: match app event by name
2015-09-24  Antoine BusqueFix: dereferencing null index pointer
2015-09-24  Antoine BusqueFix: memleak in utils_partial_realpath
2015-09-24  Philippe ProulxFix: error on no/multiple domain options
2015-09-24  Mathieu DesnoyersFix: relayd: handle consumerd crashes without leak
2015-09-24  Mathieu DesnoyersFix: LPOLLHUP and LPOLLERR when there is still data...
2015-09-24  Jérémie GalarneauRemove dot after enable-event message
next
This page took 0.03847 seconds and 4 git commands to generate.