summaryrefslogtreecommitdiff
path: root/ext/cache/sqlite.rs
AgeCommit message (Expand)Author
2024-11-16fix(ext/cache): gracefully error when cache creation failed (#26895)Bartek IwaƄczuk
2024-11-08fix(ext/cache): don't panic when creating cache (#26780)Divy Srivastava
2024-10-12refactor(ext/cache): use concrete error type (#26109)Leo Kettmeir
2024-01-15chore(ext/cache): remove CachePutResource in preparation for resource rewrite...Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-09refactor(ext/cache): Remove custom shutdown and use fast async ops (#20107)Matt Mastracci
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-04-12fix(ext/cache): cache.put overwrites previous call (#18649)Satya Rohith
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-10-10perf(ext/cache): set journal_mode=wal (#16231)Satya Rohith
2022-10-09feat(core): improve resource read & write traits (#16115)Luca Casonato
2022-10-03chore(ext/cache): make helper functions public (#16117)Satya Rohith
2022-09-28feat: implement Web Cache API (#15829)Satya Rohith