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/ServerSocket: fix AF_UNIX address in use error
Anthony DeRossi
2015-09-30
1
-0
/
+2
*
event/ServerSocket: use AllocatedSocketAddress to build local socket address
Max Kellermann
2015-07-22
1
-13
/
+4
*
event/ServerSocket: use AllocatedSocketAddress for OneServerSocket::address
Max Kellermann
2015-07-22
2
-9
/
+16
*
net/StaticSocketAddress: replace cast operator with GetAddress()
Max Kellermann
2015-07-22
1
-2
/
+2
*
net/ToString: rename sockaddr_to_string() to ToString()
Max Kellermann
2015-07-22
1
-1
/
+1
*
net/Resolver: move sockaddr_to_string() to ToString.cxx
Max Kellermann
2015-07-22
1
-0
/
+1
*
*: doxygen fixups
Max Kellermann
2015-03-17
1
-6
/
+3
*
event/ServerSocket: #ifdef out local socket support on Windows
Max Kellermann
2015-03-05
1
-0
/
+8
*
net/StaticSocketAdress: new class wrapping struct sockaddr_storage
Max Kellermann
2015-02-13
1
-7
/
+11
*
net/SocketAddress: light wrapper for struct sockaddr
Max Kellermann
2015-02-10
2
-26
/
+24
*
system/{Resolver,Socket{Error,Util}}: move to new library libnet.a
Max Kellermann
2015-02-10
3
-5
/
+5
*
event/ServerSocket: remove obsolete macro DEFAULT_PORT
Max Kellermann
2015-02-10
1
-2
/
+0
*
event/ServerSocket: remove obsolete typedef
Max Kellermann
2015-02-10
1
-6
/
+0
*
Copyright year 2015
Max Kellermann
2015-01-01
30
-30
/
+30
*
Merge branch 'v0.19.x'
Max Kellermann
2014-12-15
1
-1
/
+2
|
\
|
*
event/Loop: read the "again" flag while holding mutex
Max Kellermann
2014-12-14
1
-1
/
+2
*
|
playlist, InotifySource, ...: update GLib comments
Max Kellermann
2014-12-04
1
-1
/
+1
|
/
*
event/DeferredMonitor: include cleanup
Max Kellermann
2014-11-25
1
-3
/
+0
*
Merge tag 'v0.18.18' into v0.19.x
Max Kellermann
2014-11-18
1
-1
/
+1
|
\
|
*
event/ServerSocket: fix get_remote_uid() error value
Max Kellermann
2014-11-18
1
-1
/
+1
*
|
event/IdleMonitor: remove redundant comment
Max Kellermann
2014-10-10
1
-2
/
+1
*
|
Merge branch 'v0.18.x'
Max Kellermann
2014-08-24
1
-1
/
+1
|
\
|
|
*
event/TimeoutMonitor: really reset "active" flag before invoking OnTimeout()
Max Kellermann
2014-08-24
1
-1
/
+1
*
|
Merge branch 'v0.18.x'
Max Kellermann
2014-08-24
1
-0
/
+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/BufferedSocket: fix inversed buffer check
Max Kellermann
2014-08-07
1
-1
/
+1
*
|
util/FifoBuffer: rename to StaticFifoBuffer
Max Kellermann
2014-08-06
1
-2
/
+2
*
|
configure.ac: always define _GNU_SOURCE on Linux
Max Kellermann
2014-03-15
1
-5
/
+0
*
|
Merge branch 'v0.18.x'
Max Kellermann
2014-02-18
1
-1
/
+22
|
\
|
|
*
event/SignalMonitor: unblock signals after fork
Max Kellermann
2014-02-18
1
-1
/
+22
*
|
event/Loop: remove the dummy constructor argument
Max Kellermann
2014-02-05
2
-4
/
+2
*
|
copyright year 2014
Max Kellermann
2014-01-13
30
-30
/
+30
*
|
event/Loop: allow AddTimer() after Run() has returned
Max Kellermann
2014-01-09
1
-1
/
+3
*
|
event/Loop: allow scheduling events before Run()
Max Kellermann
2014-01-09
3
-5
/
+29
*
|
util/Alloc: new library replacing GLib's g_malloc()
Max Kellermann
2014-01-07
1
-4
/
+3
*
|
event/Loop: cancel the WakeFD monitor in destructor
Max Kellermann
2014-01-06
1
-0
/
+4
*
|
event/MultiSocketMonitor: add method ClearSocketList()
Max Kellermann
2014-01-06
2
-0
/
+14
*
|
event/SocketMonitor: don't close the socket automatically
Max Kellermann
2014-01-06
6
-14
/
+8
*
|
event/IdleMonitor: cancel in destructor only if active
Max Kellermann
2014-01-06
1
-1
/
+6
*
|
event/MultiSocketMonitor: API documentation
Max Kellermann
2014-01-06
1
-0
/
+10
*
|
event/Loop: try to avoid the WakeFD when adding DeferredMonitor
Max Kellermann
2014-01-05
2
-2
/
+24
*
|
event/Loop: combine multiple WakeFD::Write() calls
Max Kellermann
2014-01-05
1
-1
/
+6
*
|
event/Loop: add attribute "again"
Max Kellermann
2014-01-05
2
-2
/
+10
*
|
event/Loop: add thread-safety assertions
Max Kellermann
2014-01-05
3
-1
/
+30
*
|
event/Loop: remove obsolete assertion
Max Kellermann
2014-01-05
1
-2
/
+0
*
|
event/Loop: move code to HandleDeferred()
Max Kellermann
2014-01-05
2
-8
/
+19
*
|
event/MultiSocketMonitor: add missing <algorithm> include
Max Kellermann
2014-01-05
1
-0
/
+2
[next]