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-03-04
`use-snapshots` build option for cross compile support. (#1852)
andy finch
2019-03-04
Allow inspection and revocation of permissions (#1875)
Simon Menke
2019-03-03
Add write permissions requirement to `op_fetch_module_meta_data`. (#1874)
andy finch
2019-03-01
Permissions refactor (#1864)
andy finch
2019-02-28
Use deno_core::JSError in deno (#1855)
Ryan Dahl
2019-02-18
Add window.location
Ryan Dahl
2019-02-18
Add `seek` and implement `Seeker` on `File` (#1797)
Kevin (Kun) "Kassimo" Qian
2019-02-18
Rationalise compiler ops (#1740)
Kitson Kelly
2019-02-15
Add execPath function (#1743)
Dmitry Sharshakov
2019-02-15
feat: env option in run api (#1773)
Yoshiya Hinosawa
2019-02-09
Support scoped variables, unblock REPL async op, and REPL error colors (#1721)
Kevin (Kun) "Kassimo" Qian
2019-02-08
Adds deno.noColor (#1716)
Ryan Dahl
2019-02-08
Add --allow-read (#1689)
Dmitry Sharshakov
2019-02-08
fix clippy warnings (#1711)
bokuweb
2019-02-02
Add isTTY function (#1622)
Dmitry Sharshakov
2019-02-02
Compiler cleanups and minor improvements (#1656)
Kitson Kelly
2019-02-02
Clarify writeFile options and avoid unexpected perm modification (#1643)
Kevin (Kun) "Kassimo" Qian
2019-02-02
Add performance.now (#1633)
Dmitry Sharshakov
2019-01-26
timers: use int instead of double for timeout type (#1469)
bokuweb
2019-01-17
mkdir should not be recursive by default (#1530)
Ryan Dahl
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
[next]