summaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
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
2024-05-07fix(ext/web): properly handle `Blob` case for `createImageBitmap` (#23518)Hajime-san
2024-05-06fix(ext/webgpu): correctly validate GPUExtent3D, GPUOrigin3D, GPUOrigin2D & G...Hajime-san
2024-04-29fix(ext/http): ensure signal is created iff requested (#23601)Matt Mastracci
2024-04-24fix(ext/net): check for TLS using undefined rather than using ReflectHas (#23...Matt Mastracci
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-23feat: enable Float16Array support (#23490)Bartek Iwańczuk
2024-04-19feat(runtime): Allow embedders to perform additional access checks on file op...Matt Mastracci
2024-04-19feat(ext/http): Add `addr` to HttpServer (#23442)Matt Mastracci
2024-04-18chore: remove unused, unstable 'http' namespace (#23436)Matt Mastracci
2024-04-18feat(ext/net): extract TLS key and certificate from interfaces (#23327)Bartek Iwańczuk
2024-04-11Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23...Bartek Iwańczuk
2024-04-09refactor(ext/net): extract TLS key and certificate from interfaces (#23296)Matt Mastracci
2024-04-08feat(ext/net): Refactor TCP socket listeners for future clustering mode (#23037)Matt Mastracci
2024-04-08fix(ext/http): Make `Deno.serveHttp()` work when proxying (#23269)Bartek Iwańczuk
2024-04-08fix(ext/tls): add support EC private key (#23261)MAKS11060
2024-04-03chore(tests): rewrite tls_test to avoid any hardcoded ports (#23191)Matt Mastracci
2024-04-02chore: update `std` submodule to 0.221.0 (#23112)Asher Gomez
2024-03-26feat: type declarations for new Set methods (#23090)David Sherret
2024-03-26feat: TypeScript 5.4 (#23086)David Sherret
2024-03-25fix(ext/web): Fix structuredClone Web API type declaration (any -> generic) (...Viktor Marinho
2024-03-25fix(ext/fetch): do not truncate field value in `EventSource` (#22368)ud2
2024-03-20chore(ext/io): remove use of deprecated `Deno.writeSync()` (#22872)Asher Gomez
2024-03-20chore(ext/buffer): remove use of deprecated `Deno.readAll()` (#22874)Asher Gomez