summaryrefslogtreecommitdiff
path: root/src/listen.c
AgeCommit message (Expand)Author
2009-06-10listen: bind() failure on secondary address is non-fatalMax Kellermann
2009-06-10listen: renamed "error" to "error_r" in listen_add_host()Max Kellermann
2009-06-10listen: print debug message before bind()Max Kellermann
2009-03-27Uniform getaddrinfo() on WIN32 or POSIX, because MinGW now supports itSean McNamara
2009-03-14socket_util: added socket_bind_listen()Max Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-01listen: return GError on "unix path too long"Max Kellermann
2009-03-01listen: removed unused macro BINDERROR()Max Kellermann
2009-03-01listen: fix windows specific codeMax Kellermann
2009-02-28listen: allocate sockaddr_storage struct for accept()Max Kellermann
2009-02-28client: use sockaddr_to_string()Max Kellermann
2009-02-24listen: fix unused parameter warnings when TCP is disabledMax Kellermann
2009-02-24listen: removed is_ipv6_enabled()Max Kellermann
2009-02-24listen: splitted listen_add_port() into IPv4 and IPv6Max Kellermann
2009-02-24listen: don't call listen_add_config_param(NULL)Max Kellermann
2009-02-24listen: moved code to listen_add_host()Max Kellermann
2009-02-24listen: moved code to listen_add_path()Max Kellermann
2009-02-24listen: moved code to listen_add_port()Max Kellermann
2009-02-24listen: listen_add_address() returns bool/GErrorMax Kellermann
2009-02-24listen: removed unused macro "MAXHOSTNAME"Max Kellermann
2009-02-24listen: no CamelCaseMax Kellermann
2009-02-11Set boundPort to the current portnumber, so zeroconf announces the right port...Qball Cow
2009-01-25conf: const pointers in block get functionsMax Kellermann
2009-01-21use config_get_positive() instead of manual parsingMax Kellermann
2009-01-17conf: no CamelCase, part IMax Kellermann
2009-01-16listen: explicitly include sys/socket.hMax Kellermann
2009-01-15listen: don't compile ipv6Supported() if !HAVE_IPV6Max Kellermann
2009-01-10listen: remove the socket source from the main contextMax Kellermann
2009-01-10listen: added struct listen_socketMax Kellermann
2009-01-03listen: use GLib instead of utils.hMax Kellermann
2009-01-03client: use GLib instead of utils.hMax Kellermann
2009-01-03listen: use gethostbyname() on WIN32Max Kellermann
2008-12-30main: use the GLib main loopMax Kellermann
2008-12-30listen: don't make the server socket non-blockingMax Kellermann
2008-12-30listen: include winsock headers on WIN32Max Kellermann
2008-12-30listen: moved redirect_stdin() to daemon.cMax Kellermann
2008-12-30listen: eliminated freeAllListenSockets()Max Kellermann
2008-12-29listen: use GLib loggingMax Kellermann
2008-12-29removed os_compat.hMax Kellermann
2008-12-24listen: "port" argument is unused when TCP support is disabledMax Kellermann
2008-12-02listen: check if AI_ADDRCONFIG is definedMax Kellermann
2008-12-02listen: enable AI_PASSIVEMax Kellermann
2008-11-07listen: fix namespace collision on OpenSolarisTom Servo
2008-10-30listen: set file mode 666 on the unix socketMax Kellermann
2008-10-18listen: fix "struct ucred" checkAndrzej Rybczak
2008-10-17listen: fixed unused variable warning without HAVE_UCREDMax Kellermann
2008-10-16configure.ac: check if "struct ucred" is availableMax Kellermann
2008-10-15listen, client: enable SO_PASSCRED, get client's uidMax Kellermann
2008-10-15listen: pass protocol family to establishListen()Max Kellermann
2008-10-15listen: use getaddrinfo() instead of gethostbyname()Max Kellermann