Initial commit 0.001
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 31 Dec 2015 19:02:31 +0000 (21:02 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 31 Dec 2015 19:02:31 +0000 (21:02 +0200)
commitf9995f31e58bcdfc9eb528128c6bfcbb0b8fc777
tree822b9519b21367ed24c5dac5032002f685cbc216
Initial commit
89 files changed:
Brotli.xs [new file with mode: 0644]
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
dec/Makefile [new file with mode: 0644]
dec/bit_reader.c [new file with mode: 0644]
dec/bit_reader.h [new file with mode: 0644]
dec/context.h [new file with mode: 0644]
dec/decode.c [new file with mode: 0644]
dec/decode.h [new file with mode: 0644]
dec/dictionary.c [new file with mode: 0644]
dec/dictionary.h [new file with mode: 0644]
dec/huffman.c [new file with mode: 0644]
dec/huffman.h [new file with mode: 0644]
dec/port.h [new file with mode: 0644]
dec/prefix.h [new file with mode: 0644]
dec/state.c [new file with mode: 0644]
dec/state.h [new file with mode: 0644]
dec/streams.c [new file with mode: 0644]
dec/streams.h [new file with mode: 0644]
dec/transform.h [new file with mode: 0644]
dec/types.h [new file with mode: 0644]
lib/IO/Compress/Brotli.pm [new file with mode: 0644]
lib/IO/Uncompress/Brotli.pm [new file with mode: 0644]
ppport.h [new file with mode: 0644]
t/IO-Compress-Brotli.t [new file with mode: 0644]
t/IO-Uncompress-Brotli.t [new file with mode: 0644]
t/testdata/10x10y [new file with mode: 0644]
t/testdata/10x10y.compressed [new file with mode: 0644]
t/testdata/64x [new file with mode: 0644]
t/testdata/64x.compressed [new file with mode: 0644]
t/testdata/alice29.txt [new file with mode: 0644]
t/testdata/alice29.txt.compressed [new file with mode: 0644]
t/testdata/asyoulik.txt [new file with mode: 0644]
t/testdata/asyoulik.txt.compressed [new file with mode: 0644]
t/testdata/backward65536 [new file with mode: 0644]
t/testdata/backward65536.compressed [new file with mode: 0644]
t/testdata/compressed_file [new file with mode: 0644]
t/testdata/compressed_file.compressed [new file with mode: 0644]
t/testdata/compressed_repeated [new file with mode: 0644]
t/testdata/compressed_repeated.compressed [new file with mode: 0644]
t/testdata/empty [new file with mode: 0644]
t/testdata/empty.compressed [new file with mode: 0644]
t/testdata/empty.compressed.00 [new file with mode: 0644]
t/testdata/empty.compressed.01 [new file with mode: 0644]
t/testdata/empty.compressed.02 [new file with mode: 0644]
t/testdata/empty.compressed.03 [new file with mode: 0644]
t/testdata/empty.compressed.04 [new file with mode: 0644]
t/testdata/empty.compressed.05 [new file with mode: 0644]
t/testdata/empty.compressed.06 [new file with mode: 0644]
t/testdata/empty.compressed.07 [new file with mode: 0644]
t/testdata/empty.compressed.08 [new file with mode: 0644]
t/testdata/empty.compressed.09 [new file with mode: 0644]
t/testdata/empty.compressed.10 [new file with mode: 0644]
t/testdata/empty.compressed.11 [new file with mode: 0644]
t/testdata/empty.compressed.12 [new file with mode: 0644]
t/testdata/empty.compressed.13 [new file with mode: 0644]
t/testdata/empty.compressed.14 [new file with mode: 0644]
t/testdata/empty.compressed.15 [new file with mode: 0644]
t/testdata/empty.compressed.16 [new file with mode: 0644]
t/testdata/empty.compressed.17 [new file with mode: 0644]
t/testdata/empty.compressed.18 [new file with mode: 0644]
t/testdata/lcet10.txt [new file with mode: 0644]
t/testdata/lcet10.txt.compressed [new file with mode: 0644]
t/testdata/mapsdatazrh [new file with mode: 0644]
t/testdata/mapsdatazrh.compressed [new file with mode: 0644]
t/testdata/monkey [new file with mode: 0644]
t/testdata/monkey.compressed [new file with mode: 0644]
t/testdata/plrabn12.txt [new file with mode: 0644]
t/testdata/plrabn12.txt.compressed [new file with mode: 0644]
t/testdata/quickfox [new file with mode: 0644]
t/testdata/quickfox.compressed [new file with mode: 0644]
t/testdata/quickfox_repeated [new file with mode: 0644]
t/testdata/quickfox_repeated.compressed [new file with mode: 0644]
t/testdata/random_org_10k.bin [new file with mode: 0644]
t/testdata/random_org_10k.bin.compressed [new file with mode: 0644]
t/testdata/ukkonooa [new file with mode: 0644]
t/testdata/ukkonooa.compressed [new file with mode: 0644]
t/testdata/x [new file with mode: 0644]
t/testdata/x.compressed [new file with mode: 0644]
t/testdata/x.compressed.00 [new file with mode: 0644]
t/testdata/x.compressed.01 [new file with mode: 0644]
t/testdata/x.compressed.02 [new file with mode: 0644]
t/testdata/x.compressed.03 [new file with mode: 0644]
t/testdata/xyzzy [new file with mode: 0644]
t/testdata/xyzzy.compressed [new file with mode: 0644]
t/testdata/zeros [new file with mode: 0644]
t/testdata/zeros.compressed [new file with mode: 0644]
This page took 0.018882 seconds and 4 git commands to generate.