summaryrefslogtreecommitdiff
path: root/memory/unix/apr_sms.c
Commit message (Expand)AuthorAgeFilesLines
* D'oh - that was stupid.jerenkrantz2001-07-241-1/+1
* Ensure that our parent knows to be thread-safe before we continuejerenkrantz2001-07-231-24/+33
* The 'pools are sms' patch. Think I got everything :)dreid2001-07-111-0/+6
* 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-071-1/+35
* Add the abort function into sms. This is largely to keep compatabilitydreid2001-07-071-0/+10
* 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
* 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
* Change the way we do the cleanups slightly. We now have just 2dreid2001-07-041-4/+6
* 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-031-0/+11
* 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-031-4/+58
* 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-021-4/+7
* More debugging and a small cleanup...dreid2001-07-021-0/+6
* Hey Presto! He waved his hand over the files and the sms structuredreid2001-07-021-0/+1
* Add some debugging to sms...dreid2001-07-021-4/+126
* Moved the call to apr_sms_assert to within the apr_sms_post_init function.striker2001-07-011-0/+2
* We add another phase to the sms creation/initialisation thatdreid2001-06-291-4/+13
* Fix a bug in the cleanup code.dreid2001-06-291-3/+4
* It's not an error if we don't have a free function.dreid2001-06-201-1/+7
* Change some of the logic so we don't segfault if no parent.dreid2001-06-181-13/+12
* Make the locking conditional on having a lock to use.dreid2001-06-171-17/+32
* More cleanup...dreid2001-06-131-13/+17
* Check we have a realloc_fn before calling it.dreid2001-06-131-10/+31
* Some small tidy ups for the sms code.dreid2001-06-131-15/+11
* Add a function to get the parent of a memory system.dreid2001-06-101-0/+5
* Renaming of sms to use shorter names, no functional change.dreid2001-06-101-147/+147
* Fix the cleanup logic.dreid2001-06-101-7/+5
* Some more locking, this time at the top level of sms to protectdreid2001-06-081-8/+63
* Some tidying up of the locking code.dreid2001-06-081-6/+12
* If we don't have a lock and unlock function in an sms module thendreid2001-06-061-2/+8
* Add some explanation of the way that parent/child/sibling relationshipsdreid2001-06-051-7/+18
* Add an accessor function for the SMS identity.dreid2001-06-051-0/+4
* It is satisfactory for the current memory system itself to be tracking.jwoolley2001-06-041-1/+4
* * Remove the unnecessary parameter checks and the extra error codes thatjwoolley2001-06-041-98/+15
* This changes apr_sms_create into a more appropriately nameddreid2001-06-011-14/+17
* Bring SMS code into line with the Apache styleguide. No functional change.jwoolley2001-05-201-78/+82
* Fix some accidentally inverted logic.jwoolley2001-05-201-1/+1
* Some more tidying up.dreid2001-05-191-16/+17
* This assignment does seem to be intentional, so throw ajwoolley2001-05-191-2/+2
* Fix warnings.ben2001-05-191-1/+5
* More cleanup and improvement of the memory code...dreid2001-05-191-98/+165
* Now we've moved the memory files update the references so we candreid2001-05-141-1/+1
* Add the renamed memory files to APR.dreid2001-05-141-0/+612