Eric Pouech
|
294835a839
Another round of const correctness fixes.
|
20 gadi atpakaļ |
Alexandre Julliard
|
ef5f6c7fad
Moved list.h to include/wine so that it can be used everywhere.
|
21 gadi atpakaļ |
Alexandre Julliard
|
e66207ebfc
Moved all references to file descriptors out of the generic object
|
22 gadi atpakaļ |
Alexandre Julliard
|
cf27a7fa3b
Changed fd operations to take a struct fd instead of a struct object.
|
22 gadi atpakaļ |
Alexandre Julliard
|
863637b158
Started moving functions that deal with Unix file descriptors to a
|
22 gadi atpakaļ |
Alexandre Julliard
|
526a28de51
Added support for multiple object namespaces, and a bunch functions
|
22 gadi atpakaļ |
Alexandre Julliard
|
5769d1de00
Better support for configure detection of missing types, added check
|
23 gadi atpakaļ |
Alexandre Julliard
|
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
|
23 gadi atpakaļ |
Martin Wilck
|
88cd32b2d1
More general approach to file descriptor types and flags.
|
23 gadi atpakaļ |
Alexandre Julliard
|
9caa71eef4
Redesign of the server communication protocol to allow arbitrary sized
|
23 gadi atpakaļ |
Mike McCormack
|
ff58be5c7f
Fetch a handle type in FILE_GetUnixHandle.
|
23 gadi atpakaļ |
Alexandre Julliard
|
1ab243bac1
Merged the get_read_fd and get_write_fd requests.
|
24 gadi atpakaļ |
Alexandre Julliard
|
9c2370bd75
Added exception handling wrapper to a number of server requests.
|
24 gadi atpakaļ |
Alexandre Julliard
|
6c8d9171cd
Added a real root key and simplified creation of the HKEY_* special root keys.
|
24 gadi atpakaļ |
Alexandre Julliard
|
ba3e2abc99
Small optimization.
|
25 gadi atpakaļ |
Alexandre Julliard
|
2fe57779fb
Made the server listen for new clients on a Unix socket in
|
25 gadi atpakaļ |
Alexandre Julliard
|
cb1fc735f0
Changed the server to return STATUS_* error codes.
|
25 gadi atpakaļ |
Alexandre Julliard
|
1dca5e24c7
Moved poll handling to the generic part of the server objects.
|
25 gadi atpakaļ |
Alexandre Julliard
|
d16319ce22
Store all object names as Unicode in the server.
|
25 gadi atpakaļ |
Alexandre Julliard
|
d7e85d6631
Added registry support to the server.
|
25 gadi atpakaļ |
Alexandre Julliard
|
ebe29ef376
Further server optimizations:
|
26 gadi atpakaļ |
Alexandre Julliard
|
5bc78089db
Made server communication faster by using a shared memory block.
|
26 gadi atpakaļ |
Alexandre Julliard
|
1bdd154b6b
Added optional debugging code in object management.
|
26 gadi atpakaļ |
Alexandre Julliard
|
88de35cd70
Changed select interface, separated timeouts from file descriptors.
|
26 gadi atpakaļ |
Alexandre Julliard
|
43c190e7ba
Server reorganization:
|
26 gadi atpakaļ |
Alexandre Julliard
|
0562539d18
Implemented file sharing checks in the server.
|
26 gadi atpakaļ |
Alexandre Julliard
|
a8b8d9c0f6
Added server-side file mapping object support.
|
26 gadi atpakaļ |
Alexandre Julliard
|
aa0ebd0f1c
Added several file server requests
|
26 gadi atpakaļ |
Alexandre Julliard
|
d30dfd24d6
Release 980927
|
26 gadi atpakaļ |
Alexandre Julliard
|
85ed45e377
Release 980822
|
27 gadi atpakaļ |