Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-29 | Remove TTY tests - dead code (#3229) | Ry Dahl | |
2019-09-20 | dial/listen API change (#3000) | Ryan Dahl | |
Previously: dial("tcp", "deno.land:80") Now: dial({ hostname: "deno.land", port: 80, transport: "tcp" }) Similarly with listen(). | |||
2019-09-16 | Fix and enable linting of deno_typescript/*, tools/*, website/* (#2962) | Bert Belder | |
2019-05-23 | re-fix permissions for dial and listen (#2400) | Bartek Iwańczuk | |
Closes #2397 | |||
2019-05-22 | Revert "Fix permissions for dial and listen (#2373)" | Bert Belder | |
This reverts commit 7219787894f13b1920b3b6b49203cdcb8f672c00. | |||
2019-05-17 | Fix permissions for dial and listen (#2373) | Bartek Iwańczuk | |
2019-05-08 | First pass at permissions whitelist (#2129) | andy finch | |