Add caching and compression to proxy
commitfeec27a1ef5c015702bcbfae49d8946639f5337e
authorAmin Azez <azez@ufomechanic.net>
Tue, 29 Jan 2008 17:13:08 +0000 (29 17:13 +0000)
committerAmin Azez <azez@ufomechanic.net>
Tue, 29 Jan 2008 17:13:08 +0000 (29 17:13 +0000)
tree9e6e22a124876fa5500993670793ec5902fe0f94
parent3716f13244fff01dcedc42bfb657832fa54c6d45
Add caching and compression to proxy

Add basic compression helper library (current ZLIB only)
for transferring compressed data between proxies, and
also a basic caching API with simple implementation
13 files changed:
source/configure.ac
source/lib/basic.mk
source/lib/cache/cache.c [new file with mode: 0644]
source/lib/cache/cache.h [new file with mode: 0644]
source/lib/cache/config.m4 [new file with mode: 0644]
source/lib/cache/config.mk [new file with mode: 0644]
source/lib/compress/compress.c [new file with mode: 0644]
source/lib/compress/compress.h [new file with mode: 0644]
source/lib/compress/config.m4 [new file with mode: 0644]
source/lib/compress/config.mk [new file with mode: 0644]
source/libcli/config.mk
source/libcli/raw/interfaces.h
source/ntvfs/proxy/vfs_proxy.c