aboutsummaryrefslogtreecommitdiffstats
path: root/net/connect.lua
Commit message (Expand)AuthorAgeFilesLines
* net.connect: Fix passing request table to new listenerKim Alvefur2018-09-261-1/+1
* net.connect: Remove manual onattach callback invocationKim Alvefur2018-09-261-3/+0
* net.connect: Fix to store correct parameterMatthew Wild2018-02-261-1/+1
* net.connect: Improve error messageMatthew Wild2018-02-261-1/+1
* net.connect: Handle immediate failures of server.addclientMatthew Wild2018-02-261-1/+6
* net.connect: Handle case when resolver runs out of targetsMatthew Wild2018-02-261-0/+8
* net.connect: Track last connection errorMatthew Wild2018-02-261-1/+2
* net.connect: Default to *a pattern if none providedMatthew Wild2018-02-231-1/+1
* net.connect: New API for outgoing connections, based on 'service resolvers'Matthew Wild2018-02-231-0/+78