summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2022-12-07feat(fmt): improve width calculation (#16982)David Sherret
2022-12-07fix(ext/websocket): Reland make try_send ops infallible (#16968)Divy Srivastava
2022-12-06fix(ext/fetch): new Request should soft clone (#16869)Luca Casonato
2022-12-05refactor: remove references to Deno.core in bootstrap code (#16937)Bartek Iwańczuk
2022-12-05fix(ops): disallow auto-borrowing OpState across potential await point (#16952)Divy Srivastava
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
2022-12-01perf(ext/websocket): skip Events constructor checks (#16365)Divy Srivastava
2022-12-01chore: forward v1.28.3 release commit to main (#16884)denobot
2022-11-30fix(npm): improve package.json exports support for types (#16880)David Sherret
2022-11-30chore: upgrade rusty_v8 to 0.58.0 (#16879)Bartek Iwańczuk
2022-11-30fix(ext/web): fix typings for readable stream readers (#16191)ud2
2022-11-29fix(ext/node): allow absolute path in createRequire (#16853)Yoshiya Hinosawa
2022-11-28fix(npm): don't resolve JS files when resolving types (#16854)David Sherret
2022-11-28fix(npm): allow to inspect npm modules with --inspect-brk (#16841)Bartek Iwańczuk
2022-11-27fix(ext/ffi): Null buffer pointer value is inconsistent (#16625)Aapo Alasuutari
2022-11-27perf(ops): Reenable fast unit result optimization (#16827)Divy Srivastava
2022-11-27Revert "fix(ext/flash): graceful server startup/shutdown with unsettl… (#16...Bartek Iwańczuk
2022-11-26feat(ops): support raw pointer arguments (#16826)Divy Srivastava
2022-11-24chore: forward v1.28.2 release commit to main (#16796)denobot
2022-11-24fix(npm/types): resolve main entrypoint declaration file when no types entry ...David Sherret
2022-11-24fix(ext/flash): graceful server startup/shutdown with unsettled promises in m...Yusuke Tanaka
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-11-22Reland "perf(ext/flash): optimize response streaming" (#16660)Divy Srivastava
2022-11-22fix(inspector): ensure console methods provided by inspector are available (#...Bartek Iwańczuk
2022-11-21Revert "fix(ext/websocket): make try_send ops infallible (#16454)" (#16743)Bartek Iwańczuk
2022-11-19fix(npm): handle directory resolution when resolving declaration files (#16706)David Sherret
2022-11-19fix(ext/node): handle URL in createRequire (#16682)Yoshiya Hinosawa
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-17chore: forward v1.28.1 release commit to main (#16678)denobot
2022-11-16fix(npm): using types for packages with subpath (#16656)Bartek Iwańczuk
2022-11-15perf(runtime/spawn): collect output using `op_read_all` (#16596)Marcos Casagrande
2022-11-131.28.0 (#16620)denobot
2022-11-13fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)Yoshiya Hinosawa
2022-11-12chore: upgrade rusty_v8 to 0.55.0 (#16604)Bartek Iwańczuk
2022-11-11perf(web): optimize single pass utf8 decoding (#16593)Divy Srivastava
2022-11-11fix(ext/flash): graceful server startup/shutdown (#16383)Divy Srivastava
2022-11-10feat: don't require --unstable flag for npm programs (#16520)Bartek Iwańczuk
2022-11-10feat: remove --unstable flag requirement for npm: specifiers (#16473)Bartek Iwańczuk
2022-11-10fix(ext/response): make error, json, redirect enumerable (#16497)Marcos Casagrande
2022-11-09fix(ext/flash): revert #16284 and add test case (#16576)Yoshiya Hinosawa
2022-11-09chore: forward v1.27.2 release commit to main (#16572)denobot
2022-11-08refactor(ext/node): remove unwraps (#16559)Bartek Iwańczuk
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