5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
EndOfstreamException is now used when an unexpected end of stream is detected. More... about 18 years ago
Add test for handling of an empty stream More... about 18 years ago
Cleaned up exception handing when reading header/footer. More... about 18 years ago
Add NonAsciiPasswords test. More... over 18 years ago
Fix for BT 1343 Non ascii passwords in zip not supported. More... over 18 years ago
Tweak FastZip so it compiles under compact framework More... over 18 years ago
Stop null ref in path filter. GetNextEntry in Zip/ZipInputStream.cs is now masked to stop overflows. Update version number to 300. More... over 18 years ago
Add ability to restore times and attributes when extracting. More... over 18 years ago
Tweak comments More... over 18 years ago
Fix multiple bugs in FastZip and add ability to restore file attributes. More... over 18 years ago
Add extra data tests for exceeding size and check that deleting gives correct size also. More... over 18 years ago
Test for exceeding length now done before internal data is modified. Also fix bug in array sizing when deleting. More... over 18 years ago
Tweak to comments and ZipString class. More... over 18 years ago
Tweaks to comments. More... over 18 years ago
Add more tests and summary comments. More... over 18 years ago
Chop out some commented code. More... over 18 years ago
Added test for FastZip encryption to FastZipHandling. Added NameTransform cases preservation test. More... over 18 years ago
CreateZip now sets password correctly. More... over 18 years ago
Make low level writes unchecked. More... over 18 years ago
Test filter values for validity to make sample slightly more robust. More... over 18 years ago
Minor tweak to summary comments. More... over 18 years ago
Fix typo. More... over 18 years ago
[no comment] More... over 18 years ago
Testing of entry sizes corrected. Pacthing of local headers corrected for Zip64. More... over 18 years ago
PutNextEntry corrected for case were Zip64 is used but entry info is known and no patching is required. Size and CompressedSize are now set correctly. More... over 18 years ago
Minor tweaks to build file. More... over 18 years ago
DisposeInternal checks stream for null to prevent possible null reference. More... over 18 years ago
Corrections to handling of NameTransform so its not null after constructor call. CF fixups for directory date/time handling. More... over 18 years ago
Minor tweaks to nant build + corrections to projects More... over 18 years ago
Add test NullStreamDisposesOK. More... over 18 years ago