| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in *.c. | ivan | 2022-11-20 | 1 | -6/+6 |
* | Follow up to r1895106: Use less expensive atomics for wakeup. | ylavic | 2021-11-19 | 1 | -1/+15 |
* | Add support for APR_SO_BROADCAST | sf | 2011-10-15 | 1 | -0/+5 |
* | OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has been | bjh | 2010-04-02 | 1 | -9/+9 |
* | Fix the typo. | jorton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | jorton | 2006-08-03 | 1 | -6/+6 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 1 | -49/+10 |
* | Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replace | wrowe | 2003-11-20 | 1 | -8/+0 |
* | OS/2: get apr_socket_atmark() to build, adding a required size parameter to | bjh | 2003-10-16 | 1 | -2/+3 |
* | Implement apr_socket_atmark, similar to socket_atmark except 1) it's | wrowe | 2003-10-14 | 1 | -0/+13 |
* | axe these deprecated functions: | trawick | 2003-09-03 | 1 | -14/+0 |
* | Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com> | wrowe | 2003-02-24 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -1/+1 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 1 | -2/+2 |
* | As rbb pointed out, two constructors are prone to bugs. Remap our old | wrowe | 2002-07-15 | 1 | -2/+2 |
* | Missed a semicol | wrowe | 2002-07-15 | 1 | -1/+1 |
* | Deprecate apr_get/setsockopt for apr_socket_opt_get/set | wrowe | 2002-07-15 | 1 | -4/+22 |
* | Too literal. These aught to compile now. | wrowe | 2002-07-15 | 1 | -1/+1 |
* | Straightforward implementations of apr_socket_timeout_set/get, right | wrowe | 2002-07-15 | 1 | -1/+15 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | Tweak apr_gethostname() so that it detects truncation of the | trawick | 2001-11-20 | 1 | -3/+8 |
* | Wrap all APR functions in APR_DECLARE macro. | rbb | 2001-08-10 | 1 | -3/+3 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 1 | -1/+1 |
* | Axe apr_get_hostname(). Use apr_getnameinfo() instead. | trawick | 2000-12-18 | 1 | -27/+0 |
* | port initial set of David Reid's IPv6 support to OS/2 | trawick | 2000-11-16 | 1 | -2/+2 |
* | OS/2: Convert apr_get_remote_hostname() to apr_get_hostname(), supporting both | bjh | 2000-11-14 | 1 | -5/+11 |
* | APRize disabling nagle (setting TCP_NODELAY). | bjh | 2000-08-22 | 1 | -0/+5 |
* | Include apr_strings.h in a bunch more places that need it. | bjh | 2000-08-06 | 1 | -0/+1 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 1 | -5/+5 |
* | OS/2: Add ap_getsocketopt() implementation. | bjh | 2000-07-01 | 1 | -0/+14 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | rbb | 2000-04-14 | 1 | -1/+1 |
* | First stage of migrating OS/2 code to new error code mappings, define & use | bjh | 2000-04-08 | 1 | -7/+7 |
* | Finish the APR naming cleanup. This removes the struct's from | rbb | 2000-04-03 | 1 | -2/+2 |
* | fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the | rbb | 2000-04-03 | 1 | -2/+2 |
* | Update to Apache Software License version 1.1 | fielding | 2000-03-31 | 1 | -32/+31 |
* | Fix all the License issues. Including: | rbb | 2000-03-10 | 1 | -9/+9 |
* | OS/2: Rework ap_send/ap_recv to time out properly on blocking sockets. | bjh | 1999-11-03 | 1 | -1/+3 |
* | OS/2: Bypass EMX library's socket code and go straight to the OS/2 TCP/IP | bjh | 1999-10-29 | 1 | -1/+93 |
* | OS/2: Use unix version of sockopt.c | bjh | 1999-10-18 | 1 | -128/+1 |
* | Bring network code to the parameter order spec. This means contexts go last, | rbb | 1999-10-10 | 1 | -1/+1 |
* | Get rid of the per-connection name lookup on non-Unix platforms. This | manoj | 1999-10-08 | 1 | -4/+13 |
* | First patch to re-order function parameters. This one gets the low hanging | rbb | 1999-10-04 | 1 | -1/+1 |
* | Initial revision | rbb | 1999-08-17 | 1 | -0/+174 |