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
2018-08-14
fixed setting unix socket permissions
1848
2018-08-09
event/ServerSocket: fix get_remote_uid() call
Max Kellermann
2018-08-07
Moved call to fchmod() on socket from OneServerSocket::Open() to socket_bind_...
1848
2018-08-07
Use fchmod instead of chmod for unix sockets to prevent TOCTTOU
1848
2018-08-06
event/SignalMonitor: make SignalMonitorFinish() noexcept
Max Kellermann
2018-08-06
event/SignalMonitor: add `noexcept`
Max Kellermann
2018-08-06
system/SignalFD: throw exception on error
Max Kellermann
2018-08-06
system/Event{FD,Pipe}: throw exception on error
Max Kellermann
2018-07-15
event/ServerSocket: add method IsEmpty()
Max Kellermann
2018-02-16
output/alsa: use a new I/O thread with real-time scheduling
Max Kellermann
2018-01-29
event/Thread: add "noexcept"
Max Kellermann
2018-01-29
event/Call: invoke function directly if the EventLoop is dead
Max Kellermann
2018-01-29
event/Loop: add flag "dead"
Max Kellermann
2018-01-29
event/Thread: remove unused method StopAsync()
Max Kellermann
2018-01-29
event/Loop: move code to HandleTimers()
Max Kellermann
2018-01-29
event/Loop: add "noexcept"
Max Kellermann
2018-01-29
event/EPoll: use C++11 initializer
Max Kellermann
2018-01-29
event/WinSelect: pass const reference to copy constructor
Max Kellermann
2018-01-29
event/PollResult: use size_t for size and index
Max Kellermann
2018-01-17
fs/AllocatedPath: make the nullptr_t constructor public
Max Kellermann
2017-12-22
event/Loop: use std::atomic_bool for the "quit" variable
Max Kellermann
2017-12-20
event/Call: document exceptions
Max Kellermann
2017-12-20
event/TimerEvent: add "noexcept"
Max Kellermann
2017-12-20
event/FullyBufferedSocket: add "noexcept"
Max Kellermann
2017-12-20
event/BufferedSocket: add "noexcept"
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
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
[next]