summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-30Improve READMERyan Dahl
2018-05-30Replace -allow-connect and -allow-accept with -allow-netRyan Dahl
2018-05-30Remove TODO. Fixed in 0ea603.Ryan Dahl
2018-05-30Use wildcard to check stack trace outputs (#3)Parsa Ghadimi
2018-05-30TODO done e64e4eRyan Dahl
2018-05-29typo: propelml -> ry (#10)Parsa Ghadimi
* typo: propelml -> ry
2018-05-29Try to fix travis again.Ryan Dahl
2018-05-29Fix travis.Ryan Dahl
2018-05-29Crash nicely on no argument.Ryan Dahl
2018-05-29Fix travisParsa Ghadimi
2018-05-29docs(README.md): fix typoYoshiya Hinosawa
2018-05-29Add permission flagsRyan Dahl
2018-05-29lintRyan Dahl
2018-05-29Try to fix travisRyan Dahl
2018-05-29Rename deno_testing to testingRyan Dahl
2018-05-29Travis: Try to fix ccacheRyan Dahl
2018-05-29Support using deno as a libraryRyan Dahl
2018-05-29Add denoMainRyan Dahl
2018-05-29Add more featuresRyan Dahl
2018-05-29Travis: Cache node_modules and parcel dir.Ryan Dahl
2018-05-29fmt and adjust commentRyan Dahl
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