Sign in
goma
/
wine
/
e3c8afe98bfb096e7886588b7e95ba42382536dc
/
server
/
object.h
ef5f6c7
Moved list.h to include/wine so that it can be used everywhere.
by Alexandre Julliard
· 22 years ago
36cd6f5
Added a security token object in wineserver.
by Mike McCormack
· 22 years ago
9037f4b
Added generic signal handling mechanism based on pipes to synchronize
by Alexandre Julliard
· 22 years ago
7ad5be9
Added -f option to make wineserver remain in the foreground for
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
037c8a1
Porting fixes.
by Steven Edwards
· 22 years ago
863637b
Started moving functions that deal with Unix file descriptors to a
by Alexandre Julliard
· 22 years ago
11f4b44
Implemented registry change notifications.
by Mike McCormack
· 22 years ago
526a28d
Added support for multiple object namespaces, and a bunch functions
by Alexandre Julliard
· 23 years ago
15a0f0e
Check POLLHUP semantics at remote shutdown when wineserver is started.
by Martin Wilck
· 23 years ago
88e4261
Store dirty flag in each registry key and use it to save only modified branches.
by Alexandre Julliard
· 23 years ago
5188574
Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
by Alexandre Julliard
· 23 years ago
54ba272
Add more flexibility to the queue_async server call by moving most
by Martin Wilck
· 23 years ago
f5e0f0c
Added timer on server exit to wait a bit for new clients.
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
88cd32b
More general approach to file descriptor types and flags.
by Martin Wilck
· 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
0b83d4c
New console code based on Win32 windows.
by Eric Pouech
· 23 years ago
708a846
Save a disk file's drive type in the server object.
by Ove Kaaven
· 23 years ago
d8a8c11
Added atom_t type for atoms to make sure we use the same type
by Alexandre Julliard
· 23 years ago
37ec927
Use the new protocol.def file to build the request structures.
by Alexandre Julliard
· 24 years ago
84fdfd0
Repaired shared PE data sections.
by Alexandre Julliard
· 24 years ago
1c32a46
Use poll() on the client-side during server waits to implement overlapped I/O.
by Michael McCormack
· 24 years ago
8081e5a
Added handle_t type to server interface so that we can make handles
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
1eac191
- created server object for handling async i/o
by Mike McCormack
· 24 years ago
c941eff
Make GetTickCount not use the whole Unix epoch (since 1970) any more,
by Andreas Mohr
· 25 years ago
6c8d917
Added a real root key and simplified creation of the HKEY_* special root keys.
by Alexandre Julliard
· 25 years ago
c5e433a
Moved idle event handling to the server.
by Alexandre Julliard
· 25 years ago
6a72dc5
Load done event now created by the server.
by Alexandre Julliard
· 25 years ago
b73421d
Set thread start address to 0 on events generated by
by Alexandre Julliard
· 25 years ago
ea0d028
Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
by Alexandre Julliard
· 25 years ago
05f0b71
Store the list of loaded dlls in the server, and generate debug events
by Alexandre Julliard
· 25 years ago
ff81d78
Generate CREATE_PROCESS/THREAD debug events internally in the server.
by Alexandre Julliard
· 25 years ago
b849d79
Moved global atoms to the server (based on the work of Sergei
by Alexandre Julliard
· 25 years ago
2fe5777
Made the server listen for new clients on a Unix socket in
by Alexandre Julliard
· 25 years ago
3e2517c
Added Get/SetThreadContext support through the server.
by Alexandre Julliard
· 25 years ago
1dca5e2
Moved poll handling to the generic part of the server objects.
by Alexandre Julliard
· 25 years ago
247b8ae
Use poll() instead of select() for the server main loop.
by Alexandre Julliard
· 25 years ago
d16319c
Store all object names as Unicode in the server.
by Alexandre Julliard
· 25 years ago
d7e85d6
Added registry support to the server.
by Alexandre Julliard
· 25 years ago
c76ad35
Added get_page_size function.
by Alexandre Julliard
· 25 years ago
f45608f
Winsock rewrite. Sockets are now proper win32 handles.
by Ove Kaaven
· 25 years ago
d6d994f
Made event manipulation routines public.
by Alexandre Julliard
· 26 years ago
ec29ba8
Added EXCEPT_EVENT to wineserver select loop.
by Ove Kaaven
· 26 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
039aa42
Return console handles in alloc_console request.
by Alexandre Julliard
· 26 years ago
1bdd154
Added optional debugging code in object management.
by Alexandre Julliard
· 26 years ago
e712e07
Added debug events support.
by Alexandre Julliard
· 26 years ago
88de35c
Changed select interface, separated timeouts from file descriptors.
by Alexandre Julliard
· 26 years ago
43c190e
Server reorganization:
by Alexandre Julliard
· 26 years ago
[Renamed (63%) from include/server/object.h]
f692d44
Added new_process and init_process request.
by Alexandre Julliard
· 26 years ago
cb28bdc
Added support for mappings with no associated file.
by Alexandre Julliard
· 26 years ago
fdc92ba
Added server snapshot support (processes only for now).
by Alexandre Julliard
· 26 years ago
4b46112
Added input queue to server-side console object,
by Alexandre Julliard
· 26 years ago
62a8b43
Hacked server-side device support
by Alexandre Julliard
· 26 years ago
0562539
Implemented file sharing checks in the server.
by Alexandre Julliard
· 26 years ago
a8b8d9c
Added server-side file mapping object support.
by Alexandre Julliard
· 26 years ago
63cb0f8
Added change notifications. Added global handle support.
by Alexandre Julliard
· 26 years ago
aa0ebd0
Added several file server requests Added server-side pipes and consoles
by Alexandre Julliard
· 26 years ago
338e757
Added beginnings of server-side file handling.
by Alexandre Julliard
· 26 years ago
c6e45ed
Added add_queue/remove_queue to server object operations.
by Alexandre Julliard
· 26 years ago
d30dfd2
Release 980927
by Alexandre Julliard
· 27 years ago
wine-980927
85ed45e
Release 980822
by Alexandre Julliard
· 27 years ago
wine-980822
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809