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
/
js
/
net.ts
Age
Commit message (
Expand
)
Author
2020-07-19
Port internal TS code to JS (#6793)
Bartek Iwańczuk
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-08
feat: add --no-check option (#6456)
Kitson Kelly
2020-07-06
clean up code in cli/js (#6611)
Stanislav
2020-06-13
fix: DatagramConn.send should return bytes sent (#6265)
Kermit Xuan
2020-06-08
feat(cli/js/net): make rid on listener public (#5571)
Peter Indiola
2020-05-13
default to 0.0.0.0 for Deno.listen (#5203)
Pavan Kumar
2020-05-13
Update to TypeScript 3.9 (#4510)
Kitson Kelly
2020-04-30
Unstable methods should not appear in runtime or d.ts (#4957)
Luca Casonato
2020-04-29
refactor: Deno.listener closes when breaking out of async iterator (#4976)
Bartek Iwańczuk
2020-04-28
refactor: factor out datagram from Deno.listen(), make it unstable (#4968)
Bartek Iwańczuk
2020-04-28
Remove Conn.closeRead (#4970)
Ryan Dahl
2020-04-28
BREAKING: Remove Deno.EOF, use null instead (#4953)
Nayeem Rahman
2020-04-28
BREAKING: address renamed to path in UnixAddr UnixConnectOptions UnixListenOp...
Ali Hasani
2020-04-15
fix(cli/js/net): Make generator return types iterable (#4661)
Nayeem Rahman
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-23
feat: Support Unix Domain Sockets (#4176)
João Souto
2020-03-13
Remove doc strings from cli/js TS files (#4329)
crowlKats
2020-03-10
refactor(cli/js/net): Cleanup iterable APIs (#4236)
Nayeem Rahman
2020-03-10
refactor: Cleanup options object parameters (#4296)
Nayeem Rahman
2020-03-10
reorg: move JS ops implementations to cli/js/ops/, part 3 (#4302)
Bartek Iwańczuk
2020-03-09
reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283)
Bartek Iwańczuk
2020-03-08
reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264)
Bartek Iwańczuk
2020-02-25
Clean up how we use opIds (#4118)
Ryan Dahl
2020-02-21
feat: support UDP sockets (#3946)
hazæ41
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-02
Happy new year! (#3578)
Ry Dahl
2019-12-29
net: expose shutdown() and ShutdownMode (#3558)
Kevin (Kun) "Kassimo" Qian
2019-11-09
net: Check for closing status when iterating Listener (#3309)
Nayeem Rahman
2019-10-21
feat: Deno.listenTLS (#3152)
Bartek Iwańczuk
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl