]> granicus.if.org Git - apache/history - modules/slotmem
Remove unused variable
[apache] / modules / slotmem /
2011-04-01 Jim JagielskiMore cleanups at cleanup... move to using pconf and...
2011-04-01 Jim Jagielskiwrong stash
2011-03-31 Jim JagielskiDon't kill me mister...
2011-03-18 Guenter KnaufUse a var INSTALLBASE to simplify NetWare installation...
2011-03-18 Guenter KnaufUse var for prelude so its possible to change it at...
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-02-12 Stefan FritschUse ap_state_query() to fix many modules that were...
2011-02-09 Ruediger Pluem* Fix syntax errors and a non existing variable.
2011-02-07 Jim JagielskiOnly persist if we want it to
2011-02-07 Jim JagielskiOK, use faster, shared version... makes sense to persis...
2011-02-07 Jim JagielskiSave this for later to be done... recall that .free...
2011-02-07 Jim JagielskiSlotmem now provides for the number of "free" slots
2011-01-26 Guenter KnaufAdded mod_slotmem*.dsp files forgotten with commit...
2011-01-21 Jim Jagielskiarith on void* is not good
2011-01-17 Rainer JungIncrease memory alignment for slotmem data in
2011-01-15 Guenter KnaufAdded NetWare makefiles for slotmem modules.
2011-01-11 Jim Jagielskirevert...
2011-01-07 Jim Jagielskiwhitespace
2011-01-07 Jim JagielskiUse consistant naming and be sure to pad
2010-11-18 Stefan FritschFix 'comparison of unsigned expression < 0 is always...
2010-09-27 Jim JagielskiAllow for non-persist of shared mem
2010-09-27 Jim JagielskiNo leakie
2010-09-27 Stefan FritschAvoid potential segfault (found by clang/scan-build).
2010-08-03 Stefan Fritschremove more unused variables
2010-06-14 Stefan FritschFix some compiler warnings:
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-10-01 Jim JagielskiAllow for pass-thru or early termination of doall(...
2009-09-03 Jim JagielskiAn error detect question in comments
2009-07-06 Jean-Frederic ClereArrange the slotmem chain logic in attach() too.
2009-07-06 Jean-Frederic ClereArrange the slotmem chain logic.
2009-05-22 Jim Jagielskiavoid a relatively ugly code dup
2009-05-21 Jim JagielskiComplete API :)
2009-05-19 Jim Jagielskilinewrap. no func diffs
2009-05-19 Jim JagielskiDoesn't really make sense to have to keep these 2
2009-05-15 Jim JagielskiAdd inuse table and grab/release to plainmem slot provider
2009-05-15 Jim JagielskiAlign internal names with external... Note, rename
2009-05-15 Jim JagielskiAnother slotmem flag. This one determines if access
2009-05-15 Jim JagielskiRemove all locking from slotmem_shm...
2009-05-15 Jim JagielskiAlign with module naming
2009-05-15 Jim Jagielskicompile-time issues
2009-05-15 Jim JagielskiFinal ( :) ) step to transition which removes the ap_sl...
2009-05-15 Jim JagielskiFinalize
2009-05-15 Jim JagielskiMove over