summaryrefslogtreecommitdiff
path: root/include/arch/unix/networkio.h
Commit message (Expand)AuthorAgeFilesLines
* Namespace protection for include/arch/ header filesthommay2003-01-061-158/+0
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fix a problem retrieving the remote socket address for socketstrawick2002-10-251-0/+1
* map the TCP_NODELAY socket option to SCTP_NODELAY as appropriatetrawick2002-10-221-0/+6
* Add apr_socket_create_ex() to allow protocol to be specified for thetrawick2002-10-181-0/+1
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-30/+0
* rename internal function apr_set_sockaddr_vars() to apr_sockaddr_vars_set()trawick2002-04-011-1/+1
* clean up the unix networking code by creating a new functiontrawick2002-03-281-0/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* This patch basically allows BeOS R5's apr_poll to work like it should do!dreid2002-01-141-0/+4
* Fix the Unix HAVE_POLL flavor of apr_poll_socket_mask() so thattrawick2001-11-131-2/+1
* In order to use this IMPLEMENT_SET/UNSET schema, this has got to be awrowe2001-07-161-1/+1
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-161-0/+1
* apr_connect() on Unix:trawick2001-07-101-0/+1
* We are setting a simple bitmask. Calling a function to do that is farrbb2001-07-071-2/+10
* Ooopsie. Some unintended things slipped in.orlikowski2001-06-071-3/+0
* Generate httpd.exp on the fly.orlikowski2001-06-071-0/+3
* Minor header inclusion bug.orlikowski2001-05-101-1/+4
* Recognize systems where the TCP_NODELAY setting is inherited fromtrawick2001-04-051-0/+2
* apr_recvfrom() should only return APR_EOF if recvfrom() returnedtrawick2001-03-311-0/+1
* Change the way select based poll works so it works as we'd expect it to, i.e.dreid2001-03-221-0/+3
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-11/+11
* Update copyright to 2001fielding2001-02-161-1/+1
* 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