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
/
listen.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-10
listen: remove the socket source from the main context
Max Kellermann
1
-2
/
+5
2009-01-10
listen: added struct listen_socket
Max Kellermann
1
-16
/
+19
2009-01-03
listen: use GLib instead of utils.h
Max Kellermann
1
-4
/
+21
2009-01-03
client: use GLib instead of utils.h
Max Kellermann
1
-0
/
+2
2009-01-03
listen: use gethostbyname() on WIN32
Max Kellermann
1
-0
/
+18
2008-12-30
main: use the GLib main loop
Max Kellermann
1
-23
/
+21
2008-12-30
listen: don't make the server socket non-blocking
Max Kellermann
1
-7
/
+1
2008-12-30
listen: include winsock headers on WIN32
Max Kellermann
1
-0
/
+6
2008-12-30
listen: moved redirect_stdin() to daemon.c
Max Kellermann
1
-29
/
+0
2008-12-30
listen: eliminated freeAllListenSockets()
Max Kellermann
1
-4
/
+0
2008-12-29
listen: use GLib logging
Max Kellermann
1
-29
/
+32
2008-12-29
removed os_compat.h
Max Kellermann
1
-3
/
+9
2008-12-24
listen: "port" argument is unused when TCP support is disabled
Max Kellermann
1
-1
/
+2
2008-12-02
listen: check if AI_ADDRCONFIG is defined
Max Kellermann
1
-1
/
+4
2008-12-02
listen: enable AI_PASSIVE
Max Kellermann
1
-1
/
+1
2008-11-07
listen: fix namespace collision on OpenSolaris
Tom Servo
1
-6
/
+6
2008-10-30
listen: set file mode 666 on the unix socket
Max Kellermann
1
-0
/
+4
2008-10-18
listen: fix "struct ucred" check
Andrzej Rybczak
1
-3
/
+3
2008-10-17
listen: fixed unused variable warning without HAVE_UCRED
Max Kellermann
1
-0
/
+2
2008-10-16
configure.ac: check if "struct ucred" is available
Max Kellermann
1
-2
/
+2
2008-10-15
listen, client: enable SO_PASSCRED, get client's uid
Max Kellermann
1
-1
/
+22
2008-10-15
listen: pass protocol family to establishListen()
Max Kellermann
1
-27
/
+8
2008-10-15
listen: use getaddrinfo() instead of gethostbyname()
Max Kellermann
1
-31
/
+22
2008-08-28
client: renamed all public functions
Max Kellermann
1
-1
/
+1
2008-08-28
renamed interface.c to client.c
Max Kellermann
1
-1
/
+1
2008-04-12
unlink the socket before bind()
Max Kellermann
1
-0
/
+2
2008-04-12
clean up CPP includes
Max Kellermann
1
-0
/
+2
2008-04-12
proper bind error message for unix socket
Max Kellermann
1
-1
/
+2
2008-04-12
provide switches for TCP and unix sockets
Max Kellermann
1
-0
/
+16
2008-04-12
support listening on unix domain sockets
Max Kellermann
1
-0
/
+16
2008-04-12
use constant pointers when possible
Max Kellermann
1
-7
/
+7
2008-04-12
eliminate unused parameters
Max Kellermann
1
-6
/
+5
2008-03-26
notify: cleanups
Eric Wong
1
-1
/
+1
2008-02-05
listen.c: fix shadow warning here
Eric Wong
1
-8
/
+8
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-12
/
+1
2007-09-05
Redirect stdin *before* we establish a listen socket
Eric Wong
1
-0
/
+29
2007-08-27
export FATAL() with noreturn attribute
Eric Wong
1
-3
/
+3
2007-06-01
Removing the getBoundPort() function and just making boundPort an extern.
J. Alexander Treuman
1
-6
/
+1
2007-05-26
After changing ERROR();exit() to FATAL(), gcc incorrectly detects some
J. Alexander Treuman
1
-3
/
+3
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
1
-31
/
+16
2007-04-05
The massive copyright update
Avuton Olrich
1
-1
/
+1
2007-02-28
Removing a useless block.
J. Alexander Treuman
1
-13
/
+10
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
1
-3
/
+3
2007-01-14
avahi: more sparse fixes (-Wshadow, non-ANSI declarations)
Eric Wong
1
-1
/
+1
2007-01-11
Added zeroconf service publishing using avahi
Jim Ramsay
1
-0
/
+8
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
1
-1
/
+1
2006-08-01
src/listen.c: replace bcopy with memcpy
Eric Wong
1
-4
/
+4
2006-07-22
Fix the ipv6 bind issue in a nicer way
J. Alexander Treuman
1
-11
/
+17
2006-07-22
Fix bug when binding to both ipv6 and ipv4 on Linux
J. Alexander Treuman
1
-11
/
+24
2006-07-20
Add mpd-indent.sh
Avuton Olrich
1
-67
/
+68
[next]