GitHub / icsharpcode/SharpZipLib / commits
#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| ff2d7c30 | feat(zip): add optional inflater pooling (#843) |
Marko Lahma <m****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a73e64d9 | Fix ZipFile constructor breaking change (#840) |
Andrey Bykiev <b****i@m****u>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 0ef79418 |
fix(zip): avoid throwing on empty file name (#828)
Co-authored-by: Dmitrii Makarov <d****v@s****m> |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| c19f0a49 | chore(ci): update workflow actions (#825) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| a155c133 | docs: fix missing async override docs (#824) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 33f64eb0 | bump version to v1.4.2 | nils måsén <n****n@p****e> | over 3 years ago | |
| c51ef18c | chore: add issue form templates (#817) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 68e2f928 | fix(zip): fully implement async deflate (#813) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| c4009fd4 | fix(tar): enable async overrides on net6 (#811) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 58b5c4e3 | test: update deps for net7 support (#812) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| cbb9e834 | zip: finish stream async when async (#808) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 77c5a976 | fix(zip): remove leftover console logging (#809) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| cdd0931e | bump version to v1.4.1 | nils måsén <n****s@p****e> | almost 4 years ago | |
| a389d9f5 | fix(zip): cleanup/fix of StringCodec (#778) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 23becfda | fix(tar): use sync codepath on sync methods (#791) |
Lars Hanisch <f****r@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| fe2b04bc | tests: make test coverage consistent (#790) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 75d1cf82 | fix(tar): clear rest of buffer when eof is reached (#789) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 6c96ce2f | fix: use ConfigureAwait(false) on every await (#787) |
Lars Hanisch <f****r@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| d2a0c68d | ci: fix config keys for deploy |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 76eb6c41 | ci: split docs gen to build/deploy |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| f6e1987c | ci: fix typo in config path |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b8c85b7d | ci: use choco docfx on windows |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 214eec8b | ci: run docs generation on windows |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 338d57ac | ci: build before generating docs |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 3c1b3ba0 | docs: fix circular refs and target fw (#775) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| cea8b0dc | prepare for v1.4.0 (#755) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b314d3d5 | feat(gzip): add GzipOutputStream async support (#672) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 519ed736 | fix(zip): handle iterating updated entries in ZipInputStream (#642) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| bdec7778 |
fix(tar): enable unix paths in tar RootPath (#582)
Co-authored-by: nils måsén <n****s@p****e>, Simon Ensslen <s****n@g****h> |
sensslen <s****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 79614c5f | fix: replace uses of obsolete method `RNGCryptoServiceProvider` (#766) |
Yihezkel Schoenbrun <y****n@m****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 7411f3a5 | fix(tar): read full extended headers (#675) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| a41e066e | fix(zip): explicitly specify hash method for Rfc2898DeriveBytes (#765) |
Yihezkel Schoenbrun <y****l@s****t>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| b5b1b07d | fix(zip): skip reading position for non-seekable async streams (#754) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| d843d6db | feat(tar): support for async streams (#746) |
Nathan <n****c@h****k>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| e589b5e8 | fix(zip): 0 in zip64 local sizes using descriptors (#750) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| e3bb2f3b | feat(zip): make it possible to skip header tests (#689) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| aee3b447 | add openupm package badge |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| cc8dd78e | fix(zip): dont fail test on 0 sizes and descriptor (#736) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 71fe846b | ci: use server 2019 for win builds (#727) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 05372be6 | ci: use server 2019 for win builds |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 3677a63a | fix(samples): bump lib versions to v1.3.3 (#720) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 9e0d4a43 |
Bump SharpZipLib in /samples/ICSharpCode.SharpZipLib.Samples/cs/zf (#711)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| ca8c6de7 |
Bump SharpZipLib (#715)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| b368847a |
Bump SharpZipLib in /samples/ICSharpCode.SharpZipLib.Samples/cs/sz (#716)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| ff64d0ae |
feat(zip): enable ZipOuputStream to write precompressed files (#683)
Co-authored-by: nils måsén <n****s@p****e> |
Temtaime <t****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 612969e5 | feat(zip): better string encoding handling (#592) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| e1e1a911 |
feat(zip): ZipOutputStream async support (#574)
Co-authored-by: Cédric Luthi <c****i@g****m> |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 6f7d973b | chore: remove the test bootstrapper (#670) |
Richard Webb <r****b@b****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| d34e5c91 | fix(zip): use ushort for ITaggedData.TagID (#669) |
Richard Webb <r****b@b****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| d31fac3d | test: repeatability and refactoring (#671) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| b5b1a92b | fix(tar): permit slashed output dir (#666) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 61d36ee0 | docs(zip): fix slash names in CleanName comment (#668) |
ueli-werner <u****r@r****h>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| c086bc2b | chore: add release notes tooling (#665) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 1b1ab013 | ci: include non-anno tags in version |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| d21c998e | ci: fix yaml typo |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| a1423c47 | ci: add manual dispatch and logging |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 641f292a | update csproj for v1.3.3 release | nils måsén <n****s@p****e> | almost 5 years ago | |
| 5c3b293d | fix: specialized tar extract traversal | nils måsén <n****s@p****e> | almost 5 years ago | |
| a0e96de7 | test: add tests for tar path traversal | nils måsén <n****s@p****e> | almost 5 years ago | |
| 2b8ff8fa | update security policy |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| cd5310f5 |
fix(bzip2): use explicit feature defs for vectorized memory move (#635)
Co-authored-by: nils måsén <n****s@p****e> |
Jackson Wood <6****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| f04d973a | ci: add codeql analysis |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 0cc20b43 | docs(zip): fix ZipStrings typo (#648) |
Friedrich von Never <f****h@f****e>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| ac96e607 | fix(tar): create translated files in temp (#645) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 8c0a1690 | PR #636: Fix unstable tests and switch to dotcover |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 8e4d1442 | PR #634: add an async version of the WriteZipOutputStream benchmark |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 08c40e89 | PR #604: Move the Password property from DeflaterOutputStream into ZipOutputS... |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 232d690e | PR #628: Limit code coverage to windows CI |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| e8395008 | PR #625: Make BZip2Constants static instead of sealed |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 51343ec0 | PR #626: make a couple of private functions static |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| c65486cb | PR #627: fix the expected/actual value ordering in unit tests |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 34879bef | update csproj for v1.3.2 release | nils måsén <n****s@p****e> | over 5 years ago | |
| ffe69c0a | PR #622: security fixes for v1.3.2 |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| dad484ea | fix CI badge in README |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 7ac1fda7 | #579: Implement very simple ReadAsync in ZipAESStream |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 99170e14 | PR #587: Remove supported method checks from ZipEntry.CompressionMethod setter |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| fa08c7d0 | PR #621: unify PR/push CI build actions |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 1b9fcfc6 | PR #611: Bzip input stream simple vectorization |
Konrad Kruczyński <k****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 5eea92ac | PR #616: Change the build status badge to reference github actions |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| d9fb8a46 | PR 351: Add support for Filename field in GZip |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 8ab21b0a | PR #593: Simplify DropPathRoot and fix out of bounds issue |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 1493f69a | PR #605: Suppress CA1707 warnings in the Constants classes |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 95b353f1 | test: retry zipcrypto password tests once (#614) |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 87ffb39a | chore(ci): only export coverage for release |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 7ed87d10 | PR #603: pass CreateZip tests that are within time tolerance |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 4cb58538 | PR #602: Update test/coverage packages and push to codecov |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 6e95ec22 | PR #601: pass tests that are within time tolerance |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 5ae4f10f | Split build and pack in CI on push |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 00c673e6 | PR #599: Use net46 as CI target framework for windows tests |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 5c4e4d36 | PR #594: Remove the local nuget.config files from the test projects |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| a4e4502d | Remove custom nuget config |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 1c1df7b4 | PR #575: Replace uses of new T[0] with Array.Empty<T> |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 765eb69e |
PR #583: Restore entry times on FastZip extract
Co-authored-by: va4es2 <v****2@u****m> |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| c9593733 | PR #586: Convert VB sample projects to PackageReference format |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| f9bd53dc | PR #588: Add a simple async read test for ZipFile |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 06ff7134 | PR #517: Throw exception on Store+Descriptor entries |
nils måsén <n****s@p****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 85f20dcc | PR #578: Fix typos in the StreamDecodingException doc comments |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 3617fb97 | PR #577: Throw ZipException in ZipAESStream instead of generic Exception |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| c8148775 | PR #510: Build the test bootstrapper app as netcoreapp3.1 instead of netcorea... |
Richard Webb <w****y@b****k>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| b29bf564 | chore(ci): remove config from matrix | nils måsén <n****s@p****e> | over 5 years ago |