summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2024-03-22fix(ext/node): add crypto.subtle (#23027)Divy Srivastava
2024-03-22fix(ext/node): add crypto.getRandomValues (#23028)Divy Srivastava
2024-03-21chore: upgrade deno_core to 0.272.0 (#23022)Bartek Iwańczuk
2024-03-21feat(node): load ES modules defined as CJS (#22945)David Sherret
2024-03-21feat(ext/node): add riscv64 in process.arch (#23016)Eric Long
2024-03-21fix(ext/node): ECDH.publicKey() point encoding (#23013)Divy Srivastava
2024-03-21fix(ext/node): panic in `op_node_ecdh_generate_keys` (#23011)Divy Srivastava
2024-03-20fix(ext/node): spread args in setImmediate (#22998)Satya Rohith
2024-03-20fix(ext/node): implement EventEmitterAsyncResource (#22994)Divy Srivastava
2024-03-20fix(ext/node): FsWatcher ref and unref (#22987)Divy Srivastava
2024-03-20fix(ext/node): add process.setSourceMapsEnabled noop (#22993)Satya Rohith
2024-03-20fix(ext/node): worker_threads ESM handling (#22841)mash-graz
2024-03-19chore: rename internal `Datagram` class to `DatagramConn` (#22474)Asher Gomez
2024-03-19fix(ext/node): support Diffie-Hellman key type in `crypto.createPrivateKey()`...Asher Gomez
2024-03-18fix(node): implement v8 serialize and deserialize (#22975)Divy Srivastava
2024-03-18fix(ext/node): support public key point encoding in ECDH.generateKeys() (#22976)Satya Rohith
2024-03-16fix(ext/node): pass normalized watchFile handler to StatWatcher (#22940)Divy Srivastava
2024-03-16fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)Bartek Iwańczuk
2024-03-15fix(ext/node): Reimplement StringDecoder to match node's behavior (#22933)Nathan Whitaker
2024-03-14chore: Forward 1.41.3 release commit (#22930)Nathan Whitaker
2024-03-14fix(ext/node): Support private EC key signing (#22914)Divy Srivastava
2024-03-14fix(ext/node): support `spki` format in createPublicKey (#22918)Divy Srivastava
2024-03-14fix(ext/node): crypto.getCipherInfo() (#22916)Divy Srivastava
2024-03-14fix: typo in error from GPUBuffer.prototype.mapAsync (#22913)guangwu
2024-03-14fix(ext/node): DH (`dhKeyAgreement`) support for `createPrivateKey` (#22891)Divy Srivastava
2024-03-13fix(node): resolve types via package.json for directory import (#22878)David Sherret
2024-03-13fix(node): add nul byte to statfs path on windows (#22905)Nayeem Rahman
2024-03-13fix(ext/node): make worker ids sequential (#22884)Satya Rohith
2024-03-13fix(ext/node): allow automatic worker_thread termination (#22647)Satya Rohith
2024-03-13feat(node): implement fs.statfs() (#22862)Nayeem Rahman
2024-03-13fix(ext/node): initial `crypto.createPublicKey()` support (#22509)Asher Gomez
2024-03-13feat(ext/node): add more named curves in `crypto.generateKeyPair[Sync]()` (#2...Asher Gomez
2024-03-12refactor: add `deno_permissions` crate (#22236)Divy Srivastava
2024-03-12fix(ext/node): flush brotli decompression stream (#22856)Divy Srivastava
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-11fix(ext/node): Match punycode module behavior to node (#22847)Nathan Whitaker
2024-03-11fix(ext/node): make worker setup synchronous (#22815)Bartek Iwańczuk
2024-03-11fix(ext/node): worker_threads.parentPort is updated on startup (#20794)Bartek Iwańczuk
2024-03-11fix(ext/node) implement receiveMessageOnPort for node:worker_threads (#22766)mash-graz
2024-03-10fix(node:http) Export `validateHeaderName` and `validateHeaderValue` function...mash-graz
2024-03-10chore: replace 'call' to 'execute' in error messages (#22579)Kenta Moriuchi
2024-03-09fix(node): require of pkg json imports was broken (#22821)David Sherret
2024-03-09fix(ext/websocket): do not continue reading if socket rid closes (#21849)Divy Srivastava
2024-03-09fix(ext/node): support junction symlinks on Windows (#22762)Divy Srivastava
2024-03-08fix(ext/node): Implement `isBuiltin` in `node:module` (#22817)Nathan Whitaker
2024-03-08fix(ext/node): Add Immediate class to mirror NodeJS.Immediate (#22808)Nathan Whitaker
2024-03-08fix(node): resolve .css files in npm packages when type checking (#22804)David Sherret
2024-03-08refactor(ext/node): worker_threads.isMainThread setup (#22785)Bartek Iwańczuk
2024-03-08refactor(ext/node): use worker ops directly in worker_threads (#22794)Satya Rohith
2024-03-08chore: forward v1.41.2 release commit to main (#22793)denobot