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
2024-04-08
FUTURE(ext/net): remove `Deno.(Conn|TlsConn|Listener|TlsListener|UnixConn).pr...
Asher Gomez
2024-04-07
FUTURE(ext/fs): make `Deno.FsFile` constructor illegal (#23235)
Asher Gomez
2024-04-05
fix(ext/net): Improve ts types for network APIs (#23228)
Matt Mastracci
2024-04-05
fix(ext/node): hostname is valid IPv4 addr (#23243)
Divy Srivastava
2024-04-05
fix(ext/node): Add "module" to builtinsModule (#23242)
Divy Srivastava
2024-04-04
fix(ext/node): count MessagePort message listeners in hasMessageEventListener...
Satya Rohith
2024-04-03
refactor(ext/node): remove worker_threads dependency on ext:runtime (#23206)
Satya Rohith
2024-04-03
fix(ext/node): polyfill node:domain module (#23088)
Bartek Iwańczuk
2024-04-03
fix(ext/node): patch MessagePort if provided as workerData (#23198)
Satya Rohith
2024-04-02
fix(ext/node): Support returning tokens and option defaults in `node:util.par...
Nathan Whitaker
2024-04-02
feat: improve AsyncLocalStorage api (#23175)
Alex Yang
2024-04-03
chore: move `tools/node_compat` to `tests/node_compat/runner` (#23025)
Asher Gomez
2024-04-02
chore(ext/ffi): sym is unused on aarch64 linux (#23188)
Matt Mastracci
2024-04-02
fix(ext/node): MessagePort works (#22999)
Satya Rohith
2024-04-01
fix(ext/node): Add fs.readv, fs.readvSync (#23166)
Nathan Whitaker
2024-04-01
perf(node): put pkg json into an `Rc` (#23156)
David Sherret
2024-04-01
chore: forward v1.42.1 release commit to main (#23162)
denobot
2024-04-01
fix(node): handle empty 'main' entry in pkg json (#23155)
David Sherret
2024-03-28
fix(node): remove unwrap in op_require_node_module_paths (#23114)
David Sherret
2024-03-28
fix(ext/node): support stdin: "inherit" in node:child_process (#23110)
Divy Srivastava
2024-03-28
fix(ext/node): use tty stdin from ext/io (#23044)
Divy Srivastava
2024-03-28
1.42.0 (#23105)
denobot
2024-03-25
fix(ext/web): Fix structuredClone Web API type declaration (any -> generic) (...
Viktor Marinho
2024-03-25
fix(ext/fetch): do not truncate field value in `EventSource` (#22368)
ud2
2024-03-24
fix(ext/fetch): make `EventSource` more robust (#22493)
ud2
2024-03-24
fix(ext/node): handle `null` in stdio array (#23048)
Divy Srivastava
2024-03-22
perf: warm expensive init code at snapshot time (#22714)
Matt Mastracci
2024-03-22
refactor(ext/ffi): use v8::Value instead of serde_v8::Value (#23035)
Bartek Iwańczuk
2024-03-22
refactor(ext/ffi): don't go through serde_v8::Value (#23034)
Bartek Iwańczuk
2024-03-22
refactor(ext/web): use relative specifiers (#23024)
Bartek Iwańczuk
2024-03-22
fix(ext/node): handle KeyObject in `prepareAsymmetricKey` (#23026)
Divy Srivastava
2024-03-22
fix(ext/node): add crypto.subtle (#23027)
Divy Srivastava
2024-03-22
fix(ext/node): add crypto.getRandomValues (#23028)
Divy Srivastava
2024-03-21
chore: upgrade deno_core to 0.272.0 (#23022)
Bartek Iwańczuk
2024-03-21
feat(node): load ES modules defined as CJS (#22945)
David Sherret
2024-03-21
feat(ext/node): add riscv64 in process.arch (#23016)
Eric Long
2024-03-21
fix(ext/node): ECDH.publicKey() point encoding (#23013)
Divy Srivastava
2024-03-21
fix(ext/node): panic in `op_node_ecdh_generate_keys` (#23011)
Divy Srivastava
2024-03-20
fix(ext/node): spread args in setImmediate (#22998)
Satya Rohith
2024-03-20
fix(ext/node): implement EventEmitterAsyncResource (#22994)
Divy Srivastava
2024-03-20
fix(ext/node): FsWatcher ref and unref (#22987)
Divy Srivastava
2024-03-20
fix(ext/node): add process.setSourceMapsEnabled noop (#22993)
Satya Rohith
2024-03-20
fix(ext/node): worker_threads ESM handling (#22841)
mash-graz
2024-03-19
chore: rename internal `Datagram` class to `DatagramConn` (#22474)
Asher Gomez
2024-03-19
fix(ext/node): support Diffie-Hellman key type in `crypto.createPrivateKey()`...
Asher Gomez
2024-03-18
fix(node): implement v8 serialize and deserialize (#22975)
Divy Srivastava
2024-03-18
fix(ext/node): support public key point encoding in ECDH.generateKeys() (#22976)
Satya Rohith
2024-03-16
fix(ext/node): pass normalized watchFile handler to StatWatcher (#22940)
Divy Srivastava
2024-03-16
fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)
Bartek Iwańczuk
2024-03-15
fix(ext/node): Reimplement StringDecoder to match node's behavior (#22933)
Nathan Whitaker
[next]