Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-18 | rename dial to connect and dialTLS to connectTLS (#3710) | Bartek IwaĆczuk | |
2020-01-09 | feat: Deno.args now does not include script (#3628) | Ry Dahl | |
Previously Deno.args was ["script.js", "arg1", "arg2"] Now it is just ["arg1", "arg2"] BREAKING CHANGE | |||
2019-10-28 | Use top-level for-await in various places (#3217) | Andy Hayden | |
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-06-07 | http benchmarks with unique ports (#2471) | Kurt Mackey | |
2019-06-06 | add tcp proxy benchmarks + split out website section for proxy req/s (#2464) | Kurt Mackey | |