summaryrefslogtreecommitdiff
path: root/network_io/os2/sockopt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-6/+6
* Follow up to r1895106: Use less expensive atomics for wakeup.ylavic2021-11-191-1/+15
* Add support for APR_SO_BROADCASTsf2011-10-151-0/+5
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenbjh2010-04-021-9/+9
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replacewrowe2003-11-201-8/+0
* OS/2: get apr_socket_atmark() to build, adding a required size parameter tobjh2003-10-161-2/+3
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-141-0/+13
* axe these deprecated functions:trawick2003-09-031-14/+0
* 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