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-11-28
fix(npm): allow to inspect npm modules with --inspect-brk (#16841)
Bartek Iwańczuk
2022-11-27
fix(ext/ffi): Null buffer pointer value is inconsistent (#16625)
Aapo Alasuutari
2022-11-27
perf(ops): Reenable fast unit result optimization (#16827)
Divy Srivastava
2022-11-27
Revert "fix(ext/flash): graceful server startup/shutdown with unsettl… (#16...
Bartek Iwańczuk
2022-11-26
feat(ops): support raw pointer arguments (#16826)
Divy Srivastava
2022-11-24
chore: forward v1.28.2 release commit to main (#16796)
denobot
2022-11-24
fix(npm/types): resolve main entrypoint declaration file when no types entry ...
David Sherret
2022-11-24
fix(ext/flash): graceful server startup/shutdown with unsettled promises in m...
Yusuke Tanaka
2022-11-22
chore: workspace inheritance (#16343)
Leo Kettmeir
2022-11-22
Reland "perf(ext/flash): optimize response streaming" (#16660)
Divy Srivastava
2022-11-22
fix(inspector): ensure console methods provided by inspector are available (#...
Bartek Iwańczuk
2022-11-21
Revert "fix(ext/websocket): make try_send ops infallible (#16454)" (#16743)
Bartek Iwańczuk
2022-11-19
fix(npm): handle directory resolution when resolving declaration files (#16706)
David Sherret
2022-11-19
fix(ext/node): handle URL in createRequire (#16682)
Yoshiya Hinosawa
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-17
chore: forward v1.28.1 release commit to main (#16678)
denobot
2022-11-16
fix(npm): using types for packages with subpath (#16656)
Bartek Iwańczuk
2022-11-15
perf(runtime/spawn): collect output using `op_read_all` (#16596)
Marcos Casagrande
2022-11-13
1.28.0 (#16620)
denobot
2022-11-13
fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)
Yoshiya Hinosawa
2022-11-12
chore: upgrade rusty_v8 to 0.55.0 (#16604)
Bartek Iwańczuk
2022-11-11
perf(web): optimize single pass utf8 decoding (#16593)
Divy Srivastava
2022-11-11
fix(ext/flash): graceful server startup/shutdown (#16383)
Divy Srivastava
2022-11-10
feat: don't require --unstable flag for npm programs (#16520)
Bartek Iwańczuk
2022-11-10
feat: remove --unstable flag requirement for npm: specifiers (#16473)
Bartek Iwańczuk
2022-11-10
fix(ext/response): make error, json, redirect enumerable (#16497)
Marcos Casagrande
2022-11-09
fix(ext/flash): revert #16284 and add test case (#16576)
Yoshiya Hinosawa
2022-11-09
chore: forward v1.27.2 release commit to main (#16572)
denobot
2022-11-08
refactor(ext/node): remove unwraps (#16559)
Bartek Iwańczuk
2022-11-06
fix(npm): fix CJS resolution with local node_modules dir (#16547)
Bartek Iwańczuk
2022-11-04
fix(ext/http): flush chunk when streaming resource (#16536)
Luca Casonato
2022-11-04
chore: forward v1.27.1 release commit to main (#16533)
denobot
2022-11-02
fix(npm): add `console` global for node environment (#16519)
David Sherret
2022-11-01
revert 9ea0ce61981aa09851c3d1e0a2b7dbd7f7a392f5 (#16501)
Bartek Iwańczuk
2022-10-31
fix(ext/websocket): make try_send ops infallible (#16454)
Divy Srivastava
2022-10-29
fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...
Kenta Moriuchi
2022-10-28
fix(ext/crypto): fix HMAC jwk import "use" check (#16465)
Filip Skokan
2022-10-27
1.27.0 (#16442)
denobot
2022-10-26
feat(ext/net): reusePort for TCP on Linux (#16398)
Luca Casonato
2022-10-26
refactor(ext/streams): remove fake detached (#16431)
Marcos Casagrande
2022-10-26
chore: improve built-in API documentation (#16158)
Kitson Kelly
2022-10-26
perf(ext/web): optimize transferArrayBuffer (#16294)
Divy Srivastava
2022-10-25
Revert "Revert "refactor(ext/net): clean up variadic network ops (#16… (#16...
Bartek Iwańczuk
2022-10-25
Revert "refactor(ext/net): clean up variadic network ops (#16392)" (#16417)
Bartek Iwańczuk
2022-10-25
fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)
David Sherret
2022-10-25
feat(ext/web): use ArrayBuffer.was_detached() (#16307)
Marcos Casagrande
2022-10-24
perf(ext/web): add op_encode_binary_string (#16352)
Marcos Casagrande
2022-10-24
experiment(ext/web): Don't expose event classes during the bootstrap phase (#...
Andreu Botella
2022-10-24
refactor(ext/net): clean up variadic network ops (#16392)
Luca Casonato
2022-10-24
fix(ext/fetch): fix `size_hint` on response body resource (#16254)
Marcos Casagrande
[next]