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
/
SocketMonitor.hxx
Age
Commit message (
Expand
)
Author
2019-12-18
event/SocketMonitor: Schedule() returns bool
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2017-11-10
event/SocketMonitor: remove unused method Abandon()
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-08-10
event/SocketMonitor: use class SocketDescriptor
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-06
event/SocketMonitor: don't close the socket automatically
Max Kellermann
2014-01-04
event/Loop: remove the GLib implementation
Max Kellermann
2013-12-31
event/*Monitor: document as not being thread-safe
Max Kellermann
2013-11-28
event: introduce generic API for internal event loop
Denis Krjuchkov
2013-11-27
Add infrastructure for using multiple event loops
Denis Krjuchkov
2013-11-24
event: add API documentation
Max Kellermann
2013-11-24
event/SocketMonitor: add missing space
Max Kellermann
2013-11-06
event/SocketMonitor: add method Abandon()
Max Kellermann
2013-08-10
EventLoop: new implementation using epoll
Max Kellermann
2013-08-08
event/*Monitor: add method GetEventLoop()
Max Kellermann
2013-08-08
event/SocketMonitor: un-inline Schedule()
Max Kellermann
2013-08-08
event/SocketMonitor: add assertions
Max Kellermann
2013-01-30
event/SocketMonitor: wake up the event loop after flag change
Max Kellermann
2013-01-30
event/SocketMonitor: OnSocketReady() returns bool
Max Kellermann
2013-01-30
event/SocketMonitor: add methods Read(), Write()
Max Kellermann
2013-01-27
event/SocketMonitor: add method Steal()
Max Kellermann
2013-01-15
event/SocketMonitor: add method Open()
Max Kellermann
2013-01-15
event/SocketMonitor: wrapper class for GSource + GPollFD
Max Kellermann