summaryrefslogtreecommitdiff
path: root/network_io/win32
Commit message (Expand)AuthorAgeFilesLines
* Merge r1866932 from trunk:ivan2023-02-061-7/+25
* On 1.7.x branch: Merge r1904735 from 1.8.x branch:kotkov2022-10-201-7/+2
* On 1.7.x branch: Merge r1904716 from 1.8.x branch:kotkov2022-10-201-32/+22
* On 1.7.x branch: Revert r1904674 that merged r1902312 from trunkkotkov2022-10-201-21/+12
* apr_socket_sendv: WIN32: Limit the number of WSABUFs allocated for a single c...ylavic2022-10-181-12/+21
* Backport r1861050, r1805309, r1861045, r1861046, r1861049, r1861053, r1861054...michaelo2021-05-261-1/+22
* Merge 1089031 from trunk:trawick2013-10-271-39/+67
* Merge r1523384 and r1523615 from trunk:trawick2013-10-101-1/+2
* merge r1081495 from trunk:trawick2013-10-101-1/+1
* Backport r1183693:sf2011-10-151-0/+9
* grab 1091757 from trunk:trawick2011-04-132-1/+26
* Grab r1088352 from trunk:trawick2011-04-041-0/+1
* merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227trawick2011-03-211-1/+1
* merge r949209 from trunktrawick2011-03-212-1/+2
* Make functions static (backport r991753).fuankg2011-03-101-2/+2
* Apply the Unix fix to Win32 (gee thanks Joe ;-)wrowe2007-10-151-1/+4
* I was experimenting with options on ELSE_WIN_OS_IS_ANSI,wrowe2007-08-241-1/+5
* SetHandleInformation is not supported on WinCE, but the Win 9x code path wrowe2007-05-311-2/+2
* alloc_socket() now defaults to remote_host_unknown == 1wrowe2007-01-091-3/+1
* Sync Win32/OS2 unknown remote_addr and local_port flags to unix src.wrowe2006-11-281-0/+2
* Fix the typo.jorton2006-08-033-3/+3
* Update license header.jorton2006-08-033-18/+18
* Make apr_socket_recvfrom set the port in the from sockaddr.rooneg2006-04-271-0/+3
* Zero the len out value on error, to follow the unix behavior ofwrowe2006-02-041-0/+1
* Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows.trawick2005-06-141-0/+12
* Implement pool accessor for socketsmturk2005-06-122-12/+12
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-043-3/+6
* Implement APR_TCP_DEFER_ACCEPT for NetWare and Win32bnicholes2005-01-181-0/+15
* replaced define for DWORD_MAX with APR_DWORD_MAXclar2004-09-281-6/+6
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesake2004-09-221-24/+62
* Since this code only applies to sendfile, make sure that it is properly #ifde...bnicholes2004-07-261-0/+2
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982stoddard2004-07-222-30/+21
* Fix stack overflow with IPv6 apr_socket_accept() on Win32.trawick2004-05-211-0/+4
* Even if we do not check the value of APR_IPV6_V6ONLY before setting, we stilljerenkrantz2004-04-031-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-133-147/+30
* Add apr_socket_type_get() for retrieving the type (e.g., stream)trawick2003-11-301-0/+6
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replacewrowe2003-11-201-9/+0
* There were no 'cont'-named pool objects, simple copy-n-paste bug.wrowe2003-11-171-1/+1
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+4
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-022-18/+19
* Time to turn on the protocol member for APR 1.0.wrowe2003-10-151-4/+0
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-141-0/+13
* axe these deprecated functions:trawick2003-09-033-72/+3
* remove these deprecated interfaces:trawick2003-09-031-39/+3
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-081-4/+28
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-241-1/+1
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-063-6/+6
* Update copyright notices to 2003.thommay2003-01-013-3/+3
* Win32: Fix Win32 compile break due to last commit (renames)stoddard2002-11-202-2/+2