summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Second pass at implementing dynamic locking in the sms code.striker2001-07-034-17/+68
* apr_sms_trivial_thread_[un]register() got warnings since it wastrawick2001-07-031-4/+4
* apr_sms_thread_unregister() needs to return somethingtrawick2001-07-031-0/+2
* First step in adding dynamic locking to sms. The framework now startsstriker2001-07-033-10/+97
* This adds another somewhat drastic debugging mode, but it has alreadydreid2001-07-021-0/+52
* Add the ability to print the debugging output into a file insteaddreid2001-07-021-47/+74
* Clean up some warnings and add an APR_ to the start of the debugdreid2001-07-022-5/+8
* More debugging and a small cleanup...dreid2001-07-022-0/+10
* Included <stddef.h> to make sure NULL is declared.striker2001-07-021-0/+1