summaryrefslogtreecommitdiff
path: root/ext/flash
AgeCommit message (Expand)Author
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
2022-09-15chore: forward v1.25.3 release commit to main (#15919)Colin Ihrig
2022-09-13fix(ext/flash): don't block requests (#15852)Divy Srivastava
2022-09-10perf(ext/flash): remove string->buffer cache (#15850)Divy Srivastava
2022-09-09chore: forward v1.25.2 release commit to main (#15831)denobot
2022-09-07fix(ext/flash): use utf8 length as Content-Length (#15793)Divy Srivastava
2022-09-02chore: forward v1.25.1 release commit to main (#15735)denobot
2022-09-01fix(ext/flash): retry write failures (#15591)Divy Srivastava
2022-08-31chore: upgrade httparse to 1.8 (#15699)Bartek Iwańczuk
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-25v1.25.0Bartek Iwańczuk
2022-08-24fix(unstable): finish HTTP response for 205 and 304 responses (#15584)Bartek Iwańczuk
2022-08-24fix(unstable): Deno.serve() can parse hostnames (#15579)Bartek Iwańczuk
2022-08-24feat(ext/flash): split upgradeHttp into two APIs (#15557)Luca Casonato
2022-08-24feat: update `Deno.serve` function signature (#15563)Luca Casonato
2022-08-22fix(ext/flash): fix default onListen callback (#15533)Yoshiya Hinosawa
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: Honor linter rules in CI and locally (#15492)Mathias Lafeldt
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