summaryrefslogtreecommitdiff
path: root/include/arch/os2/networkio.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_ALPHA_3(no author)2000-04-281-97/+0
* 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
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-2/+0
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-2/+2
* Update to Apache Software License version 1.1fielding2000-03-311-31/+30
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* OS/2: Rework ap_send/ap_recv to time out properly on blocking sockets.bjh1999-11-031-1/+2
* OS/2: Bypass EMX library's socket code and go straight to the OS/2 TCP/IPbjh1999-10-291-4/+3
* Enhancements for APR network_io. Adds separate local/remote access methods forbjh1999-10-241-1/+2
* OS/2: Rework ap_poll() to use native thread safe select instead of the EMX Cbjh1999-10-181-5/+24
* Get rid of the per-connection name lookup on non-Unix platforms. Thismanoj1999-10-081-1/+0
* Initial revisionrbb1999-08-171-0/+81