summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-14feat: ws client (denoland/deno_std#394)Yusuke Sakurai
2019-05-14fs: Remove completed todo item (denoland/deno_std#406)Axetroy
2019-05-13datetime: timezone fix in toIMF (denoland/deno_std#400)Vincent LE GOFF
2019-05-13upgrade prettier to v1.17.1 (denoland/deno_std#399)Axetroy
2019-05-13Move posix and win implementations in fs/path/mod.ts to separate file (denola...Axetroy
2019-05-11Fix mac CI (denoland/deno_std#390)Ryan Dahl
2019-05-10benching: use performance.now (denoland/deno_std#385)Vincent LE GOFF
2019-05-07[bytes] fix bytesFindIndex and bytesFindLastIndex (denoland/deno_std#381)Jun Kato
2019-05-06Add run to shebangs (denoland/deno_std#380)Ryan Dahl
2019-05-04bump CI to v0.4.0 (denoland/deno_std#378)Bartek Iwańczuk
2019-05-01docs(fs): fix async iterator (denoland/deno_std#366)Alvaro
2019-05-01textproto: fix invalid header error and move tests (denoland/deno_std#369)Vincent LE GOFF
2019-04-30docs(log): fix docs mistake (denoland/deno_std#372)梨子(Riko)
2019-04-29remove dead code from log/test.ts (denoland/deno_std#370)Bartek Iwańczuk
2019-04-29http/cookie: fixing equal character split (denoland/deno_std#368)Vincent LE GOFF
2019-04-27http: Cookie improvements (denoland/deno_std#359)Vincent LE GOFF
2019-04-27Update TS version on pipeline (denoland/deno_std#364)Vincent LE GOFF
2019-04-27fs: fix ensureLink broken (denoland/deno_std#360)Axetroy
2019-04-26Bump CI to v0.3.10 (denoland/deno_std#362)Ryan Dahl
2019-04-25toml: remove parseFile (denoland/deno_std#361)Jimmy Cao
2019-04-24Bump CI to v0.3.8 (denoland/deno_std#357)Ryan Dahl
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
2019-04-24http : Add cookie module (denoland/deno_std#338)Vincent LE GOFF
2019-04-23fs utils getFileInfoType() return undefined when not found (denoland/deno_std...Axetroy
2019-04-22fs: add ensureLink/ensureLinkSync (denoland/deno_std#353)Axetroy
2019-04-22Support Sets in asserts.equals (denoland/deno_std#350)Dmitry Sharshakov
2019-04-22expose ensureSymlink in fs/mod.ts (denoland/deno_std#354)Axetroy
2019-04-21feat: add ensureSymlink/ensureSymlinkSync for fs modules (denoland/deno_std#268)Axetroy
2019-04-21Docs: Added missing example in flags module - README.md (denoland/deno_std#348)Narendra Kamath G
2019-04-19fix ts warning for http/server_test.ts (denoland/deno_std#342)Axetroy
2019-04-14add writeFileStr and update documentation (denoland/deno_std#340)Axetroy
2019-04-14Fix eslint warnings and small clean ups (denoland/deno_std#339)Vincent LE GOFF
2019-04-13doc: Add missing documentation (denoland/deno_std#336)Vincent LE GOFF
2019-04-13Added read file str (denoland/deno_std#276)Vincent LE GOFF
2019-04-13EOL add mixed detection (denoland/deno_std#325)Vincent LE GOFF
2019-04-13Enforce HTTP/1.1 pipeline response order (denoland/deno_std#331)Kevin (Kun) "Kassimo" Qian
2019-04-09Fix denoland/denodenoland/deno_std#2064 (denoland/deno_std#328)Bartek Iwańczuk
2019-04-08feat: add entry point file for fs modules (denoland/deno_std#272)Axetroy
2019-04-07refactor: update for flag change in the next version (denoland/deno_std#327)Yoshiya Hinosawa
2019-04-07Added EOL detect / format (denoland/deno_std#289)Vincent LE GOFF
2019-04-07fix: ensure exists file/dir must be the same type or it will throw error (den...Axetroy
2019-04-07Remove `await` from respond in http_bench.ts (denoland/deno_std#324)Kevin (Kun) "Kassimo" Qian
2019-04-06Bump CI to v0.3.6 (denoland/deno_std#323)Ryan Dahl
2019-04-05fix usage code syntax error (denoland/deno_std#318)迷渡
2019-04-05toml: add Stringify feature (denoland/deno_std#319)Vincent LE GOFF
2019-04-04TOML: Full support of inline table (denoland/deno_std#320)Vincent LE GOFF
2019-04-04Fixing jsdoc example padding (denoland/deno_std#322)Vincent LE GOFF
2019-03-30fix: benchmarks not returning on deno 0.3.4+ (denoland/deno_std#317)Arash Arbabi
2019-03-30Bump CI to v0.3.5 (denoland/deno_std#312)Ryan Dahl
2019-03-29toml: fix parsing comments (denoland/deno_std#311)Vincent LE GOFF