summaryrefslogtreecommitdiff
path: root/ext/cache
AgeCommit message (Expand)Author
2023-01-261.30.0 (#17532)denobot
2023-01-17chore: forward v1.29.4 release commit to main (#17453)denobot
2023-01-16chore: update dlint to v0.37.0 for GitHub Actions (#17295)Kenta Moriuchi
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-13chore: forward 1.29.3 release back to main (#17401)David Sherret
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-06perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)Kenta Moriuchi
2023-01-05chore: forward v1.29.2 release commit to main (#17277)denobot
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-15chore: forward v1.29.1 release commit to main (#17067)denobot
2022-12-151.29.0 (#17052)denobot
2022-12-01chore: forward v1.28.3 release commit to main (#16884)denobot
2022-11-24chore: forward v1.28.2 release commit to main (#16796)denobot
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-11-17chore: forward v1.28.1 release commit to main (#16678)denobot
2022-11-131.28.0 (#16620)denobot
2022-11-09chore: forward v1.27.2 release commit to main (#16572)denobot
2022-11-04chore: forward v1.27.1 release commit to main (#16533)denobot
2022-10-271.27.0 (#16442)denobot
2022-10-17chore: forward v1.26.2 to main (#16331)Bartek IwaƄczuk
2022-10-16fix(ext/cache): illegal constructor (#16205)Marcos Casagrande
2022-10-10feat(core): add Deno.core.writeAll(rid, chunk) (#16228)Luca Casonato
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-06chore: forward v1.26.1 release commit to main (#16178)denobot
2022-10-05fix(ext/cache): prevent cache insert if body is not fully written (#16138)Marcos Casagrande
2022-10-03chore(ext/cache): make helper functions public (#16117)Satya Rohith
2022-10-03fix(ext/cache): close resource on error (#16129)Marcos Casagrande
2022-10-02fix(ext/cache): acquire reader lock before async op (#16126)Marcos Casagrande
2022-09-29refactor(ext/cache): remove extra headers iteration in cache.put (#16078)Agustin Casagrande
2022-09-291.26.0denobot
2022-09-28feat: implement Web Cache API (#15829)Satya Rohith