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
/
http.ts
Age
Commit message (
Expand
)
Author
2023-05-24
fix(ext/node): ClientRequest.setTimeout(0) should remove listeners (#19240)
Levente Kurusa
2023-05-23
refactor: further work on node http client (#19211)
Leo Kettmeir
2023-05-22
fix(node): add http.Server.unref() (#19201)
Bartek Iwańczuk
2023-05-19
BREAKING(unstable): change return type of Deno.serve() API (#19189)
Bartek Iwańczuk
2023-05-17
refactor(node): reimplement http client (#19122)
Leo Kettmeir
2023-05-02
fix(node/http): Request.setTimeout(0) should clear (#18949)
Levente Kurusa
2023-04-27
refactor(ext/node): migrate back to using "Deno.serve" API for HTTP server (#...
Bartek Iwańczuk
2023-04-27
fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)
Matt Mastracci
2023-04-22
feat(node/http): implement ClientRequest.setTimeout() (#18783)
Levente Kurusa
2023-04-18
fix(ext/node): add req.socket.remoteAddress (#18733)
Yoshiya Hinosawa
2023-04-18
fix(ext/node): polyfill response._implicitHeader method (#18738)
Yoshiya Hinosawa
2023-04-07
refactor(ext/node): remove conditional in ServerResponse#enqueue (#18617)
Bartek Iwańczuk
2023-04-03
refactor(ext/node): migrate "http" module to use "Deno.serveHttp" API (#18552)
Bartek Iwańczuk
2023-03-28
Reland "refactor: remove Deno[Deno.internal].nodeUnstable namespace" (#18475)
Bartek Iwańczuk
2023-03-27
Revert "refactor: remove Deno[Deno.internal].nodeUnstable namespace (… (#18...
Bartek Iwańczuk
2023-03-27
refactor: remove Deno[Deno.internal].nodeUnstable namespace (#18449)
Bartek Iwańczuk
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