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
/
src
/
resources.rs
Age
Commit message (
Expand
)
Author
2019-03-19
Rename //src/ to //cli/ (#1962)
Ryan Dahl
2019-03-18
Remove Eager read, write, accept (#1959)
Ryan Dahl
2019-03-18
Integrate //core into existing code base
Ryan Dahl
2019-02-18
Add `seek` and implement `Seeker` on `File` (#1797)
Kevin (Kun) "Kassimo" Qian
2019-02-12
Drop assert!() from untrack_task() (#1757)
Kevin (Kun) "Kassimo" Qian
2019-02-09
Support scoped variables, unblock REPL async op, and REPL error colors (#1721)
Kevin (Kun) "Kassimo" Qian
2019-01-15
Kill all pending accepts when TCP listener is closed (#1517)
Kevin (Kun) "Kassimo" Qian
2019-01-15
Clippy fixes (also fixes build with nightly) (#1527)
Bert Belder
2019-01-14
Update to rust 2018 edition
Andy Hayden
2019-01-14
src: remove dependency on the 'kernel32' crate
Bert Belder
2019-01-09
Native ES modules (#1460)
Ryan Dahl
2019-01-08
Minimal Worker support (#1476)
Ryan Dahl
2019-01-02
Happy new year!
Ryan Dahl
2018-12-22
make stdout unbuffered (#1355)
Yoshiya Hinosawa
2018-11-30
clippy fixes (#1250)
Andy Hayden
2018-11-16
First pass at running subprocesses (#1156)
Bert Belder
2018-11-13
Support streaming response bodies from fetch()
Ryan Dahl
2018-11-06
Fix many of the clippy::pedantic warnings
Andy Hayden
2018-11-05
Add repl (#998)
Andy Hayden
2018-11-04
Fix clippy warnings (#1149)
Andy Hayden
2018-10-30
Add resources op (#1119)
Bartek IwaĆczuk
2018-10-24
fix typos (#1083)
Joseph
2018-10-24
Move eager functions into eager_unix.rs
Bert Belder
2018-10-24
Refactor eager_{read,write,accept}_tcp into separate functions
Bert Belder
2018-10-20
Optimization: eager accept
Ryan Dahl
2018-10-20
Optimization: eager write
Ryan Dahl
2018-10-20
Optimization: eager read
Ryan Dahl
2018-10-05
Implement closeRead/closeWrite using TcpStream::shutdown (#903)
Kevin (Kun) "Kassimo" Qian
2018-10-03
First pass at support for TCP servers and clients. (#884)
Ryan Dahl
2018-10-01
Rename FdTable to ResourceTable.
Ryan Dahl