summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
* Introduce apr_pool_lock for debugging, in combination withwrowe2001-09-281-1/+84
* Remove SMS and all references.striker2001-09-289-3699/+1
* Add an extra parameter to all apr_proc_wait() calls for the new "exitcode"gstein2001-09-201-2/+2
* Whoops - we want that hproc just a little while longer.wrowe2001-09-171-6/+8
* Fix two odd bits of breakage. Don't you just -love- casts?wrowe2001-09-171-2/+6
* The spawn_mutex is a leftover from 1.3. Remove it.jerenkrantz2001-09-021-8/+0
* That free statement is altogether stupid.jerenkrantz2001-08-301-4/+0
* Removed code for NetWare that is trying to free a lock handle as if it werebnicholes2001-08-301-0/+2
* Doxygen updatesianh2001-08-241-9/+9
* fix some homophonic issues in comments, as well as sometrawick2001-08-152-2/+2
* Make all APR pools be allocated out of the permanent pool.rbb2001-08-131-2/+5
* Add doxygen work for SMS code.rbb2001-08-121-20/+31
* don't destroy an APR lock which wasn't successfully created;trawick2001-08-091-2/+0
* Modify this semantic to 1. keep in tune with apr return values (althoughwrowe2001-08-022-22/+20
* It just won't work on win32 that way... need an .m4 test for HAVE__ENDwrowe2001-08-021-2/+8
* gotta use apr_os_thread_equal() instead of comparing apr_os_thread_ttrawick2001-07-271-3/+3
* Use apr_want.h instead of using string.h directlyjwoolley2001-07-241-1/+2
* D'oh - that was stupid.jerenkrantz2001-07-241-1/+1
* Thank you justin :)wrowe2001-07-231-1/+1
* This is the patch described in the prior cvs checkinwrowe2001-07-231-7/+3
* Depricated the broken apr_pool_child_cleanup_kill, and added the newwrowe2001-07-231-6/+8
* Remove independent lock. Rely on the lock in the apr_sms_t structurejerenkrantz2001-07-231-38/+25
* Ensure that our parent knows to be thread-safe before we continuejerenkrantz2001-07-231-24/+33
* #include <string.h>, for memcpy().kfogel2001-07-191-0/+1
* use a macro for obtaining the thread hash value so thattrawick2001-07-181-4/+6
* Add a new function to be able to cancel a child cleanup. This isrbb2001-07-141-0/+21
* Fix up the min_free setting in the create function is a way that itstriker2001-07-121-1/+3
* Changed the calls to apr_sms_trivial_create to apr_sms_trivial_create_exstriker2001-07-121-4/+14
* Add a SMS module that will maintain a free list per thread. This couldstriker2001-07-122-1/+964
* The 'pools are sms' patch. Think I got everything :)dreid2001-07-113-0/+222
* Thinko.jerenkrantz2001-07-081-1/+1
* This function is only used if we are debugging the code, so we shouldrbb2001-07-071-2/+2
* Get us building again. David changed the header files, but not the .cjerenkrantz2001-07-071-1/+1
* Remove an uneeded cast.dreid2001-07-071-1/+1
* Few changes, mainly to add more support for sms :)dreid2001-07-072-1/+36
* Add the abort function into sms. This is largely to keep compatabilitydreid2001-07-073-0/+13
* As far as Sander and I can tell the num_bytes functions aredreid2001-07-071-5/+6
* So I think I've moved apr_pools.c succesfully, so now we'll builddreid2001-07-071-1/+2
* Constify the data in the sms cleanups.dreid2001-07-071-8/+8
* Move the thread registration functions from the apr_sms header intodreid2001-07-071-0/+1
* No code changes.jerenkrantz2001-07-061-18/+47
* Added a cleanup type check that was missed earlier on.striker2001-07-051-6/+7
* We seemed to have jumped the gun a bit in a previous commit. The problemstriker2001-07-051-4/+4
* Fixed a stupid typo that caused the realloc to segfault.striker2001-07-041-32/+30
* Change the way we do the cleanups slightly. We now have just 2dreid2001-07-041-4/+6
* Sander pointed out that this is declared in the header file and it shoulddreid2001-07-041-6/+7
* Remove a bunch of warning from the trivial sms.dreid2001-07-041-11/+13
* Added a realloc function.striker2001-07-041-16/+52
* Cleaned up the tracking sms. Brought it into the same style as blocks andstriker2001-07-031-104/+74
* Noticed too late that I wasn't setting the return value instriker2001-07-031-1/+1