summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-07path: remove export = module (denoland/deno_std#95)Kevin (Kun) "Kassimo" Qian
Original: https://github.com/denoland/deno_std/commit/a0b5aec82397bf76d3e8348194536c2596292e65
2019-01-06Add web socket module (denoland/deno_std#84)Yusuke Sakurai
Original: https://github.com/denoland/deno_std/commit/2606e295c77fb9d5796d527ed15f2dab3de1a696
2019-01-06Fix format globs (denoland/deno_std#87)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/297cf0975eca194a677e6fadd7d753d62eb453c3
2019-01-05Windows CI should use a fixed version of deno (denoland/deno_std#89)Srijan Reddy
Original: https://github.com/denoland/deno_std/commit/4e12c2b4d2b8e16deb345c993611b56fc8497fd8
2019-01-04Fix to use unknown type in testing/mod.ts (denoland/deno_std#73)Masashi Hirano
Original: https://github.com/denoland/deno_std/commit/8221924d9a814eb8d644b2f47e57687134341cc8
2019-01-04Azure windows pipeline (denoland/deno_std#85)Srijan Reddy
Fixes denoland/deno_std#34 Original: https://github.com/denoland/deno_std/commit/2ece847a82bd06eb8810950b3064070135d2d94d
2019-01-04docs(readme): fix small typo (denoland/deno_std#82)Satya Rohith
Original: https://github.com/denoland/deno_std/commit/e504e545249c12b64b0e7e0ffe0706170a884b70
2019-01-04fix(testing): readme import url (denoland/deno_std#81)木杉
Original: https://github.com/denoland/deno_std/commit/9d3d90560c92be4f080f984209a7ffd5a4bbb920
2019-01-04Remove logging's flaky basicTest (denoland/deno_std#83)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/6754d468d8806e467edc3690fb02c1a587d02a26
2019-01-03First pass on style guide (denoland/deno_std#66)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/2916791dfb14bf486185eca6c7859b49c1c4c052
2019-01-03Remove travis, rely on pipelines (denoland/deno_std#68)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/63d4f6d8282cda659a2e238e96df8a43df4c8b4b
2019-01-03Create .editorconfig (denoland/deno_std#74)Dmitry Sharshakov aka. sh7dm
Original: https://github.com/denoland/deno_std/commit/66baebf8bd69517e7019637199981ed65408f6de
2019-01-03Add testing/README.md (denoland/deno_std#75)Masashi Hirano
Original: https://github.com/denoland/deno_std/commit/9552f28daf5e9bc77e0ace4032c93e538ef1f9f5
2019-01-03Make README readable on mobile (denoland/deno_std#71)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/2d9a9cdfd1d01f7d80c930f24da3e948eb70ca5b
2019-01-03Add datetime utils (denoland/deno_std#72)Dmitry Sharshakov aka. sh7dm
Original: https://github.com/denoland/deno_std/commit/b4906387469eba24f868082b263dd44d89a40db7
2019-01-02Add testing moduleRyan Dahl
Original: https://github.com/denoland/deno_std/commit/61fdae51a7cc50874b9674c40b1aef3fbf012494
2019-01-02Disable logging test to pass CI.Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/5132550c113c7e03081fc64e62f2c1a68ea35a0f
2019-01-02Bump CI to v0.2.5 (denoland/deno_std#63)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/bd0f4e47de05538cfe5f3c0e49d5d244c1fff39f
2019-01-02Happy New Year (denoland/deno_std#58)Dmitry Sharshakov aka. sh7dm
Original: https://github.com/denoland/deno_std/commit/e8ec4f7f64c57d1eceb0f63229b17f962907970a
2019-01-02Improve logging module (denoland/deno_std#51)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/439885c756615f4da4953460c47d58cc9cc5bd2b
2019-01-02Add more MIME types (denoland/deno_std#57)Dmitry Sharshakov aka. sh7dm
Original: https://github.com/denoland/deno_std/commit/77831c34b1d657f7b9f7f376ff9770845874428b
2019-01-01Add mkdirp (denoland/deno_std#59)chiefbiiko
Original: https://github.com/denoland/deno_std/commit/7a3c70e74b46885eaee4dea6529daf1f2c2f84a0
2018-12-31Upgrade CI to v0.2.4Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/d3193a09deabaf087f2a3f8d3b8f494d1d38e35d
2018-12-31Add more MIME types (denoland/deno_std#56)Dmitry Sharshakov aka. sh7dm
Original: https://github.com/denoland/deno_std/commit/c9d6028be8fd121ef77ab7980a2f65d57daa7e12
2018-12-31Add content-type header to file_server (denoland/deno_std#47)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/ab27371a012e505ca5d6c7185b4944b2f146b145
2018-12-31Avoid textproto crashing on empty reader (denoland/deno_std#50)Kevin (Kun) "Kassimo" Qian
Original: https://github.com/denoland/deno_std/commit/9eb6aa5fd9da9da9cd2b96a5199cf9b9128fd456
2018-12-24Format (denoland/deno_std#42)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/9b8923844f643fa5e04ea85ce1df835c10e09b7d
2018-12-23Add CORS option to file_server (denoland/deno_std#45)Kevin (Kun) "Kassimo" Qian
Original: https://github.com/denoland/deno_std/commit/731f03829cc7f4a29753a5a80156b22166233bcf
2018-12-23Make compatible with latest deno (denoland/deno_std#41)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/0772030f5d08c97744dc0d3d102dec437464bc28
2018-12-21Remove default export from flags module (denoland/deno_std#38)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/e674f7575a7a5a845d696416da2abae62525bc3e
2018-12-21Add Azure Pipelines CI (Linux and Mac only)Ryan Dahl
Windows needs to wait on a bug being fixed. Original: https://github.com/denoland/deno_std/commit/ffd9f9d41e26de5f1becc7df2283761dd7b7bf74
2018-12-20Update registry URLs for flags (denoland/deno_std#36)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/34f21da7cf89c5a24558c68fc3f572e7300da618
2018-12-19Add examples/ directory (denoland/deno_std#28)Ryan Dahl
Previously https://github.com/denoland/deno_examples Original: https://github.com/denoland/deno_std/commit/14be9a0e82d1b54d5b0f04291d9154d1d7da29f7
2018-12-19Add colors example (denoland/deno_std#31)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/3dfbfdbf293d11466ab60ccb88962627643f9df1
2018-12-19Add logging module (denoland/deno_std#33)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/25b88bcf8c260865d2b6b68f539c4772bac095ee
2018-12-19Add flags module (denoland/deno_std#32)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/b15b0d20d722ad16ebba363c0e8e35bbbc869f20
2018-12-19Fix prettier version (denoland/deno_std#27)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/772698f4d2b65d81118f6f70232a4eccb1becc83
2018-12-18Add colors module (denoland/deno_std#30)Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/54787f172c62df7c98d8e9e534c40e317825e614
2018-12-18migrate deno_path to deno_std (denoland/deno_std#26)木杉
Previously https://github.com/zhmushan/deno_path Original: https://github.com/denoland/deno_std/commit/1a35f9daf5aa1c10c61d62cccbe7f9ae3c615a0e
2018-12-18http: Request body & Streaming (denoland/deno_std#23)Kevin (Kun) "Kassimo" Qian
Original: https://github.com/denoland/deno_std/commit/e0e677bb02ad1587743373fe59efcaba1f89d1ed
2018-12-18Remove MakefileRyan Dahl
Original: https://github.com/denoland/deno_std/commit/2ae63d35d0dcb3da77c8323418264346db012fa6
2018-12-18Add format script.Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/85ff88b0cc076d1a79fd15ddf4475270765bcfda
2018-12-18Rename project to deno_stdRyan Dahl
Move typescript files to net/ Original: https://github.com/denoland/deno_std/commit/99e276eb89fbe0003bfa8d9e7b907ff3ef19ee47
2018-12-17Implement append() to join 2 Uint8Array (denoland/deno_std#25)Kevin (Kun) "Kassimo" Qian
Original: https://github.com/denoland/deno_std/commit/6f2811c27594b10dc7c6064eaa82cd0534b7a018
2018-12-17Add BufReader.readFull (denoland/deno_std#24)Kevin (Kun) "Kassimo" Qian
Original: https://github.com/denoland/deno_std/commit/abeb19890e5d6a0cd3461c4aefc920006ef284bd
2018-12-17Remove buffer.ts and use the one built in to deno.Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/5abec6efc5028bb281c29f5df40c0d87a4b8ebeb
2018-12-17First pass at streaming http response (denoland/deno_std#16)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/269665873a9219423085418d605b8af8ac2565dc
2018-12-14ci: update deno version to v0.2.3zhmushan
Original: https://github.com/denoland/deno_std/commit/20714fe47a3a2b2bbb8a3b8553d0e6f4ad1cb76f
2018-12-12Fix file server crash (denoland/deno_std#20)Bartek Iwańczuk
Fix denoland/deno_std#19 Original: https://github.com/denoland/deno_std/commit/d9ab8eb0033ae73551e4979598293c5bd41b417d
2018-12-12Fix travis badgeRyan Dahl
Original: https://github.com/denoland/deno_std/commit/dbff42070bf8a94bb6a2af3d63ebffc7e77ab56b