summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-20fix some typo in Docs.mdztplz
2018-10-20Exit http_server.py if it's crashedAndy Hayden
2018-10-20build: make rollup generate a depfile for the bundle buildBert Belder
2018-10-19Upgrade cratesRyan Dahl
2018-10-19Upgrade node_modules.Ryan Dahl
2018-10-19Add style to benchmark pageRyan Dahl
2018-10-19Add Docs.mdRyan Dahl
2018-10-19Sort ops.Ryan Dahl
2018-10-19Disable warning on linux.Ryan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-19 Make fetch header compliant with the current spec (#1019)ztplz
2018-10-19Fix a typo in http_benchmark.pyJ2P
2018-10-19libdeno: store v8::Persistent in map by value instead of by referenceBert Belder
2018-10-19formatBert Belder
2018-10-18Optimization: Use std::map for tracking zero-copy buffersRyan Dahl
2018-10-18add test case for metricsBartek Iwańczuk
2018-10-18fix metrics logicBartek Iwańczuk
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-17Add tools/build_test.pyRyan Dahl
2018-10-17Reduce ArrayBuffer allocations in ImportBuf()Ryan Dahl
2018-10-17Only run deno during ./tools/http_benchmark.pyRyan Dahl
2018-10-17Fix a bug that copyFile reports different error codesJinho Bang
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