summaryrefslogtreecommitdiff
path: root/network_io
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_listen(): Allow larger backlog queue lengths on Windows 8+.ivan2017-08-171-1/+22
* 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
* follow up to r1523384: if we disable non-blocking when a timeout is set, forg...trawick2013-09-161-0/+1
* On Windows, a socket timeout isn't implemented withtrawick2013-09-151-1/+1
* * 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-153-0/+26
* IPV6_V6ONLY on Windows:trawick2011-04-132-1/+26
* restructure Windows apr_socket_connect() to more closely matchtrawick2011-04-051-39/+67
* Windows: Save a call to getpeername() when trying to retrieve thetrawick2011-04-031-0/+2
* comment spellingtrawick2011-04-031-1/+1
* apr_socket_wait() for Windowstrawick2011-04-021-1/+34
* 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
* clean up some low hanging gcc warnings on Wintrawick2011-03-191-1/+1
* apr_socket_create/accept: clean up socket descriptor ontrawick2011-03-181-2/+12
* return apr_get_netos_error() when setsockopt() failstrawick2011-03-141-1/+1