| Commit message (Expand) | Author | Age | Files | Lines |
* | rename miss: s/apr_clear_pool/apr_pool_clear/g | Doug MacEachern | 2001-02-19 | 1 | -3/+3 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo... | Doug MacEachern | 2001-02-13 | 1 | -6/+6 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -48/+48 |
* | Eliminate the APR_SIG* aliases for standard signal names, | Roy T. Fielding | 2001-01-28 | 1 | -3/+3 |
* | Add APR_DECLARE to some of APR's function declarations. This helps with | Ryan Bloom | 2001-01-11 | 1 | -5/+5 |
* | Keep apr_terminate from seg faulting on terminate. This is | Ryan Bloom | 2001-01-06 | 1 | -2/+8 |
* | Back out the changes to ALLOC_STATS that weren't ready yet. | Ryan Bloom | 2001-01-05 | 1 | -70/+0 |
* | We need to initialize have_corkable_tcp to 0, otherwise on platforms | Ryan Bloom | 2001-01-05 | 1 | -0/+70 |
* | Fix the compile break in apr_pools.c | Ryan Bloom | 2001-01-03 | 1 | -1/+1 |
* | Remove some left overs from the NULL pool code. This was only in debug | Ryan Bloom | 2001-01-03 | 1 | -6/+0 |
* | We should not be assigning permanent_pool inside of make_sub_pool. This | Ryan Bloom | 2001-01-03 | 1 | -3/+1 |
* | Remove the ability to allocate out of a NULL pool. This was always a bad | Ryan Bloom | 2001-01-02 | 1 | -6/+0 |
* | Begin to remove the ability to allocate out of NULL pools. The first | Ryan Bloom | 2000-12-31 | 1 | -13/+26 |
* | put the pool functions in the pool code. | Greg Stein | 2000-12-06 | 1 | -0/+68 |
* | Change POOL_DEBUG into APR_POOL_DEBUG. This allows us to detect the macro | Ryan Bloom | 2000-12-01 | 1 | -21/+21 |
* | Make the APR headers sane. | Greg Stein | 2000-11-26 | 1 | -0/+3 |
* | #include <string.h>, for memset(). | Ryan Bloom | 2000-11-09 | 1 | -0/+3 |
* | Fix dependency on misc.h | Martin Kraemer | 2000-11-09 | 1 | -1/+0 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -18/+18 |
* | Squishing bugs. | William A. Rowe Jr | 2000-10-11 | 1 | -1/+1 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -7/+7 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -86/+86 |
* | - fix POOL_DEBUG ... restored the ap_pool_joins that dreid removed. | dgaudet | 2000-07-26 | 1 | -11/+13 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -66/+1 |
* | const-ify the cleanup functions | Greg Stein | 2000-07-08 | 1 | -7/+7 |
* | use ap_size_t rather than "int" or "long" | Greg Stein | 2000-07-07 | 1 | -17/+18 |
* | Move some private information for pools from a public header file to the | Ryan Bloom | 2000-07-05 | 1 | -0/+10 |
* | Cleanup yesterday's patch to make APR use APR namespace protected macros. | Ryan Bloom | 2000-06-22 | 1 | -4/+4 |
* | Big commit. Basically, if APR defines a public feature macro, then APR | Ryan Bloom | 2000-06-22 | 1 | -4/+5 |
* | Tidy up the debugging documentation. | David Reid | 2000-06-18 | 1 | -58/+3 |
* | This commit gets the debugging of alloc and pools working again. | David Reid | 2000-06-17 | 1 | -5/+15 |
* | Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols. | William A. Rowe Jr | 2000-05-26 | 1 | -20/+20 |
* | Win32: Convert ap_proc_t to tranparent type. | Bill Stoddard | 2000-05-24 | 1 | -3/+1 |
* | pool->prog_data structures are allocated from within the pool. make sure to | Greg Stein | 2000-05-22 | 1 | -0/+2 |
* | In ap_run_cleanup(), swap the actual running of the cleanup and | Manoj Kasichainula | 2000-05-21 | 1 | -4/+1 |
* | Remove all remaining instances in Apache code of | Manoj Kasichainula | 2000-05-21 | 1 | -27/+0 |
* | Since cleanups return an APR status, ap_run_cleanup should too. | Manoj Kasichainula | 2000-05-21 | 1 | -2/+5 |
* | Remove some stuff left over from the old context code. The removes a | Ryan Bloom | 2000-05-19 | 1 | -20/+0 |
* | back out APR_ prefix for TRUE,FALSE | Doug MacEachern | 2000-04-28 | 1 | -1/+1 |
* | prefix TRUE,FALSE with APR_ | Doug MacEachern | 2000-04-28 | 1 | -1/+1 |
* | Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings. | Bill Stoddard | 2000-04-22 | 1 | -0/+1 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | Ryan Bloom | 2000-04-22 | 1 | -1/+1 |
* | Eliminate some useless cruft left over from 1.3 | Bill Stoddard | 2000-04-21 | 1 | -14/+0 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -45/+30 |
* | Remove unused variable 'status' | Martin Kraemer | 2000-04-13 | 1 | -2/+1 |
* | permanent_pool was not initialized from the proper variable and was | Jeff Trawick | 2000-04-10 | 1 | -1/+1 |
* | Finish the APR naming cleanup. This removes the struct's from | Ryan Bloom | 2000-04-03 | 1 | -13/+13 |
* | Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause). | Bill Stoddard | 2000-04-03 | 1 | -4/+0 |
* | fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the | Ryan Bloom | 2000-04-03 | 1 | -13/+13 |