aboutsummaryrefslogtreecommitdiffstats
path: root/src/listen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* removed os_compat.hMax Kellermann2008-12-291-3/+9
* listen: "port" argument is unused when TCP support is disabledMax Kellermann2008-12-241-1/+2
* listen: check if AI_ADDRCONFIG is definedMax Kellermann2008-12-021-1/+4
* listen: enable AI_PASSIVEMax Kellermann2008-12-021-1/+1
* listen: fix namespace collision on OpenSolarisTom Servo2008-11-071-6/+6
* listen: set file mode 666 on the unix socketMax Kellermann2008-10-301-0/+4
* listen: fix "struct ucred" checkAndrzej Rybczak2008-10-181-3/+3
* listen: fixed unused variable warning without HAVE_UCREDMax Kellermann2008-10-171-0/+2
* configure.ac: check if "struct ucred" is availableMax Kellermann2008-10-161-2/+2
* listen, client: enable SO_PASSCRED, get client's uidMax Kellermann2008-10-151-1/+22
* listen: pass protocol family to establishListen()Max Kellermann2008-10-151-27/+8
* listen: use getaddrinfo() instead of gethostbyname()Max Kellermann2008-10-151-31/+22
* client: renamed all public functionsMax Kellermann2008-08-281-1/+1
* renamed interface.c to client.cMax Kellermann2008-08-281-1/+1
* unlink the socket before bind()Max Kellermann2008-04-121-0/+2
* clean up CPP includesMax Kellermann2008-04-121-0/+2
* proper bind error message for unix socketMax Kellermann2008-04-121-1/+2
* provide switches for TCP and unix socketsMax Kellermann2008-04-121-0/+16
* support listening on unix domain socketsMax Kellermann2008-04-121-0/+16
* use constant pointers when possibleMax Kellermann2008-04-121-7/+7
* eliminate unused parametersMax Kellermann2008-04-121-6/+5
* notify: cleanupsEric Wong2008-03-261-1/+1
* listen.c: fix shadow warning hereEric Wong2008-02-051-8/+8
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-12/+1
* 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