summaryrefslogtreecommitdiff
path: root/include/arch/unix/networkio.h
Commit message (Expand)AuthorAgeFilesLines
* Namespace protection for include/arch/ header filesThom May2003-01-061-158/+0
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Fix a problem retrieving the remote socket address for socketsJeff Trawick2002-10-251-0/+1
* map the TCP_NODELAY socket option to SCTP_NODELAY as appropriateJeff Trawick2002-10-221-0/+6
* Add apr_socket_create_ex() to allow protocol to be specified for theJeff Trawick2002-10-181-0/+1
* Reimplement apr_poll() on Unix. This improves performance by giving theRyan Bloom2002-07-111-30/+0
* rename internal function apr_set_sockaddr_vars() to apr_sockaddr_vars_set()Jeff Trawick2002-04-011-1/+1
* clean up the unix networking code by creating a new functionJeff Trawick2002-03-281-0/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* This patch basically allows BeOS R5's apr_poll to work like it should do!David Reid2002-01-141-0/+4
* Fix the Unix HAVE_POLL flavor of apr_poll_socket_mask() so thatJeff Trawick2001-11-131-2/+1
* In order to use this IMPLEMENT_SET/UNSET schema, this has got to be aWilliam A. Rowe Jr2001-07-161-1/+1
* Added an inherit flag to apr_socket_create and other socket creationRyan Bloom2001-07-161-0/+1
* apr_connect() on Unix:Jeff Trawick2001-07-101-0/+1
* We are setting a simple bitmask. Calling a function to do that is farRyan Bloom2001-07-071-2/+10
* Ooopsie. Some unintended things slipped in.Victor J. Orlikowski2001-06-071-3/+0
* Generate httpd.exp on the fly.Victor J. Orlikowski2001-06-071-0/+3
* Minor header inclusion bug.Victor J. Orlikowski2001-05-101-1/+4
* Recognize systems where the TCP_NODELAY setting is inherited fromJeff Trawick2001-04-051-0/+2
* apr_recvfrom() should only return APR_EOF if recvfrom() returnedJeff Trawick2001-03-311-0/+1
* Change the way select based poll works so it works as we'd expect it to, i.e.David Reid2001-03-221-0/+3
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-11/+11
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Add code to allow APR to track the socket options it has set. ThisDavid Reid2001-01-251-0/+1
* Add apr_inet_ntop(), apr_inet_pton(), apr_create_socket(), andJeff Trawick2000-11-161-0/+3
* This is a small step toward's David Reid's IPv6 patch. I startedJeff Trawick2000-11-161-3/+2
* Some systems have poll.h in include/sys, not include. I found thisRyan Bloom2000-09-291-0/+3
* Provide a socklen_t to the user of APR as a portability aid. SomeJeff Trawick2000-09-221-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-7/+7
* APR network_io for Unix:Jeff Trawick2000-06-281-0/+2
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-221-4/+5
* This takes the BeOS defines to include the networking code. Removed some une...David Reid2000-06-131-8/+0
* Tidy up the unix network code in light of the latest networkDavid Reid2000-06-121-8/+1
* Remove the beos network I/O code and merge it with the unix code. MostRyan Bloom2000-05-161-0/+24
* Fix the ap_poll implementation on Unix. This stops us from re-allocatingRyan Bloom2000-04-261-1/+2
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-221-1/+1
* APR_SO_TIMEOUT now takes microseconds instead of seconds. (The newJeff Trawick2000-04-161-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* more namespace cleanupdgaudet2000-04-141-3/+0
* Update the error handling in APR. This includes the docs in APRDesign.Ryan Bloom2000-04-071-2/+1
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-2/+2
* Don't use the values of resolver error codes for theJeff Trawick2000-04-031-0/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-31/+30
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Back out most of the last commit. Keep APR macros seperate from ApacheBill Stoddard2000-01-211-1/+1
* Convert HAVE_NETINET... to the APR macBill Stoddard2000-01-201-1/+1
* Use correct data type for socket address length.Sascha Schumann1999-12-291-1/+1
* Fix some warnings when compiling with -WallRyan Bloom1999-12-141-0/+3
* Add Sendfile to APR. This is not well tested, and a test case is needed.Ryan Bloom1999-12-041-0/+6
* Fix the logic in blocking vs non-blocking pipes to children. It onlyRyan Bloom1999-12-031-2/+35