summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-16improve benchmark page performance and fix test (#1002)Yoshiya Hinosawa
2018-10-16Interrupt http_server.py by ctrl + c (#1001)Amos Lim
2018-10-16First pass at http benchmark.Ryan Dahl
2018-10-16Fix throughput_benchmarkRyan Dahl
2018-10-16FormatRyan Dahl
2018-10-15`deno -v` should report typescript versionJinho Bang
2018-10-15Exit cleanly on unrecognized arguments (#990)Andy Hayden
2018-10-15Fix a binary size regressionJinho Bang
2018-10-15Update to TypeScript 3.1 and ts-simple-ast 17 (#980)Kitson Kelly
2018-10-15Improve build performance by using jumbo buildJinho Bang
2018-10-15Specify deno_dir location with env var DENO_DIR (#970)Amos Lim
2018-10-14Add CONTRIBUTING.mdKitson Kelly
2018-10-14Align JSDoc to style guide.Kitson Kelly
2018-10-13Remove deno name assumption from testsKevin (Kun) "Kassimo" Qian
2018-10-13Add cwd() and chdir() (#907)Shiva Prasanth
2018-10-12v0.1.8Ryan Dahl
2018-10-12Fix promise reject issue (#936)Kevin (Kun) "Kassimo" Qian
2018-10-12perf: Increase copy() buffer to 32kRyan Dahl
2018-10-11Add support for --typesKitson Kelly
2018-10-11Replace globals.d.ts with lib.deno_runtime.d.tsKitson Kelly
2018-10-11Use node v8 on Travis.Ryan Dahl
2018-10-11Fix metrics() race condition. (#965)Ryan Dahl
2018-10-11Improve tools/unit_tests.py (#958)Ryan Dahl
2018-10-11Add throughput benchmark (#961)Ryan Dahl
2018-10-11Add deno.metrics()Bartek IwaƄczuk
2018-10-11timers: align unit tests with othersLi Hao
2018-10-11Add links of issues in Roadmap.mdAmos Lim
2018-10-10src/http.rs -> src/http_util.rsRyan Dahl
2018-10-10Rename fd to ridJ2P
2018-10-10Rename BadFileDescriptorJ2P
2018-10-10Upgrade hyper-rustlsRyan Dahl
2018-10-10Clean up Isolate::event_loop with utility function.Ryan Dahl
2018-10-10Add counts for ignored , measured, filteredztplz
2018-10-09Add redirect follow feature (#934)Kevin (Kun) "Kassimo" Qian
2018-10-09Re-enable test_fetch_sync_stringRyan Dahl
2018-10-08timers: add test for clearTimer bug #942Bert Belder
2018-10-08timers: fix clearTimer bugLi Hao
2018-10-08Remove deno_get_data()Bert Belder
2018-10-08Abide by the rules when passing Isolate between c and rustBert Belder
2018-10-08Remove ntasks aliasing workaroundBert Belder
2018-10-08Rename Deno.data to Deno.user_dataBert Belder
2018-10-08Rename Isolate.ptr to Isolate.libdeno_isolateBert Belder
2018-10-08FormatBert Belder
2018-10-08Check thrown type, print String(...) if not instance of error (#939)Kevin (Kun) "Kassimo" Qian
2018-10-07Updates to js to clean up default libraryKitson Kelly
2018-10-06refactor: stop hard coding some of benchmark namesYoshiya Hinosawa
2018-10-06docs: fix urls in commentsYoshiya Hinosawa
2018-10-06Export missing io types from denons
2018-10-06Make ntasks an atomic counter.Ryan Dahl
2018-10-06Add failing test for #919.Kevin (Kun) "Kassimo" Qian