5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #138 from zone117x/master More... over 7 years ago
Merge pull request #135 from charlesgriffiths/master More... over 7 years ago
Merge pull request #134 from charlesgriffiths/patch-2 More... over 7 years ago
Update PCL dependency More... over 7 years ago
* Implemented NETStandard1.3 lib and made changes get lib compiling * The ZIP AES changes need tested * The streams were improperly overriding Stream.Close() according to https://msdn.microsoft.com/en-us/library/ms143450(v=vs.110).aspx ... these were changed to Stream.Dispose(bool) but there may be problems around garbage collection - needs reviewed and tested * Unsupported exception serialization and constructors were removed * DefaultCodePage changes need reviewed More... over 7 years ago
FindLongestMatch looks beyond lookahead More... over 7 years ago
change while to if More... over 7 years ago
Merge branch 'pr84' More... almost 8 years ago
Merge branch 'master' of https://github.com/kkguo/SharpZipLib into pr84 More... almost 8 years ago
Merge branch 'Ezghoul-master' More... almost 8 years ago
Merge branch 'master' of https://github.com/Ezghoul/SharpZipLib into Ezghoul-master More... almost 8 years ago
Merge pull request #133 from charlesgriffiths/patch-1 More... almost 8 years ago
PendingBuffer ToByteArray() to return all bytes More... almost 8 years ago
Merge pull request #127 from JetBrains/tests More... almost 8 years ago
Merge pull request #132 from McNeight/master More... almost 8 years ago
Merge pull request #125 from teamneusta/pr/FixVS2015Update3Build More... almost 8 years ago
Added a CompressionLevel enum to Deflater to allow FastZip users to specify a level More... almost 8 years ago
Upgrade ExpectedException to nunit3. More... almost 8 years ago
While fixing the ValuesPreserved test: More... almost 8 years ago
Fix LongNames failing for names specifically 512n+1 chars long: we're allocating an extra char which is written NULL for whatever reason, but the writeout code were forgetting to actually write it if it were the only char to fall out of the write buffer of 512 bytes. More... almost 8 years ago
Without the backslash, "C:Dir" does not take the child folder under the drive root but takes "whatever directory is the current directory for drive C: at the moment" and concats "Dir" to that, which would yield unexpected test results if you're using drive C: and got some currentdir on it different from the root. More... almost 8 years ago
Upgrade ExpectedException to nunit3. More... almost 8 years ago
Fix unduping slashes: after the first one found, look for double-slashes again, not single. This also fixes the corresponding test. More... almost 8 years ago
Returns -1, not throws, actually. More... almost 8 years ago
Fix build on VS2015 Update 3 More... almost 8 years ago
Merge pull request #18 from icsharpcode/master More... almost 8 years ago
Merge pull request #117 from silijon/issue-116-trailing-garbage-not-ignored More... almost 8 years ago
Fixed GzipInputStream to complete reading gracefully if at least one block has been successfully processed. This allows for a compressed stream that may contain trailing garbage.
JD
More... almost 8 years ago
One more time... More... almost 8 years ago
Use Correct Variable Name More... almost 8 years ago