aboutsummaryrefslogtreecommitdiffstats
path: root/src/listen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-30main: use the GLib main loopMax Kellermann1-23/+21
2008-12-30listen: don't make the server socket non-blockingMax Kellermann1-7/+1
2008-12-30listen: include winsock headers on WIN32Max Kellermann1-0/+6
2008-12-30listen: moved redirect_stdin() to daemon.cMax Kellermann1-29/+0
2008-12-30listen: eliminated freeAllListenSockets()Max Kellermann1-4/+0
2008-12-29listen: use GLib loggingMax Kellermann1-29/+32
2008-12-29removed os_compat.hMax Kellermann1-3/+9
2008-12-24listen: "port" argument is unused when TCP support is disabledMax Kellermann1-1/+2
2008-12-02listen: check if AI_ADDRCONFIG is definedMax Kellermann1-1/+4
2008-12-02listen: enable AI_PASSIVEMax Kellermann1-1/+1
2008-11-07listen: fix namespace collision on OpenSolarisTom Servo1-6/+6
2008-10-30listen: set file mode 666 on the unix socketMax Kellermann1-0/+4
2008-10-18listen: fix "struct ucred" checkAndrzej Rybczak1-3/+3
2008-10-17listen: fixed unused variable warning without HAVE_UCREDMax Kellermann1-0/+2
2008-10-16configure.ac: check if "struct ucred" is availableMax Kellermann1-2/+2
2008-10-15listen, client: enable SO_PASSCRED, get client's uidMax Kellermann1-1/+22
2008-10-15listen: pass protocol family to establishListen()Max Kellermann1-27/+8
2008-10-15listen: use getaddrinfo() instead of gethostbyname()Max Kellermann1-31/+22
2008-08-28client: renamed all public functionsMax Kellermann1-1/+1
2008-08-28renamed 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