Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-06 | perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255) | Kenta Moriuchi | |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-12-20 | chore: Update dlint (#17031) | Kenta Moriuchi | |
Introduces `SafeSetIterator` and `SafeMapIterator` to primordials | |||
2022-10-16 | fix(ext/cache): illegal constructor (#16205) | Marcos Casagrande | |
2022-10-10 | feat(core): add Deno.core.writeAll(rid, chunk) (#16228) | Luca Casonato | |
This commit adds a new op_write_all to core that allows writing an entire chunk in a single async op call. Internally this calls `Resource::write_all`. The `writableStreamForRid` has been moved to `06_streams.js` now, and uses this new op. Various other code paths now also use this new op. Closes #16227 | |||
2022-10-05 | fix(ext/cache): prevent cache insert if body is not fully written (#16138) | Marcos Casagrande | |
2022-10-03 | fix(ext/cache): close resource on error (#16129) | Marcos Casagrande | |
2022-10-02 | fix(ext/cache): acquire reader lock before async op (#16126) | Marcos Casagrande | |
2022-09-29 | refactor(ext/cache): remove extra headers iteration in cache.put (#16078) | Agustin Casagrande | |
2022-09-28 | feat: implement Web Cache API (#15829) | Satya Rohith | |