Martijn Kant
c2528cf93e
Mk/add support for extracting password protected LZMA(2) 7z archives ( #324 )
...
* Added possibility to decompress a password protected 7z LZMA archive
* Fix tests
2017-12-04 10:55:30 +00:00
coderb
550fecd4d3
bugfix: eliminate spurious rar crc exception when Read() is called with count = 0 ( #313 )
2017-10-23 11:58:02 +01:00
Adam Hathcock
50b01428b4
Mark for 0.18.2
2017-09-22 09:16:42 +01:00
Thritton
bb59f28b22
Update ArchiveReader.cs ( #303 )
...
#227
Added check if argument is in range in method TranslateTime(long? time)
2017-09-19 15:25:10 +01:00
François
7064cda6de
Zlib: fix Adler32 implementation ( #301 )
2017-09-17 22:21:09 +01:00
François
3d91b4eb5e
XZ: fix padding issues ( #300 )
...
* XZ: fix variable-length integers decoding
* XZ: fix block and index padding issues
* cleanup in XZStreamTests
2017-09-17 22:14:23 +01:00
François
f20c03180e
XZ: fix variable-length integers decoding ( #299 )
2017-09-17 22:05:20 +01:00
Vladimir Kozlov
08fee76b4e
Fixes Double Dispose() of ZipWritingStream #294 https://github.com/adamhathcock/sharpcompress/issues/294 ( #295 )
2017-09-08 13:25:53 +01:00
Adam Hathcock
0f511c4b2a
Mark for 0.18.1
2017-08-17 11:43:34 +01:00
twirpx
42d9dfd117
Fixed bug: Passing default ReaderOptions when creating ZipReader for solid extraction ( #287 )
2017-08-16 08:19:23 +01:00
Adam Hathcock
3983db08ff
Use nameof
2017-07-27 11:05:33 -05:00
Adam Hathcock
c303f96682
mark for 0.18
2017-07-17 10:11:27 -05:00
Adam Hathcock
0e785968c4
Rework usage of WriterOptions for writers since it was inconsistently used. ( #271 )
2017-07-17 11:05:42 -04:00
Adam Hathcock
15110e18e2
Don't skip ZipReader data twice. ( #272 )
...
* Don't skip ZipReader data twice.
* Add archive for a new test
2017-07-17 11:05:21 -04:00
Adam Hathcock
5465af041b
Use Skip and ReadFully extension methods where possible. ( #276 )
2017-07-17 10:55:22 -04:00
Adam Hathcock
310d56fc16
Made ArchiveEncoding a non-static class that is used with options. ( #274 )
...
* Made ArchiveEncoding a non-static class that is used with options.
* Revert some formatting.
* Optional string decoder delegate (#278 )
2017-07-17 10:53:20 -04:00
eklann
231258ef69
Force encoding ( #266 )
...
* Fixing build
* Fixing build
* Fixing build
* Fixed build (seems working now)
* Added support to force specific encoding when reading or writing an archive
* Minor fixed related to force encoding
* Removed obsolete project file not present in master
2017-07-05 10:15:49 -05:00
Adam Hathcock
513e59f830
Mark for 0.17.1
2017-06-09 08:28:35 +01:00
Adam Hathcock
b10a1cf2bd
Bug on Windows on .NET Core fix ( #257 )
...
* Bug on Windows on .NET Core fix: https://github.com/dotnet/corefx/issues/20676
* Add comment
2017-06-09 08:22:47 +01:00
Adam Hathcock
1656edaa29
Add some more details to nuget package
2017-06-01 12:36:01 +01:00
Adam Hathcock
cff49aacba
Added explicit tar skip check. Caught skip issue.
2017-06-01 11:25:32 +01:00
Adam Hathcock
db3ec8337f
Mark for 0.17
2017-06-01 10:54:50 +01:00
Adam Hathcock
e7bfc40461
Fix Skipping when compressed size is unknown (fallback to decompressing)
2017-06-01 09:26:08 +01:00
Adam Hathcock
3d3ca254ba
Zip64 introduced seekable behavior into ZipWriter. The position may … ( #252 )
...
* Zip64 introduced seekable behavior into ZipWriter. The position may not be zero.
* Remove some dead code
* Update formats for zip64
* Make version created by and version needed to extract the same
* Running tests is faster than skipping
2017-05-31 16:55:49 +01:00
Adam Hathcock
b45bc859a4
XZ Format ( #247 )
...
* Started integrated XZ format from https://github.com/sambott/XZ.NET
* Add readme line as it was copy/pasted
* Tar used with XZ
* update formats
2017-05-31 16:55:26 +01:00
Adam Hathcock
912d7a8775
Lzip ( #245 )
...
* First pass. Writing isn't implemented on stream. Tests are busted.
* LZipReader works...no file name :(
* LZipWriter works
* Writing tests are actually correct now. LZipStream correctly writes trailer now. lzip command line tool likes it.
* Add recommendation blurb
* Update notes for formats
* LZip isn't an archive format
* Attempting to fix and implement crc32
* LZip writing test passes
* Had to invert crc to check uncompressed data.
2017-05-31 16:51:24 +01:00
Adam Hathcock
16885da1b5
Mark for 0.16.2
2017-05-31 14:47:51 +01:00
Adam Hathcock
3df763a783
Merge branch 'master' into zip_entry_compression_fix
2017-05-31 11:15:30 +01:00
Dan Baumberger
cead62704e
Fix for Issue #250 : remove extra build flags for .NET 3.5 as to
...
enable WinZipAes for .NET 3.5.
2017-05-30 13:43:48 -07:00
Adam Hathcock
3f24a744c0
Merge branch 'master' into zip_entry_compression_fix
2017-05-30 16:10:41 +01:00
Adam Hathcock
264aa6d366
Merge branch 'master' into remove_unused_code
2017-05-30 15:58:44 +01:00
Adam Hathcock
69fc74e376
Per entry compression was being written out incorrectly on the central directory. Fix for that.
2017-05-30 15:37:41 +01:00
Adam Hathcock
6832918e71
Mark for 0.16.1
2017-05-23 16:21:07 +01:00
Adam Hathcock
fd9a3ffbcc
Merge commit '18641d4f9b849daea7b6fbb7edad51369534ffa3'
...
* commit '18641d4f9b849daea7b6fbb7edad51369534ffa3':
Normalize Rar keys
2017-05-23 16:15:58 +01:00
Adam Hathcock
41added690
Private setter clean up
2017-05-23 16:15:47 +01:00
Adam Hathcock
4d0c5099d4
Merge branch 'master' into issue_201
2017-05-23 16:13:09 +01:00
Adam Hathcock
9d9d491245
Slightly better fix for https://github.com/adamhathcock/sharpcompress/pull/235
2017-05-23 16:10:15 +01:00
Dan Baumberger
f6f8adf97e
Merge branch 'master' into Issue-230
2017-05-23 07:43:02 -07:00
Adam Hathcock
bc97d325ca
Normalize Rar keys
2017-05-22 10:55:15 +01:00
Damien Guard
575f10f766
Default zip ver to 20 (deflate/encyption), fixes #164
2017-05-19 16:37:20 -07:00
Dan Baumberger
8d3fc3533b
Issue #230 : preserve the compression method when getting a compressed stream for encrypted ZIP archives.
2017-05-19 08:36:11 -07:00
Adam Hathcock
d0302898e0
Add back net45,net35 and cake
2017-05-19 13:33:12 +01:00
Adam Hathcock
8be931bbcb
Doing some resharper clean up
2017-05-19 10:52:49 +01:00
Adam Hathcock
631578c175
Update to next version. Stop Zip64 tests from running all the time and some clean up
2017-05-19 10:10:23 +01:00
Adam Hathcock
6e95c1d84a
Drop net35 support as dot net tooling doesn’t support it currently
2017-05-19 09:34:02 +01:00
Adam Hathcock
15e821aa39
Remove unused events
2017-05-19 08:49:44 +01:00
Adam Hathcock
65ce91ddf6
Update. Only use net35, net standard 1.0 and net standard 1.3
2017-05-19 08:46:27 +01:00
Anders Gardebring
2aa123ccd7
Remove begin and end events since this can now be tracked via progress instead
2017-04-25 13:21:04 +02:00
Anders Gardebring
0990b06cc9
Create new TransferTo method and pass Entry and IReaderExtractionListener instead of passing an action lambda.
2017-04-25 12:48:56 +02:00
Anders Gardebring
e05f9843ba
Use strongly typed ReaderProgress instead of object[]
2017-04-25 12:36:32 +02:00