Commit Graph

4707 Commits

Author SHA1 Message Date
Kevin (Kun) "Kassimo" Qian
731f03829c Add CORS option to file_server (#45) 2018-12-23 22:50:49 -05:00
Ryan Dahl
0772030f5d
Make compatible with latest deno (#41) 2018-12-23 18:49:46 -05:00
Bartek Iwańczuk
e674f7575a Remove default export from flags module (#38) 2018-12-21 13:02:52 -05:00
Ryan Dahl
ffd9f9d41e Add Azure Pipelines CI (Linux and Mac only)
Windows needs to wait on a bug being fixed.
2018-12-21 12:14:03 -05:00
Bartek Iwańczuk
34f21da7cf Update registry URLs for flags (#36) 2018-12-20 10:49:34 -05:00
Ryan Dahl
14be9a0e82
Add examples/ directory (#28)
Previously https://github.com/denoland/deno_examples
2018-12-19 13:50:48 -05:00
Ryan Dahl
3dfbfdbf29
Add colors example (#31) 2018-12-19 13:20:06 -05:00
Bartek Iwańczuk
25b88bcf8c Add logging module (#33) 2018-12-19 13:16:45 -05:00
Bartek Iwańczuk
b15b0d20d7 Add flags module (#32) 2018-12-19 13:06:31 -05:00
Ryan Dahl
772698f4d2
Fix prettier version (#27) 2018-12-19 13:01:26 -05:00
Kitson Kelly
54787f172c Add colors module (#30) 2018-12-18 23:30:44 -05:00
木杉
1a35f9daf5 migrate deno_path to deno_std (#26)
Previously https://github.com/zhmushan/deno_path
2018-12-18 21:29:39 -05:00
Kevin (Kun) "Kassimo" Qian
e0e677bb02 http: Request body & Streaming (#23) 2018-12-18 20:48:05 -05:00
Ryan Dahl
2ae63d35d0 Remove Makefile 2018-12-18 18:57:58 -05:00
Ryan Dahl
85ff88b0cc Add format script. 2018-12-18 18:56:59 -05:00
Ryan Dahl
99e276eb89 Rename project to deno_std
Move typescript files to net/
2018-12-18 18:27:05 -05:00
Kevin (Kun) "Kassimo" Qian
6f2811c275 Implement append() to join 2 Uint8Array (#25) 2018-12-17 23:14:22 -05:00
Kevin (Kun) "Kassimo" Qian
abeb19890e Add BufReader.readFull (#24) 2018-12-17 22:57:45 -05:00
Ryan Dahl
5abec6efc5 Remove buffer.ts and use the one built in to deno. 2018-12-17 22:40:42 -05:00
Bartek Iwańczuk
269665873a First pass at streaming http response (#16) 2018-12-17 11:49:10 -05:00
zhmushan
20714fe47a ci: update deno version to v0.2.3 2018-12-14 19:11:31 -05:00
Bartek Iwańczuk
d9ab8eb003 Fix file server crash (#20)
Fix #19
2018-12-12 12:47:58 -05:00
Ryan Dahl
dbff42070b Fix travis badge 2018-12-12 12:46:02 -05:00
Bartek Iwańczuk
108127178b File server logging (#17) 2018-12-12 04:38:46 -05:00
Kevin (Kun) "Kassimo" Qian
b78f4e9fbd Serve directory for file server & Fix bufio flush bug (#15) 2018-12-11 17:56:32 -05:00
Ryan Dahl
f1f1f39cd3 Add file server to README 2018-12-11 13:34:10 -05:00
木杉
7cd4d9f4ea supply the directory to serve as CLI argument (#13) 2018-12-09 20:17:55 -05:00
Ryan Dahl
721306e726 Update travis to use v0.2.2 explicitly 2018-12-09 15:45:19 -05:00
Bartek Iwańczuk
c8e5d98900 Simple file server (#11) 2018-12-09 15:35:26 -05:00
Bartek Iwańczuk
0e82a4249e set content-length for bodyless response 2018-12-09 15:24:54 -05:00
Ryan Dahl
958dadc875 Relative import for http_bench.ts 2018-12-06 17:21:55 -05:00
Ryan Dahl
82ceb596f3 Add http_bench.ts 2018-12-06 17:19:34 -05:00
Ryan Dahl
f3bce9c7b8 Format 2018-12-06 17:18:10 -05:00
Kevin (Kun) "Kassimo" Qian
1bf555ab2f Unblock server on multiple HTTP requests (#3) 2018-12-06 16:08:21 -05:00
Ryan Dahl
718d1da853 Use Utf8 instead of ASCII in TextDecoder
See https://github.com/denoland/deno/issues/1288
2018-12-06 14:36:44 -05:00
zhmushan
5fbbc2c46c fix statusCode 2018-12-04 18:13:11 -08:00
hashrock
f574e3c6db Update usage (#2) 2018-11-30 23:40:04 -08:00
Ryan Dahl
0c8ad6eb1a Use Uint8Array instead of ArrayBufferView 2018-11-12 14:09:50 -05:00
Ryan Dahl
805efdb750 Basic http demo working. 2018-11-09 17:23:01 -05:00
Ryan Dahl
9329cd76bd First pass at BufWriter 2018-11-09 13:25:30 -05:00
Ryan Dahl
ad578ab6fe wip 2018-11-08 18:15:26 -05:00
Ryan Dahl
9377d154c5 Use async iterators for http server. 2018-11-08 15:07:37 -05:00
Ryan Dahl
36edda18ab Add tests for TextProtoReader.readMIMEHeader() 2018-11-08 12:58:43 -05:00
Ryan Dahl
31ab43b919 First pass at TextProtoReader. 2018-11-08 12:26:20 -05:00
Ryan Dahl
22151e4f7b Simplify travis. 2018-11-08 11:58:41 -05:00
Ryan Dahl
90cbca40be Add BufReader.peek() 2018-11-08 04:01:20 -05:00
Ryan Dahl
01f576af87 Add test bufioReadLine 2018-11-08 02:05:06 -05:00
Ryan Dahl
2d8d8247da Use https instead of http. 2018-11-07 23:22:33 -05:00
Ryan Dahl
e37b949e2c Add BufReader.readSlice() 2018-11-07 23:19:08 -05:00
Ryan Dahl
6b886836c0 Rename bufio.Reader to BufReader 2018-11-07 21:01:32 -05:00