summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2019-12-18fix permission errors are swallowed by fs.copy() (#3504)Axetroy
2019-12-18fix code example (#3519)Christian Bromann
2019-12-18Improve empty test case error messages (#3514)Yoshiya Hinosawa
2019-12-18fix permission errors are swallowed by fs.emptyDir (#3501)Axetroy
2019-12-15std/node: better error message for read perm in require() (#3502)Kevin (Kun) "Kassimo" Qian
2019-12-14Support utf8 in file_server (#3495)木杉
2019-12-14feat(file_server): add help & switch to flags (#3489)木杉
2019-12-13fix permission errors are swallowed by fs.exists (#3493)Axetroy
2019-12-12file_server: get file and fileInfo concurrently (#3486)Weijia Wang
2019-12-12fix: file_server swallowing permission errors (#3467)木杉
2019-12-12benchmark: align deno_http and node_http response (#3484)Kevin (Kun) "Kassimo" Qian
2019-12-12fix v8-flags example to manual (#3470)dnalborczyk
2019-12-12fix(std/http): close connection on .respond() error (#3475)Kevin (Kun) "Kassimo" Qian
2019-12-12fix: Only swallow NotFound errors in std/fs/expandGlob() (#3479)Nayeem Rahman
2019-12-10fix: decoding uri in file_server (#3187)AleksandrukTad
2019-12-08fix(installer): installs to the wrong directory on Windows (#3462)木杉
2019-12-02better html for file_server (#3423)木杉
2019-11-26feat: add ignore parser for std/prettier (#3399)Axetroy
2019-11-26refactor: reorganize flags (#3389)Ry Dahl
2019-11-20feat: Support named exports on bundles. (#3352)Kitson Kelly
2019-11-19std/node: add some Node.js polyfill to require() (#3382)Kevin (Kun) "Kassimo" Qian
2019-11-19feat(std/node) add CommonJS require (#3380)Kevin (Kun) "Kassimo" Qian
2019-11-18chore: improve examples (#3377)Ry Dahl
2019-11-18support load yaml/yml prettier config (#3370)罗文
2019-11-18feat: std/node/process (#3368)Rafał Pocztarski
2019-11-18feat: Add std/encoding/yaml module (#3361)Lilian Saget-Lethias
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-11-16fmt: respect prettierrc and prettierignore (#3346)罗文
2019-11-16fix: std/datetime toIMF bug (#3357)Leo Chandra
2019-11-15run std test with cargo test (#3344)Bartek Iwańczuk
2019-11-15Add wasm example to manual (#3353)Andy Hayden
2019-11-14fix: error handling in std/fs/walk() (#3318)Nayeem Rahman
2019-11-14Turn on TS strict mode for deno_typescript (#3330)Ry Dahl
2019-11-13Update to TypeScript 3.7 (#3275)Kitson Kelly
2019-11-13fmt: allow configuration of Prettier options (#3314)罗文
2019-11-13Make bundles fully standalone (#3325)Kitson Kelly
2019-11-12feat: std/node (#3319)Vincent LE GOFF
2019-11-10fix manual (#3313)木杉
2019-11-09net: Check for closing status when iterating Listener (#3309)Nayeem Rahman
2019-11-09upgrade: Prettier 1.19.1 (#3305)罗文
2019-11-08Add jsdoc for std/http/http_status.tsRyan Dahl
2019-11-07Fix jsdoc in std/http/server.ts (#3284)Ry Dahl
2019-11-06manual: add chocolatey install instructions (#3280)Ry Dahl
2019-11-06Allow http server to take { hostname, port } argument (#3233)Liam Perlaki
2019-11-04Remove tsconfig files - they are not part of build process (#3262)Ry Dahl
2019-11-04std/http: add serveTLS and listenAndServeTLS (#3257)Kevin (Kun) "Kassimo" Qian
2019-11-04Consolidates asserts#equal branches for keyed collections (Map/Set) and suppo...James Wright
2019-11-03feat: lockfiles (#3231)Ry Dahl
2019-10-29Support for deep `Map` equality with `asserts#equal` (#3236)James Wright
2019-10-29Update broken links (#3225)Joseph Sintum