| Commit message (Expand) | Author | Age | Files | Lines |
* | add a new define APR_POOL_DEBUG_VERBOSE | Ian Holsman | 2002-01-11 | 1 | -6/+52 |
* | Clear the pool struct when APR_POOL_DEBUG is defined. | Sander Striker | 2002-01-10 | 1 | -6/+4 |
* | Fill in code that is to be used when APR_POOL_DEBUG is defined. | Sander Striker | 2002-01-01 | 1 | -228/+652 |
* | * memory/unix/apr_pools.c (apr_pool_create_ex): Properly inherit | Sander Striker | 2002-01-01 | 1 | -0/+3 |
* | Enable apr_pool_tag by default, instead of only when APR_POOL_DEBUG | Sander Striker | 2001-12-18 | 1 | -7/+1 |
* | Bring the code more into the style of the rest of APR. Replaced | Sander Striker | 2001-12-15 | 1 | -40/+53 |
* | get the new pools code to compile when !APR_HAS_THREADS | Jeff Trawick | 2001-12-14 | 1 | -1/+9 |
* | AIX system header files define something called ALIGN(), | Jeff Trawick | 2001-12-14 | 1 | -10/+10 |
* | - Switch a sleep call to apr_sleep | Justin Erenkrantz | 2001-12-14 | 1 | -36/+3 |
* | remember us pool people working in evil-empire land | Ian Holsman | 2001-12-14 | 1 | -4/+4 |
* | Move us over to the new pools code. The debug code isn't in place yet, | Sander Striker | 2001-12-14 | 1 | -1108/+646 |
* | Speed up apr_pool_userdata_set[n] by letting apr_hash_set/get figure out the | Ian Holsman | 2001-11-23 | 1 | -8/+4 |
* | This patch speeds up the apr_hash_t implementation's | Ian Holsman | 2001-11-21 | 1 | -1/+1 |
* | Introduce the apr_pool_userdata_setn() variant that doesn't strdup the key. | William A. Rowe Jr | 2001-10-29 | 1 | -1/+20 |
* | Fix the reporting for child processes that die. This removes | Ryan Bloom | 2001-10-23 | 1 | -2/+2 |
* | Introduce apr_pool_lock for debugging, in combination with | William A. Rowe Jr | 2001-09-28 | 1 | -1/+84 |
* | Remove SMS and all references. | Sander Striker | 2001-09-28 | 9 | -3699/+1 |
* | Add an extra parameter to all apr_proc_wait() calls for the new "exitcode" | Greg Stein | 2001-09-20 | 1 | -2/+2 |
* | Whoops - we want that hproc just a little while longer. | William A. Rowe Jr | 2001-09-17 | 1 | -6/+8 |
* | Fix two odd bits of breakage. Don't you just -love- casts? | William A. Rowe Jr | 2001-09-17 | 1 | -2/+6 |
* | The spawn_mutex is a leftover from 1.3. Remove it. | Justin Erenkrantz | 2001-09-02 | 1 | -8/+0 |
* | That free statement is altogether stupid. | Justin Erenkrantz | 2001-08-30 | 1 | -4/+0 |
* | Removed code for NetWare that is trying to free a lock handle as if it were | Bradley Nicholes | 2001-08-30 | 1 | -0/+2 |
* | Doxygen updates | Ian Holsman | 2001-08-24 | 1 | -9/+9 |
* | fix some homophonic issues in comments, as well as some | Jeff Trawick | 2001-08-15 | 2 | -2/+2 |
* | Make all APR pools be allocated out of the permanent pool. | Ryan Bloom | 2001-08-13 | 1 | -2/+5 |
* | Add doxygen work for SMS code. | Ryan Bloom | 2001-08-12 | 1 | -20/+31 |
* | don't destroy an APR lock which wasn't successfully created; | Jeff Trawick | 2001-08-09 | 1 | -2/+0 |
* | Modify this semantic to 1. keep in tune with apr return values (although | William A. Rowe Jr | 2001-08-02 | 2 | -22/+20 |
* | It just won't work on win32 that way... need an .m4 test for HAVE__END | William A. Rowe Jr | 2001-08-02 | 1 | -2/+8 |
* | gotta use apr_os_thread_equal() instead of comparing apr_os_thread_t | Jeff Trawick | 2001-07-27 | 1 | -3/+3 |
* | Use apr_want.h instead of using string.h directly | Cliff Woolley | 2001-07-24 | 1 | -1/+2 |
* | D'oh - that was stupid. | Justin Erenkrantz | 2001-07-24 | 1 | -1/+1 |
* | Thank you justin :) | William A. Rowe Jr | 2001-07-23 | 1 | -1/+1 |
* | This is the patch described in the prior cvs checkin | William A. Rowe Jr | 2001-07-23 | 1 | -7/+3 |
* | Depricated the broken apr_pool_child_cleanup_kill, and added the new | William A. Rowe Jr | 2001-07-23 | 1 | -6/+8 |
* | Remove independent lock. Rely on the lock in the apr_sms_t structure | Justin Erenkrantz | 2001-07-23 | 1 | -38/+25 |
* | Ensure that our parent knows to be thread-safe before we continue | Justin Erenkrantz | 2001-07-23 | 1 | -24/+33 |
* | #include <string.h>, for memcpy(). | Karl Fogel | 2001-07-19 | 1 | -0/+1 |
* | use a macro for obtaining the thread hash value so that | Jeff Trawick | 2001-07-18 | 1 | -4/+6 |
* | Add a new function to be able to cancel a child cleanup. This is | Ryan Bloom | 2001-07-14 | 1 | -0/+21 |
* | Fix up the min_free setting in the create function is a way that it | Sander Striker | 2001-07-12 | 1 | -1/+3 |
* | Changed the calls to apr_sms_trivial_create to apr_sms_trivial_create_ex | Sander Striker | 2001-07-12 | 1 | -4/+14 |
* | Add a SMS module that will maintain a free list per thread. This could | Sander Striker | 2001-07-12 | 2 | -1/+964 |
* | The 'pools are sms' patch. Think I got everything :) | David Reid | 2001-07-11 | 3 | -0/+222 |
* | Thinko. | Justin Erenkrantz | 2001-07-08 | 1 | -1/+1 |
* | This function is only used if we are debugging the code, so we should | Ryan Bloom | 2001-07-07 | 1 | -2/+2 |
* | Get us building again. David changed the header files, but not the .c | Justin Erenkrantz | 2001-07-07 | 1 | -1/+1 |
* | Remove an uneeded cast. | David Reid | 2001-07-07 | 1 | -1/+1 |
* | Few changes, mainly to add more support for sms :) | David Reid | 2001-07-07 | 2 | -1/+36 |