summaryrefslogtreecommitdiffstats
path: root/source4/lib/compression
Commit message (Collapse)AuthorAgeFilesLines
* Use single copy of compression library in Samba3,4.Jelmer Vernooij2008-09-165-1101/+0
|
* lzxpress: Import of lzxpress compressionMatthieu Suiche2008-09-072-0/+179
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit fd84c5a08f7e8d6402e5f68eede546eb092d22aa)
* lzxpress: fix for decompression...Matthieu Suiche2008-09-072-21/+17
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit ee505df3742dac0af8eec8b9b27d1e1f5ef54ca9)
* lib/compression: Import of lzxpress decompression algorithmMatthieu Suiche2008-08-182-0/+187
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 531882dadd57eb6fa048c5d6e5fe3accc20df751)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-102-4/+2
| | | | (This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870)
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-102-2/+2
| | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r21694: Some more testing updates.Jelmer Vernooij2007-10-101-2/+0
| | | | (This used to be commit 9247626b1c5f1eec0cedd6be221aafc41d9a26ab)
* r21688: Add simple tests for genrandJelmer Vernooij2007-10-101-0/+33
| | | | (This used to be commit 90f23f0de86bb63ad65556ff2dab8b066236f300)
* r19671: Fix remaining unresolved symbols in shared library build.Jelmer Vernooij2007-10-101-1/+1
| | | | | Fix starting tests in shared library build. (This used to be commit 3b65a0d6e491a57ed216dc0cd9c31d46e0cb6a35)
* r14848: use the constant instead of the interger valueStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 6386fd69303f8a2362c3b967796010ded798511e)
* r6129: - add our own MSZIP decompression implementationStefan Metzmacher2007-10-102-0/+711
(taken from cabextract.c from KDE) this code maybe need to be rewritten and the compression side needs to be done, but for now it seems to works - remove the dependency to zlib metze (This used to be commit 5e8558c5b4365a494aa054c3e08d4084b319e6e5)