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