Commit Graph

  • a4f5bde5a6
    Merge c5abab6348 into 105692a4da Shingo OKAWA 2026-06-02 19:56:14 -0300
  • ae694e48e1
    Merge a9f037bd40 into 105692a4da Christian Haynes 2026-06-02 19:56:12 -0300
  • f5af0ae52d
    Merge 81fe1309db into 105692a4da Christian Haynes 2026-06-02 19:56:11 -0300
  • 08efe54358
    Merge 76a859f2cc into 105692a4da Song Gao 2026-06-01 12:08:35 -0700
  • 571737bfe1
    Merge 5e274f428b into 105692a4da Song Gao 2026-06-01 12:08:35 -0700
  • 105692a4da
    docs: Create AGENTS.md main Kat Marchán 2026-06-01 11:21:14 -0700
  • f8f9d73064
    Merge a0b9e301a7 into 66eae4b78f Artem Starikov 2026-02-10 13:48:20 +0300
  • c5abab6348 fix: cfg gating for async-std in update_state Shingo OKAWA 2026-01-11 22:38:52 +0900
  • 4e3ba3dbab
    Merge 6310b21632 into 66eae4b78f Jakub Koralewski 2025-11-20 18:41:03 +0100
  • 6310b21632 feat: given move, also move back Jakub Koralewski 2025-11-20 17:30:46 +0000
  • 89457c054a feat: allow to read key without checking integrity Jakub Koralewski 2025-11-20 17:13:09 +0000
  • 82e29a541c fix: don't block executor with integrity checking Jakub Koralewski 2025-11-20 16:49:08 +0000
  • a9f037bd40
    fix: clippy io_other_error Christian Haynes 2025-07-23 13:02:43 -0400
  • 4b9fc3b5b7
    fix: bumped rust version to 1.81 Christian Haynes 2025-07-23 12:59:36 -0400
  • 81fe1309db
    fix: clippy io_other_error Christian Haynes 2025-07-23 12:57:52 -0400
  • 1ff3cee535
    fix: bumped rust version to 1.81 Christian Haynes 2025-07-23 12:56:33 -0400
  • acd7f18a87
    feat: replaced async-std with smol Christian Haynes 2025-07-23 11:47:16 -0400
  • 1c633b62f3
    feat: smol runtime feature Christian Haynes 2025-07-22 22:59:28 -0400
  • a0b9e301a7
    fix: compilation failure without any async runtime Artem Starikov 2025-03-06 16:05:37 +0300
  • 66eae4b78f
    chore: Release cacache version 13.1.0 v13.1.0 Kat Marchán 2024-11-26 01:34:26 -0800
  • ac8617bbd0
    docs: update changelog Kat Marchán 2024-11-26 01:27:50 -0800
  • 146a593c8e
    fix(tokio): add safe access join handles (#85) Jeff Mendez 2024-06-25 11:42:11 -0400
  • 73597cc0cb chore(write): fix stable error j-mendez 2024-06-25 11:27:57 -0400
  • 5f48af7325 chore(tokio): add safe access join handles j-mendez 2024-06-25 06:44:44 -0400
  • ab5f1c9185
    feat(link): add hard_link_hash (#82) Song Gao 2024-06-15 00:04:23 +0800
  • 75eac196e5 Fix type ShuiRuTian 2024-06-14 15:53:04 +0800
  • 47f680fe4f Remove useless generic parameter ShuiRuTian 2024-06-14 12:00:45 +0800
  • 4a7bee9d05 Fix doc ShuiRuTian 2024-06-13 18:19:21 +0800
  • 91de46eaf5 add hard_link_hash ShuiRuTian 2024-06-13 18:17:51 +0800
  • 3a71247364
    fix(docs): improved documentation for remove_fully (#78) RustyNova 2024-06-11 08:05:11 +0000
  • d4f51350aa doc: improved documentation for remove_fully RustyNova 2024-06-10 14:52:39 +0000
  • 76a859f2cc bump version of `INDEX_VERSION` ShuiRuTian 2024-05-11 12:25:08 +0800
  • 5e274f428b use const_hex to replace hex ShuiRuTian 2024-05-10 14:37:08 +0800
  • 80bc3be530 use base64 to encode/decode raw_metadata Song Gao 2024-05-10 14:31:49 +0800
  • c102c01e76
    docs: Fix readme badges (#68) Paweł Urbanek 2024-04-07 04:42:19 +0200
  • f4439b4dba
    Fix readme badges pawurb 2024-04-05 13:56:01 +0200
  • b8c32f2a72
    docs: remove stray line from changelog Kat Marchán 2024-02-14 22:38:12 -0800
  • ff333178ef
    chore: Release cacache version 13.0.0 v13.0.0 Kat Marchán 2024-02-14 22:30:41 -0800
  • 2375678b5c
    docs: update changelog Kat Marchán 2024-02-14 22:30:23 -0800
  • 761d71558a
    fix(remove_fully): Remove the key content when set `remove_fully` to `true` (#63) Mohammed Alotaibi 2024-02-15 09:28:58 +0300
  • ffa1ab7254
    fix(sync): Added the feature flags for compilation without the async runtime. Fixes #64. (#65) Iker Nieto 2024-02-12 18:55:58 +0100
  • 0e4c117e43
    feat(MSRV): bump msrv in CI to 1.70.0 Kat Marchán 2024-02-12 09:44:59 -0800
  • 25fadde59b Removed link_to from default features, since it was used in another module without a conditional compilation flag kinire98 2024-02-12 17:55:07 +0100
  • 083e6ae85c Fixed clippy warning kinire98 2024-02-12 17:48:49 +0100
  • d0dbdad856 Added one last feature flag kinire98 2024-02-09 18:07:54 +0100
  • 95e21db6e9 Feature flags added kinire98 2024-02-09 17:56:58 +0100
  • 5f806ee480
    fix(remove_fully): Remove the key content when set `remove_fully` to `true` TheAwiteb 2024-01-27 13:29:56 +0300
  • 5e9ca392fc
    fix(remove_fully): Remove the key content when set `remove_fully` to `true` TheAwiteb 2024-01-27 13:16:41 +0300
  • 0ac9fb8cd9
    chore: Release cacache version 12.0.0 v12.0.0 Kat Marchán 2023-10-07 12:40:19 -0700
  • 7a4b16e03d
    docs: update changelog Kat Marchán 2023-10-07 12:40:09 -0700
  • cfdf4eed4d
    feat(reflink): Separate reflink behavior into their own functions (#58) Kat Marchán 2023-10-07 12:37:19 -0700
  • 34ee679816
    feat(remove_fully): add option for remove cache entry (#54) Qing Lei 2023-10-08 03:34:35 +0800
  • 878444c98d
    feat(reflink): Separate reflink behavior into their own functions Kat Marchán 2023-10-07 12:12:58 -0700
  • 0748e51d63
    chore: Release cacache version 11.7.1 v11.7.1 Kat Marchán 2023-09-11 15:25:27 -0700
  • f8e21e5edb
    docs: update changelog Kat Marchán 2023-09-11 15:25:07 -0700
  • 6624d66c16
    fix(deps): moved to reflink-copy (#55) Christian Haynes 2023-09-11 18:03:43 -0400
  • c735d83a31
    fix(mmap): fix unused method warning Kat Marchán 2023-09-11 15:01:23 -0700
  • 100609abee
    fix(sync-only): remove futures dep when no async features are being used Kat Marchán 2023-09-11 14:56:01 -0700
  • 763a29cdf3
    chore: Release cacache version 11.7.0 v11.7.0 Kat Marchán 2023-09-11 12:30:40 -0700
  • 8af02fc75c
    docs: update changelog Kat Marchán 2023-09-11 12:24:27 -0700
  • 6062226789
    feat(sync-only): add support for removing async runtime dependency altogether (#56) Kat Marchán 2023-09-11 12:15:16 -0700
  • 26652716d0
    feat(sync-only): add support for removing async runtime dependency altogether Kat Marchán 2023-09-11 12:05:54 -0700
  • 6155d1cab9 clippy fix lines-filter-map-ok Christian Haynes 2023-08-01 19:30:19 -0400
  • f81e92082c moved to reflink-copy Christian Haynes 2023-08-01 19:26:15 -0400
  • 2c98f08a98
    feat(deps) re-exported ssri::Integrity (#52) Michal Trybus 2023-07-03 17:51:28 +0200
  • 818aa01ab2 feat(remove_fully) add option for remove cache entry fiag 2023-06-30 15:51:30 +0800
  • 912c3f81ff fix(deps) re-exported ssri::Integrity Michal Trybus 2023-05-23 21:01:33 +0200
  • a2bf178b96
    chore: Release cacache version 11.6.0 v11.6.0 Kat Marchán 2023-05-20 19:08:20 -0700
  • fbe26dcaf7
    docs: update changelog Kat Marchán 2023-05-20 19:07:13 -0700
  • 41392e7469
    feat(xxhash): Add xxhash support and some utilities for making it easier to use (#51) Kat Marchán 2023-05-20 19:06:08 -0700
  • 678acef7ef
    feat(xxhash): Add xxhash support and some utilities for making it easier to use Kat Marchán 2023-05-20 18:44:28 -0700
  • 1ac1d647e0
    fix(mmap): pre-allocate temp file before mmapping (#50) Michal Trybus 2023-05-19 18:55:16 +0200
  • 41e9f9aa6d fix: optional dependency on libc Michal Trybus 2023-05-19 17:20:09 +0200
  • f0cb8a4520 fix(mmap): pre-allocate temp file before mmapping Michal Trybus 2023-05-19 00:09:53 +0200
  • 58de0b2d10
    feat(mmap): new feature for mmap-based optimization (#49) Michal Trybus 2023-05-18 00:45:46 +0200
  • ba036ab92a feat(mmap): new feature for mmap-based optimization Michal Trybus 2023-05-17 19:11:31 +0200
  • 81bc84b33d
    chore: Release cacache version 11.5.2 v11.5.2 Kat Marchán 2023-03-31 17:54:59 -0700
  • a8d12d3c5f
    docs: update changelog Kat Marchán 2023-03-31 17:54:45 -0700
  • b7c10ecaaf
    fix(deps): move async-attributes over to dev-dependencies Kat Marchán 2023-03-31 17:53:37 -0700
  • 6a4e534215
    chore: Release cacache version 11.5.1 v11.5.1 Kat Marchán 2023-03-31 17:46:44 -0700
  • a0507db682
    docs: update changelog Kat Marchán 2023-03-31 17:46:33 -0700
  • 4950998f77
    fix(deps): bump ssri too Kat Marchán 2023-03-31 17:45:59 -0700
  • cfd29afe16
    chore: Release cacache version 11.5.0 v11.5.0 Kat Marchán 2023-03-31 17:42:30 -0700
  • cba4c274ec
    docs: update changelog Kat Marchán 2023-03-31 17:42:18 -0700
  • 364f9da65e
    feat(deps): bump miette and thiserror Kat Marchán 2023-03-31 17:34:04 -0700
  • 29a83f49de
    feat(perf): use mmaps to speed up validations zkat/mmap-validation Kat Marchán 2023-03-12 20:26:43 -0700
  • 646ae52e2f
    chore: Release cacache version 11.4.0 v11.4.0 Kat Marchán 2023-03-09 18:26:16 -0800
  • 190252326c
    docs: update changelog Kat Marchán 2023-03-09 18:26:07 -0800
  • b88217cc54
    feat(link): implement hard_link_hash_sync too Kat Marchán 2023-03-09 18:23:50 -0800
  • 02d7f146f1
    fix(security): bump tempfile version to 3.4.0 (#45) Johannes Becker 2023-03-07 13:21:02 -0500
  • 9ee5e13e08 bump tempfile version to 3.4.0 Johannes Becker 2023-03-07 13:49:22 +0100
  • 262e1ca2ba
    chore: Release cacache version 11.3.0 v11.3.0 Kat Marchán 2023-03-04 17:24:30 -0800
  • 91b4111186
    docs: update changelog Kat Marchán 2023-03-04 17:21:46 -0800
  • 89eee6c1ae
    feat(links): add support for hard linking from the cache (#43) Kat Marchán 2023-03-04 17:10:46 -0800
  • e2695a92b0
    feat(links): add support for hard linking from the cache Kat Marchán 2023-03-01 19:28:29 -0800
  • 80e5b4135b
    chore: Release cacache version 11.2.0 v11.2.0 Kat Marchán 2023-02-27 19:10:50 -0800
  • 50899fa754
    docs: update changelog Kat Marchán 2023-02-27 19:10:12 -0800
  • d39e83801d
    feat(copy): add support for reflink-copy and unsafe-copy (#42) Kat Marchán 2023-02-27 19:09:02 -0800
  • 7e8c1e50cc
    feat(copy): add support for reflink-copy and unsafe-copy Kat Marchán 2023-02-25 23:49:41 -0800
  • ac56fd9ce6
    feat(link_to): Add support for linking to existing files from the cache (#41) Scott Haug 2023-02-27 14:08:01 -0800