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
0.16.2
2017-05-31 14:47:51 +01:00
Adam Hathcock
26714052eb
Merge pull request #249 from adamhathcock/zip_entry_compression_fix
...
Per entry compression was being written out incorrectly on the centra…
2017-05-31 12:55:37 +01:00
Adam Hathcock
3df763a783
Merge branch 'master' into zip_entry_compression_fix
2017-05-31 11:15:30 +01:00
Adam Hathcock
925842bc4b
Merge pull request #251 from dbaumber/Issue-250
...
Fix for Issue #250 : remove extra build flags for .NET 3.5
2017-05-31 10:54:52 +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
cce97548a2
Merge pull request #212 from kenkendk/remove_unused_code
...
Removed the unused code to write entries in Zip Headers
2017-05-30 16:09:04 +01:00
Adam Hathcock
9270d7cabf
Add cache for dotnet packages
2017-05-30 16:04:55 +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
a361d41e68
Fix test namespaces
2017-05-30 15:14:02 +01:00
Adam Hathcock
38766dac99
Wrong logic for skipping tests
2017-05-30 12:50:03 +01:00
Adam Hathcock
c30bc65281
Don't run tests on travis either
2017-05-30 12:46:34 +01:00
Adam Hathcock
296ebd942a
Shrink script a bit
2017-05-30 12:37:16 +01:00
Adam Hathcock
afa19f7ad8
Add xplat cake and travis build
2017-05-30 12:35:12 +01:00
Adam Hathcock
a193b2d3b1
Add xplat build
2017-05-29 10:35:55 +01:00
Adam Hathcock
be4a65e572
update readme
2017-05-24 08:52:12 +01:00
Adam Hathcock
6832918e71
Mark for 0.16.1
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
18641d4f9b
Merge pull request #238 from adamhathcock/issue_201
...
Normalize Rar keys
2017-05-23 16:14:55 +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
Adam Hathcock
7b81d18071
Merge pull request #235 from dbaumber/Issue-230
...
Issue #230 : preserve the compression method when getting a compressed…
2017-05-23 15:50:32 +01:00
Dan Baumberger
7d0acbc988
Merge branch 'Issue-230' of https://github.com/dbaumber/sharpcompress into Issue-230
2017-05-23 07:46:48 -07:00
Dan Baumberger
313c044c41
Added a unit test for the WinZipAes multiple OpenEntryStream() bug.
2017-05-23 07:44:45 -07: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
Adam Hathcock
0f2d325f20
oh yeah, appveyor doesn't like the tests
2017-05-22 09:08:16 +01:00
Adam Hathcock
63d5503e12
forgot to actually add tests to script
2017-05-22 09:06:33 +01:00
Adam Hathcock
e53f2cac4a
Mark for 0.16.0
0.16.0
2017-05-22 08:58:52 +01:00
Adam Hathcock
3b73464233
Merge pull request #236 from damieng/zip-min-version-of-20
...
Default zip ver to 20 (deflate/encyption), fixes #164
2017-05-22 08:38:18 +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
60370b8539
don't run appveyor tests
2017-05-19 15:51:06 +01:00
Adam Hathcock
f6db114865
Remove console writelines
2017-05-19 15:47:53 +01:00
Adam Hathcock
1c6c344b6b
Tests don't run on appveyor
2017-05-19 15:45:29 +01:00
Adam Hathcock
d0302898e0
Add back net45,net35 and cake
2017-05-19 13:33:12 +01:00
Adam Hathcock
057ac9b001
Enable test
2017-05-19 11:03:31 +01:00
Adam Hathcock
8be931bbcb
Doing some resharper clean up
2017-05-19 10:52:49 +01:00
Adam Hathcock
3197ef289c
Forgot to hit save
2017-05-19 10:15:19 +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
f1809163c7
correct gitignore
2017-05-19 09:44:45 +01:00
Adam Hathcock
60e1fe86f2
Fix test running
2017-05-19 09:40:37 +01:00
Adam Hathcock
59d7de5bfc
Try again appveyor
2017-05-19 09:36:05 +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
ee64670755
Move test folder to be tests
2017-05-19 09:19:37 +01:00