summaryrefslogtreecommitdiff
path: root/ext/cache
AgeCommit message (Expand)Author
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