Kenneth Skovhede
ecceec8e1a
Tabs -> spaces fix
2016-01-22 15:06:55 +01:00
Kenneth Skovhede
d5c88ebab3
Bugfix for inflate algorithm cutting of the end of certain blocks
2016-01-22 14:51:05 +01:00
benshoof
cc2ad7d8d5
Fix VS2013 compiler warnings (errors)
...
Fixes broken build in VS2013 introduced by
18bd810228 . That commit attempted to fix a
compiler warning from VS2015, but this turns out to be a compiler bug:
https://github.com/dotnet/roslyn/issues/4027 . That commit added code
which VS2013 correctly treats as a compiler warning, breaking the VS2013
build.
I have reverted this unnecessary change to the deflate code, fixing the
VS2013 build, and disabled warning CS0675 on send_bits() which will
satisfy VS2015.
2015-12-14 15:24:33 -09:00
twirpx
18bd810228
Fixed non-compilable statements
2015-11-19 21:07:52 +05:00
haykpetros
2e928e86fd
Removed unused method.
2015-08-04 03:24:59 -07:00
catester
988fe5eac0
Replaced NotImplementedException for streams
...
This commit is more correct, it covers all stream types now.
2015-03-14 14:45:04 +02:00
Bastian Eicher
8c3d260d7c
Added .NET 2.0 version (with LinqBridge)
2014-03-18 14:45:48 +01:00
Adam Hathcock
71e86cd7e4
Added explicit checks for multi-volume encrypted archives to throw an error
2014-02-01 10:29:01 +00:00
Adam Hathcock
4eda2043df
Moved ExtractTo to common logic
2013-12-23 11:42:08 +00:00
Adam Hathcock
fe5895d373
Implement Can*
2013-12-19 10:35:15 +00:00
Adam Hathcock
ee2d6216b7
Remove unused class
2013-08-14 16:36:09 +01:00
Adam Hathcock
61c97faf6c
Remove needless sync stream.
2013-08-11 09:45:46 +01:00
Adam Hathcock
0ab103e1b1
Made streams Dispose resilient
...
Made streams resilient to dispose being called multiple times. Removed
unused stream.
2013-05-28 19:29:54 +01:00
Adam Hathcock
455f93f294
Windows Store version compiles
2013-04-28 13:01:29 +01:00
Adam Hathcock
0a69c584b4
Removed Silverlight project and renamed WP7 project to Portable
2013-04-28 12:45:44 +01:00
Adam Hathcock
fcf86b738e
Resharper code cleanup
2013-04-28 12:32:55 +01:00
Adam Hathcock
2fe769afbb
Cleaned up public facing API
2013-04-28 12:30:18 +01:00
Adam Hathcock
5e6501704b
Adjusted namespaces
2013-04-28 12:23:41 +01:00
Adam Hathcock
8340d1edd6
Port from HG
2013-04-28 11:25:37 +01:00
Adam Hathcock
ff745d0076
Merge branch 'master' of https://github.com/adamhathcock/sharpcompress
...
Conflicts:
.gitignore
2013-04-28 11:09:59 +01:00
Adam Hathcock
ab9155dfc5
zip/gzip skipping now doesn't involve decompression https://github.com/simmotech/sharpcompress
2013-04-28 11:07:13 +01:00
Adam Hathcock
c5550aad2a
Fix LZMA2 with 1 byte of data
2013-04-08 12:17:16 +01:00
Adam Hathcock
7ce4b7d076
Initial commit
2013-04-07 10:58:58 +01:00