Fix: illegal memory access in list_events
[lttng-tools.git] / src /
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  Michael JeansonTypo: catched -> caught
2016-05-14  Mathieu DesnoyersFix: free ust channel object after grace period in...
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-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  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  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
2015-09-24  Antoine BusqueFix: don't print the default channel name when enabling...
2015-09-24  Antoine BusqueFix: fail gracefully on --exclude on unsupported domains
2015-09-24  Antoine BusqueFix: initialize live_timer to 0 for snapshot session
2015-09-24  Antoine BusqueFix: correct mismatched function signatures
2015-09-24  Mathieu DesnoyersFix: consumer signal handling race
2015-09-24  Philippe ProulxFix: list_ust_events(): dangling pointer
2015-09-24  Jérémie GalarneauFix: Buggy string comparison in ust registry ht_match_event
2015-09-24  Jérémie GalarneauFix: Overwrite of ret in relay_recv_metadata
2015-09-24  Jérémie GalarneauFix: Wait for in-flight data before closing a stream
2015-09-24  Mathieu DesnoyersFix: unpublish stream on close
2015-09-24  Jérémie GalarneauFix: Announce empty streams on live attach
2015-09-24  Mathieu DesnoyersFix: relayd: file rotation and live read
2015-09-24  Mathieu DesnoyersFix: relay: viewer_get_next_index handle null vstream
2015-09-24  Mathieu DesnoyersFix: relayd: make viewer streams consider metadata...
2015-09-24  Mathieu DesnoyersFix: don't expose empty streams
2015-09-24  Mathieu DesnoyersFix: relayd: don't check new metadata on get packet
2015-09-24  Mathieu DesnoyersFix: relayd: don't check for new streams in get packet
2015-09-24  Mathieu DesnoyersFix: ask new streams HUP
2015-09-24  Mathieu DesnoyersFix: reply error if get packet vstream fails
2015-09-24  Mathieu DesnoyersFix: relayd reply error to client if cannot find viewer...
2015-09-24  Mathieu DesnoyersFix: relayd reply with error if cannot find metadata
2015-09-24  Mathieu DesnoyersFix: ust-app: protect app socket protocol with lock
2015-09-24  Mathieu DesnoyersFix: add missing rcu_barrier at end of sessiond main
2015-09-24  Mathieu DesnoyersFix: add missing rcu_barrier at end of consumer main
2015-09-24  Mathieu DesnoyersFix: app cmd leak on sessiond exit
2015-09-24  Mathieu DesnoyersFix: relayd live don't send incomplete stream list
2015-09-24  Mathieu DesnoyersFix: consumer timer misses RCU thread registration
2015-09-24  Mathieu DesnoyersFix: sessiond consumer thread should register as RCU...
2015-09-24  Mathieu DesnoyersFix: don't chain RCU free
2015-09-24  Mathieu DesnoyersFix: sessiond vs consumerd push/get metadata deadlock
2015-09-24  Mathieu DesnoyersFix: sessiond vs consumerd push/get metadata deadlock
2015-09-24  Mathieu DesnoyersFix: streamline ret/errno of run_as()
2015-09-24  Mathieu DesnoyersFix: Double unlock on error path
2015-09-24  Mathieu DesnoyersFix: Relay daemon ownership and reference counting
2015-09-24  Jérémie GalarneauAdd run_as_unlink implementation
2015-09-24  Jérémie GalarneauCleanup: Reduce scope of relayd connections in live...
2015-09-24  Jérémie GalarneauFix: Remove structurally dead code from relayd
2015-09-24  Mathieu DesnoyersCleanup: relayd: centralize thread stopping function
2015-09-24  Mathieu DesnoyersRefactor relayd main/set_options/cleanup
2015-09-24  Mathieu DesnoyersCleanup: spaghetti function return path
2015-09-24  Jérémie GalarneauAccept uid and gid parameters in utils_mkdir()/utils_mk...
2015-09-24  Mathieu DesnoyersFix: reference counting of consumer output
2015-09-24  Mathieu DesnoyersFix: sessiond add missing socket close
2015-09-24  Mathieu DesnoyersFix: sessiond should not error on channel creation...
2015-09-24  Mathieu DesnoyersFix: sessiond ust-app session teardown race
2015-09-23  Jérémie GalarneauInitialize default log level of events on load
2015-09-23  Jérémie GalarneauFix: Memory leak of agent
2015-09-23  Jérémie GalarneauFix: Memory leak of agent event internals
2015-09-23  Jérémie GalarneauFix: UTF-8 characters may be stored on up to 4 bytes
2015-09-23  Jérémie GalarneauDon't save log level in session configuration when...
2015-09-23  Jérémie GalarneauFix: typo in error message
2015-09-23  Jérémie GalarneauAdd agent domains to lttng enable-event usage()
2015-09-23  Jérémie GalarneauReport memory allocation failure when copying filter...
2015-09-23  Jérémie GalarneauFix: cmd_enable_event must return positive error codes
2015-09-23  Jérémie GalarneauSave filter expressions as part of agent events
2015-08-21  Philippe ProulxFix: set GLOBAL buffer type for kernel domain in list
2015-08-14  Mathieu DesnoyersFix: take RCU read-side lock within hash table functions
2015-08-14  Jérémie GalarneauFix: intialization of ust_metadata_poll_pipe to garbage...
2015-08-14  Jérémie GalarneauFix "allocator sizeof operand mismatch" warning
2015-08-14  Jérémie GalarneauFix: Discard disable event command filter payload
2015-08-14  Jérémie GalarneauFix: Use MSG_NOSIGNAL when calling sendmsg()
2015-08-03  Jérémie GalarneauFix: Don't send agent disable event command twice
2015-08-03  Jérémie GalarneauFix: Initialize global agent_apps_ht_by_sock on session...
2015-08-03  Jérémie GalarneauFix: clean-up agent app hash table from the main sessio...
2015-08-03  Jérémie GalarneauFix: RCU read-side lock released too early in destroy_a...
2015-08-03  Jérémie GalarneauFix: misleading logging statement in agent_find_event
2015-08-03  Jérémie GalarneauFix: Unhandled domain option condition in list_agent_events
2015-08-03  Jérémie GalarneauFix: Crash on lttng list -j/-l/-p when no events are...
2015-08-03  Jérémie GalarneauFix: Unbalanced rcu_read_unlock() on stream file creati...
2015-08-03  Jérémie GalarneauFix: Unbalanced rcu_read_unlock() on directory creation...
2015-08-03  Jérémie GalarneauFix: Memory leak in relay_add_stream error path
next
This page took 0.039193 seconds and 7 git commands to generate.