| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add an APR_GET_POOL macro to get a pool from any APR type that has | rbb | 2001-01-02 | 1 | -0/+11 |
* | Add a tip about using atexit. | rbb | 2000-12-04 | 1 | -1/+2 |
* | move apr_strerror() from apr_general.h to apr_errno.h | gstein | 2000-11-26 | 1 | -8/+0 |
* | Make the APR headers sane. | gstein | 2000-11-26 | 1 | -105/+2 |
* | Add some docs to APR. | rbb | 2000-10-09 | 1 | -1/+4 |
* | Document all of the public APR structures with DocBook. | rbb | 2000-08-05 | 1 | -2/+22 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 1 | -19/+19 |
* | Update apr_general.h's docs to use ScanDoc | rbb | 2000-07-23 | 1 | -109/+55 |
* | damn. went through all that work to const-ify "key" but missed the data. | gstein | 2000-07-08 | 1 | -2/+2 |
* | const-ify the userdata interfaces | gstein | 2000-07-08 | 1 | -4/+4 |
* | Move the checks for bcopy and memmove down to APR. APR now defines memmove | rbb | 2000-06-27 | 1 | -0/+11 |
* | Tidy up the debugging documentation. | dreid | 2000-06-18 | 1 | -1/+1 |
* | This commit gets the debugging of alloc and pools working again. | dreid | 2000-06-17 | 1 | -1/+17 |
* | Some serious completion of stricmp, strnicmp, strdup and strstr issues | wrowe | 2000-06-10 | 1 | -1/+1 |
* | Remove a bunch of string functions from Apache. These are basically | rbb | 2000-06-09 | 1 | -0/+16 |
* | don't redefine TRUE/FALSE | dougm | 2000-04-28 | 1 | -1/+5 |
* | back out APR_ prefix for TRUE,FALSE | dougm | 2000-04-28 | 1 | -2/+2 |
* | prefix TRUE,FALSE with APR_ | dougm | 2000-04-28 | 1 | -2/+2 |
* | Change size_t to ap_size_t on ap_strerror(). Sorry about missing this the | stoddard | 2000-04-26 | 1 | -2/+2 |
* | Get rid of ap_pool_t argument on ap_strerror | stoddard | 2000-04-26 | 1 | -3/+4 |
* | First pass at ap_strerrot. This is probably broken somewhere, but it compiles | rbb | 2000-04-19 | 1 | -0/+13 |
* | Change the format for APR function documentation. This uses the perldoc | rbb | 2000-04-16 | 1 | -62/+97 |