Sign in
goma
/
wine
/
917df92356e57c00798dca1a6a659bc738e79a06
/
server
/
change.c
e8a339c
Portability fixes for LSB compatibility.
by Alexandre Julliard
· 21 years ago
bdb63ec
Add the F_NOTIFY defines if we're compiling with linux and they're not
by Huw Davies
· 21 years ago
ff49652
Improved error reporting. Add some notification types and a test.
by Hans Leidekker
· 21 years ago
ef5f6c7
Moved list.h to include/wine so that it can be used everywhere.
by Alexandre Julliard
· 22 years ago
3e588e3
Implemented file change notifications, based on a patch by Mike McCormack.
by Alexandre Julliard
· 22 years ago
e66207e
Moved all references to file descriptors out of the generic object
by Alexandre Julliard
· 22 years ago
cf27a7f
Changed fd operations to take a struct fd instead of a struct object.
by Alexandre Julliard
· 22 years ago
863637b
Started moving functions that deal with Unix file descriptors to a
by Alexandre Julliard
· 22 years ago
435e2e6
winnt.h should not be self-contained, it must depend on windef.h so
by Alexandre Julliard
· 22 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
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
8081e5a
Added handle_t type to server interface so that we can make handles
by Alexandre Julliard
· 24 years ago
1ab243b
Merged the get_read_fd and get_write_fd requests.
by Alexandre Julliard
· 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
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
43c190e
Server reorganization:
by Alexandre Julliard
· 26 years ago
0562539
Implemented file sharing checks in the server.
by Alexandre Julliard
· 26 years ago
63cb0f8
Added change notifications. Added global handle support.
by Alexandre Julliard
· 26 years ago