]>
Commit | Line | Data |
---|---|---|
1 | bin/bro-perl | |
2 | Brotli.xs | |
3 | brotli/c/common/constants.h | |
4 | brotli/c/common/dictionary.bin | |
5 | brotli/c/common/dictionary.c | |
6 | brotli/c/common/dictionary.h | |
7 | brotli/c/common/version.h | |
8 | brotli/c/dec/bit_reader.c | |
9 | brotli/c/dec/bit_reader.h | |
10 | brotli/c/dec/context.h | |
11 | brotli/c/dec/decode.c | |
12 | brotli/c/dec/huffman.c | |
13 | brotli/c/dec/huffman.h | |
14 | brotli/c/dec/port.h | |
15 | brotli/c/dec/prefix.h | |
16 | brotli/c/dec/state.c | |
17 | brotli/c/dec/state.h | |
18 | brotli/c/dec/transform.h | |
19 | brotli/c/enc/backward_references.c | |
20 | brotli/c/enc/backward_references.h | |
21 | brotli/c/enc/backward_references_hq.c | |
22 | brotli/c/enc/backward_references_hq.h | |
23 | brotli/c/enc/backward_references_inc.h | |
24 | brotli/c/enc/bit_cost.c | |
25 | brotli/c/enc/bit_cost.h | |
26 | brotli/c/enc/bit_cost_inc.h | |
27 | brotli/c/enc/block_encoder_inc.h | |
28 | brotli/c/enc/block_splitter.c | |
29 | brotli/c/enc/block_splitter.h | |
30 | brotli/c/enc/block_splitter_inc.h | |
31 | brotli/c/enc/brotli_bit_stream.c | |
32 | brotli/c/enc/brotli_bit_stream.h | |
33 | brotli/c/enc/cluster.c | |
34 | brotli/c/enc/cluster.h | |
35 | brotli/c/enc/cluster_inc.h | |
36 | brotli/c/enc/command.h | |
37 | brotli/c/enc/compress_fragment.c | |
38 | brotli/c/enc/compress_fragment.h | |
39 | brotli/c/enc/compress_fragment_two_pass.c | |
40 | brotli/c/enc/compress_fragment_two_pass.h | |
41 | brotli/c/enc/context.h | |
42 | brotli/c/enc/dictionary_hash.c | |
43 | brotli/c/enc/dictionary_hash.h | |
44 | brotli/c/enc/encode.c | |
45 | brotli/c/enc/entropy_encode.c | |
46 | brotli/c/enc/entropy_encode.h | |
47 | brotli/c/enc/entropy_encode_static.h | |
48 | brotli/c/enc/fast_log.h | |
49 | brotli/c/enc/find_match_length.h | |
50 | brotli/c/enc/hash.h | |
51 | brotli/c/enc/hash_forgetful_chain_inc.h | |
52 | brotli/c/enc/hash_longest_match64_inc.h | |
53 | brotli/c/enc/hash_longest_match_inc.h | |
54 | brotli/c/enc/hash_longest_match_quickly_inc.h | |
55 | brotli/c/enc/hash_to_binary_tree_inc.h | |
56 | brotli/c/enc/histogram.c | |
57 | brotli/c/enc/histogram.h | |
58 | brotli/c/enc/histogram_inc.h | |
59 | brotli/c/enc/literal_cost.c | |
60 | brotli/c/enc/literal_cost.h | |
61 | brotli/c/enc/memory.c | |
62 | brotli/c/enc/memory.h | |
63 | brotli/c/enc/metablock.c | |
64 | brotli/c/enc/metablock.h | |
65 | brotli/c/enc/metablock_inc.h | |
66 | brotli/c/enc/port.h | |
67 | brotli/c/enc/prefix.h | |
68 | brotli/c/enc/quality.h | |
69 | brotli/c/enc/ringbuffer.h | |
70 | brotli/c/enc/static_dict.c | |
71 | brotli/c/enc/static_dict.h | |
72 | brotli/c/enc/static_dict_lut.h | |
73 | brotli/c/enc/utf8_util.c | |
74 | brotli/c/enc/utf8_util.h | |
75 | brotli/c/enc/write_bits.h | |
76 | brotli/c/include/brotli/decode.h | |
77 | brotli/c/include/brotli/encode.h | |
78 | brotli/c/include/brotli/port.h | |
79 | brotli/c/include/brotli/types.h | |
80 | brotli/configure | |
81 | brotli/LICENSE | |
82 | brotli/Makefile | |
83 | brotli/README.md | |
84 | brotli/tests/compatibility_test.sh | |
85 | brotli/tests/roundtrip_test.sh | |
86 | brotli/tests/run-compatibility-test.cmake | |
87 | brotli/tests/run-roundtrip-test.cmake | |
88 | brotli/tests/testdata/10x10y | |
89 | brotli/tests/testdata/10x10y.compressed | |
90 | brotli/tests/testdata/64x | |
91 | brotli/tests/testdata/64x.compressed | |
92 | brotli/tests/testdata/alice29.txt | |
93 | brotli/tests/testdata/alice29.txt.compressed | |
94 | brotli/tests/testdata/asyoulik.txt | |
95 | brotli/tests/testdata/asyoulik.txt.compressed | |
96 | brotli/tests/testdata/backward65536 | |
97 | brotli/tests/testdata/backward65536.compressed | |
98 | brotli/tests/testdata/bb.binast | |
99 | brotli/tests/testdata/compressed_file | |
100 | brotli/tests/testdata/compressed_file.compressed | |
101 | brotli/tests/testdata/compressed_repeated | |
102 | brotli/tests/testdata/compressed_repeated.compressed | |
103 | brotli/tests/testdata/empty | |
104 | brotli/tests/testdata/empty.compressed | |
105 | brotli/tests/testdata/empty.compressed.00 | |
106 | brotli/tests/testdata/empty.compressed.01 | |
107 | brotli/tests/testdata/empty.compressed.02 | |
108 | brotli/tests/testdata/empty.compressed.03 | |
109 | brotli/tests/testdata/empty.compressed.04 | |
110 | brotli/tests/testdata/empty.compressed.05 | |
111 | brotli/tests/testdata/empty.compressed.06 | |
112 | brotli/tests/testdata/empty.compressed.07 | |
113 | brotli/tests/testdata/empty.compressed.08 | |
114 | brotli/tests/testdata/empty.compressed.09 | |
115 | brotli/tests/testdata/empty.compressed.10 | |
116 | brotli/tests/testdata/empty.compressed.11 | |
117 | brotli/tests/testdata/empty.compressed.12 | |
118 | brotli/tests/testdata/empty.compressed.13 | |
119 | brotli/tests/testdata/empty.compressed.14 | |
120 | brotli/tests/testdata/empty.compressed.15 | |
121 | brotli/tests/testdata/empty.compressed.16 | |
122 | brotli/tests/testdata/empty.compressed.17 | |
123 | brotli/tests/testdata/empty.compressed.18 | |
124 | brotli/tests/testdata/lcet10.txt | |
125 | brotli/tests/testdata/lcet10.txt.compressed | |
126 | brotli/tests/testdata/mapsdatazrh | |
127 | brotli/tests/testdata/mapsdatazrh.compressed | |
128 | brotli/tests/testdata/monkey | |
129 | brotli/tests/testdata/monkey.compressed | |
130 | brotli/tests/testdata/plrabn12.txt | |
131 | brotli/tests/testdata/plrabn12.txt.compressed | |
132 | brotli/tests/testdata/quickfox | |
133 | brotli/tests/testdata/quickfox.compressed | |
134 | brotli/tests/testdata/quickfox_repeated | |
135 | brotli/tests/testdata/quickfox_repeated.compressed | |
136 | brotli/tests/testdata/random_chunks | |
137 | brotli/tests/testdata/random_org_10k.bin | |
138 | brotli/tests/testdata/random_org_10k.bin.compressed | |
139 | brotli/tests/testdata/ukkonooa | |
140 | brotli/tests/testdata/ukkonooa.compressed | |
141 | brotli/tests/testdata/x | |
142 | brotli/tests/testdata/x.compressed | |
143 | brotli/tests/testdata/x.compressed.00 | |
144 | brotli/tests/testdata/x.compressed.01 | |
145 | brotli/tests/testdata/x.compressed.02 | |
146 | brotli/tests/testdata/x.compressed.03 | |
147 | brotli/tests/testdata/xyzzy | |
148 | brotli/tests/testdata/xyzzy.compressed | |
149 | brotli/tests/testdata/zeros | |
150 | brotli/tests/testdata/zeros.compressed | |
151 | Changes | |
152 | lib/IO/Compress/Brotli.pm | |
153 | lib/IO/Uncompress/Brotli.pm | |
154 | Makefile.PL | |
155 | MANIFEST This list of files | |
156 | MANIFEST.SKIP | |
157 | ppport.h | |
158 | README | |
159 | t/00-load.t | |
160 | t/01-uncompress.t | |
161 | t/02-roundtrip.t | |
162 | typemap |