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
2022-10-18
fix(ext/net): return an error from `startTls` and `serveHttp` if the original...
Yusuke Tanaka
2022-10-17
chore: forward v1.26.2 to main (#16331)
Bartek Iwańczuk
2022-10-17
fix(ext/fetch): set accept-encoding: identity if range header is present (#16...
Marcos Casagrande
2022-10-17
perf(ext/web): optimize timer cancellation (#16316)
Divy Srivastava
2022-10-17
perf(ext/web): optimize `op_cancel_handle` (#16318)
Divy Srivastava
2022-10-16
fix(ext/cache): illegal constructor (#16205)
Marcos Casagrande
2022-10-16
fix(npm): disable loading native module for "fsevents" package (#16273)
Bartek Iwańczuk
2022-10-15
chore: fix windows-only clippy errors (#16289)
David Sherret
2022-10-15
fix(ext/ffi): Fix UnsafeCallback ref'ing making Deno enter a live-loop (#16216)
Aapo Alasuutari
2022-10-15
fix(ext/websocket): panic on no next ws message from an already closed stream...
Aapo Alasuutari
2022-10-15
fix(ext/crypto): correct HMAC get key length op (#16201)
Filip Skokan
2022-10-14
fix(ext/web/streams): enqueue to second branch before closing (#16269)
Marcos Casagrande
2022-10-14
fix(ext/fetch): throw TypeError on non-Uint8Array chunk (#16262)
Marcos Casagrande
2022-10-14
fix(ext/web/streams): resolve cancelPromise in ReadableStreamTee (#16266)
Marcos Casagrande
2022-10-13
fix(ext/ffi): Invalid 'function' return type check logic, remove U32x2 as unn...
Aapo Alasuutari
2022-10-12
chore(ext/web): fix typo (#16248)
Xiao Xiao
2022-10-12
fix(ext/fetch): throw TypeError on read failure (#16219)
Marcos Casagrande
2022-10-10
fix(ext/fetch): fix illegal header regex (#16236)
Marcos Casagrande
2022-10-10
fix sparse array inspection (#16204)
sigmaSd
2022-10-10
feat(core): add Deno.core.writeAll(rid, chunk) (#16228)
Luca Casonato
2022-10-10
perf(ext/cache): set journal_mode=wal (#16231)
Satya Rohith
2022-10-09
feat(core): improve resource read & write traits (#16115)
Luca Casonato
2022-10-09
perf(ext/crypto): optimize `getRandomValues` (#16212)
Divy Srivastava
2022-10-08
fix(ext/fetch): reject immediately on aborted signal (#16190)
Marcos Casagrande
2022-10-07
fix(ext/fetch): support empty formdata (#16165)
Marcos Casagrande
2022-10-07
fix(ext/ffi): Fix usize and isize FFI callback parameters missing match arm (...
Aapo Alasuutari
2022-10-07
fix(napi): move napi symbols file (#16179)
Colin Ihrig
2022-10-07
refactor(napi): simplify `napi_value` interface (#16170)
Divy Srivastava
2022-10-06
chore: forward v1.26.1 release commit to main (#16178)
denobot
2022-10-05
refactor(ext/fetch): simplify parseContentDisposition (#16162)
Marcos Casagrande
2022-10-05
feat(npm): implement Node API (#13633)
Divy Srivastava
2022-10-05
fix(ext/cache): prevent cache insert if body is not fully written (#16138)
Marcos Casagrande
2022-10-05
fix(ext/flash): Avoid sending Content-Length when status code is 204 (#15901)
ayame113
2022-10-04
perf(ext/fetch): consume body using ops (#16038)
Marcos Casagrande
2022-10-04
fix(ext/crypto): interoperable import/export (#16153)
Filip Skokan
2022-10-04
fix(ext/crypto): ecdh spki key import/export roundtrip (#16152)
Filip Skokan
2022-10-04
fix(ext/crypto): ECDH and X25519 non byte length and 0 length fixes (#16146)
Filip Skokan
2022-10-03
fix(ext/crypto): deriveBits for ECDH not taking length into account (#16128)
Aurélien Bertron
2022-10-03
fix(ext/crypto): curve25519 import export (#16140)
Filip Skokan
2022-10-03
fix(npm): better error is version is specified after subpath (#16131)
Bartek Iwańczuk
2022-10-03
refactor(ext/fetch): avoid extra headers copy in .clone (#16130)
Marcos Casagrande
2022-10-03
chore(ext/cache): make helper functions public (#16117)
Satya Rohith
2022-10-03
fix(ext/cache): close resource on error (#16129)
Marcos Casagrande
2022-10-03
fix(ext/crypto): fix importKey error when leading zeroes (#16009)
李瑞丰
2022-10-02
fix(ext/cache): acquire reader lock before async op (#16126)
Marcos Casagrande
2022-09-30
fix(ext/crypto): use correct handle for public keys (#16099)
Colin Ihrig
2022-09-30
refactor(ext/http): remove op_http_read (#16096)
Luca Casonato
2022-09-30
fix(runtime): no FastStream for unrefable streams (#16095)
Luca Casonato
2022-09-29
fix(ext/fetch): `Body#bodyUsed` for static body (#16080)
Marcos Casagrande
2022-09-29
refactor(ext/cache): remove extra headers iteration in cache.put (#16078)
Agustin Casagrande
[next]