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
2020-04-03
clippy (#4618)
Kitson Kelly
2020-04-03
Properly handle invalid utf8 in paths (#4609)
dubiousjim
2020-04-03
adjust docs for Deno.seek (#4610)
dubiousjim
2020-03-31
Properly track isFile, isSymlink, isDirectory (#4541)
dubiousjim
2020-03-27
feat: Support Inspector / Chrome Devtools (#4484)
Ryan Dahl
2020-03-23
feat: Support Unix Domain Sockets (#4176)
João Souto
2020-03-21
BREAKING CHANGE Rename Deno.run's args to cmd (#4444)
Akshat Agarwal
2020-03-20
chmod should throw on Windows (#4446)
dubiousjim
2020-03-20
use prebuilt "not implemented" error (#4442)
dubiousjim
2020-03-20
refactor: move code from fs.rs into ops/fs.rs (#4428)
dubiousjim
2020-03-18
Provide compiled JSON to TypeScript compiler. (#4404)
Kitson Kelly
2020-03-16
Add mode option to open/create (#4289)
dubiousjim
2020-03-16
refactor: remove an unsafe and some boxing (#4398)
Gurwinder Singh
2020-03-14
BREAKING CHANGE FileInfo.len renamed to FileName.size (#4338)
dubiousjim
2020-03-12
upgrade: Rust 1.42.0 (#4331)
Ryan Dahl
2020-03-11
Add waker to StreamResource to fix hang on close bugs (#4293)
João Souto
2020-03-11
support permission mode in mkdir (#4286)
dubiousjim
2020-03-10
refactor(cli/js/net): Cleanup iterable APIs (#4236)
Nayeem Rahman
2020-03-10
Add Deno.umask (#4290)
dubiousjim
2020-03-07
refactor: remove cli/ops/files.rs (#4246)
Bartek Iwańczuk
2020-03-06
Rename name/filename arguments to path (#4227)
dubiousjim
2020-03-05
fix: call unwatch when dropping FsEventsResource (#4266)
Ryan Dahl
2020-03-05
Allow BadResource errors to take a custom message (#4251)
Ryan Dahl
2020-03-04
Remove unnecessary macro from cli/ops/tty.rs (#4254)
Bert Belder
2020-03-02
Do not convert exceptions to JSON and back (#4214)
Bert Belder
2020-03-02
feat: update metrics to track different op types (#4221)
Bartek Iwańczuk
2020-03-02
refactor: rename structures related to Modules (#4217)
Bartek Iwańczuk
2020-03-02
seek should return cursor position (#4211)
bartOssh
2020-03-02
Cleanup comments and internal variables (#4205)
dubiousjim
2020-03-01
feat(std/node): add os.tmpdir() implementation (#4213)
ecyrbe
2020-02-27
replace impl Future with poll_fn for net.rs, process.rs, tls.rs (#4158)
Bartek Iwańczuk
2020-02-26
rewrite normalize_path (#4143)
Bartek Iwańczuk
2020-02-26
remove Read/Write futures, use poll_fn instead (#4150)
Bartek Iwańczuk
2020-02-26
tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)
Kevin (Kun) "Kassimo" Qian
2020-02-25
Remove _async from method names since _sync are gone (#4128)
Ryan Dahl
2020-02-25
fix: Resolve makeTemp* paths from CWD (#4104)
Nayeem Rahman
2020-02-25
Clean up how we use opIds (#4118)
Ryan Dahl
2020-02-24
feat: Add Deno.formatDiagnostics (#4032)
Kitson Kelly
2020-02-24
Add missing node os.release() implementation (#4065)
ecyrbe
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-23
fetch: proper error for unsupported protocol (#4085)
Kevin (Kun) "Kassimo" Qian
2020-02-22
feat(std/node): add os.loadavg() (#4075)
ecyrbe
2020-02-21
feat: Deno.fsEvents() (#3452)
Bartek Iwańczuk
2020-02-21
feat: support UDP sockets (#3946)
hazæ41
2020-02-21
refactor: remove unneeded ErrorKinds (#3936)
Bartek Iwańczuk
2020-02-19
refactor: rewrite file_fetcher to use async fns, lift blocking call (#4037)
Bartek Iwańczuk
2020-02-19
Support loading additional TS lib files (#3863)
Kitson Kelly
2020-02-18
refactor: remove run_worker_loop (#4028)
Bartek Iwańczuk
2020-02-18
feat: Deno.makeTempFile (#4024)
Kevin (Kun) "Kassimo" Qian
2020-02-18
refactor: cleanup cli/lib.rs (#4006)
Bartek Iwańczuk
[prev]
[next]