lttng-tools.git
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
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 GalarneauTests: Fix flaky live test client
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-09-23  Jérémie GalarneauAdd agent domains to the enable-event section of LTTNG(1)
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  Antoine BusqueFix: TimeoutExpired in Python tests not defined globally
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-06  Mathieu DesnoyersFix: test_mi test
2015-08-03  Jérémie GalarneauFix: Don't send agent disable event command twice
2015-08-03  Antoine BusqueFix: incorrect variable being checked in libc-wrapper...
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
2015-07-28  Partha Pratim... Fix: set session should not set non-existent session
2015-07-14  Jérémie GalarneauFix: Follow struct dirent allocation guidelines of...
2015-07-13  Jonathan RajotteUpdate comments regarding the power of 2 constraint...
2015-07-13  Jonathan RajotteBuild: add Flex version check
2015-07-13  Jonathan RajotteBuild: add Bison version check
2015-07-09  Mathieu DesnoyersFix: handle sys_futex() FUTEX_WAIT interrupted by signal
2015-07-09  Mathieu DesnoyersFix: metadata push -EPIPE should be recoverable
next
This page took 0.040146 seconds and 4 git commands to generate.