summaryrefslogtreecommitdiffstats
path: root/modules/slotmem (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix valgrind warnings about uninitialized memory in syscall argumentsStefan Fritsch2013-02-041-1/+1
* Fix mistaken reset of num_free with restored shmJim Jagielski2013-01-091-1/+5
* Fix various clone/edit and search/replace errorsGregg Lewis Smith2012-12-122-4/+4
* Replace duplicate log tagsStefan Fritsch2012-11-061-1/+1
* axe unused variableJeff Trawick2012-09-211-1/+0
* Whoups?!Guenter Knauf2012-09-191-1/+0
* Add in new type CLEARINUSE which allows the inuse table toJim Jagielski2012-09-181-2/+25
* Use our private function and just allow for conditonalJim Jagielski2012-09-181-11/+14
* Allow for a forced grab of a slotmem slot.Jim Jagielski2012-09-182-7/+60
* More consistent return errors...Jim Jagielski2012-09-171-4/+14
* Add debug output when slotmem is persisting shmJim Jagielski2012-09-171-4/+14
* NetWare build tweaks.Guenter Knauf2012-08-092-2/+2
* mod_slotmem_plain: make the "filename" key relative toJeff Trawick2012-08-081-2/+2
* fixup for r1331110: pass correct argumentStefan Fritsch2012-04-261-1/+1
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-261-1/+2
* Use new ap_runtime_dir_relative() APIJim Jagielski2012-03-081-9/+21
* Allow for DEFAULT_REL_RUNTIMEDIR ala socache... prevent perm issuesJim Jagielski2012-03-061-24/+18
* Add a bit of debug loggingStefan Fritsch2012-01-021-0/+9
* Remove unused variableStefan Fritsch2011-12-071-1/+0
* mod_slotmem_shm: Remove the colon syntax to indicate a relative path, andGraham Leggett2011-12-041-18/+14
* Change the provider names to match the module names:Stefan Fritsch2011-12-041-1/+1
* 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-142-2/+4
* adjustments of build priorities of modules without special dependenciesStefan Fritsch2011-07-131-1/+1
* No mo subpoolJim Jagielski2011-06-171-10/+1
* More cleanups at cleanup... move to using pconf and then removeJim Jagielski2011-04-011-10/+16
* wrong stashJim Jagielski2011-04-011-0/+2
* Don't kill me mister...Jim Jagielski2011-03-311-8/+4
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-182-2/+2
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-082-4/+4
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-083-19/+19
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-121-13/+0
* * Fix syntax errors and a non existing variable.Ruediger Pluem2011-02-091-2/+2
* Only persist if we want it toJim Jagielski2011-02-071-1/+4
* OK, use faster, shared version... makes sense to persist thisJim Jagielski2011-02-071-13/+32
* Save this for later to be done... recall that .free needs toJim Jagielski2011-02-071-20/+7
* Slotmem now provides for the number of "free" slotsJim Jagielski2011-02-072-7/+45
* Added mod_slotmem*.dsp files forgotten with commit r1063507.Guenter Knauf2011-01-262-0/+222
* arith on void* is not goodJim Jagielski2011-01-212-17/+17
* Increase memory alignment for slotmem data inRainer Jung2011-01-171-5/+7
* Added NetWare makefiles for slotmem modules.Guenter Knauf2011-01-153-0/+746
* revert... Jim Jagielski2011-01-111-55/+45
* whitespaceJim Jagielski2011-01-071-1/+1
* Use consistant naming and be sure to padJim Jagielski2011-01-071-46/+56
* Fix 'comparison of unsigned expression < 0 is always false' warning.Stefan Fritsch2010-11-181-1/+1
* Allow for non-persist of shared memJim Jagielski2010-09-271-27/+35
* No leakieJim Jagielski2010-09-271-4/+13
* Avoid potential segfault (found by clang/scan-build).Stefan Fritsch2010-09-271-6/+11
* remove more unused variablesStefan Fritsch2010-08-041-2/+1