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