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
/
ops.rs
Age
Commit message (
Expand
)
Author
2019-01-15
Clippy fixes (also fixes build with nightly) (#1527)
Bert Belder
2019-01-14
Update to rust 2018 edition
Andy Hayden
2019-01-13
Properly parse network addresses. (#1515)
Ryan Dahl
2019-01-09
Native ES modules (#1460)
Ryan Dahl
2019-01-08
Minimal Worker support (#1476)
Ryan Dahl
2019-01-06
Add deno.pid (#1464)
Ryan Dahl
2019-01-03
Revert "use byte array instead of string for code fetch (#1307)" (#1455)
Ryan Dahl
2019-01-02
Happy new year!
Ryan Dahl
2018-12-21
Avoid fetch segfault on empty Uri (#1394)
Kevin (Kun) "Kassimo" Qian
2018-12-14
remove repeative permission checks (#1350)
F001
2018-12-13
Fix deno.open permission check (#1336)
Kevin (Kun) "Kassimo" Qian
2018-12-12
Flesh out open() modes (#1282)
Bartek Iwańczuk
2018-12-12
use byte array instead of string for code fetch (#1307)
F001
2018-12-12
readDir entry mode (#1326)
Kevin (Kun) "Kassimo" Qian
2018-12-11
Minor rename for CodeFetch parameters
Ryan Dahl
2018-12-11
Replace blocking! macro by generic function (#1305)
F001
2018-12-05
Isolate::from_raw_ptr and other cleanups.
F001
2018-12-04
Remove static lifetime bound in OpCreator (#1276)
F001
2018-11-30
clippy fixes (#1250)
Andy Hayden
2018-11-29
Replace mutex by atomics (#1238)
F001
2018-11-28
REPL unblock event loop AND fix REPL setTimeout fire problems
Kevin (Kun) "Kassimo" Qian
2018-11-16
First pass at running subprocesses (#1156)
Bert Belder
2018-11-16
Support uploading data from fetch()
Ryan Dahl
2018-11-14
Support request method and headers in fetch() (#1188)
Ryan Dahl
2018-11-13
Support streaming response bodies from fetch()
Ryan Dahl
2018-11-06
Fix many of the clippy::pedantic warnings
Andy Hayden
2018-11-05
Add repl (#998)
Andy Hayden
2018-11-04
Fix clippy warnings (#1149)
Andy Hayden
2018-11-02
Rename EnvPair to KeyValue.
Ryan Dahl
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-27
Ergonomics: Prompt TTY for permission escalation (#1081)
Ryan Dahl
2018-10-26
Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088)
Kevin (Kun) "Kassimo" Qian
2018-10-26
Support https in fetch.
Ryan Dahl
2018-10-23
Enforce media types
Kitson Kelly
2018-10-20
Optimization: eager accept
Ryan Dahl
2018-10-20
Optimization: eager write
Ryan Dahl
2018-10-20
Optimization: eager read
Ryan Dahl
2018-10-20
Allow partial writes.
Ryan Dahl
2018-10-19
Sort ops.
Ryan Dahl
2018-10-19
Add missing copyrights (#1024)
ztplz
2018-10-17
Optimization: Reuse ArrayBuffer during serialization.
Ryan Dahl
2018-10-17
Fix a bug that copyFile reports different error codes
Jinho Bang
2018-10-16
Format
Ryan Dahl
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
[next]