Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-17 | Delete unnecessary console.log in test code (#2368) | JaePil Jung | |
2019-05-16 | third_party: add rust crate 'serde_derive' | Bert Belder | |
2019-05-16 | third_party: upgrade rust crates | Bert Belder | |
2019-05-16 | build: add support for rust proc-macro crates | Bert Belder | |
2019-05-16 | tools: format .gn files in the 'cli' directory | Bert Belder | |
2019-05-16 | build: forward rustc '--cfg' flags correctly | Bert Belder | |
2019-05-16 | readme: loose port of go's std lib (denoland/deno_std#413) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/c2f5a7cf2206a9a476e0e9b116db00ced327f188 | |||
2019-05-16 | feat(fs): add copy/copySync (denoland/deno_std#278) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/ab5b0887ccde0ad9f00f1943e27bd73bc483833b | |||
2019-05-16 | Add permission whitelist docs (#2365) | Daiki Ihara | |
2019-05-16 | Fix typo in style guide (#2364) | Atty Eleti | |
2019-05-16 | fmt: use --write option of prettier/main.ts (#2363) | Yoshiya Hinosawa | |
This is step 1 of the plan outlined here: https://github.com/denoland/deno/issues/2090#issuecomment-492897028 | |||
2019-05-15 | Remove FileInfo.path | Ryan Dahl | |
2019-05-15 | Upgrade deno_std | Ryan Dahl | |
2019-05-15 | Add error handling to dispatch_minimal::ops::read/write (#2349) | diskkid | |
2019-05-14 | feat: add Tar and Untar classes (denoland/deno_std#388) | Jun Kato | |
Ported from danoweb https://github.com/arcatdmz/danoweb/blob/fccb5bfc60866521c96abd31f35ddca1f508e63f/server/tar.ts https://github.com/arcatdmz/danoweb/blob/fccb5bfc60866521c96abd31f35ddca1f508e63f/server/tar_test.ts Original: https://github.com/denoland/deno_std/commit/98257ef30319bd77ac36626291ff589e84ea88cd | |||
2019-05-14 | http_bench: print address (denoland/deno_std#374) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/f10ea7317e68dd9c1d272e7fff7e9531c301e07c | |||
2019-05-14 | ws: make acceptable() more robust (denoland/deno_std#404) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/9e8e6f9356f75a68a20cf04d9620621485f5d1a0 | |||
2019-05-14 | ci: bump to v0.5.0 | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/cd869c9cc8492cd6eda5e15f20c851e39088e20f | |||
2019-05-14 | fix(http): Skip 0 chunks when writing body (denoland/deno_std#387) | Jun Kato | |
Original: https://github.com/denoland/deno_std/commit/79d5f556ba22d6fa9426825234cc8c49d37caf2c | |||
2019-05-14 | walk() should not use deprecated FileInfo.path (denoland/deno_std#398) | Ryan Dahl | |
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: https://github.com/denoland/deno_std/commit/07ca4f9629769a75bad11bb1059a7809d7f90db8 | |||
2019-05-14 | Fix command in docs (#2353) | Ryan Dahl | |
2019-05-14 | Rename HTTP benchmarks (#2350) | Ryan Dahl | |
2019-05-14 | feat: ws client (denoland/deno_std#394) | Yusuke Sakurai | |
Original: https://github.com/denoland/deno_std/commit/782e3f690ffb9ee0dd89a5a64a3f2b753899719b | |||
2019-05-14 | fs: Remove completed todo item (denoland/deno_std#406) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/d097e319e84b1155f2406e7d49fdf68a8d6ee161 | |||
2019-05-13 | datetime: timezone fix in toIMF (denoland/deno_std#400) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/49ae9439f71228326c1328d89502e437c00928fc | |||
2019-05-13 | upgrade prettier to v1.17.1 (denoland/deno_std#399) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/59cbcf3f3cac16faa18f93d84e7eee2da9d253ac | |||
2019-05-13 | Move posix and win implementations in fs/path/mod.ts to separate file ↵ | Axetroy | |
(denoland/deno_std#397) Original: https://github.com/denoland/deno_std/commit/b6a7b78535188a83b3f865d2389e5be3f0c12ead | |||
2019-05-13 | Typo (#2342) | ztplz | |
2019-05-11 | Fix mac CI (denoland/deno_std#390) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/4e143b135a8d8119b4f7a9801e3d28fb3ae14238 | |||
2019-05-11 | v0.5.0 | Ryan Dahl | |
2019-05-11 | Typo (#2337) | Nikola Ristic | |
2019-05-11 | Add progress bar (#2309) | Ryan Dahl | |
2019-05-11 | fix: edge case in toAsyncIterator (#2335) | Bartek Iwańczuk | |
2019-05-11 | Reorder benchmark page (#2314) | Ryan Dahl | |
2019-05-11 | third_party: upgrade rust crates | Bert Belder | |
2019-05-11 | core: make PinnedBuf::Raw -> PinnedBuf conversion actually a move | Bert Belder | |
2019-05-10 | benching: use performance.now (denoland/deno_std#385) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/ad1b95eaf75d0e65367f3ad956a691e9348a2dc5 | |||
2019-05-09 | core: Privatize ModuleNameMap SymbolicModule deno_buf (#2324) | Bartek Iwańczuk | |
2019-05-09 | [manual] fix example (#2307) | Vincent LE GOFF | |
2019-05-09 | fix: support relative path for whitelisting (#2317) | Kevin (Kun) "Kassimo" Qian | |
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-08 | First pass at permissions whitelist (#2129) | andy finch | |
2019-05-08 | Refactor unit test runner (#2294) | Bartek Iwańczuk | |
Properly discovers the permissions needed for each test. | |||
2019-05-07 | Add Deno.chown (#2292) | Yingbo (Max) Wang | |
2019-05-07 | [bytes] fix bytesFindIndex and bytesFindLastIndex (denoland/deno_std#381) | Jun Kato | |
Original: https://github.com/denoland/deno_std/commit/87142529163ea047066a2991f51cb2cf3001df74 | |||
2019-05-06 | Add run to shebangs (denoland/deno_std#380) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/0f00676e8f1b32ca6c9092c0a1f3af6932c4feeb | |||
2019-05-06 | fix: Add all permissions to deno xeval (#2290) | Bartek Iwańczuk | |
2019-05-04 | update manual.md for deno v0.4.0 (#2291) | Bartek Iwańczuk | |
2019-05-04 | bump CI to v0.4.0 (denoland/deno_std#378) | Bartek Iwańczuk | |
Original: https://github.com/denoland/deno_std/commit/2ad643d29690f6390c250f55e993727ae8e1ba54 | |||
2019-05-03 | add warning for adblockers (#2250) | Vincent LE GOFF | |
2019-05-03 | v0.4.0 | Ryan Dahl | |