You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* icsharpcode/master: (168 commits)
Update readme with State of the Union August 2017 link + looking for new maintainer
-alpha2 preview package with latest fixes from @siegfriedpammer
Remove metrics
Fixicsharpcode#13 - TAR does not have enough EOF blocks
[BZip2] Enforce baseStream to be non-null in BZip2InputStream and BZip2OutputStream (constructor now throws an ArgumentNullException).
fixicsharpcode#11 - BZip2InputStream CanSeek should be false
Minimal build server is back online (only build & run unit tests)
For testing purposes, rename appveyor.yml
Minimal text to direct developers to either generated API documentation, Wiki or other important URLs.
Help building instructions (intentionally atm not checking in api/*.yml)
Fix all warnings
Fix XML comment warnings
"docfx metadata" currently failing
docfx init -q
Switch samples from source reference to Nuget package reference (currently alpha1)
Remove old SHFB-generated help file (.chm)
Enable Nuget package generation as well as Xml doc gen
Zip: Move tests to separate files
Disable PasswordCheckingWithDateInExtraData test
Disable ReadingOfLockedDataFiles test
...
# Conflicts:
# .gitignore
# README.md
# src/ICSharpCode.SharpZLib.csproj
# src/ICSharpCode.SharpZipLib/Zip/ZipFile.cs
WriteEofBlock() only writes one empty record to represent EOF. Wikipedia's entry (http://en.wikipedia.org/wiki/Tar_(computing)) states the following:
As a result, these TARs may experience compatibility problems.
The text was updated successfully, but these errors were encountered: