Commit Graph

  • 8be931bbcb Doing some resharper clean up Adam Hathcock 2017-05-19 10:52:49 +01:00
  • 3197ef289c Forgot to hit save Adam Hathcock 2017-05-19 10:15:19 +01:00
  • 631578c175 Update to next version. Stop Zip64 tests from running all the time and some clean up Adam Hathcock 2017-05-19 10:10:23 +01:00
  • f1809163c7 correct gitignore Adam Hathcock 2017-05-19 09:44:45 +01:00
  • 60e1fe86f2 Fix test running Adam Hathcock 2017-05-19 09:40:37 +01:00
  • 59d7de5bfc Try again appveyor Adam Hathcock 2017-05-19 09:36:05 +01:00
  • 6e95c1d84a Drop net35 support as dot net tooling doesn’t support it currently Adam Hathcock 2017-05-19 09:34:02 +01:00
  • ee64670755 Move test folder to be tests Adam Hathcock 2017-05-19 09:19:37 +01:00
  • 3f7d0f5b68 Update test project Adam Hathcock 2017-05-19 09:14:43 +01:00
  • e3514c5c4b Don’t attempt to autodeploy Adam Hathcock 2017-05-19 09:06:18 +01:00
  • cc3a9cff88 Merge pull request #231 from adamhathcock/VS2017 Adam Hathcock 2017-05-19 09:02:12 +01:00
  • 15e821aa39 Remove unused events Adam Hathcock 2017-05-19 08:49:44 +01:00
  • 8dd1dbab5f Remove Cake as it’s unnecessary for basic build/test/publish Adam Hathcock 2017-05-19 08:47:17 +01:00
  • 65ce91ddf6 Update. Only use net35, net standard 1.0 and net standard 1.3 Adam Hathcock 2017-05-19 08:46:27 +01:00
  • bf55595d6f Merge pull request #226 from gardebring/master Adam Hathcock 2017-04-25 13:07:44 +01:00
  • 2aa123ccd7 Remove begin and end events since this can now be tracked via progress instead Anders Gardebring 2017-04-25 13:21:04 +02:00
  • 0990b06cc9 Create new TransferTo method and pass Entry and IReaderExtractionListener instead of passing an action lambda. Anders Gardebring 2017-04-25 12:48:56 +02:00
  • e05f9843ba Use strongly typed ReaderProgress instead of object[] Anders Gardebring 2017-04-25 12:36:32 +02:00
  • 683d2714d0 Add new event to be able to track progress of extraction of individual entry when extracting an archive. This allows for showing or logging progress of the extraction process, especially useful for large files that might take a long time to extract. Anders Gardebring 2017-04-24 13:50:45 +02:00
  • b8ef1ecafc Revert "Add new feature to allow injection of an action into the extraction process. This allows for showing or logging progress of the extraction process, especially useful for large files that might take a long time to extract." Anders Gardebring 2017-04-24 10:22:49 +02:00
  • 467fc2d03d Add new feature to allow injection of an action into the extraction process. This allows for showing or logging progress of the extraction process, especially useful for large files that might take a long time to extract. Anders Gardebring 2017-04-20 11:45:53 +02:00
  • 58b4fe4f28 Merge pull request #220 from coderb/master Adam Hathcock 2017-04-07 11:56:06 +01:00
  • 97d5e0aac4 verify rar CRC on header and file data Brien Oberstein 2017-04-04 12:20:06 -04:00
  • 356c977cff Merge pull request #215 from mnadareski/master Adam Hathcock 2017-03-17 09:20:59 +00:00
  • 99d6062376 Removed restriction on 7zip file entries Matt Nadareski 2017-03-16 15:55:20 -07:00
  • f8538403e4 Merge pull request #211 from kenkendk/add_zip64 Adam Hathcock 2017-03-13 10:23:26 +00:00
  • ba12019bc7 Removed the unused code to write entries in Zip Headers Kenneth Skovhede 2017-03-11 08:03:28 +01:00
  • 726b9c80f6 Fixed compiling the unittest Kenneth Skovhede 2017-03-11 01:05:58 +01:00
  • 2894711c51 Added a test suite to verify zip64 write support is working, and can be read in both Archive and Stream mode Kenneth Skovhede 2017-03-11 00:54:06 +01:00
  • 85280f6f4f Changed the logic to throw exceptions when sizes exceed the zip archive limits, and zip64 is not enabled. This changes the logic, such that archives larger than 4GiB are still automatically written correct (only the central header is special). Archives with individual streams larger than 4 GiB must set the zip64 flag, either on the archive or the individual streams. Kenneth Skovhede 2017-03-10 23:18:26 +01:00
  • d7f4c0ee32 Fixed an error in the zip64 central end of header: the signature + length (12 bytes) are not included in the reported length. Kenneth Skovhede 2017-03-10 23:10:06 +01:00
  • 1263c0d976 Added support for writing zip64 headers Kenneth Skovhede 2017-03-09 23:19:41 +01:00
  • cd3cbd2b32 Support for writing zip64 headers in the unused code Kenneth Skovhede 2017-03-09 23:18:57 +01:00
  • b3a4fed8be Mark for 0.15.2 0.15.2 Adam Hathcock 2017-03-09 11:02:44 +00:00
  • d0b4af6666 Merge pull request #210 from kenkendk/fix_invalid_headers Adam Hathcock 2017-03-09 10:41:18 +00:00
  • 81ab5c189d Fixed writing correct headers in zip archives Kenneth Skovhede 2017-03-09 11:34:24 +01:00
  • 6ef3be4b5c Fixed writing correct headers in zip archives Kenneth Skovhede 2017-03-09 11:32:20 +01:00
  • 9f90a1d651 Mark for 0.15.1 0.15.1 Adam Hathcock 2017-01-25 09:31:01 +00:00
  • ce9a3fd1ef Add file ordering fix for OS X Adam Hathcock 2017-01-25 09:29:13 +00:00
  • 7c6f05058e Merge pull request #206 from markryd/zip64-extraction Adam Hathcock 2017-01-25 09:03:43 +00:00
  • a8c3a7439e Add support for zip64 to ZipReader Mark Rydstrom 2017-01-25 17:05:48 +10:00
  • 839b3ab0cf Add support for zip64 extended information field Mark Rydstrom 2017-01-25 15:33:06 +10:00
  • 44d54db80e Fix some path issues on OS X when running tests. Adam Hathcock 2017-01-24 17:36:51 +00:00
  • a67d7bc429 Mark for 0.15 0.15.0 Adam Hathcock 2017-01-24 17:25:19 +00:00
  • 079a818c6c Merge pull request #205 from markryd/zip64-extraction Adam Hathcock 2017-01-24 16:56:42 +00:00
  • 6be6ef0b5c Add zip64 support for ZipArchive extraction Mark Rydstrom 2017-01-22 14:36:45 +10:00
  • 8e51d9d646 0.14.1 0.14.1 Adam Hathcock 2016-11-30 14:26:18 +00:00
  • ea206f4f02 Merge pull request #199 from adamhathcock/Issue-198 Adam Hathcock 2016-11-25 09:33:56 +00:00
  • f175a2a252 Merge branch 'master' into Issue-198 Adam Hathcock 2016-11-25 09:21:44 +00:00
  • 3f7e559b86 Merge pull request #200 from ITnent/bug/Issue-197 Adam Hathcock 2016-11-25 09:21:34 +00:00
  • 2959b4d701 Modified check integrity condition for the encrypted file. Vladimir Demidov 2016-11-24 20:41:08 +03:00
  • 031286c5eb Fixed defects after review. Vladimir Demidov 2016-11-24 18:01:49 +03:00
  • e181fa8c4a Restored original tabs. Vladimir Demidov 2016-11-24 17:11:43 +03:00
  • 7b035bec5d Fixed some issues after review. Vladimir Demidov 2016-11-24 16:21:02 +03:00
  • f39d2bf53a Open branch, to fix multiple crashes on repeated zip archives reading. Added fix. Vladimir Demidov 2016-11-24 15:14:29 +03:00
  • 7c8e407182 Merge branch 'master' into Issue-198 Adam Hathcock 2016-11-21 12:21:29 +00:00
  • a09136d46b Merge pull request #195 from jskeet/strong-naming Adam Hathcock 2016-11-21 12:06:13 +00:00
  • 5fe1363ee1 Gzip entry can't be read multiple times https://github.com/adamhathcock/sharpcompress/issues/198 Adam Hathcock 2016-11-21 12:04:35 +00:00
  • af2408de74 Encryptor is stateful. It's also reused when multiple runs of open entry stream is called. Need to change that. Need Pkware test. Issue-197 Adam Hathcock 2016-11-21 12:02:35 +00:00
  • b41823fc10 Strong-name both the main and test projects Jon Skeet 2016-11-15 18:41:46 +00:00
  • 0a64fe28b0 Oops, removed too much from project.json 0.14.0 Adam Hathcock 2016-10-14 09:03:15 +01:00
  • e320ccfa9a 0.14.0 Adam Hathcock 2016-10-14 08:59:19 +01:00
  • 9628ff9456 Merge pull request #191 from jskeet/lzip Adam Hathcock 2016-10-14 08:50:32 +01:00
  • d540f78cfc Initial read-only support for LZip Jon Skeet 2016-10-12 15:06:51 +01:00
  • 66420cd299 Merge pull request #189 from ziaa/master Adam Hathcock 2016-10-08 18:25:30 +01:00
  • dd0594471f Remove unbalanced parentheses in samples Seyed Zia Azimi 2016-10-07 19:33:41 +03:30
  • 0dfdba3ea1 Change more ReadBytes system_buffers Adam Hathcock 2016-10-07 16:02:08 +01:00
  • 3d4b1904ca use pool in MarkingBinaryReader and BinaryReader Adam Hathcock 2016-10-07 15:41:31 +01:00
  • cd7e480e51 Dumb mistake on buffer usage Adam Hathcock 2016-10-07 11:56:31 +01:00
  • 4f092f4c44 update xunit Adam Hathcock 2016-10-07 11:51:50 +01:00
  • aa55e1643c Merge branch 'master' into system_buffers Adam Hathcock 2016-10-07 11:49:29 +01:00
  • 844ba228ee Make 0.13.1 0.13.1 Adam Hathcock 2016-10-03 13:44:19 +01:00
  • 7efc701b32 Merge pull request #188 from adamhathcock/fix_nulls Adam Hathcock 2016-10-03 13:41:55 +01:00
  • d7e29f7c4d Fix occasionally failing test Adam Hathcock 2016-10-03 13:37:04 +01:00
  • f26ba91386 Fix null password on ReaderFactory. Fix null options on SevenZipArchive Adam Hathcock 2016-10-03 13:32:53 +01:00
  • c73ac2039c Merge pull request #185 from adamhathcock/ppmd_allocation_zipwriter Adam Hathcock 2016-10-03 13:04:14 +01:00
  • 671f9cd0cb Empty commit to kick build Adam Hathcock 2016-10-03 12:58:23 +01:00
  • 131b5b9714 Can't use Lazy on .NET 3.5 :( Adam Hathcock 2016-10-03 11:20:29 +01:00
  • 771986c50c Start using buffers. Minimal in algorithms for now. Adam Hathcock 2016-10-03 11:09:09 +01:00
  • 74af0889b9 Make PpmdProperties lazy to avoid unnecessary allocations. Adam Hathcock 2016-10-03 10:16:26 +01:00
  • e5ee399045 Merge pull request #181 from claunia/patch-1 Adam Hathcock 2016-09-30 07:08:52 +01:00
  • deeb7a0f64 Update FORMATS.md Natalia Portillo 2016-09-29 22:53:51 +01:00
  • 5af3bab1dc Merge pull request #180 from adamhathcock/documenting 0.13.0 Adam Hathcock 2016-09-29 11:58:19 +01:00
  • 28be84d315 For all branches Adam Hathcock 2016-09-29 11:35:54 +01:00
  • a0528c737d Trying just to build once Adam Hathcock 2016-09-29 11:34:50 +01:00
  • b506e488e8 Add build badge Adam Hathcock 2016-09-29 11:32:31 +01:00
  • 58eb0e08d6 Don't save artifacts for PRs Adam Hathcock 2016-09-29 11:22:26 +01:00
  • 562701894f Save nupkgs Adam Hathcock 2016-09-29 11:13:05 +01:00
  • 54a562273b Incomplete refactoring Adam Hathcock 2016-09-29 11:10:11 +01:00
  • 3f8c9c4cb0 Update for 0.13.0 Adam Hathcock 2016-09-29 11:03:11 +01:00
  • 3e7d28b043 Can I fix tables? Adam Hathcock 2016-09-29 10:57:49 +01:00
  • 40b10d4a26 Add Markdown files to document things. Adam Hathcock 2016-09-29 10:55:04 +01:00
  • f367630a2a Merge pull request #179 from adamhathcock/tar_fix Adam Hathcock 2016-09-28 13:57:09 +01:00
  • b9e4f00862 Merge branch 'master' into tar_fix Adam Hathcock 2016-09-28 13:50:45 +01:00
  • d6e74d6163 Merge pull request #178 from adamhathcock/7zip_deflate Adam Hathcock 2016-09-28 13:50:35 +01:00
  • 4a4522b842 Merge branch 'master' into 7zip_deflate Adam Hathcock 2016-09-28 13:44:46 +01:00
  • 710ba4423d Merge branch 'master' into tar_fix Adam Hathcock 2016-09-28 13:43:21 +01:00
  • 2a5494a804 Merge pull request #174 from adamhathcock/redo_options Adam Hathcock 2016-09-28 13:40:54 +01:00
  • 568909800c Allow empty tar header to be read to know there are no more tar headers to read Adam Hathcock 2016-09-28 12:00:48 +01:00
  • 7513a608b1 Allow deflate decoder Adam Hathcock 2016-09-28 11:59:31 +01:00