CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2005-10-22 15:11:49

Modified files:
        winsup/cygwin  : ChangeLog fhandler.h fhandler_socket.cc net.cc 

Log message:
        * fhandler.h (class fhandler_socket): Add timeout parameter to wait()
        method.
        * fhandler_socket.cc (fhandler_socket::connect): Use event driven
        technique (prepare/wait/release) to implement interuptible connect.
        (fhandler_socket::wait): Add timeout parameter.  Allow FD_CONNECT
        handling.
        * net.cc (cygwin_connect): Remove braindead workaround for allowing
        blocking connect.  That's entirely in fhandler_socket::connect now.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3170&r2=1.3171
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.269&r2=1.270
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.172&r2=1.173
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.196&r2=1.197

Reply via email to