summaryrefslogtreecommitdiff
path: root/network_io/os2/sockopt.c
Commit message (Expand)AuthorAgeFilesLines
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-241-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-2/+2
* As rbb pointed out, two constructors are prone to bugs. Remap our oldwrowe2002-07-151-2/+2
* Missed a semicolwrowe2002-07-151-1/+1
* Deprecate apr_get/setsockopt for apr_socket_opt_get/setwrowe2002-07-151-4/+22
* Too literal. These aught to compile now.wrowe2002-07-151-1/+1
* Straightforward implementations of apr_socket_timeout_set/get, rightwrowe2002-07-151-1/+15
* Update our copyright for this year.fielding2002-03-131-1/+1
* Tweak apr_gethostname() so that it detects truncation of thetrawick2001-11-201-3/+8
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-3/+3
* Update copyright to 2001fielding2001-02-161-1/+1
* Axe apr_get_hostname(). Use apr_getnameinfo() instead.trawick2000-12-181-27/+0
* port initial set of David Reid's IPv6 support to OS/2trawick2000-11-161-2/+2
* OS/2: Convert apr_get_remote_hostname() to apr_get_hostname(), supporting bothbjh2000-11-141-5/+11
* APRize disabling nagle (setting TCP_NODELAY).bjh2000-08-221-0/+5
* Include apr_strings.h in a bunch more places that need it.bjh2000-08-061-0/+1
* prefix libapr functions and types with apr_dougm2000-08-021-5/+5
* OS/2: Add ap_getsocketopt() implementation.bjh2000-07-011-0/+14
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-1/+1
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-7/+7
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-2/+2
* 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-32/+31
* 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/+3
* OS/2: Bypass EMX library's socket code and go straight to the OS/2 TCP/IPbjh1999-10-291-1/+93
* OS/2: Use unix version of sockopt.cbjh1999-10-181-128/+1
* Bring network code to the parameter order spec. This means contexts go last,rbb1999-10-101-1/+1
* Get rid of the per-connection name lookup on non-Unix platforms. Thismanoj1999-10-081-4/+13
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-1/+1
* Initial revisionrbb1999-08-171-0/+174