summaryrefslogtreecommitdiff
path: root/include/ap_slotmem.h
Commit message (Expand)AuthorAgeFilesLines
* Error detection and a quick validity check when restoring...Jim Jagielski2013-11-081-0/+1
* Add in new type CLEARINUSE which allows the inuse table toJim Jagielski2012-09-181-3/+7
* Allow for a forced grab of a slotmem slot.Jim Jagielski2012-09-171-0/+7
* Avoid using C++ reserved word 'new' in arg name in headerStefan Fritsch2012-01-021-5/+7
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* fix def'n of AP_SLOTMEM_PROVIDER_VERSION, use itJeff Trawick2011-07-141-1/+1
* Slotmem now provides for the number of "free" slotsJim Jagielski2011-02-071-0/+8
* Just a note regarding these bitfieldsJim Jagielski2011-01-131-0/+2
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-231-4/+0
* Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.Daniel Earl Poirier2009-10-281-1/+1
* clarify ptrJim Jagielski2009-06-011-1/+1
* Align doccos with code and clarify: grab tries to find a freeJim Jagielski2009-06-011-6/+6
* dditional docco changes... No functional changesJim Jagielski2009-05-151-2/+2
* comment change - no functional changeJim Jagielski2009-05-151-8/+8
* "officially" add grab/release to slotmem provider APIJim Jagielski2009-05-151-0/+14
* Another slotmem flag. This one determines if accessJim Jagielski2009-05-151-0/+9
* compile-time issuesJim Jagielski2009-05-151-0/+5
* Final ( :) ) step to transition which removes the ap_slotmem_fooJim Jagielski2009-05-151-115/+22
* add API back from r774454Jim Jagielski2009-05-131-0/+17
* ap_slotmem_mem no longer exists. We never provide the ptr toJim Jagielski2009-05-131-17/+0
* If we have a mutex, we should use it whenever we create aJim Jagielski2009-05-121-0/+26
* Move to an enum, instead of bitmaps... no functionalJim Jagielski2009-05-051-3/+5
* Add a parameter for slotmem_create for the persistancy of the slotmem area.Jean-Frederic Clere2009-05-041-2/+6
* Remove ap_slotmem_lock / ap_slotmem_unlock from the slotmem API.Jean-Frederic Clere2009-05-041-30/+0
* Add getter/setter functions to the slotmem API. Also,Jim Jagielski2009-02-101-16/+55
* Add new struct element: name...Jim Jagielski2009-01-021-55/+57
* Transition mod_slotmem to ap_slotmem... just monkeyingJim Jagielski2009-01-011-0/+201