aboutsummaryrefslogtreecommitdiffstats
path: root/src/listen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Redirect stdin *before* we establish a listen socketEric Wong2007-09-051-0/+29
* export FATAL() with noreturn attributeEric Wong2007-08-271-3/+3
* Removing the getBoundPort() function and just making boundPort an extern.J. Alexander Treuman2007-06-011-6/+1
* After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman2007-05-261-3/+3
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-31/+16
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Removing a useless block.J. Alexander Treuman2007-02-281-13/+10
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-3/+3
* avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong2007-01-141-1/+1
* Added zeroconf service publishing using avahiJim Ramsay2007-01-111-0/+8
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-1/+1
* src/listen.c: replace bcopy with memcpyEric Wong2006-08-011-4/+4
* Fix the ipv6 bind issue in a nicer wayJ. Alexander Treuman2006-07-221-11/+17
* Fix bug when binding to both ipv6 and ipv4 on LinuxJ. Alexander Treuman2006-07-221-11/+24
* Add mpd-indent.shAvuton Olrich2006-07-201-67/+68
* bind to ipv4 and ipv6 addresses for "any"Warren Dukes2006-07-191-64/+69
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-3/+3
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* [CLEANUP] remove unused functionAvuton Olrich2006-07-141-8/+0
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-161-0/+3
* forgot to print a strerrorWarren Dukes2005-09-031-1/+1
* fix a spelling error in a debug msgWarren Dukes2005-03-191-1/+1
* change some header includes so that we can compile on OS XWarren Dukes2005-03-131-3/+0
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-061-3/+22
* add "genre" and "description" to shout config parametersWarren Dukes2004-11-091-2/+3
* todo updateWarren Dukes2004-11-031-1/+2
* now one can specify multiple bind_to_addressesWarren Dukes2004-11-031-29/+78
* todo updateWarren Dukes2004-11-031-1/+0
* merge shank-rewrite-config changesWarren Dukes2004-10-281-8/+12
* move ipv6supported from listen.c to utils.cWarren Dukes2004-05-151-10/+1
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-021-3/+3
* import from SF CVSWarren Dukes2004-02-231-0/+186