summaryrefslogtreecommitdiff
path: root/ext/flash
AgeCommit message (Expand)Author
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