aboutsummaryrefslogtreecommitdiffstats
path: root/src/listen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* conf: const pointers in block get functionsMax Kellermann2009-01-251-2/+2
* use config_get_positive() instead of manual parsingMax Kellermann2009-01-211-15/+1
* conf: no CamelCase, part IMax Kellermann2009-01-171-4/+6
* listen: explicitly include sys/socket.hMax Kellermann2009-01-161-0/+1
* listen: don't compile ipv6Supported() if !HAVE_IPV6Max Kellermann2009-01-151-4/+2
* listen: remove the socket source from the main contextMax Kellermann2009-01-101-2/+5
* listen: added struct listen_socketMax Kellermann2009-01-101-16/+19
* listen: use GLib instead of utils.hMax Kellermann2009-01-031-4/+21
* client: use GLib instead of utils.hMax Kellermann2009-01-031-0/+2
* listen: use gethostbyname() on WIN32Max Kellermann2009-01-031-0/+18
* main: use the GLib main loopMax Kellermann2008-12-301-23/+21
* listen: don't make the server socket non-blockingMax Kellermann2008-12-301-7/+1
* listen: include winsock headers on WIN32Max Kellermann2008-12-301-0/+6
* listen: moved redirect_stdin() to daemon.cMax Kellermann2008-12-301-29/+0
* listen: eliminated freeAllListenSockets()Max Kellermann2008-12-301-4/+0
* listen: use GLib loggingMax Kellermann2008-12-291-29/+32
* 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