- 09 Aug, 2001 1 commit
-
-
Alexandre Julliard authored
-
- 19 Jul, 2001 1 commit
-
-
Alexandre Julliard authored
Define protocol structures in a separate server_protocol.h file. Removed __WINE_SERVER__ checks now that all includes are in the right directory.
-
- 19 Jun, 2001 1 commit
-
-
Alexandre Julliard authored
-
- 04 Apr, 2001 1 commit
-
-
Alexandre Julliard authored
Don't fail if nothing ready on recvmsg for a file descriptor.
-
- 08 Mar, 2001 1 commit
-
-
Alexandre Julliard authored
handlers).
-
- 01 Mar, 2001 1 commit
-
-
Alexandre Julliard authored
server on thread creation. Use a single per-process socket instead of one per thread for transferring file handles between client and server.
-
- 28 Feb, 2001 1 commit
-
-
Alexandre Julliard authored
-
- 27 Feb, 2001 1 commit
-
-
Alexandre Julliard authored
part somewhat faster.
-
- 21 Feb, 2001 1 commit
-
-
Alexandre Julliard authored
Send the complete request/reply through the request fifo instead of just a dummy byte. Convert error status to text in server reply tracing.
-
- 05 Jan, 2001 1 commit
-
-
Alexandre Julliard authored
pointers later on. Always use 0 to signal invalid handle in server requests.
-
- 22 Dec, 2000 2 commits
-
-
Alexandre Julliard authored
Do not send fd to the client if ops->get_fd() fails.
-
Alexandre Julliard authored
file descriptor. Associate file descriptors with handles on the server side so that we don't need to pass the fd every time the client wants to use it.
-
- 19 Dec, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 15 Dec, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 29 Nov, 2000 1 commit
-
-
Dimitrie O. Paun authored
Other portability fixes.
-
- 11 Nov, 2000 1 commit
-
-
Joerg Mayer authored
comparisons and incomplete initializations.
-
- 01 Nov, 2000 1 commit
-
-
Alexandre Julliard authored
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> Various warning fixes.
-
- 24 Oct, 2000 1 commit
-
-
Patrik Stridvall authored
-
- 29 Aug, 2000 1 commit
-
-
Alexandre Julliard authored
reentrant server requests.
-
- 26 Aug, 2000 1 commit
-
-
Alexandre Julliard authored
Do not prefix all keys with the name of the top key when saving to a file. Try to load $WINEPREFIX/config into the Wine config branch at startup.
-
- 11 Aug, 2000 1 commit
-
-
Alexandre Julliard authored
server terminating at the same time.
-
- 01 May, 2000 1 commit
-
-
Alexandre Julliard authored
Winelib apps. Improved handling of execve() failures.
-
- 14 Apr, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 06 Apr, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 17 Mar, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 10 Mar, 2000 1 commit
-
-
Alexandre Julliard authored
Generate a breakpoint event on process attach. Misc cleanups in request handling.
-
- 09 Mar, 2000 1 commit
-
-
Alexandre Julliard authored
internally.
-
- 08 Mar, 2000 1 commit
-
-
Patrik Stridvall authored
-
- 13 Feb, 2000 1 commit
-
-
Juergen Lock authored
-
- 25 Jan, 2000 1 commit
-
-
Alexandre Julliard authored
$HOME/.wine. Newly started wine processes now attach to an existing server if one is running.
-
- 24 Jan, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 04 Jan, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 01 Jan, 2000 1 commit
-
-
Alexandre Julliard authored
Fixed busy waiting on POLLERR events. Merged struct client into struct thread.
-
- 26 Jun, 1999 1 commit
-
-
Alexandre Julliard authored
- merged request and reply structures - build requests directly into the buffer to avoid a copy
-
- 22 Jun, 1999 1 commit
-
-
Alexandre Julliard authored
A few other optimizations in request processing in the server. Moved automatically generated request definitions to server.h and removed include/server/request.h.
-
- 16 May, 1999 1 commit
-
-
Alexandre Julliard authored
-
- 15 May, 1999 1 commit
-
-
Alexandre Julliard authored
- moved request handlers to the specific C files - moved handle management to handle.c - moved server private includes to server/ instead of include/server/
-
- 22 Apr, 1999 1 commit
-
-
Patrik Stridvall authored
-
- 11 Apr, 1999 1 commit
-
-
Ulrich Weigand authored
DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests. Run wine server in the main wine process. Bugfix: never free initial thread!
-
- 23 Mar, 1999 1 commit
-
-
Alexandre Julliard authored
CLIENT_InitThread.
-