wine/ dlls/winsock/socket.c dlls/winsock/ws2_3 ...

Alexandre Julliard julliard at wine.codeweavers.com
Tue Apr 23 17:03:43 CDT 2002


ChangeSet ID:	1019599423793723141615377
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/04/23 17:03:43

Modified files:
	dlls/winsock   : socket.c ws2_32.spec 
	include/wine   : server_protocol.h 
	server         : protocol.def request.h sock.c trace.c 

Log message:
	Martin Wilck <Martin.Wilck at fujitsu-siemens.com>
	Fixed handling of deferred connections in WSAAccept().

Patch: http://cvs.winehq.com/patch.py?id=1019599423793723141615377

Revision  Changes    Path
 1.91     +25 -2     wine/dlls/winsock/socket.c
 1.19     +1 -1      wine/dlls/winsock/ws2_32.spec
 1.33     +14 -1     wine/include/wine/server_protocol.h
 1.34     +4 -0      wine/server/protocol.def
 1.69     +2 -0      wine/server/request.h
 1.29     +73 -38    wine/server/sock.c
 1.131    +9 -0      wine/server/trace.c




More information about the wine-cvs mailing list