summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2023-03-01fix(core): introduce `SafeRegExp` to primordials (#17592)Kenta Moriuchi
2023-02-28chore: fix cargo build rebuilding deno_runtime each time (#17978)David Sherret
2023-02-28fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning pointer...Aapo Alasuutari
2023-02-27chore(ext/node): fix variable name (#17948)Geert-Jan Zwiers
2023-02-26refactor(ext/node): remove _process/stdio.js (#17911)Yoshiya Hinosawa
2023-02-26fix(ext/node): util.types.isSharedArrayBuffer (#17836)Yoshiya Hinosawa
2023-02-24chore: forward v1.31.1 release commit to main (#17939)denobot
2023-02-24refactor(flash): move remoteAddr to options bag (#17913)Leo Kettmeir
2023-02-241.31.0 (#17906)denobot
2023-02-23fix(webgpu): don't default to 0 for setVertexBuffer.size & properly use webid...Leo Kettmeir
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-23fix(ext/node): fix npm module resolution when --node-modules-dir specified (#...Yoshiya Hinosawa
2023-02-23fix(ext/flash): wrong order of arguments passed to `http1Response` (#17893)Kenta Moriuchi
2023-02-22feat(task): support scripts in package.json (#17887)David Sherret
2023-02-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
2023-02-22fix(ext/ffi): Fix re-ref'ing UnsafeCallback (#17704)Aapo Alasuutari
2023-02-22feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)Aapo Alasuutari
2023-02-22fix(ext/node): fix node stream (#17874)Yoshiya Hinosawa
2023-02-22fix(ext/node): fix webcrypto export (#17838)Yoshiya Hinosawa
2023-02-22fix(ext/node): fix process.uptime (#17839)Yoshiya Hinosawa
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek Iwańczuk
2023-02-20refactor: use ops for idna & punycode (#17817)Leo Kettmeir
2023-02-20perf: use ops for node:crypto ciphers (#17819)Divy Srivastava
2023-02-20refactor: move webgpu files to ext root (#17832)Leo Kettmeir
2023-02-20refactor(core): definition of "ExtensionFileSource" (#17823)Bartek Iwańczuk
2023-02-17test: add node compat tests (#17805)Yoshiya Hinosawa
2023-02-17chore: remove unneeded files from ext/node (#17810)Bartek Iwańczuk
2023-02-17feat(ext/node): implement `node:v8` (#17806)Divy Srivastava
2023-02-17fix(ext/node): add support for BYOB streams (#17803)AntonioFCG
2023-02-16perf(ext/node): move winerror binding to rust (#17792)Divy Srivastava
2023-02-16test: add unit tests from std/node (#17794)Bartek Iwańczuk
2023-02-15feat: wire up ext/node to the Node compatibility layer (#17785)Bartek Iwańczuk
2023-02-15feat(flash): add 2nd param to handler to get remote address (#17633)Leo Kettmeir
2023-02-15fix(ext/ffi): improve error messages in FFI module (#17786)Matt Mastracci
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk
2023-02-14feat(node): stabilize Node-API (#17553)Bartek Iwańczuk
2023-02-13fix(ext/websocket): extra ws pongs sent (#17762)Divy Srivastava
2023-02-12perf(http): remove allocations checking upgrade and connection header values ...David Sherret
2023-02-12perf(ext/ffi): Revert UTF-8 validity check from getCString (#17741)Aapo Alasuutari
2023-02-12fix(ext/flash): Always send correct number of bytes when handling HEAD reques...Kamil Ogórek
2023-02-11feat: add signal option to Deno.resolveDns (#17384)Leo Kettmeir
2023-02-11fix(webgpu): use correct op for GPUDevice.createSampler (#17729)Leo Kettmeir
2023-02-10refactor(ext/http): use `String.prototype.trim()` instead of regex (#17722)Bert Belder
2023-02-10refactor: clean up "cli/node/mod.rs" and "ext/node" (#17713)Bartek Iwańczuk
2023-02-10refactor: allow to provide polyfills for Node modules from the snapshot (#17706)Bartek Iwańczuk
2023-02-09refactor(ext/webidl): use `TypedArrayPrototypeGetSymbolToStringTag` (#17602)Kenta Moriuchi
2023-02-08fix: use static Reflect methods in nodeGlobalThis proxy (#17696)Kamil Ogórek
2023-02-08fix(ext/console): Only right-align integers in console.table() (#17389)Waldir Pimenta
2023-02-08refactor(core): change SourcePair to ExtensionFileSource (#17686)Bartek Iwańczuk
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir