Fix: bogus mask on error.h PRINT types
[lttng-tools.git] / src /
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  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  Jérémie GalarneauFix: Deference after null check in sessiond set_option
2016-05-20  Mathieu DesnoyersFix: Wrong sizeof argument in pid tracker
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 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 init_ust_event_from_agent...
2016-05-20  Mathieu DesnoyersFix: illegal memory access in _cmd_enable_event
2016-05-20  Mathieu DesnoyersImplement lttng_strncpy safe string copy
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-15  Jonathan RajotteSnapshot: record: use same datetime for snapshot folder...
2016-05-15  Jonathan RajotteRefactor: move the snapshot type check into output...
2016-04-20  Michael JeansonTypo: catched -> caught
2016-03-24  Jonathan RajotteClean-up shm directory tree after freeing the channel
2016-03-09  Jérémie GalarneauFix: Only save kernel enablers in session configuration
2016-03-09  Jérémie GalarneauFix: Only list kernel enablers when listing events
2016-03-09  Jérémie GalarneauFix: syscalls hash table leaks when listing kernel...
2016-02-24  Mathieu DesnoyersFix: per-pid ust buffers flush race with application...
2016-02-14  Jérémie GalarneauFix: report already enabled event error to client
2016-02-11  Mathieu DesnoyersFix: handle negative clock offset for lttng-ust metadata
2016-01-13  Jonathan RajotteFix: do not print error and bug messages when quiet...
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-11-19  Jérémie GalarneauFix: Don't spam session daemon logs on invalid UST...
2015-11-02  Jérémie GalarneauFix: Check for NULL hash tables on relay daemon teardown
2015-11-02  Jérémie GalarneauFix: Verify directory's existence before calling mkdir
2015-11-02  Jérémie GalarneauFix: Unchecked NULL string in logging statement
2015-11-02  Alexandre MontplaisirFix: include the filter expression in agent events...
2015-10-21  Mikael BeckiusFix live timer calculation error
2015-09-30  Jérémie GalarneauFix: Remove dependency on glibc 2.12 caused by pthread_...
2015-09-29  Jérémie GalarneauFix: Log and ignore SIGINT and SIGTERM in run_as worker
2015-09-24  Jérémie GalarneauFix: Handle EINTR of waipid in run-as worker
2015-09-24  Jérémie GalarneauFix: Handle EINTR of waitpid when spawning a session...
2015-09-24  Jérémie GalarneauAdd a LOG() macro which handles dynamic severity levels
2015-09-22  Jérémie GalarneauReword warning on event disable
2015-09-22  Jonathan RajotteHelp: add -j -l -p option to help string
2015-09-22  Jonathan RajotteUse empty event name on disable -a for ust and agent...
2015-09-22  Jonathan RajotteFix: disable kernel event based on name and event type
2015-09-21  Michael JeansonFix: Possible dereference of null pointers
2015-09-21  Jérémie GalarneauFix: Break out of loop when searching for a domain...
2015-09-21  Michael JeansonFix: int printed as uint
2015-09-21  Mathieu DesnoyersFix: add subdir-objects to Makefile.am
2015-09-18  Jérémie GalarneauFix: Check use_clone() instead of worker in run_as
2015-09-18  Jérémie GalarneauFix: Perform rcu barrier before tearing down the run...
2015-09-18  Jérémie GalarneauFix: Handle hang-up gracefully in run-as
2015-09-18  Jérémie GalarneauFix: Only log app handle release on failure
2015-09-18  Mathieu DesnoyersFix: shm-path: handling of snprintf return value
2015-09-18  Jérémie GalarneauFix: Wrong format specifier used in debug statement
2015-09-18  Jérémie GalarneauFix: Hide run-as functions
2015-09-18  Jérémie GalarneauFix: Hide sessiond-comm functions
2015-09-18  Mathieu DesnoyersCleanup: remove duplicated implementation of rculfhash
2015-09-18  Mathieu DesnoyersFix: relayd: don't call lttng_ht_destroy in RCU read...
2015-09-18  Mathieu DesnoyersFix: libc internal mutex races with run_as
2015-09-18  Jérémie GalarneauFix: Hide readwrite symbols in common lib
2015-09-18  Jérémie GalarneauFix: Hide pipe symbols in common lib
2015-09-18  Jérémie GalarneauFix: Hide daemonize symbols in common lib
2015-09-18  Jérémie GalarneauFix: Hide RCU hashtable wrapper symbols
2015-09-17  Antoine BusqueFix: prevent dangling pointer in utils_partial_realpath
2015-09-17  Jérémie GalarneauFix: rcu_read_unlock without parentheses has no side...
2015-09-17  Jonathan RajotteReport error if any disable action fails
2015-09-17  Jonathan RajotteFix: disable all ust events
2015-09-17  Jonathan RajotteBring back event_ust_disable_all_tracepoints
2015-09-17  Jonathan RajotteFix: sessiond: disable: match app event by name
2015-09-17  Jonathan Rajottelttng-crash: support symlink
2015-09-17  Antoine BusqueFix: dereferencing null index pointer
2015-09-17  Antoine BusqueFix: leaking memory from strdup in lttng-crash
2015-09-17  Antoine BusqueFix: memleak in utils_partial_realpath
2015-09-17  Antoine BusqueFix: double free on enable-event
2015-09-17  Philippe ProulxFix: error on no/multiple domain options
next
This page took 0.039879 seconds and 7 git commands to generate.