Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: AZero13/zstdmt

Tags

v0.8

Toggle v0.8's commit message
Update version of zstdmt to 0.8

v0.7

Toggle v0.7's commit message
Add manpage for snappy and bump version to v0.7

v0.6

Toggle v0.6's commit message
Add manpage for snappy and bump version to v0.7

v0.4

Toggle v0.4's commit message
Add manpage for snappy and bump version to v0.7

0.6

Toggle 0.6's commit message
Update versions of lz4, zstd and brotli

0.4

Toggle 0.4's commit message
Update README.md

Some links changed...

v0.3a

Toggle v0.3a's commit message
Update to Zstandard v1.1.4

v0.3

Toggle v0.3's commit message
some minor fixes, windows makefile improvments

v0.1

Toggle v0.1's commit message
split up into library and windows / unix test tools

- pre compiled windows binaries for testing will be uploaded
- no real code change, just movements of files

	gelöscht:       Makefile
	geändert:       README.md
	neue Datei:     lib/README.md
	umbenannt:      list.h -> lib/list.h
	umbenannt:      lz4mt.h -> lib/lz4mt.h
	umbenannt:      lz4mt_common.c -> lib/lz4mt_common.c
	umbenannt:      lz4mt_compress.c -> lib/lz4mt_compress.c
	umbenannt:      lz4mt_decompress.c -> lib/lz4mt_decompress.c
	umbenannt:      lz5mt.h -> lib/lz5mt.h
	umbenannt:      lz5mt_common.c -> lib/lz5mt_common.c
	umbenannt:      lz5mt_compress.c -> lib/lz5mt_compress.c
	umbenannt:      lz5mt_decompress.c -> lib/lz5mt_decompress.c
	umbenannt:      mem.h -> lib/mem.h
	umbenannt:      threading.c -> lib/threading.c
	umbenannt:      threading.h -> lib/threading.h
	umbenannt:      zstdmt.h -> lib/zstdmt.h
	umbenannt:      zstdmt_common.c -> lib/zstdmt_common.c
	umbenannt:      zstdmt_compress.c -> lib/zstdmt_compress.c
	umbenannt:      zstdmt_decompress.c -> lib/zstdmt_decompress.c
	geändert:       multistream/README.md
	neue Datei:     unix/Makefile
	neue Datei:     unix/README.md
	umbenannt:      lz4mt.c -> unix/lz4mt.c
	umbenannt:      lz5mt.c -> unix/lz5mt.c
	umbenannt:      util.c -> unix/util.c
	umbenannt:      util.h -> unix/util.h
	umbenannt:      zstdmt.c -> unix/zstdmt.c
	neue Datei:     windows/Makefile
	neue Datei:     windows/README.md
	neue Datei:     windows/README.mdc
	neue Datei:     windows/lz4mt.c
	neue Datei:     windows/lz5mt.c
	neue Datei:     windows/zstdmt.c