Create the server directory and socket file in /tmp.
authorAlexandre Julliard <julliard@winehq.org>
Thu, 20 Jun 2002 23:21:27 +0000 (23:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Jun 2002 23:21:27 +0000 (23:21 +0000)
commit4144b5b8fc77df03451f7fa6b2a0456a7fc0f71b
tree8fc3c63b351e71b50ffdd7a816a3fd21a70d33ec
parent88e426190328d9e28ca473452ffc7f8b53a5ccb8
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.
13 files changed:
files/drive.c
files/profile.c
graphics/x11drv/xfont.c
include/wine/library.h
include/wine/server.h
library/Makefile.in
library/config.c [new file with mode: 0644]
misc/registry.c
scheduler/client.c
server/main.c
server/process.c
server/request.c
server/request.h