Commit Graph

  • b12e8e793f Merge branch 'master' into master Adam Hathcock 2020-07-26 12:07:05 +01:00
  • c77ec59a28 Merge pull request #527 from adamhathcock/default-encoding Adam Hathcock 2020-07-26 12:06:30 +01:00
  • 42ba8cf828 Merge branch 'master' into default-encoding Adam Hathcock 2020-07-26 12:06:22 +01:00
  • c7618fc895 Merge pull request #528 from DannyBoyk/issue_524_tararchive_fails_read_all_entries Adam Hathcock 2020-07-26 12:05:58 +01:00
  • d055b34efe Ensure TarArchive enumerates all entries Daniel Nash 2020-07-20 12:57:39 -04:00
  • b7f635f540 Update readme Adam Hathcock 2020-07-16 15:35:27 +01:00
  • 5e95a54260 Merge branch 'master' into default-encoding Adam Hathcock 2020-07-16 14:32:51 +01:00
  • 4354e82bb5 Don’t use 437 Encoding by default anymore. Adam Hathcock 2020-07-16 14:28:37 +01:00
  • ab7bdc24dc Merge pull request #523 from kdaadk/master Adam Hathcock 2020-07-01 12:56:58 +01:00
  • 81997fe1ba rename test Dmitriy 2020-07-01 15:10:21 +05:00
  • de6759a83f - remove check of solid archive - change tests - add test on multi solid archive Dmitriy 2020-07-01 15:06:54 +05:00
  • 233dc33130 Fix running tests on build Adam Hathcock 2020-06-25 09:22:15 +01:00
  • 39b07f45f1 Update github action and minor SDK bump Adam Hathcock 2020-06-25 09:16:15 +01:00
  • 802662a165 [COMMIT] The proj files have been updated to enable SourceLink [SharpCompress.csproj] Pavlo Datsiuk 2020-06-25 10:58:21 +03:00
  • 2859848fc4 Give the artifacts names Adam Hathcock 2020-05-24 10:41:06 +01:00
  • b734d00062 Remove README for appveyor and fix artifacts again Adam Hathcock 2020-05-24 10:35:39 +01:00
  • 02a17d22f6 Adjust artifacts and remove appveyor Adam Hathcock 2020-05-24 10:32:50 +01:00
  • 7bfff472c6 Fix yaml Adam Hathcock 2020-05-24 10:26:51 +01:00
  • 5aa146be17 Remove matrix var Adam Hathcock 2020-05-24 10:25:40 +01:00
  • a0bfc22a29 Try upload artifact Adam Hathcock 2020-05-24 10:23:01 +01:00
  • 6ed46b5fcc Fix CI paths Adam Hathcock 2020-05-24 09:04:10 +01:00
  • 904e40ef57 Switch to bullseye for building Adam Hathcock 2020-05-24 09:00:27 +01:00
  • 00ff119ec4 Minor Rider issues resolved. Still two outstanding. Adam Hathcock 2020-05-24 08:42:36 +01:00
  • 60d2511e80 Remove .NET Standard 1.3 which is no longer in support Adam Hathcock 2020-05-24 08:42:06 +01:00
  • ed56a4aa4a Merge pull request #515 from carbon/master Adam Hathcock 2020-05-24 08:20:37 +01:00
  • 5b6a1c97e3 Enable nullable Jason Nelson 2020-05-23 16:27:55 -07:00
  • 8bfc9ef4de Update for 0.25.1 0.25.1 Adam Hathcock 2020-05-22 13:46:36 +01:00
  • fa949e089e Merge pull request #512 from adamhathcock/fix-codepages Adam Hathcock 2020-05-22 13:44:10 +01:00
  • c296ca7660 Merge pull request #513 from RealOrko/symbolic-link-default-write Adam Hathcock 2020-05-22 13:43:56 +01:00
  • 538b38869f Added a warning for the writing of symbolic links with a link to the original GitHub issue for the DOTNET runtime RealOrko 2020-05-21 13:00:25 +01:00
  • ce328ed90b Merge branch 'master' into fix-codepages Adam Hathcock 2020-05-15 08:28:25 +01:00
  • 632bae725d Add braces for clarity Adam Hathcock 2020-05-14 13:47:21 +01:00
  • 4f824b1d9a Add build flags for Core targets Adam Hathcock 2020-05-14 13:16:00 +01:00
  • 120aee8039 See if windows reference is fixed Adam Hathcock 2020-05-14 13:09:17 +01:00
  • 3b2b341c4d Merge pull request #508 from turbedi/minor_optimizations Adam Hathcock 2020-04-11 09:08:07 +01:00
  • 4cad40f637 Minor string optimizations Berkan Diler 2020-04-10 12:33:40 +02:00
  • 2c64380019 Use 3 argument Array.Copy when possible Berkan Diler 2020-04-10 12:06:38 +02:00
  • ccb9593de2 Replace Span<T>.Fill(0) with Span<T>.Clear() Berkan Diler 2020-04-10 12:03:32 +02:00
  • 921a99fc32 Replace static readonly byte[] fields with static ReadOnlySpan<byte> properties Berkan Diler 2020-04-10 11:54:58 +02:00
  • 400d2c1774 Fix usings and add braces for better merging Adam Hathcock 2020-04-03 08:47:30 +01:00
  • 762497b1c1 Tag for 0.25.0 and update packages 0.25 Adam Hathcock 2020-04-03 08:25:43 +01:00
  • be9edc7512 Merge pull request #500 from Erior/Issue_86 Adam Hathcock 2020-01-17 09:38:19 +00:00
  • 9bf9d34d94 Issue86 Proposal Lars Vahlenberg 2020-01-16 22:08:48 +01:00
  • df8405006c Fix workflow name Adam Hathcock 2020-01-03 09:24:08 +00:00
  • d135fdce58 Give github actions build a name and use badge Adam Hathcock 2020-01-03 09:22:51 +00:00
  • ba570b93bb Merge pull request #496 from Bond-009/allocations Adam Hathcock 2020-01-03 09:18:17 +00:00
  • 6dfe0c7a96 Merge branch 'master' into allocations Adam Hathcock 2020-01-03 09:16:46 +00:00
  • 73d4430a65 Merge pull request #498 from adamhathcock/build-netcore3 Adam Hathcock 2020-01-03 09:15:14 +00:00
  • ce6fd9b976 JUst one target build-netcore3 Adam Hathcock 2020-01-03 09:12:10 +00:00
  • ae7e8c03f2 Put wrong SDK Adam Hathcock 2020-01-03 09:07:34 +00:00
  • 22e2526f4c Update cake and dependencies Adam Hathcock 2020-01-03 09:06:13 +00:00
  • 50283d9411 Add new build targets for netcore3 Adam Hathcock 2020-01-03 09:02:04 +00:00
  • d2c2b58f3b Fix language version and add netstandard2.1 Bond-009 2020-01-02 17:43:58 +01:00
  • 50d4b39ca0 Fix test Bond_009 2019-12-30 22:17:45 +01:00
  • 1ed675e960 Minor improvement Bond_009 2019-12-30 19:19:05 +01:00
  • 80b0671844 Reduce the amount of allocations Bond_009 2019-12-30 18:58:25 +01:00
  • 6f387336c0 Use functions from System.Memory instead of selfmade ones (#495) Bond-009 2019-12-30 16:19:46 +01:00
  • d6a6085d75 Update docker build recycle-memory-stream Adam Hathcock 2019-10-22 17:28:09 +01:00
  • b5a897819d Fix pack Adam Hathcock 2019-10-22 17:26:08 +01:00
  • 9e842ee8ec Fix cake build Adam Hathcock 2019-10-22 17:23:58 +01:00
  • a04a0a5912 Use RecyclableMemoryStreamManager Adam Hathcock 2019-10-22 17:13:44 +01:00
  • 3b2e273832 Merge branch 'master' into issue-256 Adam Hathcock 2019-10-10 09:27:46 +01:00
  • 9540b01bcc NET Standard 1.3 and 2.0 only (#482) Adam Hathcock 2019-10-10 09:24:41 +01:00
  • 43c839eb89 Create and using PauseEntryRebuilding for adding large numbers of entries Adam Hathcock 2019-10-09 09:55:16 +01:00
  • 446d6914c1 Merge pull request #483 from Bond-009/nameof Adam Hathcock 2019-09-17 14:21:04 +01:00
  • 637223aa53 Use nameof for param names Bond_009 2019-09-17 13:28:44 +02:00
  • 17d5565120 Merge pull request #478 from Bond-009/buffers Adam Hathcock 2019-09-17 10:05:29 +01:00
  • 4b54187b4c Fix build Bond_009 2019-09-11 21:33:57 +02:00
  • cfb1421367 Use System.Buffers Nuget package Bond_009 2019-09-11 20:06:50 +02:00
  • 5072a0f6f5 Merge pull request #471 from adamhathcock/release-024 0.24 Adam Hathcock 2019-08-20 20:36:38 +01:00
  • 357dff1403 Bump version and dependencies Adam Hathcock 2019-08-20 14:29:47 -05:00
  • a2bd66ded8 Merge pull request #460 from itn3000/tar-fix-garbled2 Adam Hathcock 2019-06-27 12:16:53 +01:00
  • 6bfa3c25a4 add more comments itn3000 2019-06-27 20:01:40 +09:00
  • 1ea9ab72c1 add comment for subtracting itn3000 2019-06-27 19:59:16 +09:00
  • 07c42b8725 replace magic number itn3000 2019-06-27 10:59:21 +09:00
  • 70392c32e2 use Buffer.BlockCopy for performance itn3000 2019-06-27 09:47:26 +09:00
  • 9b4b2a9f7c considering encoding in processing filename(#414) itn3000 2019-06-26 17:34:12 +09:00
  • d3dd708b58 Merge pull request #457 from DannyBoyk/issue_456_zip_bounded_substreams_data_descriptors Adam Hathcock 2019-06-04 13:42:24 +01:00
  • af264cdc58 Return a bounded substream when data descriptors are used in seekable zips Daniel Nash 2019-06-03 13:18:34 -04:00
  • cfd6df976f Merge pull request #455 from DannyBoyk/issue_454_zip_bad_extra_field Adam Hathcock 2019-06-04 09:24:55 +01:00
  • b2bd20b47e Handle a bad extra field in a local file header in zip files Daniel Nash 2019-06-03 13:02:28 -04:00
  • ffea093e95 Merge pull request #453 from Lssikkes/master Adam Hathcock 2019-05-24 19:33:59 +01:00
  • 78eb8fcf92 Fix for clients that don't support ZIP64 standard correctly in case headers are only pointed to in ZIP64 directory structure Leroy Sikkes 2019-05-24 18:27:49 +02:00
  • a052956881 Merge pull request #452 from Lssikkes/master Adam Hathcock 2019-05-24 16:17:48 +01:00
  • 9319ea6992 Updated ZIP64 writer to write 32 bit values to directory entries for better compatibility. Support for zero byte files without corruption errors from WinRAR/7-zip Lssikkes 2019-05-24 15:06:03 +02:00
  • 4e5b70dbfa Merge pull request #444 from eugeny-trunin/mem-opt Adam Hathcock 2019-03-20 15:13:00 +00:00
  • c68eaa8397 Memory and speed optimization evgeny 2019-03-20 17:46:57 +03:00
  • bbb7c85ba7 Merge pull request #442 from turbolocust/master Adam Hathcock 2019-03-19 08:31:31 +00:00
  • 8174359228 Fix: ArchiveEncoding was ignored in TarWriterOptions Matthias Fussenegger 2019-03-18 18:25:00 +01:00
  • acf66c5195 Merge pull request #440 from adamhathcock/release-023 0.23 Adam Hathcock 2019-02-27 12:57:30 +00:00
  • 880c9fa97a Bump release and update dependencies Adam Hathcock 2019-02-27 12:55:16 +00:00
  • e5c111f2be Merge pull request #436 from Numpsy/populate_zip_volume_comment Adam Hathcock 2019-01-14 08:14:03 +00:00
  • 4e9cd064dd Unit test to show reading of a Zip volume/archive comment Richard Webb 2019-01-13 21:05:55 +00:00
  • 12a6d3977e Return the DirectoryEndHeader from SeekableZipHeaderFactory.ReadSeekable so that it can be used by ZipArchive Richard Webb 2018-12-14 22:44:44 +00:00
  • a95bbaf820 Merge pull request #423 from markfinal/tarsymlink Adam Hathcock 2018-11-05 08:31:48 +00:00
  • 70bafa653b Tar symlink extraction Mark Final 2018-11-03 09:45:09 +00:00
  • 3f4338489c Removed unnecessary code Mark Final 2018-11-01 21:57:49 +00:00
  • d91e58f2cc Refs #248. Refs #132. Added a test case of a tar containing symlinks Mark Final 2018-11-01 21:51:11 +00:00
  • 192b9c1e8b Ref #248. Ref #132. Tar reader support for symlinks for .NET standard 2 and Posix platforms Mark Final 2018-11-01 21:48:48 +00:00
  • 0941239454 Merge pull request #417 from KyotoFox/fix-entrystream-flush Adam Hathcock 2018-10-04 12:48:08 +01:00