Sign in
goma
/
wine
/
caa03388bcccc64f444f9b4ef664ec5039d5bf72
/
server
/
handle.c
6f011c0
- move async activation into the server - implement async queues
by Mike McCormack
· 23 years ago
9caa71e
Redesign of the server communication protocol to allow arbitrary sized
by Alexandre Julliard
· 23 years ago
0b83d4c
New console code based on Win32 windows.
by Eric Pouech
· 23 years ago
8081e5a
Added handle_t type to server interface so that we can make handles
by Alexandre Julliard
· 24 years ago
63411db
Avoid dup'ing file descriptors when not necessary.
by Alexandre Julliard
· 24 years ago
d549f69
Use a separate FIFO pair for server requests that don't need to pass a
by Alexandre Julliard
· 24 years ago
1ab243b
Merged the get_read_fd and get_write_fd requests.
by Alexandre Julliard
· 24 years ago
650ba4d
Move inline and static to the beginning of declarations.
by Joerg Mayer
· 24 years ago
cb1fc73
Changed the server to return STATUS_* error codes.
by Alexandre Julliard
· 25 years ago
1dca5e2
Moved poll handling to the generic part of the server objects.
by Alexandre Julliard
· 25 years ago
d16319c
Store all object names as Unicode in the server.
by Alexandre Julliard
· 25 years ago
ceeb693
Made all handles multiple of 4. Fixed semantics for pseudo-handles.
by Alexandre Julliard
· 25 years ago
ebe29ef
Further server optimizations:
by Alexandre Julliard
· 26 years ago
5bc7808
Made server communication faster by using a shared memory block.
by Alexandre Julliard
· 26 years ago
eb2e77f
Made handle table a separate object.
by Alexandre Julliard
· 26 years ago
0042cb3
Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
by Alexandre Julliard
· 26 years ago
3da5f84
Moved process structure definition to process.h.
by Alexandre Julliard
· 26 years ago
43c190e
Server reorganization:
by Alexandre Julliard
· 26 years ago