summaryrefslogtreecommitdiff
path: root/memory/unix/apr_sms_trivial.c
Commit message (Expand)AuthorAgeFilesLines
* Use apr_want.h instead of using string.h directlyjwoolley2001-07-241-1/+2
* Remove independent lock. Rely on the lock in the apr_sms_t structurejerenkrantz2001-07-231-38/+25
* #include <string.h>, for memcpy().kfogel2001-07-191-0/+1
* Fix up the min_free setting in the create function is a way that itstriker2001-07-121-1/+3
* Add the abort function into sms. This is largely to keep compatabilitydreid2001-07-071-0/+1
* No code changes.jerenkrantz2001-07-061-18/+47
* Fixed a stupid typo that caused the realloc to segfault.striker2001-07-041-32/+30
* 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
* Second pass at implementing dynamic locking in the sms code.striker2001-07-031-4/+2
* apr_sms_trivial_thread_[un]register() got warnings since it wastrawick2001-07-031-4/+4
* First step in adding dynamic locking to sms. The framework now startsstriker2001-07-031-6/+30
* Included <stddef.h> to make sure NULL is declared.striker2001-07-021-0/+1
* Hey Presto! He waved his hand over the files and the sms structuredreid2001-07-021-0/+1
* Changed the macro names to be the same style as sms_blocks.striker2001-07-011-68/+78
* Moved the call to apr_sms_assert to within the apr_sms_post_init function.striker2001-07-011-1/+1
* Increased the size of the count field. Although it is very unlikely westriker2001-07-011-2/+2
* Get apr_sms_trivial into APR and add the appropriate things to testmem.jerenkrantz2001-07-011-0/+439