]> granicus.if.org Git - apache/history - include/ap_slotmem.h
* mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57198.
[apache] / include / ap_slotmem.h
2013-11-08 Jim JagielskiError detection and a quick validity check when restori...
2012-09-18 Jim JagielskiAdd in new type CLEARINUSE which allows the inuse table to
2012-09-17 Jim JagielskiAllow for a forced grab of a slotmem slot.
2012-01-02 Stefan FritschAvoid using C++ reserved word 'new' in arg name in...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-07-14 Jeff Trawickfix def'n of AP_SLOTMEM_PROVIDER_VERSION, use it
2011-02-07 Jim JagielskiSlotmem now provides for the number of "free" slots
2011-01-13 Jim JagielskiJust a note regarding these bitfields
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-06-01 Jim Jagielskiclarify ptr
2009-06-01 Jim JagielskiAlign doccos with code and clarify: grab tries to find...
2009-05-15 Jim Jagielskidditional docco changes... No functional changes
2009-05-15 Jim Jagielskicomment change - no functional change
2009-05-15 Jim Jagielski"officially" add grab/release to slotmem provider API
2009-05-15 Jim JagielskiAnother slotmem flag. This one determines if access
2009-05-15 Jim Jagielskicompile-time issues
2009-05-15 Jim JagielskiFinal ( :) ) step to transition which removes the ap_sl...
2009-05-13 Jim Jagielskiadd API back from r774454
2009-05-13 Jim Jagielskiap_slotmem_mem no longer exists. We never provide the...
2009-05-12 Jim JagielskiIf we have a mutex, we should use it whenever we create a
2009-05-05 Jim JagielskiMove to an enum, instead of bitmaps... no functional
2009-05-04 Jean-Frederic ClereAdd a parameter for slotmem_create for the persistancy...
2009-05-04 Jean-Frederic ClereRemove ap_slotmem_lock / ap_slotmem_unlock from the...
2009-02-10 Jim JagielskiAdd getter/setter functions to the slotmem API. Also,
2009-01-02 Jim JagielskiAdd new struct element: name...
2009-01-01 Jim JagielskiTransition mod_slotmem to ap_slotmem... just monkeying