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
/
cli
/
ops.rs
Age
Commit message (
Expand
)
Author
2019-08-14
split up ops.rs (#2753)
Bartek Iwańczuk
2019-08-13
Dynamic import should respect permissions (#2764)
Ryan Dahl
2019-08-13
Fix permission requirements for Deno.rename() and Deno.link() (#2737)
Nayeem Rahman
2019-08-08
Resolve worker specifiers relative to main module of host. (#2751)
andy finch
2019-08-07
Add op_id throughout op API (#2734)
Ryan Dahl
2019-08-06
Make Deno.execPath a function (#2743)
Kevin (Kun) "Kassimo" Qian
2019-08-06
Implement Blob url support for worker (#2729)
Kevin (Kun) "Kassimo" Qian
2019-08-06
Enforce permissions on kill(), homeDir() and execPath (#2723)
Nayeem Rahman
2019-08-05
Provide option to delete Deno namespace in worker (#2717)
Kevin (Kun) "Kassimo" Qian
2019-08-03
Enforce env permission on homeDir() and execPath (#2714)
Kevin (Kun) "Kassimo" Qian
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
2019-07-31
factor out FileFetcher to separate module (#2683)
Bartek Iwańczuk
2019-07-29
Remap stack traces of unthrown errors. (#2693)
Kitson Kelly
2019-07-17
Refactor DenoDir (#2636)
Bartek Iwańczuk
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-07-08
cli: refactor deno_dir to use Url instead of String
Bartek Iwańczuk
2019-07-08
core: clearly define when module lookup is path-based vs URL-based
Bert Belder
2019-06-30
fix: normalize Deno.execPath (#2598)
Bartek Iwańczuk
2019-06-26
fix: run blocking function on a different task (#2570)
Jimmy Cao
2019-06-25
Add homeDir to Deno namespace (#2578)
Evgeniy Karagodin
2019-06-24
refactor: use Path/PathBuf in deno dir (#2559)
Bartek Iwańczuk
2019-06-22
feat: log permission access (#2518)
Bartek Iwańczuk
2019-06-21
feat: redirect process stdio to file (#2554)
Bartek Iwańczuk
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-06-18
fix: use Loader::resolve in op_fetch_module_meta_data (#2519)
Bartek Iwańczuk
2019-06-17
refactor dispatch take 2 (#2533)
andy finch
2019-06-14
Revert "Refactor dispatch handling (#2452)"
Ryan Dahl
2019-06-13
Refactor dispatch handling (#2452)
andy finch
2019-06-12
Move ModuleSpecifier to //core (#2509)
Bartek Iwańczuk
2019-06-12
Refactor module resolving (#2493)
Bartek Iwańczuk
2019-06-11
Add --seed for setting RNG seed (#2483)
Matt Harrison
2019-06-09
feat: Import maps (#2360)
Bartek Iwańczuk
2019-06-08
Remove tokio_util::block_on dep in compile_async and other cleanup
gurv-s
2019-06-08
make op_create_worker async internally
gurv-s
2019-06-05
RecursiveLoad shouldn't own the Isolate (#2453)
Ryan Dahl
2019-05-29
TS compiler refactor
Ryan Dahl
2019-05-29
Correct tokio_util::block_on() and op_fetch_module_meta_data
Ryan Dahl
2019-05-23
re-fix permissions for dial and listen (#2400)
Bartek Iwańczuk
2019-05-23
Rename --allow-high-precision to --allow-hrtime (#2398)
Ryan Dahl
2019-05-22
Revert "Fix permissions for dial and listen (#2373)"
Bert Belder
2019-05-17
Fix permissions for dial and listen (#2373)
Bartek Iwańczuk
2019-05-17
Add crypto.getRandomValues() (#2327)
chiefbiiko
2019-05-15
Remove FileInfo.path
Ryan Dahl
2019-05-11
Add progress bar (#2309)
Ryan Dahl
2019-05-09
core: Privatize ModuleNameMap SymbolicModule deno_buf (#2324)
Bartek Iwańczuk
2019-05-09
fix: support relative path for whitelisting (#2317)
Kevin (Kun) "Kassimo" Qian
2019-05-08
First pass at permissions whitelist (#2129)
andy finch
2019-05-07
Add Deno.chown (#2292)
Yingbo (Max) Wang
2019-05-03
feat(cli cmd): deno xeval (#2260)
Kevin (Kun) "Kassimo" Qian
2019-05-03
add --no-fetch CLI flag to prevent remote downloads (#2213)
Bartek Iwańczuk
[next]