Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-14 | libc: allow /net/cs to specify local address for dial() | cinap_lenrek | |
2016-03-19 | libc: trailing whitespace cleanup | BurnZeZ | |
2014-11-07 | libc: improve dial error handling | cinap_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-05 | libc: allow dial to be interrupted | mischief | |
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-25 | csdial: avoid useless werrstr() call on success (thanks mischief) | cinap_lenrek | |
2012-05-22 | allow # netpath in dial string | cinap_lenrek | |
2012-01-10 | libc: restoring simple sequential version of dial() | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |