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
/
listen.c
Age
Commit message (
Expand
)
Author
2008-08-28
client: renamed all public functions
Max Kellermann
2008-08-28
renamed interface.c to client.c
Max Kellermann
2008-04-12
unlink the socket before bind()
Max Kellermann
2008-04-12
clean up CPP includes
Max Kellermann
2008-04-12
proper bind error message for unix socket
Max Kellermann
2008-04-12
provide switches for TCP and unix sockets
Max Kellermann
2008-04-12
support listening on unix domain sockets
Max Kellermann
2008-04-12
use constant pointers when possible
Max Kellermann
2008-04-12
eliminate unused parameters
Max Kellermann
2008-03-26
notify: cleanups
Eric Wong
2008-02-05
listen.c: fix shadow warning here
Eric Wong
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2007-09-05
Redirect stdin *before* we establish a listen socket
Eric Wong
2007-08-27
export FATAL() with noreturn attribute
Eric Wong
2007-06-01
Removing the getBoundPort() function and just making boundPort an extern.
J. Alexander Treuman
2007-05-26
After changing ERROR();exit() to FATAL(), gcc incorrectly detects some
J. Alexander Treuman
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-04-05
The massive copyright update
Avuton Olrich
2007-02-28
Removing a useless block.
J. Alexander Treuman
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
2007-01-14
avahi: more sparse fixes (-Wshadow, non-ANSI declarations)
Eric Wong
2007-01-11
Added zeroconf service publishing using avahi
Jim Ramsay
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-08-01
src/listen.c: replace bcopy with memcpy
Eric Wong
2006-07-22
Fix the ipv6 bind issue in a nicer way
J. Alexander Treuman
2006-07-22
Fix bug when binding to both ipv6 and ipv4 on Linux
J. Alexander Treuman
2006-07-20
Add mpd-indent.sh
Avuton Olrich
2006-07-19
bind to ipv4 and ipv6 addresses for "any"
Warren Dukes
2006-07-17
sparse: ANSI-fy function declarations
Eric Wong
2006-07-14
Change shank's email address
J. Alexander Treuman
2006-07-14
[CLEANUP] remove unused function
Avuton Olrich
2006-07-13
Huge header update, update the copyright and add
Avuton Olrich
2005-11-16
DJWLindenaar balanced tree and master process patch
Qball Cow
2005-09-03
forgot to print a strerror
Warren Dukes
2005-03-19
fix a spelling error in a debug msg
Warren Dukes
2005-03-13
change some header includes so that we can compile on OS X
Warren Dukes
2005-03-06
config file change! now 'port' is optional and 'db_file' is required!
Warren Dukes
2004-11-09
add "genre" and "description" to shout config parameters
Warren Dukes
2004-11-03
todo update
Warren Dukes
2004-11-03
now one can specify multiple bind_to_addresses
Warren Dukes
2004-11-03
todo update
Warren Dukes
2004-10-28
merge shank-rewrite-config changes
Warren Dukes
2004-05-15
move ipv6supported from listen.c to utils.c
Warren Dukes
2004-04-14
add vim shiznit to end of all source files
Warren Dukes
2004-04-02
use EXIT_SUCCESS and EXIT_FAILURE
Warren Dukes
2004-02-23
import from SF CVS
Warren Dukes