CVSROOT:        /cvs/src
Module name:    src
Changes by:     cori...@sourceware.org  2009-03-09 14:40:45

Modified files:
        winsup/cygwin  : ChangeLog fhandler.h fhandler_socket.cc 
        winsup/cygwin/include/cygwin: socket.h version.h 

Log message:
        * fhandler.h (fhandler_socket::wait_for_events): Take additional
        parameter "dontwait".
        * fhandler_socket.cc (fhandler_socket::wait_for_events): Act as if the
        socket is non-blocking if dontwait is true.
        (fhandler_socket::recv_internal): Use incoming MSG_DONTWAIT flag to
        set the wait_for_events dontwait parameter.
        (fhandler_socket::send_internal): Ditto.  Optimize code slightly.
        * include/cygwin/socket.h (MSG_DONTWAIT): Define.
        * include/cygwin/version.h: Bump API minor number.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4395&r2=1.4396
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.357&r2=1.358
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.235&r2=1.236
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/socket.h.diff?cvsroot=src&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.287&r2=1.288

Reply via email to