summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-29Add sanity check to end of DispatchLoopRyan Dahl
2018-05-29Add TODOsRyan Dahl
2018-05-29fix typo: privlaged -> privilegedFlorian Hämmerle
2018-05-29Fix ccache in travis (and update readme)Ryan Dahl
2018-05-29My copyright doesn't belong here.Ryan Dahl
2018-05-29Improve READMERyan Dahl
2018-05-28Update V8Worker2 build.py path.Ryan Dahl
https://github.com/ry/v8worker2/commit/ab9d1b870978e1b4b979eb9a0b795a19a093c656
2018-05-28Add LICENSERyan Dahl
2018-05-28Add TODO.txtRyan Dahl
2018-05-28Fix wg ref counting for fetch.Ryan Dahl
2018-05-28Add writeFileSyncRyan Dahl
2018-05-28Move testdata/fetch.ts to tests.tsRyan Dahl
2018-05-28Move testdata/read_file_sync.ts to tests.tsRyan Dahl
We don't need to start a new process for every test.
2018-05-28Add tests.ts for fast unit tests.Ryan Dahl
Also deno_testing/ which will be released as a standalone module.
2018-05-28Fix TestResolveModule4Ryan Dahl
2018-05-28Fix 007_stack_trace.ts by removing --abort-on-uncaught-exceptionRyan Dahl
2018-05-28Attempt to fix v8worker2 caching.Ryan Dahl
2018-05-28Better handle remote urls in ResolveModuleRyan Dahl
2018-05-28Try to fix tslint on travisRyan Dahl
2018-05-27Try to fix travisRyan Dahl
2018-05-27Travis: Don't cache v8worker2/outRyan Dahl
2018-05-27Attempt to fix travisRyan Dahl
2018-05-27FmtRyan Dahl
2018-05-27workaround text-encoding bugRyan Dahl
2018-05-27Move text-encoding types into repo so i can hack it.Ryan Dahl
It is unchanged in this commit.
2018-05-27Add protoc-gen-go install to travisRyan Dahl
2018-05-27Clean up in fetch.tsRyan Dahl
2018-05-27Add readFileSyncRyan Dahl
2018-05-27Implement fetchRyan Dahl
2018-05-27Use babel-polyfill to fix errorRyan Dahl
2018-05-27Add onerror handler for uncaught exceptionsRyan Dahl
2018-05-26Add TestErrorsRyan Dahl
2018-05-26Remove out-of-date commentRyan Dahl
2018-05-26Support async/await by including ES2017Ryan Dahl
This required adjusting the module loading system.
2018-05-25Simplify naming of CodeFetch, CodeCacheRyan Dahl
2018-05-25Add basic statsRyan Dahl
2018-05-25Add tests for urlsRyan Dahl
2018-05-25Finish de-oneof-ingRyan Dahl
2018-05-25Use proto3 again.Ryan Dahl
2018-05-25Move away from oneof in msg.protoRyan Dahl
This is due to the size added to msg.pb.js for every new message. See comment in msg.proto.
2018-05-25Try to fix travisRyan Dahl
2018-05-25Improve debug logging in golangRyan Dahl
2018-05-25Rename --root flag to --cachedirRyan Dahl
2018-05-24Try to fix travisRyan Dahl
2018-05-24Fix travis fileRyan Dahl
2018-05-24Add -root flag so tests can write artifacts to tmpRyan Dahl
2018-05-24Rename CompileDir to CacheDirRyan Dahl
2018-05-24Replace Node test runner with golang one.Ryan Dahl
2018-05-23Move pubMsg to dispatchRyan Dahl
2018-05-23Adds setInterval, clearInterval, clearTimeout.Parsa Ghadimi