summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-11-18chore: update wpt (#21255)Leo Kettmeir
2023-11-17chore: bump deno_core (#21242)Matt Mastracci
2023-11-17chore(tools): update release_doc_template.md (#21230)Yoshiya Hinosawa
2023-11-13chore: update wpt (#21178)Leo Kettmeir
2023-11-13feat(ext/web): add `AbortSignal.any()` (#21087)Kenta Moriuchi
2023-11-10chore: give suggestion on PR open failure (#21145)Divy Srivastava
2023-11-08chore: remove op_baseline and flamebench (#21120)Matt Mastracci
2023-11-02chore: fix dlint version and sanity check version after download (#21058)Matt Mastracci
2023-11-01feat(ext/websocket): websockets over http2 (#21040)Matt Mastracci
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky
2023-11-01fix(ext/node): adapt dynamic type checking to Node.js behavior (#21014)Kenta Moriuchi
2023-10-31feat(ext/web): EventSource (#14730)Leo Kettmeir
2023-10-30fix: implement node:tty (#20892)Divy Srivastava
2023-10-30chore: upgrade rsa to 0.9 (#21016)Divy Srivastava
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-10-11feat(WebSocketStream): rename connection to opened (#20878)Leo Kettmeir
2023-10-10feat(ext/web): cancel support for TransformStream (#20815)Luca Casonato
2023-10-10fix(ext/web): writability of `ReadableStream.from` (#20836)Luca Casonato
2023-10-08fix(node/buffer): utf8ToBytes should return a Uint8Array (#20769)Aapo Alasuutari
2023-09-30test(node_compat): add `test-http-url.parse*` (#20458)Hirotaka Tagawa / wafuwafu13
2023-09-27chore: add back dotcom step to release (#20713)David Sherret
2023-09-26chore: clean up lint script (#20682)Luca Casonato
2023-09-23fix(node): supported arguments to `randomFillSync` (#20637)Divy Srivastava
2023-09-20chore: update manual instructions for doing a release (#20578)David Sherret
2023-09-13chore(test_util): ensure that extra expectations are an error even without a ...Matt Mastracci
2023-09-13chore: bump deno_core and cargo update (#20480)Matt Mastracci
2023-09-07chore: make downloadPrebuilt a little more reliable (#20401)Matt Mastracci
2023-09-07feat: support import attributes (#20342)David Sherret
2023-09-06chore: pin third_party (#20386)David Sherret
2023-09-04chore: disable 'test-http-content-length.js` test (#20344)Bartek Iwańczuk
2023-09-03chore(release): fix workspace formatter (#20357)Divy Srivastava
2023-08-30chore: bump deno_core to 0.207.0 (#20333)Matt Mastracci
2023-08-28fix(node/http): correctly send `Content-length` header instead of `Transfer-E...osddeitf
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-08-19chore: remove third_party submodule (#20201)Divy Srivastava
2023-08-17perf(ext/event): optimize Event constructor (#20181)Marcos Casagrande
2023-08-15fix(runtime): navigator.userAgent in web worker (#20129)await-ovo
2023-08-15fix(ext/fetch): clone second branch chunks in Body.clone() (#20057)Marcos Casagrande
2023-08-12chore: deno_core -> 0.201.0 (#20135)Matt Mastracci
2023-08-08fix(ext/abort): trigger AbortSignal events in correct order (#20095)Marcos Casagrande
2023-08-05chore: use zlib-ng for flate2 (#20059)Matt Mastracci
2023-08-05chore(wpt): expose gc (#20060)Marcos Casagrande
2023-08-04fix(ext/file): resolve unresolved Promise in Blob.stream (#20039)Marcos Casagrande
2023-07-31fix: call setIsTrusted for generated events (MessageEvent) (#19919)Ricardo Iván Vieitez Parra
2023-07-30fix(ext/compression): throw TypeError on corrupt input (#19979)Marcos Casagrande
2023-07-28refactor(cli/tools): split bench into multiple modules (#19974)Bartek Iwańczuk
2023-07-28feat(ext/websocket): allow HTTP(S) protocol in URL (#19862)Leo Kettmeir
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-07-02feat: ReadableStream.from (#19446)Leo Kettmeir