Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-29 | Add sanity check to end of DispatchLoop | Ryan Dahl | |
2018-05-29 | Add TODOs | Ryan Dahl | |
2018-05-29 | fix typo: privlaged -> privileged | Florian Hämmerle | |
2018-05-29 | Fix ccache in travis (and update readme) | Ryan Dahl | |
2018-05-29 | My copyright doesn't belong here. | Ryan Dahl | |
2018-05-29 | Improve README | Ryan Dahl | |
2018-05-28 | Update V8Worker2 build.py path. | Ryan Dahl | |
https://github.com/ry/v8worker2/commit/ab9d1b870978e1b4b979eb9a0b795a19a093c656 | |||
2018-05-28 | Add LICENSE | Ryan Dahl | |
2018-05-28 | Add TODO.txt | Ryan Dahl | |
2018-05-28 | Fix wg ref counting for fetch. | Ryan Dahl | |
2018-05-28 | Add writeFileSync | Ryan Dahl | |
2018-05-28 | Move testdata/fetch.ts to tests.ts | Ryan Dahl | |
2018-05-28 | Move testdata/read_file_sync.ts to tests.ts | Ryan Dahl | |
We don't need to start a new process for every test. | |||
2018-05-28 | Add tests.ts for fast unit tests. | Ryan Dahl | |
Also deno_testing/ which will be released as a standalone module. | |||
2018-05-28 | Fix TestResolveModule4 | Ryan Dahl | |
2018-05-28 | Fix 007_stack_trace.ts by removing --abort-on-uncaught-exception | Ryan Dahl | |
2018-05-28 | Attempt to fix v8worker2 caching. | Ryan Dahl | |
2018-05-28 | Better handle remote urls in ResolveModule | Ryan Dahl | |
2018-05-28 | Try to fix tslint on travis | Ryan Dahl | |
2018-05-27 | Try to fix travis | Ryan Dahl | |
2018-05-27 | Travis: Don't cache v8worker2/out | Ryan Dahl | |
2018-05-27 | Attempt to fix travis | Ryan Dahl | |
2018-05-27 | Fmt | Ryan Dahl | |
2018-05-27 | workaround text-encoding bug | Ryan Dahl | |
2018-05-27 | Move text-encoding types into repo so i can hack it. | Ryan Dahl | |
It is unchanged in this commit. | |||
2018-05-27 | Add protoc-gen-go install to travis | Ryan Dahl | |
2018-05-27 | Clean up in fetch.ts | Ryan Dahl | |
2018-05-27 | Add readFileSync | Ryan Dahl | |
2018-05-27 | Implement fetch | Ryan Dahl | |
2018-05-27 | Use babel-polyfill to fix error | Ryan Dahl | |
2018-05-27 | Add onerror handler for uncaught exceptions | Ryan Dahl | |
2018-05-26 | Add TestErrors | Ryan Dahl | |
2018-05-26 | Remove out-of-date comment | Ryan Dahl | |
2018-05-26 | Support async/await by including ES2017 | Ryan Dahl | |
This required adjusting the module loading system. | |||
2018-05-25 | Simplify naming of CodeFetch, CodeCache | Ryan Dahl | |
2018-05-25 | Add basic stats | Ryan Dahl | |
2018-05-25 | Add tests for urls | Ryan Dahl | |
2018-05-25 | Finish de-oneof-ing | Ryan Dahl | |
2018-05-25 | Use proto3 again. | Ryan Dahl | |
2018-05-25 | Move away from oneof in msg.proto | Ryan Dahl | |
This is due to the size added to msg.pb.js for every new message. See comment in msg.proto. | |||
2018-05-25 | Try to fix travis | Ryan Dahl | |
2018-05-25 | Improve debug logging in golang | Ryan Dahl | |
2018-05-25 | Rename --root flag to --cachedir | Ryan Dahl | |
2018-05-24 | Try to fix travis | Ryan Dahl | |
2018-05-24 | Fix travis file | Ryan Dahl | |
2018-05-24 | Add -root flag so tests can write artifacts to tmp | Ryan Dahl | |
2018-05-24 | Rename CompileDir to CacheDir | Ryan Dahl | |
2018-05-24 | Replace Node test runner with golang one. | Ryan Dahl | |
2018-05-23 | Move pubMsg to dispatch | Ryan Dahl | |
2018-05-23 | Adds setInterval, clearInterval, clearTimeout. | Parsa Ghadimi | |