aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* socket_util: fix setsockopt() argument type on WIN32Max Kellermann2010-05-181-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
* fd_util: added O_NONBLOCK functionsMax Kellermann2009-11-081-1/+1
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-071-1/+2
* socket_util: fixed format warningMax Kellermann2009-04-011-1/+1
* socket_util: use g_strerror() instead of strerror()Max Kellermann2009-03-161-1/+1
* socket_util: added socket_bind_listen()Max Kellermann2009-03-141-0/+61
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
* socket_util: check if IN6_IS_ADDR_V4MAPPED is definedMax Kellermann2009-03-061-2/+2
* socket_util: include ws2tcpip.h for getnameinfo()Max Kellermann2009-03-011-0/+4
* socket_util: unpack V4MAPPED addressesMax Kellermann2009-02-281-0/+20
* socket_util: added function sockaddr_to_string()Max Kellermann2009-02-281-0/+56