summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-14Support request method and headers in fetch() (#1188)Ryan Dahl
2018-11-14Add a simple doc generation tool.Ryan Dahl
2018-11-14fix code sample in Docs迷渡
2018-11-13Support streaming response bodies from fetch()Ryan Dahl
2018-11-13Wrapper around hyper::Body so it can be used as AsyncReadRyan Dahl
2018-11-12Use include_bytes! instead of incbin. (#1182)Ryan Dahl
2018-11-12Use Uint8Array instead of ArrayBufferViewRyan Dahl
2018-11-12v0.1.12Ryan Dahl
2018-11-12Update to TypeScript 3.1.6 (#1177)Kitson Kelly
2018-11-11Use https for the demoSteven Liekens
2018-11-09Basic http demo working.Ryan Dahl
2018-11-09First pass at BufWriterRyan Dahl
2018-11-09Ensure global type instances are available.Kitson Kelly
2018-11-09Cleanups for runtime lib declarations.Kitson Kelly
2018-11-09Reader/Writer should use Uint8Array not ArrayBufferViewRyan Dahl
2018-11-08wipRyan Dahl
2018-11-08Use async iterators for http server.Ryan Dahl
2018-11-08Local filenames starting with 'http' shouldn't be remote. (#1167)Ryan Dahl
2018-11-08build: Use target/ instead of out/ (#1153)Ryan Dahl
2018-11-08Add tests for TextProtoReader.readMIMEHeader()Ryan Dahl
2018-11-08First pass at TextProtoReader.Ryan Dahl
2018-11-08travis should immediately fail when lint or test_format fails (#1172)Aladeen
2018-11-08Simplify travis.Ryan Dahl
2018-11-08Add BufReader.peek()Ryan Dahl
2018-11-08Add test bufioReadLineRyan Dahl
2018-11-07Use https instead of http.Ryan Dahl
2018-11-07Add BufReader.readSlice()Ryan Dahl
2018-11-07Rename bufio.Reader to BufReaderRyan Dahl
2018-11-07Add bufio tests.Ryan Dahl
2018-11-07Add ReadmeRyan Dahl
2018-11-07Add travis scriptRyan Dahl
2018-11-07First pass at bufio.read tests.Ryan Dahl
2018-11-07First pass at bufio.Ryan Dahl
2018-11-07Fix testRyan Dahl
2018-11-07InitRyan Dahl
2018-11-07appveyor: place cargo and rustup in the same cacheBert Belder
2018-11-06Support repl multiline input (#1165)Andy Hayden
2018-11-06Fix many of the clippy::pedantic warningsAndy Hayden
2018-11-06Improve preparing stack tracesKitson Kelly
2018-11-06Remove flags::processAndy Hayden
2018-11-05v0.1.11Ryan Dahl
2018-11-05Omit sources from source maps in bundle.Kitson Kelly
2018-11-05Decode main.js.map during snapshotting.Ryan Dahl
2018-11-05Add repl (#998)Andy Hayden
2018-11-05Fix issue with runtime lib generation.Kitson Kelly
2018-11-04Add deno.Buffer (#1121)Ryan Dahl
2018-11-04Improve integration test harness (#1142)Kitson Kelly
2018-11-04Web APIs: `File` and `FormData` (#1056)Kyra
2018-11-04Fix clippy warnings (#1149)Andy Hayden
2018-11-04Improve robustness of lib builder.Kitson Kelly