index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
msg.fbs
Age
Commit message (
Expand
)
Author
2018-10-30
Rename FetchReq op to Fetch.
Ryan Dahl
2018-10-30
Add resources op (#1119)
Bartek Iwańczuk
2018-10-29
Separate source map from output code.
Kitson Kelly
2018-10-26
Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088)
Kevin (Kun) "Kassimo" Qian
2018-10-23
Enforce media types
Kitson Kelly
2018-10-15
`deno -v` should report typescript version
Jinho Bang
2018-10-13
Add cwd() and chdir() (#907)
Shiva Prasanth
2018-10-11
Add support for --types
Kitson Kelly
2018-10-11
Add deno.metrics()
Bartek Iwańczuk
2018-10-10
Rename BadFileDescriptor
J2P
2018-10-05
Implement closeRead/closeWrite using TcpStream::shutdown (#903)
Kevin (Kun) "Kassimo" Qian
2018-10-04
Rename flatbuffer base.msg to base.inner
Ryan Dahl
2018-10-03
First pass at support for TCP servers and clients. (#884)
Ryan Dahl
2018-10-03
Implemented readDirSync, readDir
J2P
2018-10-03
timers: remove the old timer implementation
Bert Belder
2018-10-03
timers: implement timers in javascript
Bert Belder
2018-10-01
Rename FdTable to ResourceTable.
Ryan Dahl
2018-09-30
Add copyFile/copyFileSync (#863)
Kevin (Kun) "Kassimo" Qian
2018-09-30
Remove unused table WriteFileSync
Kevin (Kun) "Kassimo" Qian
2018-09-30
Add deno.truncate (#805)
ztplz
2018-09-28
Adds basic File I/O and FD table.
Ryan Dahl
2018-09-27
Support zero-copy data in libdeno.send(). (#838)
Ryan Dahl
2018-09-25
Add SetGlobalTimeout().
Ryan Dahl
2018-09-25
Implement deno.readlink() (#797)
Mani Maghsoudlou
2018-09-24
Add flag --recompile (#801)
Bartek Iwańczuk
2018-09-18
Implement deno.symlink() (#742)
Mani Maghsoudlou
2018-09-17
Make mode always u32 and switch to has_mode for StatRes fbs (#761)
Kevin (Kun) "Kassimo" Qian
2018-09-12
Add support for fetch() headers (#727)
qti3e
2018-09-12
Implement deno.rename() (#731)
Mani Maghsoudlou
2018-09-12
Add unix-only `mode` for FileInfo (#732)
Kevin (Kun) "Kassimo" Qian
2018-09-12
Add remove(), removeAll().
Kevin (Kun) "Kassimo" Qian
2018-09-11
Implement deno.stat() and deno.lstat()
Sajjad Hashemian
2018-09-11
Move writeFileSync to write_file.ts, add writeFile and tests (#728)
Kevin (Kun) "Kassimo" Qian
2018-09-10
Implement deno.mkdir()
Sajjad Hashemian
2018-09-10
Implement deno.readFile()
Ryan Dahl
2018-09-09
Remove namespace from src/msg.fbs
Ryan Dahl
2018-09-09
Map promises onto futures.
Ryan Dahl
2018-09-07
Format msg.fbs
J2P
2018-09-06
Implementing --deps flag
Mirko Jotic
2018-09-04
Implement renameSync
Mani Maghsoudlou
2018-09-03
Implement mkdirSync
Sajjad Hashemian
2018-08-31
Implemented deno.env and refactored flags.rs
Aaron Power
2018-08-30
Implemented statSync and lStatSync
Aaron Power
2018-08-29
Implement makeTempDirSync()
Bert Belder
2018-08-23
First pass at HTTP imports
Ryan Dahl
2018-08-21
Better error handling in src/handlers.rs
Ryan Dahl
2018-08-17
Use snake-case for cmd_id.
Ryan Dahl
2018-08-16
Implement deno_handle_msg_from_js in Rust
Ryan Dahl
2018-08-16
Upgrade Rust Flatbuffers
Ryan Dahl
2018-08-09
First pass at setTimeout with Tokio (#434)
Ryan Dahl
[next]