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