Adds support to collection using memcache.

This is the initial support to collections using memcache.
This commit is contained in:
Felipe Zimmerle
2014-03-17 12:58:35 -07:00
parent 39caeedf14
commit 0318b10461
19 changed files with 731 additions and 98 deletions

View File

@@ -70,6 +70,7 @@ OBJS1 = mod_security2.obj apache2_config.obj apache2_io.obj apache2_util.obj \
msc_parsers.obj msc_util.obj msc_pcre.obj persist_dbm.obj \
msc_reqbody.obj msc_geo.obj msc_gsb.obj msc_unicode.obj acmp.obj msc_lua.obj \
msc_release.obj msc_crypt.obj msc_tree.obj \
msc_persistent_memcache.obj \
msc_status_engine.obj \
msc_json.obj

View File

@@ -265,6 +265,7 @@ net start W3SVC /y</Command>
<ClCompile Include="..\apache2\msc_lua.c" />
<ClCompile Include="..\apache2\msc_multipart.c" />
<ClCompile Include="..\apache2\msc_parsers.c" />
<ClCompile Include="..\apache2\msc_persistent_memcache.c" />
<ClCompile Include="..\apache2\msc_pcre.c" />
<ClCompile Include="..\apache2\msc_release.c" />
<ClCompile Include="..\apache2\msc_reqbody.c" />
@@ -332,4 +333,4 @@ net start W3SVC /y</Command>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@@ -39,6 +39,9 @@
<ClCompile Include="..\apache2\msc_parsers.c">
<Filter>ModSecurity</Filter>
</ClCompile>
<ClCompile Include="..\apache2\msc_persistent_memcache.c">
<Filter>ModSecurity</Filter>
</ClCompile>
<ClCompile Include="..\apache2\msc_pcre.c">
<Filter>ModSecurity</Filter>
</ClCompile>
@@ -218,4 +221,4 @@
<UniqueIdentifier>{6e3cb6bd-89fa-413c-ba35-71d6733e3708}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>
</Project>