summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2022-11-06fix(npm): fix CJS resolution with local node_modules dir (#16547)Bartek Iwańczuk
2022-11-04fix(ext/http): flush chunk when streaming resource (#16536)Luca Casonato
2022-11-04chore: forward v1.27.1 release commit to main (#16533)denobot
2022-11-02fix(npm): add `console` global for node environment (#16519)David Sherret
2022-11-01revert 9ea0ce61981aa09851c3d1e0a2b7dbd7f7a392f5 (#16501)Bartek Iwańczuk
2022-10-31fix(ext/websocket): make try_send ops infallible (#16454)Divy Srivastava
2022-10-29fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...Kenta Moriuchi
2022-10-28fix(ext/crypto): fix HMAC jwk import "use" check (#16465)Filip Skokan
2022-10-271.27.0 (#16442)denobot
2022-10-26feat(ext/net): reusePort for TCP on Linux (#16398)Luca Casonato
2022-10-26refactor(ext/streams): remove fake detached (#16431)Marcos Casagrande
2022-10-26chore: improve built-in API documentation (#16158)Kitson Kelly
2022-10-26perf(ext/web): optimize transferArrayBuffer (#16294)Divy Srivastava
2022-10-25Revert "Revert "refactor(ext/net): clean up variadic network ops (#16… (#16...Bartek Iwańczuk
2022-10-25Revert "refactor(ext/net): clean up variadic network ops (#16392)" (#16417)Bartek Iwańczuk
2022-10-25fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)David Sherret
2022-10-25feat(ext/web): use ArrayBuffer.was_detached() (#16307)Marcos Casagrande
2022-10-24perf(ext/web): add op_encode_binary_string (#16352)Marcos Casagrande
2022-10-24experiment(ext/web): Don't expose event classes during the bootstrap phase (#...Andreu Botella
2022-10-24refactor(ext/net): clean up variadic network ops (#16392)Luca Casonato
2022-10-24fix(ext/fetch): fix `size_hint` on response body resource (#16254)Marcos Casagrande
2022-10-24perf(ext/streams): fast path when consuming body of tee'd stream (#16329)Marcos Casagrande
2022-10-24feat(ext/net): add reuseAddress option for UDP (#13849)Gianluca Oldani
2022-10-24fix(ext/net): don't remove sockets on unix listen (#16394)Luca Casonato
2022-10-23perf(ext/web/encoding): avoid copy in decode (#16364)Marcos Casagrande
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-10-21chore(core): remove `core.opSync` (#16379)Divy Srivastava
2022-10-20chore: upgrade rusty_v8 to 0.54.0 (#16368)Bartek Iwańczuk
2022-10-20perf(serde_v8): `serde_v8::StringOrBuffer` return JS ArrayBuffer instead of ...Divy Srivastava
2022-10-20feat(ext/ffi): Make op_ffi_ptr_of fast (#16297)Aapo Alasuutari
2022-10-20perf(ext/ffi): Fast UnsafePointerView read functions (#16351)Aapo Alasuutari
2022-10-19perf(ext/websocket): optimize `op_ws_next_event` (#16325)Divy Srivastava
2022-10-19perf(ext/flash): optimize path response streams (#16284)Divy Srivastava
2022-10-19perf(ext/websocket): optimize socket.send (#16320)Divy Srivastava
2022-10-18fix(ext/net): return an error from `startTls` and `serveHttp` if the original...Yusuke Tanaka
2022-10-17chore: forward v1.26.2 to main (#16331)Bartek Iwańczuk
2022-10-17fix(ext/fetch): set accept-encoding: identity if range header is present (#16...Marcos Casagrande
2022-10-17perf(ext/web): optimize timer cancellation (#16316)Divy Srivastava
2022-10-17perf(ext/web): optimize `op_cancel_handle` (#16318)Divy Srivastava
2022-10-16fix(ext/cache): illegal constructor (#16205)Marcos Casagrande
2022-10-16fix(npm): disable loading native module for "fsevents" package (#16273)Bartek Iwańczuk
2022-10-15chore: fix windows-only clippy errors (#16289)David Sherret
2022-10-15fix(ext/ffi): Fix UnsafeCallback ref'ing making Deno enter a live-loop (#16216)Aapo Alasuutari
2022-10-15fix(ext/websocket): panic on no next ws message from an already closed stream...Aapo Alasuutari
2022-10-15fix(ext/crypto): correct HMAC get key length op (#16201)Filip Skokan
2022-10-14fix(ext/web/streams): enqueue to second branch before closing (#16269)Marcos Casagrande
2022-10-14fix(ext/fetch): throw TypeError on non-Uint8Array chunk (#16262)Marcos Casagrande
2022-10-14fix(ext/web/streams): resolve cancelPromise in ReadableStreamTee (#16266)Marcos Casagrande
2022-10-13fix(ext/ffi): Invalid 'function' return type check logic, remove U32x2 as unn...Aapo Alasuutari
2022-10-12chore(ext/web): fix typo (#16248)Xiao Xiao