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