summaryrefslogtreecommitdiff
path: root/network_io/unix
Commit message (Expand)AuthorAgeFilesLines
* Small corrections to if_indextoname resolution on win32, compiles cleanwrowe2019-03-191-2/+2
* Replace the link-time pragma from r1839494 with APR_DECLARE_LATE_DLL_FUNC wrowe2019-03-191-1/+0
* Fix breakage on _WIN32_WINNT>=0x0600 due to if_indextoname,wrowe2018-08-281-0/+5
* * network_io/unix/sockaddr.c (apr_sockaddr_zone_set): Failjorton2017-11-291-1/+2
* Support IPv6 link-local address scope/zone mapping.jorton2017-11-281-3/+97
* * network_io/unix/sockaddr.c (apr_parse_addr_port): Fix regression injorton2017-10-251-1/+1
* * network_io/unix/sockaddr.c (looks_like_ip): Fail for the emptyjorton2017-09-111-0/+4
* apr_socket_sendfile:ylavic2017-03-281-76/+68
* apr_socket_sendfile: don't reset APR_TCP_NOPUSH if we didn't set it.ylavic2017-03-281-10/+24
* * network_io/unix/sockopt.c (apr_socket_opt_set): Return APR_ENOTIMPLjorton2016-03-041-1/+1
* * include/apr_network_io.h (APR_SO_FREEBIND): Add option.jorton2016-03-031-0/+14
* fix comparison of sin6_addrsf2015-08-161-1/+1
* * network_io/unix/sockaddr.c (apr_parse_addr_port): Simplify to usejorton2015-06-041-11/+3
* Follow up to r1666341: fix missing apr_socket_create() and apr_socket_accept(...ylavic2015-03-201-4/+10
* *) On z/OS, apr_sockaddr_info_get() with family == APR_UNSPEC was not covener2014-10-271-0/+10
* Add apr_sockaddr_info_copy(), for making a deep copy of antrawick2014-04-131-0/+36
* Fix the inheritance of the non-blocking option across apr_socket_accept()trawick2013-12-171-1/+14
* Follow up to r1543033:trawick2013-11-181-5/+1
* OSX (Darwin) returns APR_POLLHUP|APR_POLLIN, so thejim2013-11-181-0/+5
* add apr_sockaddr_is_wildcard() APItrawick2013-11-121-0/+29
* * network_io/unix/multicast.c (do_mcast_opt): Fix regression injorton2013-05-301-2/+10
* Make sure apr_sockaddr_info_get() returns an error ifsf2013-05-031-1/+15
* fix warning: parameter 'flags' set but not usedsf2013-03-231-3/+0
* Only fill in apr_sockaddr_vars_set if we have valid datasf2013-01-261-1/+8
* apr_socket_accept_filter: Return success when trying to again set the filtertrawick2012-11-071-2/+19
* * network_io/unix/sockaddr.c (apr_ipsubnet_test): Fix false positivejorton2012-11-051-2/+2
* apr_socket_accept_filter(): The 2nd and 3rd arguments are now trawick2012-11-031-2/+2
* Guard against EAI_ADDRFAMILY not being defined, it seems to be glibcsf2012-05-281-1/+4
* Improve handling of AI_ADDRCONFIG with getaddrinfo()sf2012-05-281-2/+17
* If we retry getaddrinfo() without AI_ADDRCONFIG, we should really only removesf2012-05-211-2/+2
* Hurd's sendfile works like Linux'ssf2012-05-191-1/+1
* Simplify internal do_mcast_opt option path. No need for double checks and dou...mturk2012-04-041-7/+3
* Make sure the IPv4 setsockopt also uses 4 byte optval type.mturk2012-04-041-5/+3
* Fix apr_mcast_hops returning EINVAL for IPv6 sockets. The soket option value ...mturk2012-04-041-1/+2
* Add support for APR_SO_BROADCASTsf2011-10-151-0/+12
* comment spellingtrawick2011-04-031-1/+1
* fix extra "the" in comments and license texttrawick2011-03-231-1/+1
* fix typo in commenttrawick2011-03-231-1/+1
* fix indentation-over-syntax blunder in r1082963 which broke socketstrawick2011-03-211-2/+4
* use apr_get_netos_error() to retrieve the getaddrinfo() errortrawick2011-03-211-2/+4
* apr_socket_create/accept: clean up socket descriptor ontrawick2011-03-181-2/+12
* apr_sockaddr_info_get() on AIX: Fix a problem which could settrawick2011-03-131-6/+16
* * network_io/unix/sockets.c (apr_socket_accept): Ensure the correctjorton2011-01-151-1/+7
* * network_io/unix/sockets.c (apr_socket_connect): Copy the remotejorton2010-08-091-3/+6
* explicitly check for ifaddrs.h before using it. gregames2010-04-291-1/+3
* Hide apr_wait_for_io_or_timeout() from public view and add insteadbjh2010-04-121-0/+5
* Handle mswsock, ws2tcpip and winsock2 header files correctlywrowe2009-12-181-0/+1
* * Add missing APR_DECLARE for apr_socket_atreadeofrpluem2009-11-131-1/+1
* Set file/socket descriptor to -1 before close(), so that there is no chancebojan2009-11-011-2/+10
* * include/apr_network_io.h,jorton2009-10-121-23/+40