| Commit message (Expand) | Author | Age | Files | Lines |
* | Make get_remote_uid() work on BSD | Andreas Vögele | 2010-06-19 | 1 | -1/+7 |
* | Define winnt or greater on mingw32 to take advantage of get*info(). | Avuton Olrich | 2010-03-21 | 1 | -0/+1 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -1/+1 |
* | configure.ac: require GLib 2.12 | Max Kellermann | 2009-11-10 | 1 | -0/+1 |
* | fd_util: added O_NONBLOCK functions | Max Kellermann | 2009-11-08 | 1 | -4/+2 |
* | set the close-on-exec flag on all file descriptors | Max Kellermann | 2009-11-07 | 1 | -2/+3 |
* | listen: handle fatal errors with GError | Max Kellermann | 2009-09-24 | 1 | -8/+15 |
* | listen: bind() failure on secondary address is non-fatal | Max Kellermann | 2009-06-10 | 1 | -3/+25 |
* | listen: renamed "error" to "error_r" in listen_add_host() | Max Kellermann | 2009-06-10 | 1 | -4/+4 |
* | listen: print debug message before bind() | Max Kellermann | 2009-06-10 | 1 | -0/+7 |
* | Uniform getaddrinfo() on WIN32 or POSIX, because MinGW now supports it | Sean McNamara | 2009-03-27 | 1 | -23/+0 |
* | socket_util: added socket_bind_listen() | Max Kellermann | 2009-03-14 | 1 | -41/+4 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | listen: return GError on "unix path too long" | Max Kellermann | 2009-03-01 | 1 | -2/+5 |
* | listen: removed unused macro BINDERROR() | Max Kellermann | 2009-03-01 | 1 | -6/+0 |
* | listen: fix windows specific code | Max Kellermann | 2009-03-01 | 1 | -5/+8 |
* | listen: allocate sockaddr_storage struct for accept() | Max Kellermann | 2009-02-28 | 1 | -4/+5 |
* | client: use sockaddr_to_string() | Max Kellermann | 2009-02-28 | 1 | -1/+1 |
* | listen: fix unused parameter warnings when TCP is disabled | Max Kellermann | 2009-02-24 | 1 | -0/+3 |
* | listen: removed is_ipv6_enabled() | Max Kellermann | 2009-02-24 | 1 | -19/+14 |
* | listen: splitted listen_add_port() into IPv4 and IPv6 | Max Kellermann | 2009-02-24 | 1 | -20/+52 |
* | listen: don't call listen_add_config_param(NULL) | Max Kellermann | 2009-02-24 | 1 | -10/+25 |
* | listen: moved code to listen_add_host() | Max Kellermann | 2009-02-24 | 1 | -58/+78 |
* | listen: moved code to listen_add_path() | Max Kellermann | 2009-02-24 | 1 | -25/+38 |
* | listen: moved code to listen_add_port() | Max Kellermann | 2009-02-24 | 1 | -33/+50 |
* | listen: listen_add_address() returns bool/GError | Max Kellermann | 2009-02-24 | 1 | -38/+93 |
* | listen: removed unused macro "MAXHOSTNAME" | Max Kellermann | 2009-02-24 | 1 | -2/+0 |
* | listen: no CamelCase | Max Kellermann | 2009-02-24 | 1 | -23/+24 |
* | Set boundPort to the current portnumber, so zeroconf announces the right port... | Qball Cow | 2009-02-11 | 1 | -0/+1 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -2/+2 |
* | use config_get_positive() instead of manual parsing | Max Kellermann | 2009-01-21 | 1 | -15/+1 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -4/+6 |
* | listen: explicitly include sys/socket.h | Max Kellermann | 2009-01-16 | 1 | -0/+1 |
* | listen: don't compile ipv6Supported() if !HAVE_IPV6 | Max Kellermann | 2009-01-15 | 1 | -4/+2 |
* | listen: remove the socket source from the main context | Max Kellermann | 2009-01-10 | 1 | -2/+5 |
* | listen: added struct listen_socket | Max Kellermann | 2009-01-10 | 1 | -16/+19 |
* | listen: use GLib instead of utils.h | Max Kellermann | 2009-01-03 | 1 | -4/+21 |
* | client: use GLib instead of utils.h | Max Kellermann | 2009-01-03 | 1 | -0/+2 |
* | listen: use gethostbyname() on WIN32 | Max Kellermann | 2009-01-03 | 1 | -0/+18 |
* | main: use the GLib main loop | Max Kellermann | 2008-12-30 | 1 | -23/+21 |
* | listen: don't make the server socket non-blocking | Max Kellermann | 2008-12-30 | 1 | -7/+1 |
* | listen: include winsock headers on WIN32 | Max Kellermann | 2008-12-30 | 1 | -0/+6 |
* | listen: moved redirect_stdin() to daemon.c | Max Kellermann | 2008-12-30 | 1 | -29/+0 |
* | listen: eliminated freeAllListenSockets() | Max Kellermann | 2008-12-30 | 1 | -4/+0 |
* | listen: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -29/+32 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -3/+9 |
* | listen: "port" argument is unused when TCP support is disabled | Max Kellermann | 2008-12-24 | 1 | -1/+2 |
* | listen: check if AI_ADDRCONFIG is defined | Max Kellermann | 2008-12-02 | 1 | -1/+4 |
* | listen: enable AI_PASSIVE | Max Kellermann | 2008-12-02 | 1 | -1/+1 |