summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-2013-209/+209
* Remove a useless variable that is shadowing another already existing one.Christophe Jaillet2022-11-181-1/+0
* Following up on r1904715, rework the check to properly handle anEvgeny Kotkov2022-10-201-7/+2
* Win32: Stop apr_socket_sendv() from splitting iovecs into multiple possibleEvgeny Kotkov2022-10-201-31/+21
* Revert r1902312, r1904699 in preparation for a slightly different change.Evgeny Kotkov2022-10-201-62/+26
* apr_socket_sendv: WIN32: Follow up to r1902312: Avoid short writes.Yann Ylavic2022-10-191-30/+57
* Replace tabs to spaces.Ivan Zhakov2022-07-081-1/+1
* apr_socket_sendv: unix: APR_INCOMPLETE_WRITE pre to post processing.Yann Ylavic2022-06-281-7/+10
* apr_socket_sendv: WIN32: Limit the number of WSABUFs allocated for a single c...Yann Ylavic2022-06-281-12/+21
* On 'win32-pollset-wakeup-no-file-socket-emulation' branch:Ivan Zhakov2022-01-201-0/+195
* apr_sockaddr_ip_getbuf: Follow up to r1883728.Yann Ylavic2022-01-121-3/+4
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-022-31/+0
* Follow up to r1895106: Use less expensive atomics for wakeup.Yann Ylavic2021-11-191-1/+15
* Follow up to r1883728: uncomment the change, and fix apr_cpystrn() args orrder.Yann Ylavic2020-11-231-2/+2
* apr_sockaddr_ip_get[buf]: handle APR_UNIX family.Yann Ylavic2020-11-221-0/+8
* Remove the APR_SENDFILE_DISCONNECT_SOCKET flag.Ivan Zhakov2019-09-201-34/+13
* win32: Use TF_USE_KERNEL_APC for TransmitFile(). According to theIvan Zhakov2019-09-141-0/+22
* win32: Do not use TransmitFile directly. According to documentationIvan Zhakov2019-09-141-7/+25
* * network_io/win32/sendrecv.cIvan Zhakov2019-09-141-4/+0
* Windows: create non-inheritable sockets in one step instead of creating aIvan Zhakov2019-06-111-20/+28
* * network_io/win32/sockets.c: Remove ANSI codepath.Ivan Zhakov2019-06-111-33/+11
* Small corrections to if_indextoname resolution on win32, compiles cleanWilliam A. Rowe Jr2019-03-191-2/+2
* Replace the link-time pragma from r1839494 with APR_DECLARE_LATE_DLL_FUNC William A. Rowe Jr2019-03-191-1/+0
* Fix breakage on _WIN32_WINNT>=0x0600 due to if_indextoname,William A. Rowe Jr2018-08-281-0/+5
* * network_io/unix/sockaddr.c (apr_sockaddr_zone_set): FailJoe Orton2017-11-291-1/+2
* Support IPv6 link-local address scope/zone mapping.Joe Orton2017-11-281-3/+97
* * network_io/unix/sockaddr.c (apr_parse_addr_port): Fix regression inJoe Orton2017-10-251-1/+1
* * network_io/unix/sockaddr.c (looks_like_ip): Fail for the emptyJoe Orton2017-09-111-0/+4
* apr_socket_listen(): Allow larger backlog queue lengths on Windows 8+.Ivan Zhakov2017-08-171-1/+22
* apr_socket_sendfile:Yann Ylavic2017-03-281-76/+68
* apr_socket_sendfile: don't reset APR_TCP_NOPUSH if we didn't set it.Yann Ylavic2017-03-281-10/+24
* * network_io/unix/sockopt.c (apr_socket_opt_set): Return APR_ENOTIMPLJoe Orton2016-03-041-1/+1
* * include/apr_network_io.h (APR_SO_FREEBIND): Add option.Joe Orton2016-03-031-0/+14
* fix comparison of sin6_addrStefan Fritsch2015-08-161-1/+1
* * network_io/unix/sockaddr.c (apr_parse_addr_port): Simplify to useJoe Orton2015-06-041-11/+3
* Follow up to r1666341: fix missing apr_socket_create() and apr_socket_accept(...Yann Ylavic2015-03-201-4/+10
* *) On z/OS, apr_sockaddr_info_get() with family == APR_UNSPEC was not Eric Covener2014-10-271-0/+10
* Add apr_sockaddr_info_copy(), for making a deep copy of anJeff Trawick2014-04-131-0/+36
* Fix the inheritance of the non-blocking option across apr_socket_accept()Jeff Trawick2013-12-171-1/+14
* Follow up to r1543033:Jeff Trawick2013-11-181-5/+1
* OSX (Darwin) returns APR_POLLHUP|APR_POLLIN, so theJim Jagielski2013-11-181-0/+5
* add apr_sockaddr_is_wildcard() APIJeff Trawick2013-11-121-0/+29
* follow up to r1523384: if we disable non-blocking when a timeout is set, forg...Jeff Trawick2013-09-161-0/+1
* On Windows, a socket timeout isn't implemented withJeff Trawick2013-09-151-1/+1
* * network_io/unix/multicast.c (do_mcast_opt): Fix regression inJoe Orton2013-05-301-2/+10
* Make sure apr_sockaddr_info_get() returns an error ifStefan Fritsch2013-05-031-1/+15
* fix warning: parameter 'flags' set but not usedStefan Fritsch2013-03-231-3/+0
* Only fill in apr_sockaddr_vars_set if we have valid dataStefan Fritsch2013-01-261-1/+8
* apr_socket_accept_filter: Return success when trying to again set the filterJeff Trawick2012-11-071-2/+19
* * network_io/unix/sockaddr.c (apr_ipsubnet_test): Fix false positiveJoe Orton2012-11-051-2/+2