summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-14walk() 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-14feat: ws client (denoland/deno_std#394)Yusuke Sakurai
Original: https://github.com/denoland/deno_std/commit/782e3f690ffb9ee0dd89a5a64a3f2b753899719b
2019-05-14fs: Remove completed todo item (denoland/deno_std#406)Axetroy
Original: https://github.com/denoland/deno_std/commit/d097e319e84b1155f2406e7d49fdf68a8d6ee161
2019-05-13datetime: timezone fix in toIMF (denoland/deno_std#400)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/49ae9439f71228326c1328d89502e437c00928fc
2019-05-13upgrade prettier to v1.17.1 (denoland/deno_std#399)Axetroy
Original: https://github.com/denoland/deno_std/commit/59cbcf3f3cac16faa18f93d84e7eee2da9d253ac
2019-05-13Move 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-11Fix mac CI (denoland/deno_std#390)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/4e143b135a8d8119b4f7a9801e3d28fb3ae14238
2019-05-10benching: use performance.now (denoland/deno_std#385)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/ad1b95eaf75d0e65367f3ad956a691e9348a2dc5
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-06Add run to shebangs (denoland/deno_std#380)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/0f00676e8f1b32ca6c9092c0a1f3af6932c4feeb
2019-05-04bump CI to v0.4.0 (denoland/deno_std#378)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/2ad643d29690f6390c250f55e993727ae8e1ba54
2019-05-01docs(fs): fix async iterator (denoland/deno_std#366)Alvaro
Original: https://github.com/denoland/deno_std/commit/aa9446390230da43d5ac6dcdcf8c355e1deedb12
2019-05-01textproto: fix invalid header error and move tests (denoland/deno_std#369)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/b6aaddbcc060287e8c349a875a19df8fcd0620f3
2019-04-30docs(log): fix docs mistake (denoland/deno_std#372)梨子(Riko)
Original: https://github.com/denoland/deno_std/commit/a9c41417234e5042050f2c7169d2ef754730eb05
2019-04-29remove dead code from log/test.ts (denoland/deno_std#370)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/e2c187003d1d18920a9c5bdb72b2664a730542fd
2019-04-29http/cookie: fixing equal character split (denoland/deno_std#368)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/8503efc8f729cf152a2b03471b3a9d6d93c31197
2019-04-27http: Cookie improvements (denoland/deno_std#359)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/f1114691038888fc3d8995b64a8028f072569672
2019-04-27Update TS version on pipeline (denoland/deno_std#364)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/1504894a69dad520311413e8003257d69ae51c9c
2019-04-27fs: fix ensureLink broken (denoland/deno_std#360)Axetroy
Fixes denoland/deno_std#358 Original: https://github.com/denoland/deno_std/commit/d9a64c0a145c46d8611f3fc8295c70e4f32fdc6d
2019-04-26Bump CI to v0.3.10 (denoland/deno_std#362)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/ec70367e5b32083aeb66716065d74b723f835fe8
2019-04-25toml: remove parseFile (denoland/deno_std#361)Jimmy Cao
Original: https://github.com/denoland/deno_std/commit/0431b2f92fba69582f4412bfe9ad138838f46275
2019-04-24Bump CI to v0.3.8 (denoland/deno_std#357)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/4f6a070e1c7cbe7aad281bb8dc0b6435239f4cdc
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
Make warnings fail Original: https://github.com/denoland/deno_std/commit/4543b563a9a01c8c168aafcbfd9d4634effba7fc
2019-04-24http : Add cookie module (denoland/deno_std#338)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/1d8544788648b4c571d10b9a55cc3670a1cbf69c
2019-04-23fs utils getFileInfoType() return undefined when not found ↵Axetroy
(denoland/deno_std#341) Original: https://github.com/denoland/deno_std/commit/0a6180016383b9d527bb96556ae0bcdabe5161eb
2019-04-22fs: add ensureLink/ensureLinkSync (denoland/deno_std#353)Axetroy
Original: https://github.com/denoland/deno_std/commit/45eebed3bfa486b80da673673674f2e86abdffe7
2019-04-22Support Sets in asserts.equals (denoland/deno_std#350)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/9432d703291f74b230f39b30614d57a5623faa59
2019-04-22expose ensureSymlink in fs/mod.ts (denoland/deno_std#354)Axetroy
Original: https://github.com/denoland/deno_std/commit/d2a558fcbd8dad7364813c3c41a9d4abb0277bd5
2019-04-21feat: add ensureSymlink/ensureSymlinkSync for fs modules (denoland/deno_std#268)Axetroy
Original: https://github.com/denoland/deno_std/commit/8d1b01cfcfc9836f8d167f0f385f68d5c0799b86
2019-04-21Docs: Added missing example in flags module - README.md (denoland/deno_std#348)Narendra Kamath G
Original: https://github.com/denoland/deno_std/commit/289e1b110db44aedc3a6baf74feb015320399d1e
2019-04-19fix ts warning for http/server_test.ts (denoland/deno_std#342)Axetroy
Original: https://github.com/denoland/deno_std/commit/f7ff14b6fd580271a8e58ca5f7cc33d72929de30
2019-04-14add writeFileStr and update documentation (denoland/deno_std#340)Axetroy
Original: https://github.com/denoland/deno_std/commit/191e53a78bfc96d32df6d01affa90f938b92e6e5
2019-04-14Fix eslint warnings and small clean ups (denoland/deno_std#339)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/95ab4e2a3c8ac5fd7a1175567848ba7c2161b9e3
2019-04-13doc: Add missing documentation (denoland/deno_std#336)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/4d25cc1e355e19a6534f403587b84ba9d67652f5
2019-04-13Added read file str (denoland/deno_std#276)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/b462ad253042c13c95d9b9b205920a17a12dae28
2019-04-13EOL add mixed detection (denoland/deno_std#325)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/bb92c44c648844ba6fe0e1e038c87da2716f618b
2019-04-13Enforce HTTP/1.1 pipeline response order (denoland/deno_std#331)Kevin (Kun) "Kassimo" Qian
Original: https://github.com/denoland/deno_std/commit/144ef0e08d589fad2ca19eb4ef1ea20f1749bb5c
2019-04-09Fix denoland/denodenoland/deno_std#2064 (denoland/deno_std#328)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/2c119627dc8fa96df9b45102e019115becb94558
2019-04-08feat: add entry point file for fs modules (denoland/deno_std#272)Axetroy
Original: https://github.com/denoland/deno_std/commit/290cbcb9dafe8e1ff45f6de406f5d511144b145c
2019-04-07refactor: update for flag change in the next version (denoland/deno_std#327)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/b6c7291181348fa2b2ca2f415875c864ad05824d
2019-04-07Added EOL detect / format (denoland/deno_std#289)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/1d53fb4d794ac69dc1069ed99a5b531f7e490a83
2019-04-07fix: ensure exists file/dir must be the same type or it will throw error ↵Axetroy
(denoland/deno_std#294) Original: https://github.com/denoland/deno_std/commit/24f41f67bdbc9f426e3f9f03598a1010748d8200
2019-04-07Remove `await` from respond in http_bench.ts (denoland/deno_std#324)Kevin (Kun) "Kassimo" Qian
Original: https://github.com/denoland/deno_std/commit/1ea76ca797fbf8c93cff952ece42e7c53764b820
2019-04-06Bump CI to v0.3.6 (denoland/deno_std#323)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/2b6222be9a9336ade8b044d39652ecaf0311f7cc
2019-04-05fix usage code syntax error (denoland/deno_std#318)迷渡
Original: https://github.com/denoland/deno_std/commit/7f4dae109e792c8a78da801964243f1bfa053921
2019-04-05toml: add Stringify feature (denoland/deno_std#319)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/1e589b95532fd3575b81df65a2a99f7004f8ea1b
2019-04-04TOML: Full support of inline table (denoland/deno_std#320)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/d16072a33439749f2e12ed85954c7721161db8cc
2019-04-04Fixing jsdoc example padding (denoland/deno_std#322)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/a0ff487a125254b02fb01126883f7d7798716200
2019-03-30fix: benchmarks not returning on deno 0.3.4+ (denoland/deno_std#317)Arash Arbabi
Original: https://github.com/denoland/deno_std/commit/a1ceaa6ef7bd7d79d4f9accb2dbfd53482aa887a
2019-03-30Bump CI to v0.3.5 (denoland/deno_std#312)Ryan Dahl
Disable bench_test.ts because it hangs. Original: https://github.com/denoland/deno_std/commit/eb5b1d9f53b66f863cf1aae6e9f69b773af90cd5