| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in all *.h. | ivan | 2022-11-19 | 1 | -12/+12 |
* | Revert r1894618. | ylavic | 2021-10-29 | 1 | -39/+0 |
* | apr_atomic: Use __atomic builtins when available. | ylavic | 2021-10-29 | 1 | -0/+39 |
* | Slightly improve doxygen generated documentation. | jailletc36 | 2018-08-26 | 1 | -12/+13 |
* | Fix compilation with FreeBSD on ARM. | trawick | 2013-06-17 | 1 | -1/+1 |
* | fix typo | sf | 2011-11-04 | 1 | -1/+1 |
* | Clarify that it is save to call apr_initialize several times. | sf | 2011-10-15 | 1 | -2/+4 |
* | Hide apr_wait_for_io_or_timeout() from public view and add instead | bjh | 2010-04-12 | 1 | -0/+3 |
* | Add the APR_TYPEDEF_STRUCT macro to provide an implementation of | minfrin | 2010-01-16 | 1 | -0/+10 |
* | Fix the typo. | jorton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | jorton | 2006-08-03 | 1 | -6/+6 |
* | apr_revision? Whoops - I rethought that, decided on apr_release.h to | wrowe | 2005-02-07 | 1 | -1/+1 |
* | In order to remove the win32ver.awk generation of .rc files for apr, | wrowe | 2005-02-07 | 1 | -0/+3 |
* | 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 |
* | * misc/unix/rand.c, include/apr_general.h (apr_generate_random_bytes): | jorton | 2003-09-29 | 1 | -6/+1 |
* | remove these interfaces: | trawick | 2003-09-03 | 1 | -6/+0 |
* | Rebalance our exposed headers such that everything is nested properly | wrowe | 2003-03-05 | 1 | -13/+28 |
* | MAXIMUM_WAIT_OBJECTS has no basis in APR, and is defined for Win32 within | wrowe | 2003-02-24 | 1 | -12/+0 |
* | While this is a 'proper' change, it breaks 64 bit platforms. | wrowe | 2003-01-13 | 1 | -3/+8 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | Changes to apr_generate_random_bytes: | jorton | 2002-12-13 | 1 | -3/+3 |
* | Go through doxygen output and remove as many errors and warnings as I could. | jerenkrantz | 2002-11-10 | 1 | -0/+4 |
* | The native c offsetof() was conflicting when trying to use the APR_OFFSETOF | wrowe | 2002-07-08 | 1 | -1/+1 |
* | Pedantic docs change | wrowe | 2002-06-08 | 1 | -1/+3 |
* | Renames: | jwoolley | 2002-05-18 | 1 | -6/+19 |
* | Move APR_STRINGIFY to a common place (apr_general.h). Remove the | striker | 2002-04-22 | 1 | -0/+3 |
* | Correct const'ification of apr_app_initialize and internal related | wrowe | 2002-04-13 | 1 | -2/+6 |
* | A comment that made no sense. | wrowe | 2002-04-13 | 1 | -2/+0 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | Spelling police. | jerenkrantz | 2002-03-02 | 1 | -1/+1 |
* | Export the APR_ALIGN macros. | striker | 2002-03-02 | 1 | -0/+11 |
* | Drop the idea of a two-pass init, apr_app_initialize can handle it all. | wrowe | 2002-02-18 | 1 | -11/+17 |
* | some more Doxygen goodness | ianh | 2002-02-15 | 1 | -0/+14 |
* | Introduce apr_app_main() for global consumption. | wrowe | 2002-01-30 | 1 | -0/+10 |
* | Clean up GNU compiler issues on NetWare | bnicholes | 2001-12-11 | 1 | -0/+2 |
* | Doxygen updates | ianh | 2001-08-24 | 1 | -34/+47 |
* | Rename XtOffset to APR_XtOffset. This namespace protection | rbb | 2001-08-19 | 1 | -6/+6 |
* | Solve the linkage issue with a native-C (nonstd convention) declaration | wrowe | 2001-06-06 | 1 | -2/+16 |
* | Declare memchr() if !APR_HAVE_MEMCHR. | brane | 2001-05-10 | 1 | -0/+4 |
* | *) Make the apr_pool_t structure private. | gstein | 2001-04-26 | 1 | -13/+0 |
* | Begin to move functions from the http module to the core. The goal is to | rbb | 2001-02-26 | 1 | -0/+5 |
* | *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, and | gstein | 2001-02-24 | 1 | -9/+0 |
* | don't compile mktemp.c unless we have to; it doesn't compile everywhere | trawick | 2001-02-21 | 1 | -6/+0 |
* | Add mktemp() and mkstemp() emulation for systems which don't have it. | martin | 2001-02-21 | 1 | -0/+6 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 1 | -1/+1 |
* | get rid of the bzero() macro which we spit out on platforms | trawick | 2001-01-31 | 1 | -4/+0 |
* | Eliminate the APR_SIG* aliases for standard signal names, | fielding | 2001-01-28 | 1 | -91/+0 |
* | Use a typesafe function for access objects' pools. | gstein | 2001-01-24 | 1 | -10/+0 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 1 | -5/+13 |