- 23 Jul, 2001 1 commit
-
-
Bernhard Rosenkraenzer authored
-
- 14 Jul, 2001 1 commit
-
-
Alexandre Julliard authored
Fixed a couple of races in ptrace code.
-
- 22 Jun, 2001 1 commit
-
-
Mike McCormack authored
-
- 19 Jun, 2001 1 commit
-
-
Bill Medland authored
64 bit file access enhancement).
-
- 29 May, 2001 1 commit
-
-
Marcus Meissner authored
using proper defines.
-
- 14 May, 2001 1 commit
-
-
Marcus Meissner authored
Removed several unneeded sys/stat.h includes.
-
- 13 Apr, 2001 1 commit
-
-
Alexandre Julliard authored
-
- 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
-
- 12 Jan, 2001 1 commit
-
-
Andreas Mohr authored
-
- 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
-
- 31 Aug, 2000 1 commit
-
-
Alexandre Julliard authored
mechanism.
-
- 31 Jul, 2000 1 commit
-
-
Hidenori Takeshima authored
-
- 04 Apr, 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.
-
- 24 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.
-
- 13 Dec, 1999 1 commit
-
-
Alexandre Julliard authored
Fixed races with SIGCHLD handling and ptrace. Minor fixes to timeout handling.
-
- 04 Dec, 1999 1 commit
-
-
Marcus Meissner authored
-
- 29 Nov, 1999 1 commit
-
-
Alexandre Julliard authored
to Eric Pouech).
-
- 15 Nov, 1999 1 commit
-
-
Eric Pouech authored
-
- 12 Nov, 1999 1 commit
-
-
Alexandre Julliard authored
-
- 24 Oct, 1999 1 commit
-
-
Patrik Stridvall authored
- Minor configuration related changes.
-
- 10 Jul, 1999 1 commit
-
-
Howard Abrams authored
-
- 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
Fixed bug in *_signaled routines that could cause busy-waiting in the select loop.
-
- 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/
-
- 28 Feb, 1999 3 commits
-
-
Alexandre Julliard authored
accordingly (based on a patch by Juergen Schmied).
-
David Luyer authored
- removed a couple of unneeded stdlib.h and stdio.h includes
-
Alexandre Julliard authored
-
- 14 Feb, 1999 2 commits
-
-
Alexandre Julliard authored
-
Juergen Schmied authored
-
- 09 Feb, 1999 1 commit
-
-
Michael Veksler authored
-
- 31 Jan, 1999 1 commit
-
-
Alexandre Julliard authored
-
- 19 Jan, 1999 1 commit
-
-
Alexandre Julliard authored
Added user APCs support. Many changes to the xterm console to make use of the server (not finished yet). Moved some other small stuff to the server.
-
- 17 Jan, 1999 1 commit
-
-
Alexandre Julliard authored
See Changelog for changes between 990103 and 990110.
-