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