summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-1416-29/+29
* more namespace cleanupdgaudet2000-04-142-5/+2
* more documentation movementdgaudet2000-04-146-388/+0
* Fix Windows compile breaks due to recent error reporting/message changesstoddard2000-04-103-5/+6
* Check for EWOULDBLOCK in addition to EAGAIN inside APR.trawick2000-04-101-6/+18
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-086-25/+23
* Update the error handling in APR. This includes the docs in APRDesign.rbb2000-04-073-31/+3
* socket_cleanup() is local & not namespace protected, should be static.bjh2000-04-041-1/+1
* typecast struct sockaddr_in * to struct sockaddr * in atrawick2000-04-041-2/+4
* Tidy up the dependancies so that APR builds on BeOS again.dreid2000-04-031-25/+44
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-0319-163/+163
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-0323-172/+172
* Return the right APR error code after a resolver failuretrawick2000-04-033-12/+27
* Don't use the values of resolver error codes for thetrawick2000-04-033-6/+31
* Update to Apache Software License version 1.1fielding2000-03-3125-805/+769
* ap_connect was not returning correct error in one casestoddard2000-03-201-1/+1
* Fix warnings, update dependencies.ben2000-03-181-22/+27
* Update some dependencies.bjh2000-03-161-22/+30
* Updating more docs. :-)rbb2000-03-155-54/+66
* Tidy up and correct a few errors in the BeOS code. Also add Ronaldsdreid2000-03-112-8/+43
* Fix all the License issues. Including:rbb2000-03-1025-225/+225
* fill in local_addr with correct data; this gets virtual hosts working againronald2000-03-091-2/+5
* cleanup a bunch of XXXs i added a short while agodgaudet2000-03-021-160/+74
* - there's a few cases where rv == -1 is possible, but APR_SUCCESS is returneddgaudet2000-03-021-4/+18
* use local variables pleasedgaudet2000-03-021-0/+8
* OS/2: ap_send/ap_recv/ap_sendv should set len to 0, not -1, when an errorbjh2000-02-141-6/+6
* Fix some bugs in ap_send and ap_recv. We used to return APR_SUCCESS evenrbb2000-02-141-2/+10
* 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
* Fix a couple of bugs in the Unix side of the house. Not tested (no machine av...stoddard2000-01-261-2/+2
* 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
* Back out most of the last commit. Keep APR macros seperate from Apachestoddard2000-01-212-2/+2
* Convert HAVE_NETINET... to the APR macstoddard2000-01-202-2/+2
* Move Windows project files to the attic.stoddard2000-01-122-150/+0
* Fix typo, the parameter name is `sock' not `socket'sascha2000-01-011-1/+1
* Use correct data type for socket address length.sascha1999-12-291-1/+1
* Fix the build process for APR. There is no reason to build each libraryrbb1999-12-201-8/+7
* The compiler for PowerPC versions of BeOS is about as pedantic asdreid1999-12-191-3/+2
* Various fixes for Win32 APR. The test cases all almost work again onrbb1999-12-171-5/+9
* Update the BeOS files to use a single header.dreid1999-12-157-35/+10
* Fix some warnings when compiling with -Wallrbb1999-12-141-0/+3
* The final stage of getting apache to build and run OK on BeOS.dreid1999-12-121-2/+0
* Add Sendfile to APR. This is not well tested, and a test case is needed.rbb1999-12-042-0/+386
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-037-78/+57
* Fix a couple of warnings that were caused by the APR leak problem. Theserbb1999-12-022-0/+2