summaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2024-08-20fix(ext/net): validate port in Deno.{connect,serve,listen} (#24399)seb
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-19chore: improve accessing special file test (#25099)David Sherret
2024-08-19fix: add permission name when accessing a special file errors (#25085)Bedis Nbiba
2024-08-15Revert "test: run unit tests with DENO_FUTURE=1 (#24400)" (#25060)Bartek Iwańczuk
2024-08-14test: run unit tests with DENO_FUTURE=1 (#24400)Bartek Iwańczuk
2024-08-08fix(ext/fetch): include TCP src/dst socket info in error messages (#24939)Yusuke Tanaka
2024-08-07fix(ext/fetch): include URL and error details on fetch failures (#24910)Yusuke Tanaka
2024-08-07fix: `rename` watch event missing (#24893)Marvin Hagemeister
2024-08-06feat(fetch): accept async iterables for body (#24623)Leo Kettmeir
2024-08-01fix(ext/webgpu): assign missing `constants` property of shader about `GPUDevi...Hajime-san
2024-08-01fix(ext/console): render properties of Intl.Locale (#24827)Leo Kettmeir
2024-08-01fix(ext/http): correctly consume response body in `Deno.serve` (#24811)Luca Casonato
2024-07-31feat: upgrade V8 to 12.8 (#24693)snek
2024-07-28fix(http): Adjust hostname display for Windows when using 0.0.0.0 (#24698)Yazan AbdAl-Rahman
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-07-25chore: use `@std` prefix for internal module specifiers (#24543)Asher Gomez
2024-07-24fix(ext/fetch): respect authority from URL (#24705)Bartek Iwańczuk
2024-07-22fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526)MujahedSafaa
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
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-10fix(net): set correct max size for Datagram (#21611)Andrew Johnston
2024-07-09fix: do not return undefined for missing global properties (#24474)snek
2024-07-09fix(net): handle panic on Windows for Unix socket usage in Deno.serve() (#24...Yazan AbdAl-Rahman
2024-07-03feat: Upgrade to TypeScript 5.5.2 (#24326)Bartek Iwańczuk
2024-07-02fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)Nathan Whitaker
2024-07-02chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)Bartek Iwańczuk
2024-06-25fix(ext/websocket): drop connection when close frame not ack (#24301)Divy Srivastava
2024-06-19Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)Bartek Iwańczuk
2024-06-19fix(ext/node): Add SIGPOLL and SIGUNUSED signals (#24259)Divy Srivastava
2024-06-19fix(ext/web): fix `AbortSignal.timeout()` leak (#23842)Tom Alcorn
2024-06-18fix(ext/console): bump default max str lengthto 10_00 (#24245)Luca Casonato
2024-06-13chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)Bartek Iwańczuk
2024-06-08fix(ext/websocket): correctly order messages when sending blobs (#24133)Luca Casonato
2024-06-05chore: upgrade dlint to 0.60.0 (#24041)Bartek Iwańczuk
2024-06-05chore(ext/web): use `Error.captureStackTrace` in `DOMException` constructor (...ud2
2024-06-02fix: validate integer values in `Deno.exitCode` setter (#24068)Kenta Moriuchi
2024-05-30BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983)Aapo Alasuutari
2024-05-28fix(ext/http): flush gzip streaming response (#23991)Bartek Iwańczuk
2024-05-28fix(ext/fs): truncate files when a ReadableStream is passed to writeFile (#23...charlotte ✨
2024-05-23chore: update denokv_* crates (#23949)Bartek Iwańczuk
2024-05-23feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)Asher Gomez
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-05-20fix(ext/webgpu): Allow `depthClearValue` to be undefined when `depthLoadOp` i...chirsz
2024-05-14fix: Add missing `"junction"` type for `SymlinkOptions.types` (#23756)futsuuu
2024-05-10fix(ext/webgpu): invalidate GPUAdapter when a device is created (#23752)Leo Kettmeir
2024-05-09refactor(ext/tls): Implement required functionality for later SNI support (#2...Matt Mastracci
2024-05-08fix: upgrade TypeScript from 5.4.3 to 5.4.5 (#23740)David Sherret
2024-05-07fix: DOMException doesn't throw on __callSitesEvals (#23729)Bartek Iwańczuk