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
/
MultiSocketMonitor.cxx
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-08-29
event/MultiSocketMonitor: migrate from TimeoutMonitor to TimerEvent
Max Kellermann
2017-08-18
event/Loop: set thread to current thread by default
Max Kellermann
2017-08-10
event/SocketMonitor: use class SocketDescriptor
Max Kellermann
2017-02-09
event/MultiSocketMonitor: add method Reset()
Max Kellermann
2017-02-09
event/MultiSocketMonitor: use C++11 initializer
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-12-28
event/Loop: use std::chrono
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/MultiSocketMonitor: add method ClearSocketList()
Max Kellermann
2014-01-05
event/MultiSocketMonitor: add missing <algorithm> include
Max Kellermann
2014-01-05
event/MultiSocketMonitor: add method ReplaceSocketList()
Max Kellermann
2014-01-05
event/MultiSocketMonitor: include cleanup
Max Kellermann
2014-01-04
event/Loop: remove the GLib implementation
Max Kellermann
2013-11-27
Add infrastructure for using multiple event loops
Denis Krjuchkov
2013-10-15
gcc.h: rename to Compiler.h
Max Kellermann
2013-08-10
EventLoop: new implementation using epoll
Max Kellermann
2013-08-10
event/MultiSocketMonitor: add struct SingleFD
Max Kellermann
2013-08-10
event/MultiSocketMonitor: use uint64_t instead of gint64
Max Kellermann
2013-08-10
event/MultiSocketMonitor: eliminate virtual method CheckSockets()
Max Kellermann
2013-08-07
Makefile.am: move sources to libsystem.a
Max Kellermann
2013-01-15
input/Curl: move code to class MultiSocketMonitor
Max Kellermann