summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
Commit message (Expand)AuthorAgeFilesLines
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Updating more docs. :-)Ryan Bloom2000-03-151-27/+33
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Begin migrating Windows to use APR sockets. Clean-up sendfile a bit more.Bill Stoddard2000-01-261-1/+1
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-191-2/+22
* Cleanup some mistakes I made. We are now configuring the APR_HAS_FOORyan Bloom1999-12-061-1/+1
* Add Sendfile to APR. This is not well tested, and a test case is needed.Ryan Bloom1999-12-041-0/+16
* This finishes cleaning up the APR macro leak. APR public headers no longerRyan Bloom1999-12-011-0/+2
* The next step in removing the APR HAVE_*_H leak. This removes all of thoseRyan Bloom1999-12-011-7/+0
* Add new APR function ap_sendv(), a writev for APR sockets.Brian Havard1999-10-291-0/+4
* Add local_addr and remote_addr to APR for WindowsBill Stoddard1999-10-251-2/+0
* Add a context parameter to ap_accept() for the connection socket to beBrian Havard1999-10-241-1/+1
* Enhancements for APR network_io. Adds separate local/remote access methods forBrian Havard1999-10-241-4/+18
* Fix a bug in the logic to set/get userdata from ALL apr types. I haveRyan Bloom1999-10-151-1/+1
* Bring network code to the parameter order spec. This means contexts go last,Ryan Bloom1999-10-101-10/+7
* Attempt to port mpmt_pthreads to APR, but threads seem to be broken on my pla...Ben Laurie1999-10-101-3/+6
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-4/+4
* APR_ANYADDR was defined to be "APR_ANYADDR", but when it was stored andManoj Kasichainula1999-09-241-1/+1
* Make ap_getipaddr threadsafe.Ben Laurie1999-09-181-1/+1
* A change to how APR uses user data. Now, user data is a linked list thatRyan Bloom1999-09-141-4/+6
* A couple of new features for APR. And a few doc changes for APR.Ryan Bloom1999-09-041-0/+6
* Fix the timeout code in APR. This is now done properly, by setting a fieldRyan Bloom1999-09-031-2/+3
* Add some network API's to APR.Ryan Bloom1999-09-021-0/+2
* Initial revisionRyan Bloom1999-08-171-0/+137