0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
Commit graph

2647 commits

Author SHA1 Message Date
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
Bert Belder
c0341cb1af
third_party: upgrade rust crates 2019-05-11 05:03:03 +02:00
Bert Belder
369a7ec94e
core: make PinnedBuf::Raw -> PinnedBuf conversion actually a move 2019-05-11 03:13:29 +02:00
Vincent LE GOFF
e56c207f2c benching: use performance.now (denoland/deno_std#385)
Original: ad1b95eaf7
2019-05-10 10:48:06 -04:00
Bartek Iwańczuk
1fc61f3b6a core: Privatize ModuleNameMap SymbolicModule deno_buf (#2324) 2019-05-09 16:44:30 -04:00
Vincent LE GOFF
07886a03cc [manual] fix example (#2307) 2019-05-09 13:44:38 -04:00
Kevin (Kun) "Kassimo" Qian
d9cdc6788b fix: support relative path for whitelisting (#2317)
Using `std::fs::canonicalize` to expand path to full existing path, such that
later attempt to loop-pop and compare path segment would work.
2019-05-09 12:20:34 -04:00
andy finch
2edee3367d First pass at permissions whitelist (#2129) 2019-05-08 19:20:30 -04:00
Bartek Iwańczuk
ac8c6fec5b Refactor unit test runner (#2294)
Properly discovers the permissions needed for each test.
2019-05-08 19:15:24 -04:00
Yingbo (Max) Wang
ec9080f34c Add Deno.chown (#2292) 2019-05-07 21:58:57 -04:00
Jun Kato
480b9e71ff [bytes] fix bytesFindIndex and bytesFindLastIndex (denoland/deno_std#381)
Original: 8714252916
2019-05-07 12:02:31 -04:00
Ryan Dahl
14afad59aa Add run to shebangs (denoland/deno_std#380)
Original: 0f00676e8f
2019-05-06 17:07:43 -04:00
Bartek Iwańczuk
1f7ad17152 fix: Add all permissions to deno xeval (#2290) 2019-05-06 10:48:19 -04:00
Bartek Iwańczuk
482834ba1f update manual.md for deno v0.4.0 (#2291) 2019-05-04 12:19:26 -04:00
Bartek Iwańczuk
02bd7e956e bump CI to v0.4.0 (denoland/deno_std#378)
Original: 2ad643d296
2019-05-04 11:33:50 -04:00
Vincent LE GOFF
4861bb8aad add warning for adblockers (#2250) 2019-05-03 20:52:23 -04:00
Ryan Dahl
2aae09c2b8 v0.4.0 2019-05-03 19:33:50 -04:00
Bartek Iwańczuk
5824e55efa fix: deno version panic (#2286) 2019-05-03 18:48:50 -04:00
Ryan Dahl
3b1e2f1ad4 v0.3.11 2019-05-03 18:05:41 -04:00
Bartek Iwańczuk
f6a9d7d717 add "deno run" subcommand (#2215) 2019-05-03 17:15:16 -04:00
Kevin (Kun) "Kassimo" Qian
3608117132 feat(cli cmd): deno xeval (#2260) 2019-05-03 16:24:09 -04:00
Kevin (Kun) "Kassimo" Qian
401a5c0211 feat: support .mjs extension resolution (#2283)
Removed `extmap` and added .mjs entry in `map_file_extension`.
The assert in the compiler does not need to be updated, since it is
resolving from the compiled cache instead of elsewhere (notice the .map
is asserted next to it)
2019-05-03 15:03:10 -04:00