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
Age
Commit message (
Expand
)
Author
2019-12-02
disable eager polling for ops (#3434)
Bartek Iwańczuk
2019-12-01
fix realpath behavior in windows (#3425)
木杉
2019-11-26
Add Deno.realpath (#3404)
Kevin (Kun) "Kassimo" Qian
2019-11-25
better error message for missing module (#3402)
Bartek Iwańczuk
2019-11-24
refactor: Elevate DenoPermissions lock to top level (#3398)
Kevin (Kun) "Kassimo" Qian
2019-11-19
remove tokio_util::block_on from ops/workers.rs (#3381)
Bartek Iwańczuk
2019-11-17
refactor: fixes for futures (#3363)
Bartek Iwańczuk
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-11-14
refactor: per-worker resource table, take 2 (#3342)
Bartek Iwańczuk
2019-11-14
Loader: support .wasm imports (#3328)
Kevin (Kun) "Kassimo" Qian
2019-11-13
Revert "refactor: per-worker resource table (#3306)"
Ryan Dahl
2019-11-13
refactor: per-worker resource table (#3306)
Bartek Iwańczuk
2019-11-11
Add permissions.request (#3296)
Yoshiya Hinosawa
2019-11-09
refactor: worker is no longer a resource (#3290)
Bartek Iwańczuk
2019-11-07
refactor: move Child resource to ops/process.rs (#3291)
Bartek Iwańczuk
2019-11-07
refactor: remove cli::resources::Resource (#3285)
Bartek Iwańczuk
2019-11-07
refactor: rewrite accept resources (#3271)
Bartek Iwańczuk
2019-11-06
Remove CoreResource::inspect_repr method (#3274)
Ry Dahl
2019-11-04
Refactor Worker and ThreadSafeState (#3242)
Bartek Iwańczuk
2019-10-28
refactor: use core ResourceTable in cli (#3206)
Bartek Iwańczuk
2019-10-27
Use web standard Permissions API (#3200)
Yoshiya Hinosawa
2019-10-25
fix: handle malformed control buffers (#3202)
Bartek Iwańczuk
2019-10-24
Add error handling for minimal dispatch (#3176)
Bartek Iwańczuk
2019-10-23
refactor DenoPermissions.check_net & resolve_addr (#3182)
EnokMan
2019-10-21
feat: Deno.listenTLS (#3152)
Bartek Iwańczuk
2019-10-19
feat: Allow "deno eval" to run code as module (#3148)
Kevin (Kun) "Kassimo" Qian
2019-10-13
fix: [tls] op_dial_tls is not registerd and broken (#3121)
Yusuke Sakurai
2019-10-11
Add init methods for each op module (#3087)
Ryan Dahl
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl
2019-10-04
Use xeval from deno_std (#3058)
Nayeem Rahman
2019-10-03
Async compiler processing (#3043)
Kitson Kelly
2019-10-02
feat: Add support for passing a key to Deno.env() (#2952)
Jed Fox
2019-10-01
use Isolate::register_op in deno_cli (#3039)
Bartek Iwańczuk
2019-09-27
Add Deno.hostname() (#3032)
Kevin (Kun) "Kassimo" Qian
2019-09-25
Handle uncaught worker errors without panicking (#3019)
Kitson Kelly
2019-09-23
feat: Add Deno.dialTLS()
Jonathon Orsi
2019-09-20
dial/listen API change (#3000)
Ryan Dahl
2019-09-20
js: reschedule global timer if it fires earlier than expected (#2989)
Bert Belder
2019-09-15
Make deno_cli installable via crates.io (#2946)
Ryan Dahl
2019-09-15
Rename ansi.rs to colors.rs (#2956)
Tomohito Nakayama
2019-09-14
feat: parallelize downloads from TS compiler (#2949)
Bartek Iwańczuk
2019-09-10
fix: replace bad rid panics with errors (#2870)
Bartek Iwańczuk
2019-09-06
Remove replacements hack in deno_typescript (#2864)
Yoshiya Hinosawa
2019-09-03
Handle typescript version in rust (#2855)
Yoshiya Hinosawa
2019-09-02
ops/fetch: add statusText (#2851)
Yoshiya Hinosawa
2019-08-30
Use 'reqwest' to implement HTTP client (#2822)
Bartek Iwańczuk
2019-08-30
Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)
Ryan Dahl
2019-08-27
feat: implement Addr interface (#2821)
Bartek Iwańczuk
2019-08-26
Clean up various flatbuffer references (#2819)
Ryan Dahl
2019-08-26
Port readSync/writeSync ops to minimal
Ryan Dahl
[prev]
[next]