summaryrefslogtreecommitdiff
path: root/network_io/win32
Commit message (Expand)AuthorAgeFilesLines
* Knock off some XXX's prior to a7.wrowe2000-10-061-0/+1
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-065-28/+28
* APRize disabling nagle (setting TCP_NODELAY).bjh2000-08-221-0/+5
* Win32: After much experimentation, I've decided to continue to usestoddard2000-08-181-91/+142
* Win32: Simplify the code a bit by eliminating a variable.stoddard2000-08-171-15/+11
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-062-3/+3
* Fix Win32 compile break caused by ap_ to apr_ migration. Change ap_sendfile tostoddard2000-08-041-3/+3
* Win32: Fix problem with timeout units on TransmitFile.stoddard2000-08-042-7/+9
* prefix libapr functions and types with apr_dougm2000-08-026-101/+101
* Fix problems with APR sockaddr handling on Win32. It didn't alwaystrawick2000-08-013-12/+83
* ap_recv() on Win32: Set bytes-read to 0 on error.trawick2000-08-011-0/+1
* win32 ap_connect(): check for hostname; it is valid not totrawick2000-07-251-10/+12
* Changes to get Win32 compiling again, including substitutingwrowe2000-07-252-2/+2
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-14/+2
* const-ify the userdata interfacesgstein2000-07-082-4/+4
* WinNT: Implement acceptex socket reuse. Make sure that the ap_sendfile flagsstoddard2000-07-064-14/+35
* Change Unix and Win32 ap_setsockopt() so that APR_SO_NONBLOCKtrawick2000-06-271-2/+2
* Remove const from ap_socket_t parameters on APR functions so thattrawick2000-06-262-5/+5
* I accidentally renamed APR_HAS_SENDFILE to APR_HAVE_SENFILE yesterday. Thisrbb2000-06-221-1/+1
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-221-1/+1
* Win32: Cleanup ap_setsockopt(). First cut at implementing ap_getsockopt() and...stoddard2000-06-142-17/+45
* Get non-blocking network I/O working on Windows. Apache serves pages on Windowsstoddard2000-06-142-12/+42
* Add ap_sendfile() flag APR_SENDFILE_DISCONNECT_SOCKET to tellstoddard2000-05-121-6/+2
* Significantly shorten the Win32 build and shrink symbol tableswrowe2000-05-013-4/+0
* Fix various return code problems in APR on Win32. For most oftrawick2000-05-013-31/+7
* Backout APR_TRUE|FALSE patch for Win32 system calls.stoddard2000-04-281-1/+1
* prefix TRUE,FALSE with APR_dougm2000-04-281-1/+1
* APR on Win32:trawick2000-04-282-29/+19
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-191-1/+1
* APR_SO_TIMEOUT now takes microseconds instead of seconds. (The newtrawick2000-04-163-5/+8
* Convert ap_poll() to use microseconds instead of seconds fortrawick2000-04-161-16/+16
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-144-7/+7
* more documentation movementdgaudet2000-04-141-70/+0
* Fix Windows compile breaks due to recent error reporting/message changesstoddard2000-04-103-5/+6
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-035-42/+42
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-036-44/+44
* Return the right APR error code after a resolver failuretrawick2000-04-033-12/+27
* Update to Apache Software License version 1.1fielding2000-03-316-193/+185
* ap_connect was not returning correct error in one casestoddard2000-03-201-1/+1
* Fix all the License issues. Including:rbb2000-03-106-54/+54
* Very minor performance tweak. Do not copy header/trailer buffer if there isstoddard2000-02-041-15/+28
* Fix segfault. We were clobbering the stack with this memcpy :-)stoddard2000-02-041-2/+2
* Add code to set the socket timeout. Correct some error return codes.stoddard2000-02-011-4/+12
* Set timeouts to sendfile operation in http_protocol.c. Fix bugs in Win32stoddard2000-01-311-60/+42
* More sendfile work. Use new sendfile API in Apache, update Windows MPMstoddard2000-01-272-5/+14
* Begin migrating Windows to use APR sockets. Clean-up sendfile a bit more.stoddard2000-01-261-24/+29
* More sendfile tweaks for Windows. Still not ready for prime time.stoddard2000-01-241-8/+45
* Update Windows network_io functions. sendfile needs more work to pick up head...stoddard2000-01-241-87/+150
* Move Windows project files to the attic.stoddard2000-01-122-150/+0
* Various fixes for Win32 APR. The test cases all almost work again onrbb1999-12-171-5/+9