summaryrefslogtreecommitdiff
path: root/js/files.ts
AgeCommit message (Expand)Author
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-09-07Update @typescript-eslint/* to v2.1.0 (#2878)Yoshiya Hinosawa
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-08-26Port readSync/writeSync ops to minimalRyan Dahl
2019-08-26bring back json ops (#2815)Bartek Iwańczuk
2019-08-24Revert json ops (#2814)Ryan Dahl
2019-08-24port ops to JSON: compiler, errors, fetch, files (#2804)Bartek Iwańczuk
2019-08-21Organize dispatch a bit (#2796)Ryan Dahl
2019-08-16Revert "Remove dead code: legacy read/write ops"Ryan Dahl
2019-08-14Remove dead code: legacy read/write ops (#2776)Ryan Dahl
2019-07-06io: change Reader interface (#2591)Yoshiya Hinosawa
2019-05-03Optimize read and write ops (#2259)Ryan Dahl
2019-04-07use flatbuffer create functions to add fields (#2046)Jonathon Orsi
2019-04-04fix code bug in jsdocs (#2048)迷渡
2019-04-03fix JSDoc (#2043)迷渡
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-27Rewrite readFile and writeFile (#2000)Bartek Iwańczuk
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-02-18Add `seek` and implement `Seeker` on `File` (#1797)Kevin (Kun) "Kassimo" Qian
2019-02-13Cleanup Deno namespace (#1765)Kitson Kelly
2019-02-12Add Deno global namespace (#1748)Kitson Kelly
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-12-13Fix deno.open permission check (#1336)Kevin (Kun) "Kassimo" Qian
2018-12-12Flesh out open() modes (#1282)Bartek Iwańczuk
2018-11-09Reader/Writer should use Uint8Array not ArrayBufferViewRyan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-14Align JSDoc to style guide.Kitson Kelly
2018-10-10Rename fd to ridJ2P
2018-10-04Rename fbs to msg.Ryan Dahl
2018-10-04Rename flatbuffer base.msg to base.innerRyan Dahl
2018-10-03First pass at support for TCP servers and clients. (#884)Ryan Dahl
2018-10-01Rename FdTable to ResourceTable.Ryan Dahl
2018-09-28Adds basic File I/O and FD table.Ryan Dahl