Yusuke Sakurai
|
782e3f690f
|
feat: ws client (#394)
|
2019-05-14 15:19:11 -04:00 |
|
Axetroy
|
d097e319e8
|
fs: Remove completed todo item (#406)
|
2019-05-14 15:11:57 -04:00 |
|
Vincent LE GOFF
|
49ae9439f7
|
datetime: timezone fix in toIMF (#400)
|
2019-05-13 14:03:24 -04:00 |
|
Axetroy
|
59cbcf3f3c
|
upgrade prettier to v1.17.1 (#399)
|
2019-05-13 12:56:00 -04:00 |
|
Axetroy
|
b6a7b78535
|
Move posix and win implementations in fs/path/mod.ts to separate file (#397)
|
2019-05-13 12:32:33 -04:00 |
|
Ryan Dahl
|
4e143b135a
|
Fix mac CI (#390)
|
2019-05-11 17:22:11 -04:00 |
|
Vincent LE GOFF
|
ad1b95eaf7
|
benching: use performance.now (#385)
|
2019-05-10 10:48:06 -04:00 |
|
Jun Kato
|
8714252916
|
[bytes] fix bytesFindIndex and bytesFindLastIndex (#381)
|
2019-05-07 12:02:31 -04:00 |
|
Ryan Dahl
|
0f00676e8f
|
Add run to shebangs (#380)
|
2019-05-06 17:07:43 -04:00 |
|
Bartek Iwańczuk
|
2ad643d296
|
bump CI to v0.4.0 (#378)
|
2019-05-04 11:33:50 -04:00 |
|
Alvaro
|
aa94463902
|
docs(fs): fix async iterator (#366)
|
2019-05-01 17:45:30 -04:00 |
|
Vincent LE GOFF
|
b6aaddbcc0
|
textproto: fix invalid header error and move tests (#369)
|
2019-05-01 12:13:23 -04:00 |
|
梨子(Riko)
|
a9c4141723
|
docs(log): fix docs mistake (#372)
|
2019-04-30 08:19:55 -07:00 |
|
Bartek Iwańczuk
|
e2c187003d
|
remove dead code from log/test.ts (#370)
|
2019-04-29 07:55:52 -07:00 |
|
Vincent LE GOFF
|
8503efc8f7
|
http/cookie: fixing equal character split (#368)
|
2019-04-29 07:49:50 -07:00 |
|
Vincent LE GOFF
|
f111469103
|
http: Cookie improvements (#359)
|
2019-04-27 16:07:11 -07:00 |
|
Vincent LE GOFF
|
1504894a69
|
Update TS version on pipeline (#364)
|
2019-04-27 11:18:53 -07:00 |
|
Axetroy
|
d9a64c0a14
|
fs: fix ensureLink broken (#360)
Fixes #358
|
2019-04-27 10:14:56 -07:00 |
|
Ryan Dahl
|
ec70367e5b
|
Bump CI to v0.3.10 (#362)
|
2019-04-26 08:30:23 -07:00 |
|
Jimmy Cao
|
0431b2f92f
|
toml: remove parseFile (#361)
|
2019-04-25 16:47:18 -06:00 |
|
Ryan Dahl
|
4f6a070e1c
|
Bump CI to v0.3.8 (#357)
|
2019-04-24 20:34:14 -04:00 |
|
Vincent LE GOFF
|
4543b563a9
|
Eslint fixes (#356)
Make warnings fail
|
2019-04-24 07:41:22 -04:00 |
|
Vincent LE GOFF
|
1d85447886
|
http : Add cookie module (#338)
|
2019-04-24 07:38:52 -04:00 |
|
Axetroy
|
0a61800163
|
fs utils getFileInfoType() return undefined when not found (#341)
|
2019-04-23 17:42:02 -04:00 |
|
Axetroy
|
45eebed3bf
|
fs: add ensureLink/ensureLinkSync (#353)
|
2019-04-22 11:35:14 -04:00 |
|
Dmitry Sharshakov
|
9432d70329
|
Support Sets in asserts.equals (#350)
|
2019-04-22 09:39:33 -04:00 |
|
Axetroy
|
d2a558fcbd
|
expose ensureSymlink in fs/mod.ts (#354)
|
2019-04-22 08:18:45 -04:00 |
|
Axetroy
|
8d1b01cfcf
|
feat: add ensureSymlink/ensureSymlinkSync for fs modules (#268)
|
2019-04-21 15:23:44 -04:00 |
|
Narendra Kamath G
|
289e1b110d
|
Docs: Added missing example in flags module - README.md (#348)
|
2019-04-21 08:59:38 -04:00 |
|
Axetroy
|
f7ff14b6fd
|
fix ts warning for http/server_test.ts (#342)
|
2019-04-19 11:25:44 -04:00 |
|
Axetroy
|
191e53a78b
|
add writeFileStr and update documentation (#340)
|
2019-04-14 16:14:57 -04:00 |
|
Vincent LE GOFF
|
95ab4e2a3c
|
Fix eslint warnings and small clean ups (#339)
|
2019-04-14 10:53:19 -04:00 |
|
Vincent LE GOFF
|
4d25cc1e35
|
doc: Add missing documentation (#336)
|
2019-04-13 15:30:56 -04:00 |
|
Vincent LE GOFF
|
b462ad2530
|
Added read file str (#276)
|
2019-04-13 15:26:09 -04:00 |
|
Vincent LE GOFF
|
bb92c44c64
|
EOL add mixed detection (#325)
|
2019-04-13 15:24:36 -04:00 |
|
Kevin (Kun) "Kassimo" Qian
|
144ef0e08d
|
Enforce HTTP/1.1 pipeline response order (#331)
|
2019-04-13 15:23:56 -04:00 |
|
Bartek Iwańczuk
|
2c119627dc
|
Fix denoland/deno#2064 (#328)
|
2019-04-09 04:33:22 -04:00 |
|
Axetroy
|
290cbcb9da
|
feat: add entry point file for fs modules (#272)
|
2019-04-08 09:29:44 -04:00 |
|
Yoshiya Hinosawa
|
b6c7291181
|
refactor: update for flag change in the next version (#327)
|
2019-04-07 20:30:45 -04:00 |
|
Vincent LE GOFF
|
1d53fb4d79
|
Added EOL detect / format (#289)
|
2019-04-07 04:06:07 +03:00 |
|
Axetroy
|
24f41f67bd
|
fix: ensure exists file/dir must be the same type or it will throw error (#294)
|
2019-04-07 04:01:23 +03:00 |
|
Kevin (Kun) "Kassimo" Qian
|
1ea76ca797
|
Remove await from respond in http_bench.ts (#324)
|
2019-04-07 03:58:01 +03:00 |
|
Ryan Dahl
|
2b6222be9a
|
Bump CI to v0.3.6 (#323)
|
2019-04-06 17:59:13 +03:00 |
|
迷渡
|
7f4dae109e
|
fix usage code syntax error (#318)
|
2019-04-05 14:19:13 +03:00 |
|
Vincent LE GOFF
|
1e589b9553
|
toml: add Stringify feature (#319)
|
2019-04-05 00:23:05 -04:00 |
|
Vincent LE GOFF
|
d16072a334
|
TOML: Full support of inline table (#320)
|
2019-04-04 06:00:24 -04:00 |
|
Vincent LE GOFF
|
a0ff487a12
|
Fixing jsdoc example padding (#322)
|
2019-04-04 05:58:16 -04:00 |
|
Arash Arbabi
|
a1ceaa6ef7
|
fix: benchmarks not returning on deno 0.3.4+ (#317)
|
2019-03-30 15:52:33 -04:00 |
|
Ryan Dahl
|
eb5b1d9f53
|
Bump CI to v0.3.5 (#312)
Disable bench_test.ts because it hangs.
|
2019-03-30 15:03:43 -04:00 |
|
Vincent LE GOFF
|
a48fdd6a29
|
toml: fix parsing comments (#311)
|
2019-03-29 10:51:23 -04:00 |
|