aboutsummaryrefslogtreecommitdiffstats
path: root/src/listen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-1/+2
* listen: move generic code to server_socket.cMax Kellermann2010-10-051-354/+20
* listen: fix "unused parameter" warning on WIN32Max Kellermann2010-09-231-0/+2
* Make get_remote_uid() work on BSDAndreas Vögele2010-06-191-1/+7
* Define winnt or greater on mingw32 to take advantage of get*info().Avuton Olrich2010-03-211-0/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* configure.ac: require GLib 2.12Max Kellermann2009-11-101-0/+1
* fd_util: added O_NONBLOCK functionsMax Kellermann2009-11-081-4/+2
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-071-2/+3
* listen: handle fatal errors with GErrorMax Kellermann2009-09-241-8/+15
* listen: bind() failure on secondary address is non-fatalMax Kellermann2009-06-101-3/+25
* listen: renamed "error" to "error_r" in listen_add_host()Max Kellermann2009-06-101-4/+4
* listen: print debug message before bind()Max Kellermann2009-06-101-0/+7
* Uniform getaddrinfo() on WIN32 or POSIX, because MinGW now supports itSean McNamara2009-03-271-23/+0
* socket_util: added socket_bind_listen()Max Kellermann2009-03-141-41/+4
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* listen: return GError on "unix path too long"Max Kellermann2009-03-011-2/+5
* listen: removed unused macro BINDERROR()Max Kellermann2009-03-011-6/+0
* listen: fix windows specific codeMax Kellermann2009-03-011-5/+8
* listen: allocate sockaddr_storage struct for accept()Max Kellermann2009-02-281-4/+5
* client: use sockaddr_to_string()Max Kellermann2009-02-281-1/+1
* listen: fix unused parameter warnings when TCP is disabledMax Kellermann2009-02-241-0/+3
* listen: removed is_ipv6_enabled()Max Kellermann2009-02-241-19/+14
* listen: splitted listen_add_port() into IPv4 and IPv6Max Kellermann2009-02-241-20/+52
* listen: don't call listen_add_config_param(NULL)Max Kellermann2009-02-241-10/+25
* listen: moved code to listen_add_host()Max Kellermann2009-02-241-58/+78
* listen: moved code to listen_add_path()Max Kellermann2009-02-241-25/+38
* listen: moved code to listen_add_port()Max Kellermann2009-02-241-33/+50
* listen: listen_add_address() returns bool/GErrorMax Kellermann2009-02-241-38/+93
* listen: removed unused macro "MAXHOSTNAME"Max Kellermann2009-02-241-2/+0
* listen: no CamelCaseMax Kellermann2009-02-241-23/+24
* Set boundPort to the current portnumber, so zeroconf announces the right port...Qball Cow2009-02-111-0/+1
* 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