ChangeSet ID: 1024615288664142382404865 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/06/20 18:21:28
Modified files: files : drive.c profile.c graphics/x11drv: xfont.c include/wine : library.h server.h library : Makefile.in misc : registry.c scheduler : client.c server : main.c process.c request.c request.h Added files: library : config.c
Log message: Create the server directory and socket file in /tmp. Use fcntl file locking to ensure exclusion on the server socket and to better recover from crashes. Flush the registry before closing the socket to avoid timeouts on the client side. Moved get_config_dir functionality to libwine.
Patch: http://cvs.winehq.com/patch.py?id=1024615288664142382404865
Revision Changes Path 1.74 +6 -5 wine/files/drive.c 1.70 +18 -30 wine/files/profile.c 1.104 +3 -3 wine/graphics/x11drv/xfont.c 1.15 +5 -0 wine/include/wine/library.h 1.8 +0 -1 wine/include/wine/server.h 1.15 +1 -0 wine/library/Makefile.in 1.1 +0 -0 wine/library/config.c 1.111 +3 -2 wine/misc/registry.c 1.86 +59 -67 wine/scheduler/client.c 1.25 +15 -12 wine/server/main.c 1.88 +11 -11 wine/server/process.c 1.65 +188 -80 wine/server/request.c 1.72 +1 -0 wine/server/request.h