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-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-11-12
event/MultiSocketMonitor: add "noexcept"
Max Kellermann
2017-11-12
event/IdleMonitor: add "noexcept"
Max Kellermann
2017-11-12
event/DeferredMonitor: eliminate obsolete class
Max Kellermann
2017-11-12
event/Call: migrate from DeferredMonitor to DeferEvent
Max Kellermann
2017-11-10
event/MaskMonitor: migrate from DeferredMonitor to DeferEvent
Max Kellermann
2017-11-10
event/DeferEvent: add "noexcept"
Max Kellermann
2017-11-10
event/SocketMonitor: remove unused method Abandon()
Max Kellermann
2017-11-10
event/ServerSocket: pass UniqueSocketDescriptor by value
Max Kellermann
2017-11-10
event/SocketMonitor: eliminate Read(), Write()
Max Kellermann
2017-11-10
event/SocketMonitor: rename Get() to GetSocket()
Max Kellermann
2017-11-10
event/SocketMonitor: add "noexcept"
Max Kellermann
2017-11-10
event/SocketMonitor: make constructor "explicit"
Max Kellermann
2017-11-10
event/SocketMonitor: use C++11 initializers
Max Kellermann
2017-11-10
evnet/SocketMonitor: move WIN32/ERROR comment to PollGroupWinSelect.hxx
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-09-21
event/DeferredCall: rename to DeferEvent
Max Kellermann
2017-08-29
event/TimeoutMonitor: remove obsolete class
Max Kellermann
2017-08-29
event/MultiSocketMonitor: migrate from TimeoutMonitor to TimerEvent
Max Kellermann
2017-08-29
event/TimeoutMonitor: move code to new class TimerEvent
Max Kellermann
2017-08-29
event/Loop: fix inverted checkin RemoveDeferred()
Max Kellermann
2017-08-29
event/Loop: use boost::intrusive::list to store IdleMonitors and DeferredMoni...
Max Kellermann
2017-08-29
event/Loop: use boost::intrusive::multiset to store TimeoutMonitors
Max Kellermann
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
[next]