summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Add Sendfile to APR. This is not well tested, and a test case is needed.Ryan Bloom1999-12-042-0/+386
* Fix the logic in blocking vs non-blocking pipes to children. It onlyRyan Bloom1999-12-037-78/+57
* Fix a couple of warnings that were caused by the APR leak problem. TheseRyan Bloom1999-12-022-0/+2
* The next step in removing the APR HAVE_*_H leak. This removes all of thoseRyan Bloom1999-12-012-0/+2
* Moving Unix socket IOL's to use APR. Also fixed a small bug in ap_recv.Ryan Bloom1999-11-152-0/+7
* Add timeouts to pipes. I also fixed a minor bug in timeout code for sendingRyan Bloom1999-11-102-5/+7
* ap_put_os_sock needs to do a lot of preparation of an ap_socket_t for itManoj Kasichainula1999-11-071-0/+14
* OS/2: Rework ap_send/ap_recv to time out properly on blocking sockets.Brian Havard1999-11-034-80/+74
* Another APR socket bug. We weren't properly setting local_addr. ThisManoj Kasichainula1999-11-023-0/+6
* Fix an APR socket bug. ap_bind would always bind to INADDR_ANY, noManoj Kasichainula1999-11-024-4/+0
* Fix something that was missed when the context was added to theDavid Reid1999-11-021-1/+0
* This primarily updates some dependancies and fixes a small problemDavid Reid1999-11-022-5/+20
* We were passing NULL to ap_register_cleanup, breaking mod_cgi. ReplaceManoj Kasichainula1999-11-014-8/+8
* Remake the unix dependencies.Manoj Kasichainula1999-10-301-9/+13
* OS/2: Bypass EMX library's socket code and go straight to the OS/2 TCP/IPBrian Havard1999-10-298-102/+444
* OS/2: Return error status when something goes wrong in ap_send()/ap_recv().Brian Havard1999-10-291-0/+12
* Add new APR function ap_sendv(), a writev for APR sockets.Brian Havard1999-10-291-0/+44
* Add local_addr and remote_addr to APR for WindowsBill Stoddard1999-10-254-46/+249
* Well having added the file guess I should really include it!David Reid1999-10-251-1/+2
* Add a context parameter to ap_accept() for the connection socket to beBrian Havard1999-10-244-14/+16
* Bring BeOS back into line with Ben's changes to the network API.David Reid1999-10-244-51/+182
* Enhancements for APR network_io. Adds separate local/remote access methods forBrian Havard1999-10-249-140/+298
* This small addition needs altered yet again. This time hopefully it'llDavid Reid1999-10-231-1/+1
* Correct a small typo that Roy pointed out.David Reid1999-10-221-1/+1
* This small addition is needed to allow APR to build on PowerPC.David Reid1999-10-221-0/+8
* Remove all of the ugly SAFETY_LOCK code. APR determines if it has threadingRyan Bloom1999-10-192-19/+5
* OS/2: Fix ap_get_revents() so it actually works.Brian Havard1999-10-181-11/+11
* OS/2: Update dependenciesBrian Havard1999-10-181-9/+15
* OS/2: Rework ap_poll() to use native thread safe select instead of the EMX CBrian Havard1999-10-182-60/+195
* OS/2: Use unix version of sockopt.cBrian Havard1999-10-181-128/+1
* OS/2: Update sockets.cBrian Havard1999-10-181-13/+108
* OS/2: Change timeout style in ap_send()/ap_receive() and change to use nativeBrian Havard1999-10-181-22/+23
* Put mutex's around non-thread-safe functions in APR.Ryan Bloom1999-10-163-5/+25
* Fix a bug in the logic to set/get userdata from ALL apr types. I haveRyan Bloom1999-10-156-10/+10
* This fixes that small cast that isn't needed now that I've includedDavid Reid1999-10-131-1/+2
* Bring network code to the parameter order spec. This means contexts go last,Ryan Bloom1999-10-1011-29/+29
* Fixing a couple of small bugs in the beos code.David Reid1999-10-101-2/+2
* Attempt to port mpmt_pthreads to APR, but threads seem to be broken on my pla...Ben Laurie1999-10-103-9/+17
* This stops a small moan by the compiler.David Reid1999-10-101-1/+2
* Use the correct size everywhere.Ben Laurie1999-10-101-1/+1
* Use the correct size for the pollset.Ben Laurie1999-10-101-3/+3
* Get rid of the per-connection name lookup on non-Unix platforms. ThisManoj Kasichainula1999-10-0810-48/+48
* Bring the misc code up to the APR parameter order spec. This also fixes a fewRyan Bloom1999-10-086-12/+12
* Every accept() was resulting in a reverse name lookup. This eliminates it.Manoj Kasichainula1999-10-083-15/+14
* Bring sockets.c into line with the current status of APR.David Reid1999-10-081-9/+10
* This bring beos poll back into line with APR.David Reid1999-10-081-7/+6
* Use new parameter ordering.Ben Laurie1999-10-051-2/+1
* A few more argument changes missed by Ryan's patchBill Stoddard1999-10-042-4/+4
* Fix really silly bug.Bill Stoddard1999-10-041-1/+1
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-0411-24/+24