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
Age
Commit message (
Expand
)
Author
2024-07-25
fix(node/worker_threads): support `port.once()` (#24725)
Marvin Hagemeister
2024-07-25
chore: update to `std@2024.07.19` (#24715)
Asher Gomez
2024-07-25
chore: use `@std` prefix for internal module specifiers (#24543)
Asher Gomez
2024-07-24
fix(ext/fetch): respect authority from URL (#24705)
Bartek Iwańczuk
2024-07-24
fix(ext/fetch): use correct ALPN to proxies (#24696)
Sean McArthur
2024-07-24
fix(ext/node/net): emit `error` before `close` when connection is refused (#2...
Yoshiya Hinosawa
2024-07-24
fix(node): Run node compat tests listed in the `ignore` field (and fix the on...
Nathan Whitaker
2024-07-24
fix(node): better detection for when to surface node resolution errors (#24653)
David Sherret
2024-07-24
Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)
Bartek Iwańczuk
2024-07-23
refactor: update to use deno_package_json (#24688)
David Sherret
2024-07-23
chore: forward v1.45.3 release commit to main (#24681)
denobot
2024-07-23
Revert "chore: move all node-api impl to ext (#24662)" (#24680)
Bartek Iwańczuk
2024-07-22
fix(types): Conform lib.deno_web.d.ts to lib.dom.d.ts and lib.webworker.d.ts ...
Kenta Moriuchi
2024-07-22
chore: move all node-api impl to ext (#24662)
snek
2024-07-22
fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526)
MujahedSafaa
2024-07-19
fix: missing `emitWarning` import (#24587)
Marvin Hagemeister
2024-07-19
fix(node): support `tty.hasColors()` and `tty.getColorDepth()` (#24619)
Marvin Hagemeister
2024-07-19
fix(ext/node): do not expose `self` global in node (#24637)
Yoshiya Hinosawa
2024-07-18
fix(cron): improve error message for invalid cron names (#24644)
Ian Bull
2024-07-17
fix(ext/node): stat.mode on windows (#24434)
Divy Srivastava
2024-07-18
Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...
Bartek Iwańczuk
2024-07-17
perf(ext/node): optimize fs.exists[Sync] (#24613)
Divy Srivastava
2024-07-16
refactor(node): internally add `.code()` to node resolution errors (#24610)
David Sherret
2024-07-16
fix(ext/node): http request uploads of subarray of buffer should work (#24603)
Satya Rohith
2024-07-15
chore: upgrade dependencies (#24565)
snek
2024-07-15
fix(std/http2): release window capacity back to remote stream (#24576)
Rano | Ranadeep
2024-07-15
fix(docs): fix some deno.land/manual broken urls (#24557)
Igor Borisoglebski
2024-07-13
Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...
Ryan Dahl
2024-07-13
refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)
Sean McArthur
2024-07-12
chore: forward v1.45.2 release commit to main (#24564)
denobot
2024-07-12
fix(ext/node): handle prefix mapping for IPv4-mapped IPv6 addresses (#24546)
Satya Rohith
2024-07-12
perf(ext/crypto): make randomUUID() 5x faster (#24510)
Satya Rohith
2024-07-12
fix(ext/webgpu): GPUDevice.createRenderPipelineAsync should return a Promise ...
chirsz
2024-07-11
fix: unblock fsevents native module (#24542)
snek
2024-07-12
chore: forward v1.45.1 release commit to main (#24540)
denobot
2024-07-11
fix(node): revert invalid package target change (#24539)
David Sherret
2024-07-11
1.45.0 (#24512)
denobot
2024-07-10
fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...
David Sherret
2024-07-10
fix(node/perf_hooks): stub eventLoopUtilization (#24501)
Marvin Hagemeister
2024-07-10
fix(node/v8): stub serializer methods (#24502)
Marvin Hagemeister
2024-07-10
fix: Add sys permission kinds for node compat (#24242)
Adam Gregory
2024-07-10
fix(node/http): don't send destroyed requests (#24498)
Marvin Hagemeister
2024-07-10
fix(node/http): don't error if request destroyed before send (#24497)
Marvin Hagemeister
2024-07-10
fix(net): set correct max size for Datagram (#21611)
Andrew Johnston
2024-07-10
feat(node): Support executing npm package lifecycle scripts (preinstall/insta...
Nathan Whitaker
2024-07-09
fix: do not return undefined for missing global properties (#24474)
snek
2024-07-09
refactor: use concrete error types for node resolution (#24470)
David Sherret
2024-07-09
fix(node/http): support all `.writeHead()` signatures (#24469)
Marvin Hagemeister
2024-07-09
fix(net): handle panic on Windows for Unix socket usage in Deno.serve() (#24...
Yazan AbdAl-Rahman
2024-07-09
docs(ext/net): explain `port: 0` behavior (#24475)
Asher Gomez
[next]