summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-012-0/+2
* Moving Unix socket IOL's to use APR. Also fixed a small bug in ap_recv.rbb1999-11-152-0/+7
* Add timeouts to pipes. I also fixed a minor bug in timeout code for sendingrbb1999-11-102-5/+7
* ap_put_os_sock needs to do a lot of preparation of an ap_socket_t for itmanoj1999-11-071-0/+14
* OS/2: Rework ap_send/ap_recv to time out properly on blocking sockets.bjh1999-11-034-80/+74
* Another APR socket bug. We weren't properly setting local_addr. Thismanoj1999-11-023-0/+6
* Fix an APR socket bug. ap_bind would always bind to INADDR_ANY, nomanoj1999-11-024-4/+0
* Fix something that was missed when the context was added to thedreid1999-11-021-1/+0
* This primarily updates some dependancies and fixes a small problemdreid1999-11-022-5/+20
* We were passing NULL to ap_register_cleanup, breaking mod_cgi. Replacemanoj1999-11-014-8/+8
* Remake the unix dependencies.manoj1999-10-301-9/+13
* OS/2: Bypass EMX library's socket code and go straight to the OS/2 TCP/IPbjh1999-10-298-102/+444
* OS/2: Return error status when something goes wrong in ap_send()/ap_recv().bjh1999-10-291-0/+12
* Add new APR function ap_sendv(), a writev for APR sockets.bjh1999-10-291-0/+44
* Add local_addr and remote_addr to APR for Windowsstoddard1999-10-254-46/+249
* Well having added the file guess I should really include it!dreid1999-10-251-1/+2
* Add a context parameter to ap_accept() for the connection socket to bebjh1999-10-244-14/+16
* Bring BeOS back into line with Ben's changes to the network API.dreid1999-10-244-51/+182
* Enhancements for APR network_io. Adds separate local/remote access methods forbjh1999-10-249-140/+298
* This small addition needs altered yet again. This time hopefully it'lldreid1999-10-231-1/+1
* Correct a small typo that Roy pointed out.dreid1999-10-221-1/+1
* This small addition is needed to allow APR to build on PowerPC.dreid1999-10-221-0/+8