factor/basis/io
Björn Lindqvist f8387a08ae Merge:
io.sockets.secure.windows: use non-blocking sockets to prevent
SSL_connect from blocking

On Windows, SSL_connect may hang forever if the server doesn't send any
data. To counteract that we temporarily set the socket non-blocking and
then call select in the wait-for-fd method.

Conflicts:
	basis/io/sockets/secure/openssl/openssl-tests.factor
2014-04-02 12:16:51 -05:00
..
backend libc: several vocabs now need to depend on libc 2014-04-02 12:13:00 -05:00
buffers
crlf
directories libc: several vocabs now need to depend on libc 2014-04-02 12:13:00 -05:00
encodings
files Merge: 2014-04-02 12:16:51 -05:00
launcher libc: several vocabs now need to depend on libc 2014-04-02 12:13:00 -05:00
mmap
monitors libc: several vocabs now need to depend on libc 2014-04-02 12:13:00 -05:00
pipes libc: several vocabs now need to depend on libc 2014-04-02 12:13:00 -05:00
pools
ports
servers
sockets Merge: 2014-04-02 12:16:51 -05:00
standard-paths
streams
styles
thread
timeouts