summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2024-07-22fix(types): Conform lib.deno_web.d.ts to lib.dom.d.ts and lib.webworker.d.ts ...Kenta Moriuchi
2024-07-22chore: move all node-api impl to ext (#24662)snek
2024-07-22fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526)MujahedSafaa
2024-07-19fix: missing `emitWarning` import (#24587)Marvin Hagemeister
2024-07-19fix(node): support `tty.hasColors()` and `tty.getColorDepth()` (#24619)Marvin Hagemeister
2024-07-19fix(ext/node): do not expose `self` global in node (#24637)Yoshiya Hinosawa
2024-07-18fix(cron): improve error message for invalid cron names (#24644)Ian Bull
2024-07-17fix(ext/node): stat.mode on windows (#24434)Divy Srivastava
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek IwaƄczuk
2024-07-17perf(ext/node): optimize fs.exists[Sync] (#24613)Divy Srivastava
2024-07-16refactor(node): internally add `.code()` to node resolution errors (#24610)David Sherret
2024-07-16fix(ext/node): http request uploads of subarray of buffer should work (#24603)Satya Rohith
2024-07-15chore: upgrade dependencies (#24565)snek
2024-07-15fix(std/http2): release window capacity back to remote stream (#24576)Rano | Ranadeep
2024-07-15fix(docs): fix some deno.land/manual broken urls (#24557)Igor Borisoglebski
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-07-12chore: forward v1.45.2 release commit to main (#24564)denobot
2024-07-12fix(ext/node): handle prefix mapping for IPv4-mapped IPv6 addresses (#24546)Satya Rohith
2024-07-12perf(ext/crypto): make randomUUID() 5x faster (#24510)Satya Rohith
2024-07-12fix(ext/webgpu): GPUDevice.createRenderPipelineAsync should return a Promise ...chirsz
2024-07-11fix: unblock fsevents native module (#24542)snek
2024-07-12chore: forward v1.45.1 release commit to main (#24540)denobot
2024-07-11fix(node): revert invalid package target change (#24539)David Sherret
2024-07-111.45.0 (#24512)denobot
2024-07-10fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...David Sherret
2024-07-10fix(node/perf_hooks): stub eventLoopUtilization (#24501)Marvin Hagemeister
2024-07-10fix(node/v8): stub serializer methods (#24502)Marvin Hagemeister
2024-07-10fix: Add sys permission kinds for node compat (#24242)Adam Gregory
2024-07-10fix(node/http): don't send destroyed requests (#24498)Marvin Hagemeister
2024-07-10fix(node/http): don't error if request destroyed before send (#24497)Marvin Hagemeister
2024-07-10fix(net): set correct max size for Datagram (#21611)Andrew Johnston
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-09fix: do not return undefined for missing global properties (#24474)snek
2024-07-09refactor: use concrete error types for node resolution (#24470)David Sherret
2024-07-09fix(node/http): support all `.writeHead()` signatures (#24469)Marvin Hagemeister
2024-07-09fix(net): handle panic on Windows for Unix socket usage in Deno.serve() (#24...Yazan AbdAl-Rahman
2024-07-09docs(ext/net): explain `port: 0` behavior (#24475)Asher Gomez
2024-07-08fix(node/assert): throws not checking error instance (#24466)Marvin Hagemeister
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-07-05fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)Nathan Whitaker
2024-07-05chore: remove unused class private properties (#24441)Marvin Hagemeister
2024-07-05fix(ext/node): rewrite digest handling (#24392)Luca Casonato
2024-07-05fix(ext/node): http chunked writes hangs (#24428)Divy Srivastava
2024-07-04fix: revert accidentally added `parentPath` on `DirEntry` (#24438)David Sherret
2024-07-04fix(node/http): don't throw on .address() before .listen() (#24432)Marvin Hagemeister
2024-07-04feat(ext/crypto): make deriveBits length parameter optional and nullable (#24...Filip Skokan
2024-07-03fix(ext/node): don't wait for end() call to send http client request (#24390)Satya Rohith
2024-07-02fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)Nathan Whitaker
2024-07-02fix(ext/web): use primordials of ES2024 ArrayBuffer transfer (#24396)Kenta Moriuchi