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.cxx
Age
Commit message (
Expand
)
Author
2019-12-18
event/SocketMonitor: Schedule() returns bool
Max Kellermann
2019-04-04
event/SocketMonitor: don't cancel if OnSocketReady() returns false
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
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-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-08-11
system/fd_util: remove unused library
Max Kellermann
2017-08-10
event/SocketMonitor: use class SocketDescriptor
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
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-11-28
event: introduce generic API for internal event loop
Denis Krjuchkov
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-11-27
Add infrastructure for using multiple event loops
Denis Krjuchkov
2013-11-06
event/SocketMonitor: add method Abandon()
Max Kellermann
2013-10-15
gcc.h: rename to Compiler.h
Max Kellermann
2013-08-10
EventLoop: new implementation using epoll
Max Kellermann
2013-08-08
event/SocketMonitor: un-inline Schedule()
Max Kellermann
2013-08-08
event/SocketMonitor: add assertions
Max Kellermann
2013-08-07
Makefile.am: move sources to libsystem.a
Max Kellermann
2013-01-30
event/SocketMonitor: wake up the event loop after flag change
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