Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-23 | http: fix content-length checking (denoland/deno_std#437) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/ce4e3ccdc3f9838d2f286007fa55cf5064a93f44 | |||
2019-05-23 | Fix examples in manual (#2396) | champ | |
2019-05-23 | Added isGlob function (denoland/deno_std#433) | Shubhadeep Das | |
Original: https://github.com/denoland/deno_std/commit/94dcb2779be16530bb6ec9ce7218c89fbbf50c59 | |||
2019-05-22 | Revert "Fix permissions for dial and listen (#2373)" | Bert Belder | |
This reverts commit 7219787894f13b1920b3b6b49203cdcb8f672c00. | |||
2019-05-22 | http: send an empty response body if none is provided (denoland/deno_std#429) | Aurélien Bertron | |
Fixes: denoland/deno_std#402 Original: https://github.com/denoland/deno_std/commit/e00e3fe33a4e57e8bebcf2b7cdd4f501674450d2 | |||
2019-05-22 | http: make server handle bad client requests properly (denoland/deno_std#419) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/7620fe1a82ba5694e17d51133d94230b06d1517a | |||
2019-05-22 | fix(fileserver): wrong url href of displayed files (denoland/deno_std#426) | Yuqing Chen | |
Original: https://github.com/denoland/deno_std/commit/be6cd35cbf65ef49b15bf0faf1e582d79f5a0f87 | |||
2019-05-22 | http: delete conn parameter in readRequest (denoland/deno_std#430) | Vincent LE GOFF | |
To bring it inline with Go API Original: https://github.com/denoland/deno_std/commit/209183e24812095a40e48e60484f80a5a254b1c3 | |||
2019-05-21 | Use tagged version of prettier in CLI (#2387) | Bartek Iwańczuk | |
2019-05-21 | Rename //multipart/multipart.ts to //mime/multipart.ts (denoland/deno_std#420) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/aad0896346805513dc87eb01cd867a1513f574b1 | |||
2019-05-21 | feat(prettier): output to stdout instead of write file by default unless ↵ | Axetroy | |
specified --write flag (denoland/deno_std#332) Original: https://github.com/denoland/deno_std/commit/434007b8ab421cb24a75d2937d275c5048b9c111 | |||
2019-05-21 | Bump v0.6.0 (denoland/deno_std#423) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/47134db9f24de802bee560941584bbc32e75a9c3 | |||
2019-05-21 | website: update http example (#2367) | Ryan Dahl | |
2019-05-20 | Move collectUint8Arrays() to util/async.ts, clean up, fix bugs, add tests | Bert Belder | |
Original: https://github.com/denoland/deno_std/commit/dcad420b92f79311b386ef524bd1487c04400cc0 | |||
2019-05-20 | http: remove unnecessary await in listenAndServe() | Bert Belder | |
Original: https://github.com/denoland/deno_std/commit/d1971241d90bdb7fcb612e2d922ed99a0419e2f4 | |||
2019-05-20 | v0.6.0 | Ryan Dahl | |
2019-05-20 | Adjust core/README.md text | Ryan Dahl | |
2019-05-20 | Upgrade deno_std (#2378) | Ryan Dahl | |
2019-05-20 | chore(readme): add README.md for ws (denoland/deno_std#417) | Yoshitaka Terazawa | |
Original: https://github.com/denoland/deno_std/commit/301c12d9d20d94d0ed36a394353835a90b5e9249 | |||
2019-05-20 | Clean up HTTP async iterator code (denoland/deno_std#411) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/68faf32f721d2a95c7b1c75661713c8118c077c7 | |||
2019-05-18 | fix: add exnext lib to tsconfig.json (denoland/deno_std#416) | Yusuke Sakurai | |
Original: https://github.com/denoland/deno_std/commit/0daa693d680652ae9447cf43d6e8e8355d52d8d4 | |||
2019-05-18 | Fix denoland/deno_std#409 handle multipart header in mime reader ↵ | Vincent LE GOFF | |
(denoland/deno_std#415) Original: https://github.com/denoland/deno_std/commit/92c26cc33183284737fd41685b26a15cab07405d | |||
2019-05-17 | Fix permissions for dial and listen (#2373) | Bartek Iwańczuk | |
2019-05-17 | Add crypto.getRandomValues() (#2327) | chiefbiiko | |
2019-05-17 | Don't print new line if progress bar was not used (#2374) | Bartek Iwańczuk | |
2019-05-17 | website: fix workers benchmark links (#2370) | Stephan Renatus | |
Signed-off-by: Stephan Renatus <srenatus@chef.io> | |||
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 |