summaryrefslogtreecommitdiff
path: root/network_io/win32
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-203-66/+66
* 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
* 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
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-021-21/+0
* 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
* apr_socket_listen(): Allow larger backlog queue lengths on Windows 8+.Ivan Zhakov2017-08-171-1/+22
* 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
* Add support for APR_SO_BROADCASTStefan Fritsch2011-10-151-0/+9
* IPV6_V6ONLY on Windows:Jeff Trawick2011-04-132-1/+26
* restructure Windows apr_socket_connect() to more closely matchJeff Trawick2011-04-051-39/+67
* Windows: Save a call to getpeername() when trying to retrieve theJeff Trawick2011-04-031-0/+2
* apr_socket_wait() for WindowsJeff Trawick2011-04-021-1/+34
* clean up some low hanging gcc warnings on WinJeff Trawick2011-03-191-1/+1
* return apr_get_netos_error() when setsockopt() failsJeff Trawick2011-03-141-1/+1
* Make functions static.Guenter Knauf2010-09-011-2/+2
* Some more NetWare build fixes.Guenter Knauf2010-08-031-0/+5
* axe unused variablesJeff Trawick2010-05-282-1/+2
* Apply the Unix fix to Win32 (gee thanks Joe ;-)William A. Rowe Jr2007-10-151-1/+4
* I was experimenting with options on ELSE_WIN_OS_IS_ANSI,William A. Rowe Jr2007-08-241-1/+5
* SetHandleInformation is not supported on WinCE, but the Win 9x code path William A. Rowe Jr2007-05-311-2/+2
* alloc_socket() now defaults to remote_host_unknown == 1William A. Rowe Jr2007-01-091-3/+1
* Sync Win32/OS2 unknown remote_addr and local_port flags to unix src.William A. Rowe Jr2006-11-281-0/+2
* Fix the typo.Joe Orton2006-08-033-3/+3
* Update license header.Joe Orton2006-08-033-18/+18
* Make apr_socket_recvfrom set the port in the from sockaddr.Garrett Rooney2006-04-271-0/+3
* Zero the len out value on error, to follow the unix behavior ofWilliam A. Rowe Jr2006-02-041-0/+1
* Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows.Jeff Trawick2005-06-141-0/+12
* Implement pool accessor for socketsMladen Turk2005-06-122-12/+12
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-043-3/+6
* Implement APR_TCP_DEFER_ACCEPT for NetWare and Win32Bradley Nicholes2005-01-181-0/+15
* replaced define for DWORD_MAX with APR_DWORD_MAXJean-Jacques Clar2004-09-281-6/+6
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesAllan K. Edwards2004-09-221-24/+62
* Since this code only applies to sendfile, make sure that it is properly #ifde...Bradley Nicholes2004-07-261-0/+2
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982Bill Stoddard2004-07-222-30/+21
* Fix stack overflow with IPv6 apr_socket_accept() on Win32.Jeff Trawick2004-05-211-0/+4
* Even if we do not check the value of APR_IPV6_V6ONLY before setting, we stillJustin Erenkrantz2004-04-031-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-133-147/+30
* Add apr_socket_type_get() for retrieving the type (e.g., stream)Jeff Trawick2003-11-301-0/+6
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replaceWilliam A. Rowe Jr2003-11-201-9/+0
* There were no 'cont'-named pool objects, simple copy-n-paste bug.William A. Rowe Jr2003-11-171-1/+1