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
/
js
/
net.ts
Age
Commit message (
Expand
)
Author
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl
2019-09-26
fix: listenDefaults/dialDefaults may be overriden in some cases (#3027)
Yusuke Sakurai
2019-09-23
feat: Add Deno.dialTLS()
Jonathon Orsi
2019-09-20
dial/listen API change (#3000)
Ryan Dahl
2019-09-02
Refactor snapshot build (#2825)
Ryan Dahl
2019-08-27
feat: implement Addr interface (#2821)
Bartek Iwańczuk
2019-08-26
bring back json ops (#2815)
Bartek Iwańczuk
2019-08-24
Revert json ops (#2814)
Ryan Dahl
2019-08-24
port more ops to JSON (#2809)
Bartek Iwańczuk
2019-08-21
Organize dispatch a bit (#2796)
Ryan Dahl
2019-07-06
io: change Reader interface (#2591)
Yoshiya Hinosawa
2019-05-01
Async iterator for listener (#2263)
andy finch
2019-04-07
use flatbuffer create functions to add fields (#2046)
Jonathon Orsi
2019-03-30
Move //libdeno to //core/libdeno (#2015)
Ryan Dahl
2019-03-09
Migrate from tslint to eslint for linting (#1905)
Kitson Kelly
2019-01-21
chore: update license lines (#1557)
Yoshiya Hinosawa
2019-01-13
Added rid to Conn interface (#1513)
Joshua Flancer
2018-11-09
Reader/Writer should use Uint8Array not ArrayBufferView
Ryan Dahl
2018-10-19
Add missing copyrights (#1024)
ztplz
2018-10-17
Optimization: Reuse ArrayBuffer during serialization.
Ryan Dahl
2018-10-14
Align JSDoc to style guide.
Kitson Kelly
2018-10-10
Rename fd to rid
J2P
2018-10-05
Implement closeRead/closeWrite using TcpStream::shutdown (#903)
Kevin (Kun) "Kassimo" Qian
2018-10-04
Use underscores in filenames.
Ryan Dahl
2018-10-03
First pass at support for TCP servers and clients. (#884)
Ryan Dahl