aboutsummaryrefslogtreecommitdiff
path: root/src/listen.c
Commit message (Expand)AuthorAge
* conf: no CamelCase, part IMax Kellermann2009-01-17
* listen: explicitly include sys/socket.hMax Kellermann2009-01-16
* listen: don't compile ipv6Supported() if !HAVE_IPV6Max Kellermann2009-01-15
* listen: remove the socket source from the main contextMax Kellermann2009-01-10
* listen: added struct listen_socketMax Kellermann2009-01-10
* listen: use GLib instead of utils.hMax Kellermann2009-01-03
* client: use GLib instead of utils.hMax Kellermann2009-01-03
* listen: use gethostbyname() on WIN32Max Kellermann2009-01-03
* main: use the GLib main loopMax Kellermann2008-12-30
* listen: don't make the server socket non-blockingMax Kellermann2008-12-30
* listen: include winsock headers on WIN32Max Kellermann2008-12-30
* listen: moved redirect_stdin() to daemon.cMax Kellermann2008-12-30
* listen: eliminated freeAllListenSockets()Max Kellermann2008-12-30
* listen: use GLib loggingMax Kellermann2008-12-29
* removed os_compat.hMax Kellermann2008-12-29
* listen: "port" argument is unused when TCP support is disabledMax Kellermann2008-12-24
* listen: check if AI_ADDRCONFIG is definedMax Kellermann2008-12-02
* listen: enable AI_PASSIVEMax Kellermann2008-12-02
* listen: fix namespace collision on OpenSolarisTom Servo2008-11-07
* listen: set file mode 666 on the unix socketMax Kellermann2008-10-30
* listen: fix "struct ucred" checkAndrzej Rybczak2008-10-18
* listen: fixed unused variable warning without HAVE_UCREDMax Kellermann2008-10-17
* configure.ac: check if "struct ucred" is availableMax Kellermann2008-10-16
* listen, client: enable SO_PASSCRED, get client's uidMax Kellermann2008-10-15
* listen: pass protocol family to establishListen()Max Kellermann2008-10-15
* listen: use getaddrinfo() instead of gethostbyname()Max Kellermann2008-10-15
* client: renamed all public functionsMax Kellermann2008-08-28
* renamed interface.c to client.cMax Kellermann2008-08-28
* unlink the socket before bind()Max Kellermann2008-04-12
* clean up CPP includesMax Kellermann2008-04-12
* 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