Commit Graph

  • 3d717ec3bc update snapshots João Marcos P. Bezerra 2024-09-06 22:45:53 -03:00
  • 09899389ec update CHANGELOG João Marcos P. Bezerra 2024-03-07 16:48:38 -03:00
  • 5dac8431f2 Fix --format parsing extensions with dots João M. Bezerra 2023-09-18 00:07:07 -03:00
  • 1a80b919e3 Add tests to the extension module João M. Bezerra 2023-09-17 18:55:39 -03:00
  • c466726a97 update snapshots João Marcos P. Bezerra 2024-09-06 22:45:53 -03:00
  • dbb2ab2f5f update CHANGELOG João Marcos P. Bezerra 2024-03-07 16:48:38 -03:00
  • c477e9b052 Fix --format parsing extensions with dots João M. Bezerra 2023-09-18 00:07:07 -03:00
  • 8b33328eb3 Add tests to the extension module João M. Bezerra 2023-09-17 18:55:39 -03:00
  • a3d4f6ac6b fix: simplify error handling for invalid password ttyS3 2024-09-06 16:03:35 +00:00
  • c3e37e22d1 refactor(rar): simplify list_archive logic and remove UnrarError ttyS3 2024-09-06 16:00:27 +00:00
  • f8f1439ec5 style: cargo fmt ttyS3 2024-09-06 15:55:51 +00:00
  • 84f1ec4daf refactor(zip): remove redundant password byte conversion ttyS3 2024-09-06 15:54:37 +00:00
  • 56f69e19a3 fix(archive): return result in list_archive functions ttyS3 2024-09-06 15:43:11 +00:00
  • 39cef75dfe fix(error): return result in list_archive ttyS3 2024-09-06 15:41:03 +00:00
  • 9e1c30bb86 fix(archive): handle mangled zip file names properly ttyS3 2024-09-06 15:26:23 +00:00
  • 9c69fbd911 fix: replace UnsupportedFormat error with UnrarError ttyS3 2024-09-06 15:06:40 +00:00
  • 7e830d9f53 fix(archive): handle errors for unsupported formats ttyS3 2024-09-06 15:02:09 +00:00
  • bafbd83bd7 fix(archive): handle file open error in list_archive method ttyS3 2024-09-06 14:40:26 +00:00
  • 08ab63837e fix(archive): handle invalid UTF-8 passwords in 7z decompression ttyS3 2024-09-06 14:12:33 +00:00
  • 67ca183a25 fix: fix windows build ttyS3 2024-09-06 14:05:20 +00:00
  • 61868dfb56 fix: remove unnecessary clones in zip decryption ttyS3 2024-09-06 13:55:04 +00:00
  • 309d165606 fix(archive): replace unwrap with error handling in zip.rs ttyS3 2024-09-06 13:51:01 +00:00
  • 2dad11d0ba fix(password): update password handling for archives ttyS3 2024-09-06 13:50:00 +00:00
  • d4e252a732 chore: remove comment from Cross configuration ttyS3 2024-09-06 13:06:19 +00:00
  • a241397d95 ci: use newer gcc version for cross target aarch64-unknown-linux-gnu and armv7-unknown-linux-gnueabihf ttyS3 2024-09-01 18:39:56 +00:00
  • 9b092fef71 style: cargo fmt ttyS3 2024-09-01 18:39:28 +00:00
  • 8987992c21 chore: fix tests ttyS3 2024-03-24 10:18:33 +00:00
  • 058be43cf4 test: fix warning: use of deprecated macro ui (it's alias, actual is insta::assert_display_snapshot): use assert_snapshot!() instead ttyS3 2024-03-24 10:51:41 +00:00
  • 3392730d66 style: lint the code ttyS3 2024-03-24 10:33:37 +00:00
  • d21db763f1 feat: support decompress and list zip file ttyS3 2024-03-24 06:25:25 +00:00
  • 75e16510df feat(list): support list and decompress 7z files with password ttyS3 2024-03-24 05:36:53 +00:00
  • 512d2445b2 feat: add password support for decompress and list ttyS3 2024-03-24 03:47:20 +00:00
  • d37d22d742
    fix: simplify error handling for invalid password ttyS3 2024-09-06 16:03:35 +00:00
  • 259f854fc2
    refactor(rar): simplify list_archive logic and remove UnrarError ttyS3 2024-09-06 16:00:27 +00:00
  • 271ac722ba
    style: cargo fmt ttyS3 2024-09-06 15:55:51 +00:00
  • a469bc6cf7
    refactor(zip): remove redundant password byte conversion ttyS3 2024-09-06 15:54:37 +00:00
  • 0c527650f1
    fix(archive): return result in list_archive functions ttyS3 2024-09-06 15:43:11 +00:00
  • 1a52c3c560
    fix(error): return result in list_archive ttyS3 2024-09-06 15:41:03 +00:00
  • 164f800d60
    fix(archive): handle mangled zip file names properly ttyS3 2024-09-06 15:26:23 +00:00
  • acc751c50b
    fix: replace UnsupportedFormat error with UnrarError ttyS3 2024-09-06 15:06:40 +00:00
  • 534d338ea7
    fix(archive): handle errors for unsupported formats ttyS3 2024-09-06 15:02:09 +00:00
  • 5f11600588
    fix(archive): handle file open error in list_archive method ttyS3 2024-09-06 14:40:26 +00:00
  • fb4d1d2f8a
    fix(archive): handle invalid UTF-8 passwords in 7z decompression ttyS3 2024-09-06 14:12:33 +00:00
  • 116d0b49da
    fix: fix windows build ttyS3 2024-09-06 14:05:20 +00:00
  • cae0bed6dd
    fix: remove unnecessary clones in zip decryption ttyS3 2024-09-06 13:55:04 +00:00
  • c19edd00d6
    fix(archive): replace unwrap with error handling in zip.rs ttyS3 2024-09-06 13:51:01 +00:00
  • 287940dabd
    fix(password): update password handling for archives ttyS3 2024-09-06 13:50:00 +00:00
  • c31cf0f14a
    chore: remove comment from Cross configuration ttyS3 2024-09-06 13:06:19 +00:00
  • f07b43ec11
    build(deps): bump assert_cmd from 2.0.14 to 2.0.16 dependabot[bot] 2024-09-02 23:34:15 +00:00
  • ac872f9ee5
    build(deps): bump regex from 1.10.4 to 1.10.6 dependabot[bot] 2024-09-02 23:34:08 +00:00
  • af83f44c0f
    build(deps): bump libc from 0.2.155 to 0.2.158 dependabot[bot] 2024-09-02 23:34:02 +00:00
  • 9ff7309cac
    ci: use newer gcc version for cross target aarch64-unknown-linux-gnu and armv7-unknown-linux-gnueabihf ttyS3 2024-09-01 18:39:56 +00:00
  • 86d855b9a0
    style: cargo fmt ttyS3 2024-09-01 18:39:28 +00:00
  • 687662c153
    chore: fix tests ttyS3 2024-03-24 10:18:33 +00:00
  • 2fa285235f
    test: fix warning: use of deprecated macro ui (it's alias, actual is insta::assert_display_snapshot): use assert_snapshot!() instead ttyS3 2024-03-24 10:51:41 +00:00
  • 2ae3295805
    style: lint the code ttyS3 2024-03-24 10:33:37 +00:00
  • 3e05417c50
    feat: support decompress and list zip file ttyS3 2024-03-24 06:25:25 +00:00
  • b2e223304e
    feat(list): support list and decompress 7z files with password ttyS3 2024-03-24 05:36:53 +00:00
  • 9043fbcd44
    feat: add password support for decompress and list ttyS3 2024-03-24 03:47:20 +00:00
  • 4ac8e2ba91 build(deps): bump bstr from 1.9.1 to 1.10.0 dependabot[bot] 2024-08-29 23:59:38 +00:00
  • b8f78d2925 build(deps): bump proptest from 1.4.0 to 1.5.0 dependabot[bot] 2024-08-29 23:59:32 +00:00
  • b814599d77 build(deps): bump clap from 4.5.13 to 4.5.16 dependabot[bot] 2024-08-29 23:59:49 +00:00
  • 8f87daea1c
    build(deps): bump clap from 4.5.13 to 4.5.16 dependabot[bot] 2024-08-29 23:59:49 +00:00
  • 55a9ea1878
    build(deps): bump bstr from 1.9.1 to 1.10.0 dependabot[bot] 2024-08-29 23:59:38 +00:00
  • ce861bc12a
    build(deps): bump proptest from 1.4.0 to 1.5.0 dependabot[bot] 2024-08-29 23:59:32 +00:00
  • f2800c7b41 build(deps): bump test-strategy from 0.3.1 to 0.4.0 dependabot[bot] 2024-08-26 23:40:31 +00:00
  • dbde18668a build(deps): bump sevenz-rust from 0.6.0 to 0.6.1 dependabot[bot] 2024-08-26 23:40:25 +00:00
  • 7b9ec7d49a build(deps): bump clap_complete from 4.5.2 to 4.5.13 dependabot[bot] 2024-08-26 23:40:20 +00:00
  • 09f2e176a7
    build(deps): bump test-strategy from 0.3.1 to 0.4.0 dependabot[bot] 2024-08-26 23:40:31 +00:00
  • 0e1794dbc7
    build(deps): bump sevenz-rust from 0.6.0 to 0.6.1 dependabot[bot] 2024-08-26 23:40:25 +00:00
  • 2cfd56b35a
    build(deps): bump clap_complete from 4.5.2 to 4.5.13 dependabot[bot] 2024-08-26 23:40:20 +00:00
  • 6f183fbe6a build(deps): bump clap from 4.5.4 to 4.5.13 dependabot[bot] 2024-08-26 07:25:57 +00:00
  • bb4db76d4a
    build(deps): bump clap from 4.5.4 to 4.5.13 dependabot[bot] 2024-08-26 07:25:57 +00:00
  • b2d0ff75c8 build(deps): bump tar from 0.4.40 to 0.4.41 dependabot[bot] 2024-06-04 23:35:13 +00:00
  • bee5ae05ae build(deps): bump infer from 0.15.0 to 0.16.0 dependabot[bot] 2024-06-03 23:22:54 +00:00
  • 61f96cab13 Fix docstring formatting for clippy. Ryan Roden-Corrent 2024-08-01 16:19:27 -04:00
  • a7fe78fc68 Write decompressed stdin to stdin-output. Ryan Roden-Corrent 2024-07-31 06:37:29 -04:00
  • 77c1a4e9db Support decompressing stdin. Ryan Roden-Corrent 2024-07-14 15:32:02 -04:00
  • 669f2b834a
    Fix docstring formatting for clippy. Ryan Roden-Corrent 2024-08-01 16:19:27 -04:00
  • 31ae9cc16a
    Write decompressed stdin to stdin-output. Ryan Roden-Corrent 2024-07-31 06:37:29 -04:00
  • 3867fa33e9 adjust README to indicate zstd runs in parallel, remove leftover code comment nalabrie 2024-07-16 21:09:05 -04:00
  • 01b919043c Update CHANGELOG.md Nicky Labrie 2024-07-14 07:11:04 +00:00
  • 0ec7d4489d Added multithreading by default to zstd compression. Bumped zstd package version. Added num_cpus package to get core count. nalabrie 2024-07-14 02:54:12 -04:00
  • 0c041471da
    build(deps): bump clap_mangen from 0.2.20 to 0.2.23 dependabot[bot] 2024-07-25 23:42:55 +00:00
  • 177b67aff8
    build(deps): bump clap from 4.5.4 to 4.5.11 dependabot[bot] 2024-07-25 23:42:36 +00:00
  • 0c26bea193
    build(deps): bump clap from 4.5.4 to 4.5.10 dependabot[bot] 2024-07-23 23:37:58 +00:00
  • 10a81e8a1f
    Support decompressing stdin. Ryan Roden-Corrent 2024-07-14 15:32:02 -04:00
  • 7886536e48
    adjust README to indicate zstd runs in parallel, remove leftover code comment nalabrie 2024-07-16 21:09:05 -04:00
  • 4a323aeba8 Fix confusion between empty/nonempty test. Ryan Roden-Corrent 2024-07-14 16:12:41 -04:00
  • 79d8261c43
    Fix confusion between empty/nonempty test. Ryan Roden-Corrent 2024-07-14 16:12:41 -04:00
  • f0b4702960
    Update CHANGELOG.md Nicky Labrie 2024-07-14 07:11:04 +00:00
  • bbddb53cab Added multithreading by default to zstd compression. Bumped zstd package version. Added num_cpus package to get core count. nalabrie 2024-07-14 02:54:12 -04:00
  • c6997eebdf
    build(deps): bump clap from 4.5.4 to 4.5.9 dependabot[bot] 2024-07-09 23:43:08 +00:00
  • d308372cef
    build(deps): bump clap_mangen from 0.2.20 to 0.2.22 dependabot[bot] 2024-06-28 23:39:43 +00:00
  • 40f28b5350
    build(deps): bump clap from 4.5.4 to 4.5.8 dependabot[bot] 2024-06-28 23:39:16 +00:00
  • c8c74460d3
    build(deps): bump dawidd6/action-download-artifact from 3 to 6 dependabot[bot] 2024-06-12 23:18:06 +00:00
  • 06e57e607f
    build(deps): bump clap from 4.5.4 to 4.5.7 dependabot[bot] 2024-06-10 23:41:54 +00:00
  • 8f007a5ee5
    build(deps): bump clap_mangen from 0.2.20 to 0.2.21 dependabot[bot] 2024-06-06 23:44:13 +00:00
  • 83290af158
    build(deps): bump clap from 4.5.4 to 4.5.6 dependabot[bot] 2024-06-06 23:43:43 +00:00
  • bb1017a2b3
    build(deps): bump tar from 0.4.40 to 0.4.41 dependabot[bot] 2024-06-04 23:35:13 +00:00