newlib/winsup
Corinna Vinschen d5591d9df6 * fhandler.h (UNCONNECTED): New define.
(CONNECT_PENDING): Ditto.
	(CONNECTED): Ditto.
	(class fhandler_socket): Add member `had_connect_or_listen'.
	Add member functions `is_unconnected', `is_connect_pending' and
	`is_connected'.
	* fhandler_socket.cc (fhandler_socket::connect): Set member
	`had_connect_or_listen' according to return code of WinSock
	call.
	(fhandler_socket::listen): Ditto.
	* net.cc (cygwin_getsockopt): Modify SO_ERROR return value in
	case of socket with pending connect().
	* select.cc (peek_socket): Only add socket to matching fd_set
	if it's not "ready".  Call WINSOCK_SELECT only if at least one
	socket is in one of the fd_sets.
	(start_thread_socket): Only add socket to matching fd_set
	if it's not "ready".
	(fhandler_socket::select_write): Set write_ready to true also
	if socket isn't connected or listening.
2002-07-05 18:26:23 +00:00
..
bz2lib
cygserver Use cygwin_{shm,ipc}.h instead of /sys/{shm,ipc}.h throughout. 2002-06-23 22:56:58 +00:00
cygwin * fhandler.h (UNCONNECTED): New define. 2002-07-05 18:26:23 +00:00
doc * ntsec.sgml: Clean up text for examples of /etc/passwd and /etc/group. 2002-06-24 09:30:02 +00:00
mingw * include/tchar.h (_getts): Define as _getws for _UNICODE. 2002-06-18 20:48:57 +00:00
subauth
testsuite * winsup.api/pthread/cancel1.c: New test. Port from pthreads-win32 2002-07-04 15:18:35 +00:00
utils * mkgroup.c: Add function pointers for functions from advapi32.dll. 2002-07-02 12:59:43 +00:00
w32api Let RPC API work with or without windows.h. 2002-07-04 08:29:56 +00:00
CYGWIN_LICENSE remove a comma 2002-05-12 19:29:20 +00:00
ChangeLog 2002-06-25 Thomas Pfaff <tpfaff@gmx.net> 2002-07-04 14:17:30 +00:00
MAINTAINERS Nuke 2001-12-31 23:24:10 +00:00
Makefile.common
Makefile.in * configure.in: Remove cinstall target. 2002-04-25 23:19:28 +00:00
configure * configure.in: Complain about lack of w32api directory. 2002-06-02 05:54:33 +00:00
configure.in * configure.in: Complain about lack of w32api directory. 2002-06-02 05:54:33 +00:00