-
Notifications
You must be signed in to change notification settings - Fork 180
RUST-54 Support for OP_COMPRESSED #476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
449081e
add list of compressors to handshake
fdf30d1
add compressor implementations
65c3255
formatting
84dd94b
compressor algorithms
9a143c9
new compressor implementation
629626b
refactor compression calling
3a30152
sends and receives OP_COMPRESSED
09b1b8d
snappy working
54b461c
use enum instead of constants
4d0cb99
refactor, add builders
3f94a3b
formatting
7e82c8a
validate compressors
a566e30
add test cases
e3e1ff3
comment
f226b0e
address clippy
afb379e
fix broken test
694a414
don't compress hello commands
326963f
refactor
19a8553
use compressor enum in clientoptions
95365c6
address PR comments (all but feature flag)
b0fd9d3
edit test, add comments
2875767
put each compressor behind a feature flag
9c86af1
edit docstring
c7a849c
address pr comments, move conditional compilations
bd763cc
fix README
d9dc9ba
remove allow unused vars
18cc94d
formatting
89892b7
remove allow unused mut
7f7750f
remove -1 as default if not provided through uri
1077b44
edit docstring
d92c6bb
address PR comments
771602a
fix weird unpacking
132d1e2
always serde skip compressor
c050674
readme formatting
ac97466
add dependency version
fbe6fae
add spaces
e3f66eb
set snap version
3927643
formatting
3813ed8
fix readme columns
de04ddb
fix compression test running
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.