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
/
cli
/
cache
/
cache_db.rs
Age
Commit message (
Expand
)
Author
2024-08-02
docs: fix typos (#24820)
Andreas Deininger
2024-05-29
fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)
David Sherret
2024-05-23
perf(startup): use WAL journal for sqlite databases in DENO_DIR (#23955)
Bert Belder
2024-04-01
fix: prevent cache db errors when deno_dir not exists (#23168)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-08-25
chore(cli): remove atty crate (#20275)
Matt Mastracci
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-05-30
fix: do not show cache initialization errors if stderr is piped (#18920)
David Sherret
2023-05-25
fix(compile): handle when DENO_DIR is readonly (#19257)
David Sherret
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-03-28
fix(core): restore cache journal mode to TRUNCATE and tweak tokio test in Cac...
Matt Mastracci
2023-03-27
feat(core): initialize SQLite off-main-thread (#18401)
Matt Mastracci