index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
event
Age
Commit message (
Expand
)
Author
2017-08-29
event/Loop: move TimerRecord::due to class TimeoutMonitor
Max Kellermann
2017-08-29
event/Loop: remove unused method TimerRecord::IsDue()
Max Kellermann
2017-08-18
event/Loop: set thread to current thread by default
Max Kellermann
2017-08-18
event/Loop: schedule and cancel the WakeFD in Run()
Max Kellermann
2017-08-11
event/SignalMonitor: throw exception instead of raising fatal error
Max Kellermann
2017-08-11
system/fd_util: remove unused library
Max Kellermann
2017-08-11
net/IPv4Address: new class
Max Kellermann
2017-08-10
net/SocketDescriptor: add method SetKeepAlive()
Max Kellermann
2017-08-10
net/ServerSocket: pass UniqueSocketDescriptor&& to OnAccept()
Max Kellermann
2017-08-10
event/SocketMonitor: use class SocketDescriptor
Max Kellermann
2017-08-10
net/SocketUtil: socket_bind_listen() returns UniqueSocketDescriptor
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-10
thread/Thread: use BoundMethod
Max Kellermann
2017-02-10
event/Thread: remove the Mutex
Max Kellermann
2017-02-10
event/Loop: Break() is no-op if "quit" is already set
Max Kellermann
2017-02-10
event/Thread: auto-stop in the destructor
Max Kellermann
2017-02-10
IOThread: move code to class EventThread
Max Kellermann
2017-02-09
event/Loop: use std::lock_guard
Max Kellermann
2017-02-09
event/Loop: make IsInsideOrNull() available in the NDEBUG build
Max Kellermann
2017-02-09
event/MultiSocketMonitor: add method Reset()
Max Kellermann
2017-02-09
event/MultiSocketMonitor: use C++11 initializer
Max Kellermann
2017-02-09
event/MultiSocketMonitor: more API documentation
Max Kellermann
2017-02-09
event/Call: allow usage during shutdown
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-12-28
event/Loop: use std::chrono
Max Kellermann
2016-12-27
event/Loop: use C++11 initializers
Max Kellermann
2016-11-02
event/BufferedSocket: pass std::exception_ptr to OnSocketError()
Max Kellermann
2016-10-28
event/ServerSocket: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-09
event/Call: rethrow exceptions in calling thread
Max Kellermann
2016-08-15
fs/FileSystem: RemoveFile() throws exception on error
Max Kellermann
2016-08-15
event/SignalMonitor: fix obsolete nullptr check in SignalCallback()
Max Kellermann
2016-07-09
Merge tag 'v0.19.17'
Max Kellermann
2016-07-07
event/BufferedSocket: OnSocketReady() returns true after close
Max Kellermann
2016-06-20
event/SignalMonitor: remove unused function SignalMonitorGetEventLoop
Max Kellermann
2016-06-20
event/SignalMonitor: use BoundMethod instead of raw function pointer
Max Kellermann
2016-06-17
event/DeferredCall: new class supposed to replace DeferredMonitor
Max Kellermann
2016-06-17
util/BindMethod: new utility class for callbacks
Max Kellermann
2016-03-10
event/MaskMonitor: add variant with bound method
Max Kellermann
2016-03-05
event/MaskMonitor: new class to replace code in GlobalEvents and Idle
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-09-30
event/ServerSocket: fix AF_UNIX address in use error
Anthony DeRossi
2015-07-22
event/ServerSocket: use AllocatedSocketAddress to build local socket address
Max Kellermann
2015-07-22
event/ServerSocket: use AllocatedSocketAddress for OneServerSocket::address
Max Kellermann
2015-07-22
net/StaticSocketAddress: replace cast operator with GetAddress()
Max Kellermann
2015-07-22
net/ToString: rename sockaddr_to_string() to ToString()
Max Kellermann
[prev]
[next]