aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/MultiSocketMonitor.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* event/MultiSocketMonitor: add method ClearSocketList()Max Kellermann2014-01-061-0/+5
|
* event/SocketMonitor: don't close the socket automaticallyMax Kellermann2014-01-061-1/+0
| | | | | | Users now have to call Close() explicitly. This simplifies using the class, as most users have automatic socket management already, and Steal() had to be used often.
* event/MultiSocketMonitor: API documentationMax Kellermann2014-01-061-0/+10
|
* event/MultiSocketMonitor: add method ReplaceSocketList()Max Kellermann2014-01-051-0/+12
| | | Move code from AlsaMixerPlugin.
* event/MultiSocketMonitor: include cleanupMax Kellermann2014-01-051-3/+1
|
* event/Loop: remove the GLib implementationMax Kellermann2014-01-041-108/+1
| | | | | Now that the remaining known bugs in poll() implementation are fixed, we can go on without the GLib implementation.
* include cleanup using iwyuMax Kellermann2013-11-281-0/+1
|
* Add infrastructure for using multiple event loopsDenis Krjuchkov2013-11-271-17/+31
| | | | | | | | | | | | This change adds two configuration options: --with-eventloop=[glib|internal|auto] --with-pollmethod=[epoll|auto] First allows switching between GLib event loop and internal one. Second chooses backend to use for internal event loop. Conditional compilation symbols are changed accordingly. Additional helper macro MPD_OPTIONAL_FUNC_NODEF is added as well.
* event: add API documentationMax Kellermann2013-11-241-1/+4
|
* event/SocketMonitor: add missing spaceMax Kellermann2013-11-241-2/+2
|
* require GLib 2.28Max Kellermann2013-10-151-2/+0
| | | | The header glib_compat.h is now obsolete and can be removed.
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* EventLoop: new implementation using epollMax Kellermann2013-08-101-2/+104
| | | | Implement an event loop without GLib.
* event/MultiSocketMonitor: add struct SingleFDMax Kellermann2013-08-101-7/+31
| | | | Prepare for migrating away from GLib.
* event/MultiSocketMonitor: use uint64_t instead of gint64Max Kellermann2013-08-101-2/+3
| | | | Unsigned and portable.
* event/MultiSocketMonitor: eliminate virtual method CheckSockets()Max Kellermann2013-08-101-6/+2
| | | | Handle timeout internally.
* event/MultiSocketMonitor: PrepareSockets() returns timeoutMax Kellermann2013-08-101-2/+5
| | | | Simplify the API, don't use GLib specific integer type.
* event/*Monitor: add method GetEventLoop()Max Kellermann2013-08-081-1/+4
|
* require GLib 2.24Max Kellermann2013-01-291-0/+1
|
* input/Curl: move code to class MultiSocketMonitorMax Kellermann2013-01-151-0/+124