summaryrefslogtreecommitdiff
path: root/include/arch/unix/networkio.h
Commit message (Expand)AuthorAgeFilesLines
* Add code to allow APR to track the socket options it has set. Thisdreid2001-01-251-0/+1
* Add apr_inet_ntop(), apr_inet_pton(), apr_create_socket(), andtrawick2000-11-161-0/+3
* This is a small step toward's David Reid's IPv6 patch. I startedtrawick2000-11-161-3/+2
* Some systems have poll.h in include/sys, not include. I found thisrbb2000-09-291-0/+3
* Provide a socklen_t to the user of APR as a portability aid. Sometrawick2000-09-221-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-7/+7
* APR network_io for Unix:trawick2000-06-281-0/+2
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-221-4/+5
* This takes the BeOS defines to include the networking code. Removed some une...dreid2000-06-131-8/+0
* Tidy up the unix network code in light of the latest networkdreid2000-06-121-8/+1
* Remove the beos network I/O code and merge it with the unix code. Mostrbb2000-05-161-0/+24
* Fix the ap_poll implementation on Unix. This stops us from re-allocatingrbb2000-04-261-1/+2
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-1/+1
* APR_SO_TIMEOUT now takes microseconds instead of seconds. (The newtrawick2000-04-161-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* more namespace cleanupdgaudet2000-04-141-3/+0
* Update the error handling in APR. This includes the docs in APRDesign.rbb2000-04-071-2/+1
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-2/+2
* Don't use the values of resolver error codes for thetrawick2000-04-031-0/+2
* Update to Apache Software License version 1.1fielding2000-03-311-31/+30
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Back out most of the last commit. Keep APR macros seperate from Apachestoddard2000-01-211-1/+1
* Convert HAVE_NETINET... to the APR macstoddard2000-01-201-1/+1
* Use correct data type for socket address length.sascha1999-12-291-1/+1
* Fix some warnings when compiling with -Wallrbb1999-12-141-0/+3
* Add Sendfile to APR. This is not well tested, and a test case is needed.rbb1999-12-041-0/+6
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-2/+35
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-0/+1
* Enhancements for APR network_io. Adds separate local/remote access methods forbjh1999-10-241-1/+2
* Put mutex's around non-thread-safe functions in APR.rbb1999-10-161-0/+1
* Attempt to port mpmt_pthreads to APR, but threads seem to be broken on my pla...ben1999-10-101-0/+3
* Every accept() was resulting in a reverse name lookup. This eliminates it.manoj1999-10-081-1/+0
* Ok, today it bored me too much that APR shouts many pages with warnings underrse1999-10-011-0/+1
* Fix the timeout code in APR. This is now done properly, by setting a fieldrbb1999-09-031-0/+1
* Cleanup some warnings on BSD. Also fixes the other two problems Ben foundrbb1999-08-181-0/+2
* Initial revisionrbb1999-08-171-0/+90