summaryrefslogtreecommitdiff
path: root/sys/src/libc/9sys/dial.c
AgeCommit message (Collapse)Author
2018-04-14libc: allow /net/cs to specify local address for dial()cinap_lenrek
2016-03-19libc: trailing whitespace cleanupBurnZeZ
2014-11-07libc: improve dial error handlingcinap_lenrek
when dial is called with a generic dialstring, it will try /net and /net.alt in sequence. error out if the /net dial gets interrupted and do not continue dialing /net.alt. reduce stack usage by using the swaping nature of errstr() instead of keeping two error string buffers on the stack.
2014-11-05libc: allow dial to be interruptedmischief
previously, if dial was interrupted by an alarm or other note while connecting to a host that resolved to multiple ips, dial would ignore the interruption and try the next host. now dial properly returns with error when it is interrupted.
2014-02-25csdial: avoid useless werrstr() call on success (thanks mischief)cinap_lenrek
2012-05-22allow # netpath in dial stringcinap_lenrek
2012-01-10libc: restoring simple sequential version of dial()cinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen