issues
search
dropbox
/
rust-brotli
Brotli compressor and decompressor written in rust that optionally avoids the stdlib
https://dropbox.tech/infrastructure/-broccoli--syncing-faster-by-syncing-less
BSD 3-Clause "New" or "Revised" License
819
stars
83
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Q: Is 7.0 backwards compatible with 6.0?
#221
yaziciahmet
opened
6 days ago
0
Uploaded source code contains binary data
#220
weiznich
opened
1 week ago
0
Remove unwanted executable permission from src/enc/test.rs
#219
musicinmybrain
closed
4 weeks ago
0
Adjust license to reflect a MIT-only source, and add a MIT license file
#218
musicinmybrain
closed
1 month ago
3
catbrotli gives incorrect output `!hllo` vs `hello`
#217
johnterickson
closed
3 months ago
1
Panic when compression quality level is exactly `10`
#216
marvinhagemeister
closed
1 month ago
3
Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
#215
dependabot[bot]
opened
3 months ago
0
Fix CI: avoid breaking semver
#214
nyurik
closed
5 months ago
1
`BrotliDecompress` panics if output writer stops accepting data
#213
ctz
closed
1 month ago
4
fix ci semver compat, enable in branches
#212
nyurik
closed
5 months ago
1
Improve hq.rs
#211
nyurik
opened
5 months ago
0
Rework utf8, bool return
#210
nyurik
closed
5 months ago
0
Prevent exposing internal APIs as public
#209
nyurik
opened
5 months ago
1
Use bools instead of i32s (second part)
#208
nyurik
closed
5 months ago
0
Simplify mem cell alloc usage
#207
nyurik
closed
5 months ago
1
Fix `!0` cases
#206
nyurik
closed
5 months ago
0
Use bool instead of i32
#205
nyurik
closed
5 months ago
0
Remove dead code
#204
nyurik
closed
5 months ago
0
Simplify static_dict
#203
nyurik
opened
5 months ago
0
Add conditional cfg(test) to modules
#202
nyurik
closed
5 months ago
0
Clean up precomputed logs tables
#201
nyurik
closed
5 months ago
0
Clean up bit_cost
#200
nyurik
closed
5 months ago
0
Fix CI bug with best_speed_log
#199
nyurik
closed
5 months ago
0
Minor compress_fragment cleanup
#198
nyurik
closed
5 months ago
0
Fix CI for nightly
#197
nyurik
closed
5 months ago
0
Switch to `use crate::` for local decl
#196
nyurik
closed
5 months ago
0
Merge decompressor into this repo
#195
nyurik
opened
6 months ago
0
Simplify loop in FindLongestMatch
#194
nyurik
closed
5 months ago
0
Simplify loop in StoreAndFindMatchesH10
#193
nyurik
closed
5 months ago
0
Remove unused loop
#192
nyurik
closed
5 months ago
0
Remove unused loop (3)
#191
nyurik
closed
5 months ago
0
Remove unused loop (2)
#190
nyurik
closed
6 months ago
0
Remove unused loop
#189
nyurik
closed
6 months ago
0
Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0
#188
dependabot[bot]
closed
6 months ago
0
fix CI
#187
nyurik
closed
6 months ago
0
Remove dead code blocks
#186
nyurik
closed
6 months ago
0
Remove unused corrosion code
#185
nyurik
closed
6 months ago
0
Cleanup BlockSplitIterator
#184
nyurik
closed
6 months ago
0
Minor hq.rs cleanup
#183
nyurik
closed
6 months ago
0
Reorganize `use` statements, rm `unused_imports`
#182
nyurik
closed
5 months ago
1
Remove executable flag from .rs files
#181
nyurik
closed
6 months ago
0
Auto-format `use` statements
#180
nyurik
closed
5 months ago
0
Linking errors when multiple brotli crate versions are used in the same project
#179
nyurik
closed
6 months ago
4
Tags for 3.4.0 and 3.5.0 are missing
#178
link2xt
closed
7 months ago
1
BrotliEncoderCompressStream/BrotliDecompressStream should use &mut [mem::MaybeUninit<u8>] for output
#177
DoumanAsh
closed
7 months ago
4
Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0
#176
dependabot[bot]
closed
6 months ago
1
Use `self` with BackwardMatchMut fn
#175
nyurik
closed
7 months ago
1
Use proper `self` for BrotliEncoderStateStruct
#174
nyurik
closed
7 months ago
0
Remove redundant min/max functions
#173
nyurik
closed
7 months ago
0
Refactor encode::set_parameter
#172
nyurik
closed
6 months ago
1
Next