Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-29 | Crash nicely on no argument. | Ryan Dahl | |
2018-05-29 | Fix travis | Parsa Ghadimi | |
2018-05-29 | docs(README.md): fix typo | Yoshiya Hinosawa | |
2018-05-29 | Add permission flags | Ryan Dahl | |
2018-05-29 | lint | Ryan Dahl | |
2018-05-29 | Try to fix travis | Ryan Dahl | |
2018-05-29 | Rename deno_testing to testing | Ryan Dahl | |
2018-05-29 | Travis: Try to fix ccache | Ryan Dahl | |
2018-05-29 | Support using deno as a library | Ryan Dahl | |
2018-05-29 | Add denoMain | Ryan Dahl | |
2018-05-29 | Add more features | Ryan Dahl | |
2018-05-29 | Travis: Cache node_modules and parcel dir. | Ryan Dahl | |
2018-05-29 | fmt and adjust comment | Ryan Dahl | |
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 | |