index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
event
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
event/TimeoutMonitor: really reset "active" flag before invoking OnTimeout()
Max Kellermann
2014-08-24
1
-1
/
+1
*
event/TimeoutMonitor: reset "active" flag before invoking OnTimeout()
Max Kellermann
2014-08-24
1
-1
/
+3
*
event/BufferedSocket: fix inversed buffer check
Max Kellermann
2014-08-07
1
-1
/
+1
*
DeferredMonitor: fix race condition when using GLib event loop
Max Kellermann
2014-04-26
2
-11
/
+22
*
event/SignalMonitor: fix build failure due to missing signal.h include
Max Kellermann
2014-03-02
1
-0
/
+2
*
event/SignalMonitor: unblock signals after fork
Max Kellermann
2014-02-18
1
-1
/
+22
*
event/FullyBufferedSocket: remove obsolete TODO comment
Max Kellermann
2013-11-06
1
-16
/
+0
*
event/FullyBufferedSocket: try to write without extra roundtrip
Max Kellermann
2013-11-06
2
-17
/
+33
*
event/FullyBufferedSocket: make WriteFromBuffer() protected
Max Kellermann
2013-11-06
2
-4
/
+4
*
event/SocketMonitor: add method Abandon()
Max Kellermann
2013-11-06
4
-2
/
+32
*
event/ServerSocket: don't abort if IPv6 is not available
Max Kellermann
2013-11-04
1
-1
/
+19
*
event/ServerSocket: fix assertion failure
Max Kellermann
2013-11-04
1
-1
/
+1
*
event/ServerSocket: open sockets in the order they were configured
Max Kellermann
2013-11-04
2
-5
/
+5
*
*: use nullptr instead of NULL
Max Kellermann
2013-10-28
2
-4
/
+4
*
event/ServerSocket: pass AllocatedPath to AddPath()
Max Kellermann
2013-10-19
2
-14
/
+18
*
SignalMonitor: add SignalMonitorGetEventLoop()
Max Kellermann
2013-10-18
2
-0
/
+15
*
event/BufferedSocket: pass writable pointer to OnSocketInput()
Max Kellermann
2013-10-15
1
-1
/
+9
*
util/FifoBuffer: C++ version of the fifo_buffer library
Max Kellermann
2013-10-15
2
-44
/
+21
*
system/clock: convert to C++
Max Kellermann
2013-10-15
1
-4
/
+4
*
require GLib 2.28
Max Kellermann
2013-10-15
1
-2
/
+0
*
gcc.h: rename to Compiler.h
Max Kellermann
2013-10-15
8
-8
/
+8
*
Log: new logging library API
Max Kellermann
2013-10-02
1
-11
/
+12
*
system/SocketError: un-inline constructor
Max Kellermann
2013-09-04
1
-0
/
+2
*
util/Error: new error passing library
Max Kellermann
2013-09-04
5
-54
/
+56
*
system/resolver: convert to C++
Max Kellermann
2013-09-04
1
-1
/
+1
*
EventLoop: initialise the thread id explicitly
Max Kellermann
2013-08-10
1
-1
/
+2
*
EventLoop: new implementation using epoll
Max Kellermann
2013-08-10
13
-16
/
+705
*
event/Call: signal the calling thread
Max Kellermann
2013-08-10
1
-0
/
+5
*
event/IdleMonitor: new monitor class
Max Kellermann
2013-08-10
2
-0
/
+130
*
event/MultiSocketMonitor: add struct SingleFD
Max Kellermann
2013-08-10
2
-8
/
+32
*
event/MultiSocketMonitor: use uint64_t instead of gint64
Max Kellermann
2013-08-10
2
-5
/
+6
*
event/MultiSocketMonitor: eliminate virtual method CheckSockets()
Max Kellermann
2013-08-10
2
-8
/
+16
*
event/MultiSocketMonitor: PrepareSockets() returns timeout
Max Kellermann
2013-08-10
1
-2
/
+5
*
thread/Id: new class replacing GThread pointers
Max Kellermann
2013-08-10
2
-8
/
+9
*
event: add function BlockingCall()
Max Kellermann
2013-08-08
2
-0
/
+108
*
EventLoop: add methodd IsInside()
Max Kellermann
2013-08-08
2
-2
/
+26
*
EventLoop: un-inline Run() and others
Max Kellermann
2013-08-08
2
-22
/
+61
*
event/*Monitor: add method GetEventLoop()
Max Kellermann
2013-08-08
4
-1
/
+16
*
event/SocketMonitor: un-inline Schedule()
Max Kellermann
2013-08-08
2
-24
/
+23
*
event/SocketMonitor: add assertions
Max Kellermann
2013-08-08
2
-0
/
+12
*
event/BufferedSocket: add missing include
Max Kellermann
2013-08-08
1
-0
/
+1
*
event/DeferredMonitor: rename Run() to RunDeferred()
Max Kellermann
2013-08-07
2
-4
/
+4
*
event/DeferredMonitor: use EventLoop::AddIdle()
Max Kellermann
2013-08-07
2
-3
/
+7
*
event/DeferredMonitor: new class wrapping g_idle_add()
Max Kellermann
2013-08-07
2
-0
/
+109
*
event/EventFD: move to libsystem
Max Kellermann
2013-08-07
5
-361
/
+2
*
event/SignalMonitor: use signalfd() if available
Max Kellermann
2013-08-07
1
-1
/
+72
*
SignalHandlers: move code to new class SignalMonitor
Max Kellermann
2013-08-07
2
-0
/
+197
*
event/Event{Pipe,FD}: auto-create in constructor
Max Kellermann
2013-08-07
4
-59
/
+23
*
Makefile.am: move sources to libsystem.a
Max Kellermann
2013-08-07
7
-10
/
+10
*
configure.ac: add option --enable-eventfd
Max Kellermann
2013-08-06
5
-102
/
+227
[next]