1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00
Commit graph

32 commits

Author SHA1 Message Date
Yusuke Sakurai
fda9c98d05 feat: multipart, etc.. (#180) 2019-02-10 18:49:48 -05:00
Ryan Dahl
1abdc2efc0
Bump CI to v0.2.11 (#183) 2019-02-09 15:41:05 -05:00
Dmitry Sharshakov
f2d23f8fcd Clean up tests (#176) 2019-02-08 12:23:51 -05:00
Dmitry Sharshakov
5440377495 Add missiong copyright headers (#177) 2019-02-07 11:45:47 -05:00
Ryan Dahl
e79cb5a31a
Rename http/http.ts to http/server.ts (#170)
Remove http/mod.ts
2019-02-02 18:57:38 -05:00
Yoshiya Hinosawa
e7837ff0f0 Add reusable prettier wrapper CLI (#165)
This also fixes an issue with the path on azure-pipelines.
2019-02-01 10:16:39 -05:00
James Garbutt
4b054d69ad log: add tests (#136) 2019-01-27 10:21:00 -05:00
Ryan Dahl
ec1675a8ca
testing: Don't automatically run on import (#129) 2019-01-24 16:25:13 -05:00
Max Graey
2081f03a07 fix possible range issues for copyBytes in io/util (#146) 2019-01-21 21:56:35 -06:00
Ryan Dahl
4283c26b89
Remove mkdirp - deno.mkdir is already recursive (#118) 2019-01-17 13:14:48 -05:00
Andy Hayden
e28c9a4079 Remove race-condition in file_server tests (#125) 2019-01-17 13:08:59 -05:00
Andy Hayden
c5e6e015b5 Reorgnanize repos, examples and tests (#105) 2019-01-12 16:50:04 -05:00
木杉
41312ad39f refactor(mkdirp): reorg (#103) 2019-01-12 13:07:18 -05:00
Kitson Kelly
0e00fe9cd3 Add media_types collection (#97) 2019-01-11 00:16:47 -05:00
Kitson Kelly
92bbca8166 Reorg colors (#96) 2019-01-10 20:18:21 -05:00
木杉
5be16ba599 refactor(path): reorg (#101) 2019-01-10 17:11:44 -05:00
Dmitry Sharshakov aka. sh7dm
b490638746 Add datetime utils (#72) 2019-01-03 10:19:20 -05:00
Ryan Dahl
61fdae51a7 Add testing module 2019-01-02 13:45:42 -05:00
chiefbiiko
7a3c70e74b Add mkdirp (#59) 2019-01-01 18:45:41 -05:00
Kevin (Kun) "Kassimo" Qian
731f03829c Add CORS option to file_server (#45) 2018-12-23 22:50:49 -05:00
Ryan Dahl
14be9a0e82
Add examples/ directory (#28)
Previously https://github.com/denoland/deno_examples
2018-12-19 13:50:48 -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
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
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
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
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
31ab43b919 First pass at TextProtoReader. 2018-11-08 12:26:20 -05:00
Ryan Dahl
7117998ab8 Add travis script 2018-11-07 14:23:06 -05:00