summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/http2.ts
AgeCommit message (Expand)Author
2024-05-02fix(ext/node): check resource exists before close (#23655)Satya Rohith
2024-04-30fix(ext/node): read(0) before destroying http2stream (#23505)Satya Rohith
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-18fix(ext/node): Correctly send ALPN on node TLS connections (#23434)Matt Mastracci
2024-03-07fix(ext/node): http2.createServer (#22708)Satya Rohith
2024-03-06chore: remove debug console table log in node/http2 (#22741)Divy Srivastava
2024-02-21fix(ext/node): pass alpnProtocols to Deno.startTls (#22512)Satya Rohith
2024-01-29refactor: migrate 'ext/node' extension to virtual ops module (#22157)Bartek Iwańczuk
2024-01-24feat: deprecate `Deno.resources()` (#22059)Asher Gomez
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-11-22refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...Asher Gomez
2023-11-09perf: remove knowledge of promise IDs from deno (#21132)Matt Mastracci
2023-10-12fix(node/http2): fixes to support grpc (#20712)Bartek Iwańczuk
2023-09-15feat(ext/node): http2.connect() API (#19671)Bartek Iwańczuk
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-06-06feat(ext/node): Very basic node:http2 support (#19344)Matt Mastracci
2023-05-31chore(ext/node): Implement stubs for Http2Session (#19329)Matt Mastracci
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk