]> Sergey Matveev's repositories - tofuproxy.git/commit
Multistream WARCs and better Zstandard support
authorSergey Matveev <stargrave@stargrave.org>
Tue, 19 Oct 2021 11:05:32 +0000 (14:05 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 19 Oct 2021 11:05:32 +0000 (14:05 +0300)
commitbae1cfe5ce46a1b758ccc4dddda2751b6ac47f3e
tree0bb48d803485c915c5e6500a17f4f641fcc8b6f8
parent0c0a261a6ef4fddfc34a9150005f7964cc69c420
Multistream WARCs and better Zstandard support
24 files changed:
.gitignore
cmd/enzstd/.gitignore [new file with mode: 0644]
cmd/enzstd/compile_flags.txt.do [new file with mode: 0644]
cmd/enzstd/enzstd.c [new file with mode: 0644]
cmd/enzstd/enzstd.do [new file with mode: 0644]
cmd/ungzip/main.go [new file with mode: 0644]
cmd/unzstd/.gitignore [new file with mode: 0644]
cmd/unzstd/compile_flags.txt.do [new file with mode: 0644]
cmd/unzstd/unzstd.c [new file with mode: 0644]
cmd/unzstd/unzstd.do [new file with mode: 0644]
cmd/warc-extract/main.go
doc/warcs.texi
fifos/start.go
fifos/warcs.go
go.mod
go.sum
rounds/warc.go
warc/compressed.go
warc/gzip.go [new file with mode: 0644]
warc/open.go [new file with mode: 0644]
warc/reader.go
warc/record.go
warc/uncompressed.go [new file with mode: 0644]
warc/uris.go