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-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
2020-01-22
Reland "Create an old program to be used in snapshot." (#3747)
Bartek Iwańczuk
2020-01-21
Revert "Create an old program to be used in snapshot. (#3644)"
Ry Dahl
2020-01-21
feat: add AsyncUnref ops (#3721)
Yoshiya Hinosawa
2020-01-21
refactor: split cli::Worker (#3735)
Bartek Iwańczuk
2020-01-21
refactor: Rename JS entry functions (#3732)
Bartek Iwańczuk
2020-01-21
refactor: don't create new runtime for fs ops (#3730)
Bartek Iwańczuk
2020-01-21
Implemented alternative open mode in files (#3119)
Michał Sabiniarz
2020-01-21
refactor: split worker and worker host logic (#3722)
Bartek Iwańczuk
2020-01-20
refactor: reduce number of ErrorKind variants (#3662)
Bartek Iwańczuk
2020-01-20
refactor: Improve path handling in permission checks (#3714)
Nayeem Rahman
2020-01-18
stabilize net Addr (#3709)
Bartek Iwańczuk
2020-01-18
rename dial to connect and dialTLS to connectTLS (#3710)
Bartek Iwańczuk
2020-01-17
workers: minimal error handling and async module loading (#3665)
Bartek Iwańczuk
2020-01-16
fix: Resolve read/write whitelists from CWD (#3684)
Nayeem Rahman
2020-01-16
perf: share http client in file fetcher (#3683)
Bartek Iwańczuk
2020-01-16
feat(fs): add more unix-only fields to FileInfo (#3680)
Kevin (Kun) "Kassimo" Qian
2020-01-12
Create an old program to be used in snapshot. (#3644)
Kitson Kelly
2020-01-12
upgrade: tokio 0.2.9, reqwest 0.10.1 (#3653)
Bartek Iwańczuk
2020-01-09
feat: Deno.args now does not include script (#3628)
Ry Dahl
2020-01-08
Runtime Compiler API (#3442)
Kitson Kelly
2020-01-06
error on warnings (#3612)
Ry Dahl
[prev]
[next]