Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not connect to cvs.openbsd.org in regress. Run on loopback to | 2017-05-27 | 1 | -5/+12 | |
| | | | | | make the test pass without internet access. OK mpi@ | ||||
* | When interrupted, connect() should leave the socket connecting in the | 2016-08-09 | 1 | -2/+5 | |
| | | | | | | | | background, similar to a non-blocking socket. Return EALREADY whenever already connecting, not just for non-blocking sockets. Fix from {Free,Net}BSD Prompted by a report from Michael Reed (m.reed (at) mykolab.com) ok millert@ | ||||
* | add connect and move include to top Makefile.inc | 2011-09-18 | 1 | -2/+1 | |
| | |||||
* | test for interrupted connect. | 2011-09-18 | 2 | -0/+65 | |