Redesign of the server communication protocol to allow arbitrary sized
[wine] / server / handle.c
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-10-29  Joerg MayerMove inline and static to the beginning of declarations.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-11-25  Alexandre JulliardStore all object names as Unicode in the server.
1999-11-04  Alexandre JulliardMade all handles multiple of 4. Fixed semantics for...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-04  Alexandre JulliardMade handle table a separate object.
1999-05-29  Alexandre JulliardFixed duplicate_handle to work with pseudo-handles...
1999-05-16  Alexandre JulliardMoved process structure definition to process.h.
1999-05-15  Alexandre JulliardServer reorganization: