aboutsummaryrefslogtreecommitdiffstats
path: root/src/listen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-01client: renamed all public functionsMax Kellermann1-1/+1
2008-09-01renamed interface.c to client.cMax Kellermann1-1/+1
2008-04-12unlink the socket before bind()Max Kellermann1-0/+2
2008-04-12clean up CPP includesMax Kellermann1-0/+2
2008-04-12proper bind error message for unix socketMax Kellermann1-1/+2
2008-04-12provide switches for TCP and unix socketsMax Kellermann1-0/+16
2008-04-12support listening on unix domain socketsMax Kellermann1-0/+16
2008-04-12use constant pointers when possibleMax Kellermann1-7/+7
2008-04-12eliminate unused parametersMax Kellermann1-6/+5
2008-03-26notify: cleanupsEric Wong1-1/+1
2008-02-05listen.c: fix shadow warning hereEric Wong1-8/+8
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-12/+1
2007-09-05Redirect stdin *before* we establish a listen socketEric Wong1-0/+29
2007-08-27export FATAL() with noreturn attributeEric Wong1-3/+3
2007-06-01Removing the getBoundPort() function and just making boundPort an extern.J. Alexander Treuman1-6/+1
2007-05-26After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman1-3/+3
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-31/+16
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-28Removing a useless block.J. Alexander Treuman1-13/+10
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-3/+3
2007-01-14avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong1-1/+1
2007-01-11Added zeroconf service publishing using avahiJim Ramsay1-0/+8
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+1
2006-08-01src/listen.c: replace bcopy with memcpyEric Wong1-4/+4
2006-07-22Fix the ipv6 bind issue in a nicer wayJ. Alexander Treuman1-11/+17
2006-07-22Fix bug when binding to both ipv6 and ipv4 on LinuxJ. Alexander Treuman1-11/+24
2006-07-20Add mpd-indent.shAvuton Olrich1-67/+68
2006-07-19bind to ipv4 and ipv6 addresses for "any"Warren Dukes1-64/+69
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-3/+3
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14[CLEANUP] remove unused functionAvuton Olrich1-8/+0
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow1-0/+3
2005-09-03forgot to print a strerrorWarren Dukes1-1/+1
2005-03-19fix a spelling error in a debug msgWarren Dukes1-1/+1
2005-03-13change some header includes so that we can compile on OS XWarren Dukes1-3/+0
2005-03-06config file change! now 'port' is optional and 'db_file' is required!Warren Dukes1-3/+22
2004-11-09add "genre" and "description" to shout config parametersWarren Dukes1-2/+3
2004-11-03todo updateWarren Dukes1-1/+2
2004-11-03now one can specify multiple bind_to_addressesWarren Dukes1-29/+78
2004-11-03todo updateWarren Dukes1-1/+0
2004-10-28merge shank-rewrite-config changesWarren Dukes1-8/+12
2004-05-15move ipv6supported from listen.c to utils.cWarren Dukes1-10/+1
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-3/+3