-
Notifications
You must be signed in to change notification settings - Fork 12
Remove dependency on Boost.IOStreams #189
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 31 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
6bbd382
Remove dependency on Boost.IOStreams
arahlin f124112
new implementation
arahlin e3f9a67
Add gzip implementation
arahlin d308843
fix socket buffer implementation
arahlin a5e3956
Add bzip2 compression
arahlin bcbadb2
Add LZMA compression
arahlin 2e1220f
Use templates to avoid code duplication
arahlin 506f920
correct package
arahlin ad59524
Fix input stream counter
arahlin 7e4359b
Handle seek consistently for compressed and remote input streams
arahlin f86c7a7
Use the output stream counter unconditionally, smarter counting with …
arahlin dfe851e
Check for valid file extensions
arahlin 5c7613b
expose timeout and read buffer size parameters for arc reader
arahlin 4456ce6
Correct extension
arahlin 333b7a5
Use tellp
arahlin 6bb913d
tweak diff
arahlin d6fdb7f
Correct type comparison
arahlin e0e0b2f
Simplify pword storage
arahlin 9ee8a02
pass by reference
arahlin e8c76e1
Error handling
arahlin 3704d9c
Separate counter from encoders
arahlin 7dbe94d
Move compression classes to separate file
arahlin e4caa7d
Common close function
arahlin 78dc525
Consistent filename checks
arahlin 2bebd75
templates
arahlin 6eb70ff
simplify
arahlin 6cc52fc
Use registered callbacks and default destructors
arahlin 937daa4
Merge branch 'master' into no_boost_iostreams
arahlin d4e524c
correct type
arahlin df94ffd
rearrange for readable diff
arahlin a6dea50
The registered callback is called after the object is already partially
arahlin 76238c4
Addressing Chris' comments
arahlin 960c043
Better file checks
arahlin 38c1d68
Use xalloc to claim a valid pword index
arahlin cf03625
Missing includes
arahlin 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
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.
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.