aboutsummaryrefslogtreecommitdiff
path: root/src/listen.c
Commit message (Expand)AuthorAge
* require GLib 2.16Max Kellermann2012-07-10
* listen: implement systemd socket activationMax Kellermann2012-02-13
* copyright year 2011Max Kellermann2011-01-29
* player_control: removed the global variable "pc"Max Kellermann2011-01-10
* listen: move generic code to server_socket.cMax Kellermann2010-10-05
* listen: fix "unused parameter" warning on WIN32Max Kellermann2010-09-23
* Make get_remote_uid() work on BSDAndreas Vögele2010-06-19
* Define winnt or greater on mingw32 to take advantage of get*info().Avuton Olrich2010-03-21
* Update copyright notices.Avuton Olrich2009-12-31
* include config.h in all sourcesMax Kellermann2009-11-12
* configure.ac: require GLib 2.12Max Kellermann2009-11-10
* fd_util: added O_NONBLOCK functionsMax Kellermann2009-11-08
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-07
* listen: handle fatal errors with GErrorMax Kellermann2009-09-24
* listen: bind() failure on secondary address is non-fatalMax Kellermann2009-06-10
* listen: renamed "error" to "error_r" in listen_add_host()Max Kellermann2009-06-10
* listen: print debug message before bind()Max Kellermann2009-06-10
* Uniform getaddrinfo() on WIN32 or POSIX, because MinGW now supports itSean McNamara2009-03-27
* socket_util: added socket_bind_listen()Max Kellermann2009-03-14
* all: Update copyright header.Avuton Olrich2009-03-13
* listen: return GError on "unix path too long"Max Kellermann2009-03-01
* listen: removed unused macro BINDERROR()Max Kellermann2009-03-01
* listen: fix windows specific codeMax Kellermann2009-03-01
* listen: allocate sockaddr_storage struct for accept()Max Kellermann2009-02-28
* client: use sockaddr_to_string()Max Kellermann2009-02-28
* listen: fix unused parameter warnings when TCP is disabledMax Kellermann2009-02-24
* listen: removed is_ipv6_enabled()Max Kellermann2009-02-24
* listen: splitted listen_add_port() into IPv4 and IPv6Max Kellermann2009-02-24
* listen: don't call listen_add_config_param(NULL)Max Kellermann2009-02-24
* listen: moved code to listen_add_host()Max Kellermann2009-02-24
* listen: moved code to listen_add_path()Max Kellermann2009-02-24
* listen: moved code to listen_add_port()Max Kellermann2009-02-24
* listen: listen_add_address() returns bool/GErrorMax Kellermann2009-02-24
* listen: removed unused macro "MAXHOSTNAME"Max Kellermann2009-02-24
* listen: no CamelCaseMax Kellermann2009-02-24
* Set boundPort to the current portnumber, so zeroconf announces the right port...Qball Cow2009-02-11
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* use config_get_positive() instead of manual parsingMax Kellermann2009-01-21
* 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