summaryrefslogtreecommitdiff
path: root/src/resources.rs
AgeCommit message (Expand)Author
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl
2019-03-18Remove Eager read, write, accept (#1959)Ryan Dahl
2019-03-18Integrate //core into existing code baseRyan Dahl
2019-02-18Add `seek` and implement `Seeker` on `File` (#1797)Kevin (Kun) "Kassimo" Qian
2019-02-12Drop assert!() from untrack_task() (#1757)Kevin (Kun) "Kassimo" Qian
2019-02-09Support scoped variables, unblock REPL async op, and REPL error colors (#1721)Kevin (Kun) "Kassimo" Qian
2019-01-15Kill all pending accepts when TCP listener is closed (#1517)Kevin (Kun) "Kassimo" Qian
2019-01-15Clippy fixes (also fixes build with nightly) (#1527)Bert Belder
2019-01-14Update to rust 2018 editionAndy Hayden
2019-01-14src: remove dependency on the 'kernel32' crateBert Belder
2019-01-09Native ES modules (#1460)Ryan Dahl
2019-01-08Minimal Worker support (#1476)Ryan Dahl
2019-01-02Happy new year!Ryan Dahl
2018-12-22make stdout unbuffered (#1355)Yoshiya Hinosawa
2018-11-30clippy fixes (#1250)Andy Hayden
2018-11-16First pass at running subprocesses (#1156)Bert Belder
2018-11-13Support streaming response bodies from fetch()Ryan Dahl
2018-11-06Fix many of the clippy::pedantic warningsAndy Hayden
2018-11-05Add repl (#998)Andy Hayden
2018-11-04Fix clippy warnings (#1149)Andy Hayden
2018-10-30Add resources op (#1119)Bartek IwaƄczuk
2018-10-24fix typos (#1083)Joseph
2018-10-24Move eager functions into eager_unix.rsBert Belder
2018-10-24Refactor eager_{read,write,accept}_tcp into separate functionsBert Belder
2018-10-20Optimization: eager acceptRyan Dahl
2018-10-20Optimization: eager writeRyan Dahl
2018-10-20Optimization: eager readRyan Dahl
2018-10-05Implement closeRead/closeWrite using TcpStream::shutdown (#903)Kevin (Kun) "Kassimo" Qian
2018-10-03First pass at support for TCP servers and clients. (#884)Ryan Dahl
2018-10-01Rename FdTable to ResourceTable.Ryan Dahl