summaryrefslogtreecommitdiff
path: root/os.go
AgeCommit message (Collapse)Author
2018-06-22Delete go implementation (#276)Ryan Dahl
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-06-11Use path.Join instead of + (#143)chainhelen
Towards windows support.
2018-06-01Simplify code. (#88)wbgbg
2018-05-30Remove extension hack in ResolveModule.Ryan Dahl
2018-05-29Add permission flagsRyan Dahl
2018-05-29Support using deno as a libraryRyan Dahl
2018-05-28Add LICENSERyan Dahl
2018-05-28Add writeFileSyncRyan Dahl
2018-05-28Better handle remote urls in ResolveModuleRyan Dahl
2018-05-27Add readFileSyncRyan Dahl
2018-05-27Implement fetchRyan 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-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-25Improve debug logging in golangRyan Dahl
2018-05-23Add debug logging to golang sideRyan Dahl
2018-05-23Move ResolveModule to os.goRyan Dahl
2018-05-22Use proto2 instead of proto3Ryan Dahl
Travis doesn't support proto3.
2018-05-21Organize modules: timers, osRyan Dahl