summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-2013-209/+209
* Remove a useless variable that is shadowing another already existing one.jailletc362022-11-181-1/+0
* Following up on r1904715, rework the check to properly handle ankotkov2022-10-201-7/+2
* Win32: Stop apr_socket_sendv() from splitting iovecs into multiple possiblekotkov2022-10-201-31/+21
* Revert r1902312, r1904699 in preparation for a slightly different change.kotkov2022-10-201-62/+26
* apr_socket_sendv: WIN32: Follow up to r1902312: Avoid short writes.ylavic2022-10-191-30/+57
* Replace tabs to spaces.ivan2022-07-081-1/+1
* apr_socket_sendv: unix: APR_INCOMPLETE_WRITE pre to post processing.ylavic2022-06-281-7/+10
* apr_socket_sendv: WIN32: Limit the number of WSABUFs allocated for a single c...ylavic2022-06-281-12/+21
* Merge 'win32-pollset-wakeup-no-file-socket-emulation' branch to trunk.ivan2022-02-091-0/+195
* apr_sockaddr_ip_getbuf: Follow up to r1883728.ylavic2022-01-121-3/+4
* Stage 3 in dismantling _WIN32_WCE ... cleanup codemturk2021-12-022-31/+0
* Follow up to r1895106: Use less expensive atomics for wakeup.ylavic2021-11-191-1/+15
* Follow up to r1883728: uncomment the change, and fix apr_cpystrn() args orrder.ylavic2020-11-231-2/+2
* apr_sockaddr_ip_get[buf]: handle APR_UNIX family.ylavic2020-11-221-0/+8
* Remove the APR_SENDFILE_DISCONNECT_SOCKET flag.ivan2019-09-201-34/+13
* win32: Use TF_USE_KERNEL_APC for TransmitFile(). According to theivan2019-09-141-0/+22
* win32: Do not use TransmitFile directly. According to documentationivan2019-09-141-7/+25
* * network_io/win32/sendrecv.civan2019-09-141-4/+0
* Windows: create non-inheritable sockets in one step instead of creating aivan2019-06-111-20/+28
* * network_io/win32/sockets.c: Remove ANSI codepath.ivan2019-06-111-33/+11
* 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