Add caching and compression
commitcd8dbdcc22fc3de9d93126bc36ed009f2493a6d5
authorSam Liddicott <sam@liddicott.com>
Fri, 7 Nov 2008 15:39:57 +0000 (7 15:39 +0000)
committerSam Liddicott <sam@liddicott.com>
Wed, 10 Dec 2008 10:10:52 +0000 (10 10:10 +0000)
tree951162925cf791b321c2e4f7c75635a27ba3199c
parent3a07149e19c61f4c687833fb8ea403f458470a01
Add caching and compression

This is a rollup of development work and includes
some build system fixes by Jelmer as the compression
work got merged with the compression library
source4/ntvfs/proxy/config.m4
source4/ntvfs/proxy/config.mk
source4/ntvfs/proxy/lib/cache/cache.c [new file with mode: 0644]
source4/ntvfs/proxy/lib/cache/cache.h [new file with mode: 0644]
source4/ntvfs/proxy/lib/cache/config.mk [new file with mode: 0644]
source4/ntvfs/proxy/lib/cache/tests/cache.c [new file with mode: 0644]
source4/ntvfs/proxy/lib/compression/config.m4 [new file with mode: 0644]
source4/ntvfs/proxy/lib/compression/config.mk [new file with mode: 0644]
source4/ntvfs/proxy/lib/compression/zlib.c [new file with mode: 0644]
source4/ntvfs/proxy/lib/compression/zlib.h [new file with mode: 0644]
source4/ntvfs/proxy/vfs_proxy.c