Axetroy
915b4f520b
feat(prettier): output to stdout instead of write file by default unless specified --write flag ( denoland/deno_std#332 )
...
Original: 434007b8ab
2019-05-21 08:23:23 -04:00
Ryan Dahl
7c4e973611
Bump v0.6.0 ( denoland/deno_std#423 )
...
Original: 47134db9f2
2019-05-21 02:44:36 -04:00
Ryan Dahl
0e89ca7b70
website: update http example ( #2367 )
2019-05-21 00:31:57 -04:00
Bert Belder
16e52ee4b0
Move collectUint8Arrays() to util/async.ts, clean up, fix bugs, add tests
...
Original: dcad420b92
2019-05-20 17:53:01 -07:00
Bert Belder
79c88a46bb
http: remove unnecessary await in listenAndServe()
...
Original: d1971241d9
2019-05-20 17:44:58 -07:00
Ryan Dahl
22feb74ba1
v0.6.0
2019-05-20 15:22:08 -04:00
Ryan Dahl
9620b20ede
Adjust core/README.md text
2019-05-20 15:22:08 -04:00
Ryan Dahl
4a52fd7b61
Upgrade deno_std ( #2378 )
2019-05-20 10:42:41 -07:00
Yoshitaka Terazawa
a58d794373
chore(readme): add README.md for ws ( denoland/deno_std#417 )
...
Original: 301c12d9d2
2019-05-20 09:22:15 -04:00
Ryan Dahl
a295bb0d42
Clean up HTTP async iterator code ( denoland/deno_std#411 )
...
Original: 68faf32f72
2019-05-20 09:17:26 -04:00
Yusuke Sakurai
227d92e046
fix: add exnext lib to tsconfig.json ( denoland/deno_std#416 )
...
Original: 0daa693d68
2019-05-18 14:46:12 -04:00
Vincent LE GOFF
ef4fd3d4ca
Fix denoland/deno_std#409 handle multipart header in mime reader ( denoland/deno_std#415 )
...
Original: 92c26cc331
2019-05-18 14:05:27 -04:00
Bartek Iwańczuk
7219787894
Fix permissions for dial and listen ( #2373 )
2019-05-17 14:50:53 -04:00
chiefbiiko
00f6fa46b3
Add crypto.getRandomValues() ( #2327 )
2019-05-17 14:03:01 -04:00
Bartek Iwańczuk
7f6549532c
Don't print new line if progress bar was not used ( #2374 )
2019-05-17 12:35:29 -04:00
Stephan Renatus
e3e9021d23
website: fix workers benchmark links ( #2370 )
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
2019-05-17 07:15:46 -04:00
JaePil Jung
c3a30dd3c3
Delete unnecessary console.log in test code ( #2368 )
2019-05-17 02:49:20 -04:00
Bert Belder
3ff240b963
third_party: add rust crate 'serde_derive'
2019-05-16 20:51:47 -07:00
Bert Belder
e9c9d71633
third_party: upgrade rust crates
2019-05-16 20:43:23 -07:00
Bert Belder
3d6f0a85af
build: add support for rust proc-macro crates
2019-05-16 20:33:25 -07:00
Bert Belder
6e7ccf0b49
tools: format .gn files in the 'cli' directory
2019-05-16 19:57:31 -07:00
Bert Belder
6ab2c350b7
build: forward rustc '--cfg' flags correctly
2019-05-16 19:55:45 -07:00
Ryan Dahl
715fe3300e
readme: loose port of go's std lib ( denoland/deno_std#413 )
...
Original: c2f5a7cf22
2019-05-16 16:23:25 -04:00
Axetroy
f7dd691cfb
feat(fs): add copy/copySync ( denoland/deno_std#278 )
...
Original: ab5b0887cc
2019-05-16 12:19:17 -04:00
Daiki Ihara
9c9c58c84d
Add permission whitelist docs ( #2365 )
2019-05-16 10:39:19 -04:00
Atty Eleti
6679c4807c
Fix typo in style guide ( #2364 )
2019-05-16 10:37:47 -04:00
Yoshiya Hinosawa
6a5893a269
fmt: use --write option of prettier/main.ts ( #2363 )
...
This is step 1 of the plan outlined here:
https://github.com/denoland/deno/issues/2090#issuecomment-492897028
2019-05-16 10:11:35 -04:00
Ryan Dahl
e02d8bcf18
Remove FileInfo.path
2019-05-15 21:14:17 -04:00
Ryan Dahl
7d25c559fc
Upgrade deno_std
2019-05-15 21:14:17 -04:00
diskkid
2508480465
Add error handling to dispatch_minimal::ops::read/write ( #2349 )
2019-05-15 14:50:54 -04:00
Jun Kato
42a00733fc
feat: add Tar and Untar classes ( denoland/deno_std#388 )
...
Ported from danoweb
fccb5bfc60/server/tar.ts
fccb5bfc60/server/tar_test.ts
Original: 98257ef303
2019-05-14 17:59:42 -04:00
Ryan Dahl
592e90c3c2
http_bench: print address ( denoland/deno_std#374 )
...
Original: f10ea7317e
2019-05-14 17:49:53 -04:00
Ryan Dahl
9f877cd34b
ws: make acceptable() more robust ( denoland/deno_std#404 )
...
Original: 9e8e6f9356
2019-05-14 17:45:52 -04:00
Ryan Dahl
2cf289dfc3
ci: bump to v0.5.0
...
Original: cd869c9cc8
2019-05-14 17:28:15 -04:00
Jun Kato
7cc80064f0
fix(http): Skip 0 chunks when writing body ( denoland/deno_std#387 )
...
Original: 79d5f556ba
2019-05-14 17:28:15 -04:00
Ryan Dahl
1b359f4106
walk() should not use deprecated FileInfo.path ( denoland/deno_std#398 )
...
The walk() interface is change to return a WalkInfo object which
contains both the resolved filename and FileInfo object from stat.
The followSymlinks feature is disabled for now.
Original: 07ca4f9629
2019-05-14 17:14:08 -04:00
Ryan Dahl
a00fa7056b
Fix command in docs ( #2353 )
2019-05-14 15:23:56 -04:00
Ryan Dahl
160a815767
Rename HTTP benchmarks ( #2350 )
2019-05-14 15:22:50 -04:00
Yusuke Sakurai
e3e9269c76
feat: ws client ( denoland/deno_std#394 )
...
Original: 782e3f690f
2019-05-14 15:19:11 -04:00
Axetroy
a3de8c3d8a
fs: Remove completed todo item ( denoland/deno_std#406 )
...
Original: d097e319e8
2019-05-14 15:11:57 -04:00
Vincent LE GOFF
9c852cdfd2
datetime: timezone fix in toIMF ( denoland/deno_std#400 )
...
Original: 49ae9439f7
2019-05-13 14:03:24 -04:00
Axetroy
e454934326
upgrade prettier to v1.17.1 ( denoland/deno_std#399 )
...
Original: 59cbcf3f3c
2019-05-13 12:56:00 -04:00
Axetroy
71a2cf6df3
Move posix and win implementations in fs/path/mod.ts to separate file ( denoland/deno_std#397 )
...
Original: b6a7b78535
2019-05-13 12:32:33 -04:00
ztplz
5e56e26c8b
Typo ( #2342 )
2019-05-13 07:38:03 -04:00
Ryan Dahl
829a114ff3
Fix mac CI ( denoland/deno_std#390 )
...
Original: 4e143b135a
2019-05-11 17:22:11 -04:00
Ryan Dahl
23aca36d52
v0.5.0
2019-05-11 17:19:21 -04:00
Nikola Ristic
551b56dd85
Typo ( #2337 )
2019-05-11 16:10:19 -04:00
Ryan Dahl
aba952397a
Add progress bar ( #2309 )
2019-05-11 10:23:19 -04:00
Bartek Iwańczuk
2c6b93e0a0
fix: edge case in toAsyncIterator ( #2335 )
2019-05-11 10:05:56 -04:00
Ryan Dahl
cb93246f6d
Reorder benchmark page ( #2314 )
2019-05-11 00:44:48 -04:00