Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
← Previous Change
Next Change
→
Changeset
145
in code for
trunk/vendor/github.com/andybalholm
Timestamp:
Aug 26, 2023, 1:50:10 PM (
22 months
ago)
Author:
Izuru Yakumo
Message:
Updated the Makefile and vendored depedencies
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
Location:
trunk/vendor
Files:
68 added
.
(added)
github.com
(added)
github.com/andybalholm
(added)
github.com/andybalholm/brotli
(added)
github.com/andybalholm/brotli/LICENSE
(added)
github.com/andybalholm/brotli/README.md
(added)
github.com/andybalholm/brotli/backward_references.go
(added)
github.com/andybalholm/brotli/backward_references_hq.go
(added)
github.com/andybalholm/brotli/bit_cost.go
(added)
github.com/andybalholm/brotli/bit_reader.go
(added)
github.com/andybalholm/brotli/block_splitter.go
(added)
github.com/andybalholm/brotli/block_splitter_command.go
(added)
github.com/andybalholm/brotli/block_splitter_distance.go
(added)
github.com/andybalholm/brotli/block_splitter_literal.go
(added)
github.com/andybalholm/brotli/brotli_bit_stream.go
(added)
github.com/andybalholm/brotli/cluster.go
(added)
github.com/andybalholm/brotli/cluster_command.go
(added)
github.com/andybalholm/brotli/cluster_distance.go
(added)
github.com/andybalholm/brotli/cluster_literal.go
(added)
github.com/andybalholm/brotli/command.go
(added)
github.com/andybalholm/brotli/compress_fragment.go
(added)
github.com/andybalholm/brotli/compress_fragment_two_pass.go
(added)
github.com/andybalholm/brotli/constants.go
(added)
github.com/andybalholm/brotli/context.go
(added)
github.com/andybalholm/brotli/decode.go
(added)
github.com/andybalholm/brotli/dictionary.go
(added)
github.com/andybalholm/brotli/dictionary_hash.go
(added)
github.com/andybalholm/brotli/encode.go
(added)
github.com/andybalholm/brotli/encoder_dict.go
(added)
github.com/andybalholm/brotli/entropy_encode.go
(added)
github.com/andybalholm/brotli/entropy_encode_static.go
(added)
github.com/andybalholm/brotli/fast_log.go
(added)
github.com/andybalholm/brotli/find_match_length.go
(added)
github.com/andybalholm/brotli/go.mod
(added)
github.com/andybalholm/brotli/go.sum
(added)
github.com/andybalholm/brotli/h10.go
(added)
github.com/andybalholm/brotli/h5.go
(added)
github.com/andybalholm/brotli/h6.go
(added)
github.com/andybalholm/brotli/hash.go
(added)
github.com/andybalholm/brotli/hash_composite.go
(added)
github.com/andybalholm/brotli/hash_forgetful_chain.go
(added)
github.com/andybalholm/brotli/hash_longest_match_quickly.go
(added)
github.com/andybalholm/brotli/hash_rolling.go
(added)
github.com/andybalholm/brotli/histogram.go
(added)
github.com/andybalholm/brotli/http.go
(added)
github.com/andybalholm/brotli/huffman.go
(added)
github.com/andybalholm/brotli/literal_cost.go
(added)
github.com/andybalholm/brotli/memory.go
(added)
github.com/andybalholm/brotli/metablock.go
(added)
github.com/andybalholm/brotli/metablock_command.go
(added)
github.com/andybalholm/brotli/metablock_distance.go
(added)
github.com/andybalholm/brotli/metablock_literal.go
(added)
github.com/andybalholm/brotli/params.go
(added)
github.com/andybalholm/brotli/platform.go
(added)
github.com/andybalholm/brotli/prefix.go
(added)
github.com/andybalholm/brotli/prefix_dec.go
(added)
github.com/andybalholm/brotli/quality.go
(added)
github.com/andybalholm/brotli/reader.go
(added)
github.com/andybalholm/brotli/ringbuffer.go
(added)
github.com/andybalholm/brotli/state.go
(added)
github.com/andybalholm/brotli/static_dict.go
(added)
github.com/andybalholm/brotli/static_dict_lut.go
(added)
github.com/andybalholm/brotli/symbol_list.go
(added)
github.com/andybalholm/brotli/transform.go
(added)
github.com/andybalholm/brotli/utf8_util.go
(added)
github.com/andybalholm/brotli/util.go
(added)
github.com/andybalholm/brotli/write_bits.go
(added)
github.com/andybalholm/brotli/writer.go
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive