aboutsummaryrefslogtreecommitdiffstats
path: root/src/listen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-1/+2
2010-10-05listen: move generic code to server_socket.cMax Kellermann1-354/+20
2010-09-23listen: fix "unused parameter" warning on WIN32Max Kellermann1-0/+2
2010-06-30Make get_remote_uid() work on BSDAndreas Vögele1-1/+7
2010-06-19Make get_remote_uid() work on BSDAndreas Vögele1-1/+7
2010-03-21Define winnt or greater on mingw32 to take advantage of get*info().Avuton Olrich1-0/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-10configure.ac: require GLib 2.12Max Kellermann1-0/+1
2009-11-08fd_util: added O_NONBLOCK functionsMax Kellermann1-4/+2
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-2/+3
2009-09-24listen: handle fatal errors with GErrorMax Kellermann1-8/+15
2009-06-10listen: bind() failure on secondary address is non-fatalMax Kellermann1-3/+25
2009-06-10listen: renamed "error" to "error_r" in listen_add_host()Max Kellermann1-4/+4
2009-06-10listen: print debug message before bind()Max Kellermann1-0/+7
2009-03-27Uniform getaddrinfo() on WIN32 or POSIX, because MinGW now supports itSean McNamara1-23/+0
2009-03-14socket_util: added socket_bind_listen()Max Kellermann1-41/+4
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-01listen: return GError on "unix path too long"Max Kellermann1-2/+5
2009-03-01listen: removed unused macro BINDERROR()Max Kellermann1-6/+0
2009-03-01listen: fix windows specific codeMax Kellermann1-5/+8
2009-02-28listen: allocate sockaddr_storage struct for accept()Max Kellermann1-4/+5
2009-02-28client: use sockaddr_to_string()Max Kellermann1-1/+1
2009-02-24listen: fix unused parameter warnings when TCP is disabledMax Kellermann1-0/+3
2009-02-24listen: removed is_ipv6_enabled()Max Kellermann1-19/+14
2009-02-24listen: splitted listen_add_port() into IPv4 and IPv6Max Kellermann1-20/+52
2009-02-24listen: don't call listen_add_config_param(NULL)Max Kellermann1-10/+25
2009-02-24listen: moved code to listen_add_host()Max Kellermann1-58/+78
2009-02-24listen: moved code to listen_add_path()Max Kellermann1-25/+38
2009-02-24listen: moved code to listen_add_port()Max Kellermann1-33/+50
2009-02-24listen: listen_add_address() returns bool/GErrorMax Kellermann1-38/+93
2009-02-24listen: removed unused macro "MAXHOSTNAME"Max Kellermann1-2/+0
2009-02-24listen: no CamelCaseMax Kellermann1-23/+24
2009-02-11Set boundPort to the current portnumber, so zeroconf announces the right port...Qball Cow1-0/+1
2009-01-25conf: const pointers in block get functionsMax Kellermann1-2/+2
2009-01-21use config_get_positive() instead of manual parsingMax Kellermann1-15/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-4/+6
2009-01-16listen: explicitly include sys/socket.hMax Kellermann1-0/+1
2009-01-15listen: don't compile ipv6Supported() if !HAVE_IPV6Max Kellermann1-4/+2
2009-01-10listen: remove the socket source from the main contextMax Kellermann1-2/+5
2009-01-10listen: added struct listen_socketMax Kellermann1-16/+19
2009-01-03listen: use GLib instead of utils.hMax Kellermann1-4/+21
2009-01-03client: use GLib instead of utils.hMax Kellermann1-0/+2
2009-01-03listen: use gethostbyname() on WIN32Max Kellermann1-0/+18
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