summaryrefslogtreecommitdiff
path: root/ext/flash/lib.rs
AgeCommit message (Expand)Author
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-05fix(ops): disallow auto-borrowing OpState across potential await point (#16952)Divy Srivastava
2022-11-27Revert "fix(ext/flash): graceful server startup/shutdown with unsettl… (#16...Bartek Iwańczuk
2022-11-24fix(ext/flash): graceful server startup/shutdown with unsettled promises in m...Yusuke Tanaka
2022-11-22Reland "perf(ext/flash): optimize response streaming" (#16660)Divy Srivastava
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-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-09feat(core): improve resource read & write traits (#16115)Luca Casonato
2022-09-30refactor(ext/http): remove op_http_read (#16096)Luca Casonato
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-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-09-01fix(ext/flash): retry write failures (#15591)Divy Srivastava
2022-08-29chore(ext/flash): typo in `lib.rs` (#15662)pk
2022-08-26fix(ext/flash): panic on AddrInUse (#15607)Bartek Iwańczuk
2022-08-24fix(unstable): Deno.serve() can parse hostnames (#15579)Bartek Iwańczuk
2022-08-21fix(unstable): better error for invalid hostname in Deno.serve() (#15529)Bartek Iwańczuk
2022-08-21fix(ext/flash): fix listening port (#15519)Yoshiya Hinosawa
2022-08-21feat(ops): V8 Fast Calls (#15291)Divy Srivastava
2022-08-19feat(unstable): change Deno.serve() API (#15498)Bartek Iwańczuk
2022-08-19fix(ext/flash): concurrent response streams (#15493)Divy Srivastava
2022-08-18feat(ext/flash): An optimized http/1.1 server (#15405)Divy Srivastava