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