summaryrefslogtreecommitdiff
path: root/test.ts
AgeCommit message (Collapse)Author
2019-06-14feat: installer (denoland/deno_std#489)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/a3015be14195df46486a49e5c791afba4dfe084a
2019-06-10Add bundle loader (denoland/deno_std#480)Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/fe7f6e117fee724bf8f9b44526de1add7da7dfdd
2019-06-02Check file changes during test (denoland/deno_std#476)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/7daa887b09d4662710ad58e68de1a01a318455bb
2019-05-24Enable bytes tests and add bytesRepeat (denoland/deno_std#446)Axetroy
Original: https://github.com/denoland/deno_std/commit/bd46d60ded3197d93a52ede92eba7302df9b4713
2019-05-23TOML: Move to encoding dir (denoland/deno_std#435)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/7a722ceffc0b60305863c1417ef22b835db0d58d
2019-05-21Rename //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-20Clean up HTTP async iterator code (denoland/deno_std#411)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/68faf32f721d2a95c7b1c75661713c8118c077c7
2019-05-14feat: 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-06Add run to shebangs (denoland/deno_std#380)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/0f00676e8f1b32ca6c9092c0a1f3af6932c4feeb
2019-04-13EOL add mixed detection (denoland/deno_std#325)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/bb92c44c648844ba6fe0e1e038c87da2716f618b
2019-03-28Add TOML module (denoland/deno_std#300)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/fa1664e6ccaad9ad98a131f03fdd600c5fa24100
2019-03-18Test reorganization (denoland/deno_std#290)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/0bb040e8d41788c188fa9aad8458dbfba78db4f4
2019-03-17extract internal method isSubdir to fs/utils.ts (denoland/deno_std#285)Axetroy
Original: https://github.com/denoland/deno_std/commit/da4abcd9a3a5775939c3941a884d1c6f4d287d0f
2019-03-15Add strings/pad (denoland/deno_std#282)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/6e0bec1f940cbb935525ce68ee43b617df5d1932
2019-03-14feat: add writeJson/writeJsonSync for fs modules (denoland/deno_std#271)Axetroy
Original: https://github.com/denoland/deno_std/commit/e9d104a424d50e772b64253914452ccf71a72188
2019-03-13 feat: add readJson/readJsonSync for fs modules (denoland/deno_std#269)Axetroy
Original: https://github.com/denoland/deno_std/commit/e4485d722ac978c023f9f6720734264e99e1577f
2019-03-12feat: add move/moveSync for fs modules (denoland/deno_std#266)Axetroy
Original: https://github.com/denoland/deno_std/commit/a1fcfb2744a7a2c660bf03b8da03ca2c4d7753a8
2019-03-12feat: add ensureDir/ensureFile for fs modules (denoland/deno_std#264)Axetroy
Original: https://github.com/denoland/deno_std/commit/9ae941338aea09adf0d4f48d40f2b09131ae3d5f
2019-03-11Move benching into testing. (denoland/deno_std#258)chiefbiiko
Original: https://github.com/denoland/deno_std/commit/4de86f04de8c83f8af184cb67b56f4022c17864f
2019-03-11feat: add emptyDir for fs modules (denoland/deno_std#263)Axetroy
Original: https://github.com/denoland/deno_std/commit/64d6bfca565acda9151ebb0b84911cc8d63c8c77
2019-03-11add fs/exists (denoland/deno_std#260)Axetroy
Original: https://github.com/denoland/deno_std/commit/142a1c6cf890e5c7626c4c934496fae1eee01715
2019-03-02Glob integration for the FS walker (denoland/deno_std#219)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/0c3ba838fa7e74a859d2a6dbfec3941a521c7988
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-15Add fs.walk (denoland/deno_std#192)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/3be908facd092e91b4ec1433effd710f5c9532b5
2019-02-15Redesign of http server module (denoland/deno_std#188)Yusuke Sakurai
Original: https://github.com/denoland/deno_std/commit/8569f15207bdc12c2c8ca81e9d020955be54918b
2019-02-12Add benching (denoland/deno_std#185)chiefbiiko
Original: https://github.com/denoland/deno_std/commit/0a160c392521f643237cb4890ff64dac6e5e3a6b
2019-02-10feat: multipart, etc.. (denoland/deno_std#180)Yusuke Sakurai
Original: https://github.com/denoland/deno_std/commit/fda9c98d055091fa886fa444ebd1adcd2ecd21bc
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-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-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-27log: add tests (denoland/deno_std#136)James Garbutt
Original: https://github.com/denoland/deno_std/commit/4b054d69ad3e63e0a07d0df77a973b0ae5e0892d
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-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-17Remove mkdirp - deno.mkdir is already recursive (denoland/deno_std#118)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/4283c26b8930ca80e5babca3337b5431f16334d0
2019-01-17Remove race-condition in file_server tests (denoland/deno_std#125)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/e28c9a407951f10d952993ff6a7b248ca11243e1
2019-01-12Reorgnanize repos, examples and tests (denoland/deno_std#105)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/c5e6e015b5be19027f60c19ca86283d12f9258f3
2019-01-12refactor(mkdirp): reorg (denoland/deno_std#103)木杉
Original: https://github.com/denoland/deno_std/commit/41312ad39fe77cee7dd2cc4b48308eebb45f870a
2019-01-11Add media_types collection (denoland/deno_std#97)Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/0e00fe9cd361165d28beb117cdf103ff8f9d3d8b
2019-01-10Reorg colors (denoland/deno_std#96)Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/92bbca8166d6566011aff0ef467a83433747a937
2019-01-10refactor(path): reorg (denoland/deno_std#101)木杉
Original: https://github.com/denoland/deno_std/commit/5be16ba5992b34a64d307779350b88b5cacbfa23
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-01Add mkdirp (denoland/deno_std#59)chiefbiiko
Original: https://github.com/denoland/deno_std/commit/7a3c70e74b46885eaee4dea6529daf1f2c2f84a0
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-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 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