summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-01Bump CI to v0.3.1 (denoland/deno_std#220)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/93e5e0cd143d329f9f8d22fe8ea2b7387c251ff4
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` ↵Bert Belder
(denoland/deno_std#218) Original: https://github.com/denoland/deno_std/commit/6063378a9284a48d42e37b4899f947c5c8bbf0b3
2019-02-24Fix import in http_bench.ts (denoland/deno_std#217)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/d441a7dbf01ed87163dcde4120295c0c796f3f0d
2019-02-23Clean up the test failure output (denoland/deno_std#209)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/e609f0c7cb0e7f5eae11c4f1ab78c01470d04347
2019-02-23Add runIfMain method (denoland/deno_std#215)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/817a0fb439ff92cd67da8d4f1dae12a2a08121e1
2019-02-23Fixed non-standard prefix on importing (denoland/deno_std#216)EnokMan
Original: https://github.com/denoland/deno_std/commit/f65fda8336e72fe0cc19df2077eae5a00e64d337
2019-02-19Revert "Redesign of http server module (denoland/deno_std#188)"Ryan Dahl
We need to consider the API changes here more carefully. This reverts commit da188a7d30cbf71317b46015ee63a06437c09aeb. and commit 8569f15207bdc12c2c8ca81e9d020955be54918b. Original: https://github.com/denoland/deno_std/commit/57c9176b19bf4f4580466e088c249cbe9b145119
2019-02-19Bump CI to v0.3 (denoland/deno_std#204)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/37a6bca8d04869a093ad669e0afded47f0cee0e7
2019-02-18Reenable cat.ts test (denoland/deno_std#197)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/271f7cc76db479dae6eb8dcbdc23ddf3e240f973
2019-02-18fix: url match logic of http server (denoland/deno_std#199)Yusuke Sakurai
Original: https://github.com/denoland/deno_std/commit/da188a7d30cbf71317b46015ee63a06437c09aeb
2019-02-15Add fs.walk (denoland/deno_std#192)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/3be908facd092e91b4ec1433effd710f5c9532b5
2019-02-15feat: Add pretty assert (denoland/deno_std#187)bokuweb
Original: https://github.com/denoland/deno_std/commit/ddafcc6572b6574eb0566d650e5f9ca9f049a8d6
2019-02-15Redesign of http server module (denoland/deno_std#188)Yusuke Sakurai
Original: https://github.com/denoland/deno_std/commit/8569f15207bdc12c2c8ca81e9d020955be54918b
2019-02-12Pretty print exceptions (denoland/deno_std#190)Ryan Dahl
Explained here: https://github.com/denoland/deno/issues/1559#issuecomment-462811554 Original: https://github.com/denoland/deno_std/commit/34ca60376bb1ee8ba50bf150ecf77a05a393ef4b
2019-02-12Style guide has moved. (denoland/deno_std#191)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/19cccd2ebc5ef6c49f8fc941805a8d9bb2633796
2019-02-12Add benching (denoland/deno_std#185)chiefbiiko
Original: https://github.com/denoland/deno_std/commit/0a160c392521f643237cb4890ff64dac6e5e3a6b
2019-02-10Add colors to log module (denoland/deno_std#175)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/d895c60a51e7cdbf517fee226ffb0274904979f8
2019-02-10feat: multipart, etc.. (denoland/deno_std#180)Yusuke Sakurai
Original: https://github.com/denoland/deno_std/commit/fda9c98d055091fa886fa444ebd1adcd2ecd21bc
2019-02-10 refactor: make acceptWebSocket independent from ServerRequest ↵Yusuke Sakurai
(denoland/deno_std#178) Original: https://github.com/denoland/deno_std/commit/88ddd5677dec9a8281c4d86ba27b0c9047189740
2019-02-09support NO_COLOR in colors module (denoland/deno_std#182)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/a81d2ae1f962c3e0c845e63bf06da01e4b7cfcc2
2019-02-09Bump CI to v0.2.11 (denoland/deno_std#183)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/1abdc2efc0fbe7a7b0978fed0c37acede58a9700
2019-02-08Clean up tests (denoland/deno_std#176)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/f2d23f8fcd3970a71d33d6cf6447a06ffcc12864
2019-02-07Add missiong copyright headers (denoland/deno_std#177)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/54403774955af0bb5618c0ca6e12c57ec7d5fd0a
2019-02-03Bump deno to v0.2.10sh7dm
Original: https://github.com/denoland/deno_std/commit/d3de37d27ae0b08f3217f113f76ab1579cc95d11
2019-02-02Rename http/http.ts to http/server.ts (denoland/deno_std#170)Ryan Dahl
Remove http/mod.ts Original: https://github.com/denoland/deno_std/commit/e79cb5a31ab3d7667f2253824bf89cecc23ab231
2019-02-02Move WebSocket op codes to enum (denoland/deno_std#171)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/56579ed6adb9051494ec9aa58253ac5a8ff251a2
2019-02-02Update log docs (denoland/deno_std#168)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/214fb8d2c6c5f0c51e0ca5251bfcfde2a7a6b9b9
2019-02-01Add reusable prettier wrapper CLI (denoland/deno_std#165)Yoshiya Hinosawa
This also fixes an issue with the path on azure-pipelines. Original: https://github.com/denoland/deno_std/commit/e7837ff0f007d8f2175ec58ae3065dabfb4823f1
2019-01-30Bump deno to v0.2.9 (denoland/deno_std#167)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/3b876a9ee8e28573f183932b28fba06af09df12b
2019-01-29runTests added to docs (denoland/deno_std#164)Rob Muhlestein
Original: https://github.com/denoland/deno_std/commit/5119cd3c591d2f6fd7ee920884ec795b01e4aca6
2019-01-28Add API design guidelines (denoland/deno_std#119)Bert Belder
Original: https://github.com/denoland/deno_std/commit/bef7ba14303997a05cdd1ea0d28ffefeee75c993
2019-01-28fix: skip formatting of deleted files (denoland/deno_std#161)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/c75884560117cbff8864ae48df9d2a280ba2cece
2019-01-27log: add tests (denoland/deno_std#136)James Garbutt
Original: https://github.com/denoland/deno_std/commit/4b054d69ad3e63e0a07d0df77a973b0ae5e0892d
2019-01-26Port prettier (denoland/deno_std#156)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/b792fe8c7234287ce133e15d63cae5295256fd19
2019-01-26add charset & trim_trailing_whitespace (denoland/deno_std#158)Max Graey
Original: https://github.com/denoland/deno_std/commit/37e3239fc09f3046a6bd17c060b83d02d42f922f
2019-01-26Make .editorconfig root (denoland/deno_std#157)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/7edda96a2dc882b19299c3cc30ddbd04c35d413d
2019-01-26testing: add fail() (denoland/deno_std#123)James Garbutt
Original: https://github.com/denoland/deno_std/commit/c1c18c9469663ec54177d2b25f9778227b7dc813
2019-01-24testing: Don't automatically run on import (denoland/deno_std#129)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/ec1675a8cad2b9044ac8cf205920c0f230127133
2019-01-24Clean up path module (denoland/deno_std#149)Max Graey
Original: https://github.com/denoland/deno_std/commit/47e6fc775aaf1c4970e4098822aa40c3203286ae
2019-01-24Disable cat.ts test because it's broken on Windows.Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/8ad47e358426b71d3e2508c0d4ab00f241ebd4eb
2019-01-24formatRyan Dahl
Original: https://github.com/denoland/deno_std/commit/f911eca8d124d8b992b4b8171ad38a4d674469e3
2019-01-24Style guide: metaprogramming, private filenamesRyan Dahl
Original: https://github.com/denoland/deno_std/commit/e87cd44033e1ccce17d57c07e674ee573009633a
2019-01-24Improve & refactor SHA-1 inside ws package (denoland/deno_std#137)Max Graey
Original: https://github.com/denoland/deno_std/commit/0a10ee9f93e9a243851de75d57cdded3f7e1aa8a
2019-01-23Use sh installer instead of python one (denoland/deno_std#148)Mark Tiedemann
Original: https://github.com/denoland/deno_std/commit/d1a9605e53a275672941a49021dbfc095c292ffa
2019-01-22Add assert.throwsAsync()Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/83bb7e99b6ff00011d4ac63a265644f657282c06
2019-01-22Make testing more matainableKitson Kelly
Original: https://github.com/denoland/deno_std/commit/2f0ca2242f6db66acc5f8939e99615483b1d496c
2019-01-21fix possible range issues for copyBytes in io/util (denoland/deno_std#146)Max Graey
Original: https://github.com/denoland/deno_std/commit/2081f03a0748dac0cf0ab7e6e2d7e427841aca22
2019-01-21fix format (denoland/deno_std#140)木杉
Original: https://github.com/denoland/deno_std/commit/61a3911be7e01273e13bf35a3a16285f413f0b70
2019-01-21Refactorings & improvments for ws module (denoland/deno_std#141)Max Graey
Original: https://github.com/denoland/deno_std/commit/0d2429cdf29fa5c6ae19affc475c1946e3c99774
2019-01-19Bump deno version to v0.2.8 (denoland/deno_std#138)木杉
Original: https://github.com/denoland/deno_std/commit/8f64a4a1f03e9f8a2a6d7a322f407baf1868ea06