summaryrefslogtreecommitdiff
path: root/ext/flash
AgeCommit message (Expand)Author
2023-01-261.30.0 (#17532)denobot
2023-01-17chore: forward v1.29.4 release commit to main (#17453)denobot
2023-01-16chore: update dlint to v0.37.0 for GitHub Actions (#17295)Kenta Moriuchi
2023-01-15fix(ext/flash): Fix panic when JS caller doesn't consume request body (#16173)Isaiah Gamble
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-15fix(ext/flash): Fix typo in 'chunked' flash ops (#17302)Kamil Ogórek
2023-01-14fix(ext/flash): Correctly handle errors for chunked responses (#17303)Kamil Ogórek
2023-01-13chore: forward 1.29.3 release back to main (#17401)David Sherret
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-06perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)Kenta Moriuchi
2023-01-05chore: forward v1.29.2 release commit to main (#17277)denobot
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-12-15chore: forward v1.29.1 release commit to main (#17067)denobot
2022-12-151.29.0 (#17052)denobot
2022-12-05fix(ops): disallow auto-borrowing OpState across potential await point (#16952)Divy Srivastava
2022-12-01chore: forward v1.28.3 release commit to main (#16884)denobot
2022-11-27Revert "fix(ext/flash): graceful server startup/shutdown with unsettl… (#16...Bartek Iwańczuk
2022-11-24chore: forward v1.28.2 release commit to main (#16796)denobot
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-17chore: forward v1.28.1 release commit to main (#16678)denobot
2022-11-131.28.0 (#16620)denobot
2022-11-13fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)Yoshiya Hinosawa
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-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-04chore: forward v1.27.1 release commit to main (#16533)denobot
2022-10-29fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...Kenta Moriuchi
2022-10-271.27.0 (#16442)denobot
2022-10-24experiment(ext/web): Don't expose event classes during the bootstrap phase (#...Andreu Botella
2022-10-21chore(core): remove `core.opSync` (#16379)Divy Srivastava
2022-10-20chore: upgrade rusty_v8 to 0.54.0 (#16368)Bartek Iwańczuk
2022-10-19perf(ext/flash): optimize path response streams (#16284)Divy Srivastava
2022-10-17chore: forward v1.26.2 to main (#16331)Bartek Iwańczuk
2022-10-09feat(core): improve resource read & write traits (#16115)Luca Casonato
2022-10-06chore: forward v1.26.1 release commit to main (#16178)denobot
2022-10-05fix(ext/flash): Avoid sending Content-Length when status code is 204 (#15901)ayame113
2022-09-30refactor(ext/http): remove op_http_read (#16096)Luca Casonato
2022-09-291.26.0denobot
2022-09-28fix(ext/flash): reregister socket on partial read on Windows (#16076)Divy Srivastava
2022-09-28feat(ext/flash): add `reuseport` option on Linux (#16022)Divy Srivastava
2022-09-27feat: Add requesting API name to permission prompt (#15936)Bartek Iwańczuk
2022-09-22chore: forward v1.25.4 release commit to main (#16001)David Sherret
2022-09-20fix(flash): panic if response if undefined (#15964)Bartek Iwańczuk
2022-09-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-09-16upgrade deps (#15914)Ryan Dahl