Move common libraries from root to lib/.
[samba.git] / source4 / librpc / ndr / ndr_compression.c
2008-09-17 Jelmer VernooijMove common libraries from root to lib/.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-08 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-09-07 Stefan Metzmacherndr_compression: add XPRESS compression support
2008-09-07 Stefan Metzmacherndr_compression: fix the build after lzxpress_decompres...
2008-09-06 Stefan Metzmacherndr_compression: change debug levels
2008-09-06 Stefan Metzmacherndr_compression: use deflateReset() together with defal...
2008-09-06 Stefan Metzmacherndr_compression: use inflateReset() and inflateSetDicti...
2008-08-26 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-24 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-22 Andrew TridgellMerge commit 'origin/v4-0-test' into v4-0-test
2008-08-22 Andrew TridgellMerge branch 'abartlet-4-0-local' into v4-0-test
2008-08-21 Stefan Metzmacherndr_compression: implement mszip compression based...
2008-08-21 Stefan Metzmacherndr_compression: add common parts of ndr compression
2008-08-20 Stefan Metzmacherndr_compression: remove the type serialization handling...
2008-08-20 Stefan Metzmacherndr_compression: unify the common handling of mszip...
2008-08-20 Andrew TridgellMerge commit 'origin/v4-0-test' into v4-0-test
2008-08-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-18 Stefan Metzmacherndr_compression: use zlib's inflate() for decompression
2008-08-18 Matthieu Suichelibrpc/ndr: add support for XPRESS decompression
2008-01-22 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-01-21 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-21 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-21 Andrew BartlettBe sure to pass iconv handle down to compression subcon...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26431: Require ndr_push creators to specify a iconv_co...
2007-12-21 Stefan Metzmacherr25918: ndr: change NTSTAUS into enum ndr_err_code...
2007-12-21 Stefan Metzmacherr25776: ndr compression: make use of NDR_CHECK() and...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Stefan Metzmacherr10873: check the complete payload header
2007-10-10 Stefan Metzmacherr10872: fix the length of the dummy XPRESS decompressed...
2007-10-10 Stefan Metzmacherr10869: add dummy functions and dummy parsing of XPRESS...
2007-10-10 Stefan Metzmacherr9373: - create a hierachical memory tree with recursiv...
2007-10-10 Stefan Metzmacherr9372: - make the subcontext handling autogenerated...
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Stefan Metzmacherr6129: - add our own MSZIP decompression implementation
2007-10-10 Stefan Metzmacherr6114: the marker is const and is 0x434B 'CK'
2007-10-10 Stefan Metzmacherr6112: try to decompress all chunks and put them together
2007-10-10 Stefan Metzmacherr6065: revert test value
2007-10-10 Stefan Metzmacherr6061: add start of compression support in our rpc...