summaryrefslogtreecommitdiff
path: root/src/msg.fbs
AgeCommit message (Expand)Author
2019-01-09Native ES modules (#1460)Ryan Dahl
2019-01-08Minimal Worker support (#1476)Ryan Dahl
2019-01-06Add deno.pid (#1464)Ryan Dahl
2019-01-03Revert "use byte array instead of string for code fetch (#1307)" (#1455)Ryan Dahl
2018-12-21Avoid fetch segfault on empty Uri (#1394)Kevin (Kun) "Kassimo" Qian
2018-12-12Flesh out open() modes (#1282)Bartek Iwańczuk
2018-12-12Change default to false Base.boolTnarita0000
2018-12-12use byte array instead of string for code fetch (#1307)F001
2018-12-11Minor rename for CodeFetch parametersRyan Dahl
2018-12-09Add TooLarge error code for buffers (#1298)binaryta
2018-11-16First pass at running subprocesses (#1156)Bert Belder
2018-11-14Support request method and headers in fetch() (#1188)Ryan Dahl
2018-11-13Support streaming response bodies from fetch()Ryan Dahl
2018-11-06Fix many of the clippy::pedantic warningsAndy Hayden
2018-11-05Add repl (#998)Andy Hayden
2018-11-02Rename EnvPair to KeyValue.Ryan Dahl
2018-10-30Rename FetchReq op to Fetch.Ryan Dahl
2018-10-30Add resources op (#1119)Bartek Iwańczuk
2018-10-29Separate source map from output code.Kitson Kelly
2018-10-26Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088)Kevin (Kun) "Kassimo" Qian
2018-10-23Enforce media typesKitson Kelly
2018-10-15`deno -v` should report typescript versionJinho Bang
2018-10-13Add cwd() and chdir() (#907)Shiva Prasanth
2018-10-11Add support for --typesKitson Kelly
2018-10-11Add deno.metrics()Bartek Iwańczuk
2018-10-10Rename BadFileDescriptorJ2P
2018-10-05Implement closeRead/closeWrite using TcpStream::shutdown (#903)Kevin (Kun) "Kassimo" Qian
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-03Implemented readDirSync, readDirJ2P
2018-10-03timers: remove the old timer implementationBert Belder
2018-10-03timers: implement timers in javascriptBert Belder
2018-10-01Rename FdTable to ResourceTable.Ryan Dahl
2018-09-30Add copyFile/copyFileSync (#863)Kevin (Kun) "Kassimo" Qian
2018-09-30Remove unused table WriteFileSyncKevin (Kun) "Kassimo" Qian
2018-09-30Add deno.truncate (#805)ztplz
2018-09-28Adds basic File I/O and FD table.Ryan Dahl
2018-09-27Support zero-copy data in libdeno.send(). (#838)Ryan Dahl
2018-09-25Add SetGlobalTimeout().Ryan Dahl
2018-09-25Implement deno.readlink() (#797)Mani Maghsoudlou
2018-09-24Add flag --recompile (#801)Bartek Iwańczuk
2018-09-18Implement deno.symlink() (#742)Mani Maghsoudlou
2018-09-17Make mode always u32 and switch to has_mode for StatRes fbs (#761)Kevin (Kun) "Kassimo" Qian
2018-09-12Add support for fetch() headers (#727)qti3e
2018-09-12Implement deno.rename() (#731)Mani Maghsoudlou
2018-09-12 Add unix-only `mode` for FileInfo (#732)Kevin (Kun) "Kassimo" Qian
2018-09-12Add remove(), removeAll().Kevin (Kun) "Kassimo" Qian
2018-09-11Implement deno.stat() and deno.lstat()Sajjad Hashemian
2018-09-11Move writeFileSync to write_file.ts, add writeFile and tests (#728)Kevin (Kun) "Kassimo" Qian
2018-09-10Implement deno.mkdir()Sajjad Hashemian