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-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
2020-02-17
feat: add --cert flag for http client (#3972)
geoFlux
2020-02-15
fix: skip non-UTF-8 dir entries in Deno.readDir() (#4004)
Ben Noordhuis
2020-02-15
refactor: replace Arc<Box<..>> with Rc<..> (#3996)
Bartek Iwańczuk
2020-02-11
refactor: Remove atomics from metrics (#3968)
Bartek Iwańczuk
2020-02-11
workers: basic event loop (#3828)
Bartek Iwańczuk
2020-02-09
No longer require aligned buffer for shared queue (#3935)
Andy Finch
2020-02-08
refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)
Bartek Iwańczuk
2020-02-07
Add blanket impl for the 'Resource' trait (#3903)
Bert Belder
2020-02-07
Enable thread pool for blocking ops (#3912)
Ryan Dahl
2020-02-05
fix: basic web worker message passing (#3893)
Ryan Dahl
2020-02-05
Move create_channels into worker constructor (#3889)
Ryan Dahl
2020-02-04
refactor: CLI subcommands and argv (#3886)
Bartek Iwańczuk
2020-02-03
refactor: Use Tokio's single-threaded runtime (#3844)
Ryan Dahl
2020-02-03
fix: Deno.remove() to properly remove dangling symlinks (#3860)
Rafael Vargas
2020-01-29
Deno.makeTempDir() check permissions (#3810)
EnokMan
2020-01-29
workers: proper TS libs, more spec-compliant APIs (#3812)
Bartek Iwańczuk
2020-01-27
refactor: isomorphic snapshot for CLI (#3728)
Bartek Iwańczuk
2020-01-26
Improve support of type definitions (#3755)
Kitson Kelly
2020-01-25
refactor: Modules and Loader trait (#3791)
Bartek Iwańczuk
2020-01-25
Refactor error tracking and scope juggling in deno_core (#3783)
Bert Belder
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-24
Add signal handlers (#3757)
Yoshiya Hinosawa
[prev]
[next]