wine-wine/server
Martin Wilck c422dae189 Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
(currently unused) can thus be used to determine if a stream socket
was ever connected.
2003-01-28 00:24:04 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in Rename __WINE__ to __WINESRC__. 2003-01-04 00:52:18 +00:00
async.c Grab the thread object in case the thread terminates with pending 2003-01-08 19:54:19 +00:00
async.h Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
atom.c Better support for configure detection of missing types, added check 2002-04-26 19:05:15 +00:00
change.c winnt.h should not be self-contained, it must depend on windef.h so 2002-12-10 22:56:43 +00:00
console.c Set the edition mode as a specific attribute, not an extension of the 2003-01-09 06:01:32 +00:00
console.h Set the edition mode as a specific attribute, not an extension of the 2003-01-09 06:01:32 +00:00
context_i386.c Avoid FreeBSD compatibility issues with dbreg structure. 2002-11-08 18:55:31 +00:00
context_powerpc.c Use Iar (Instruction Address Register) instead of Fill[0]. 2002-08-30 00:00:57 +00:00
context_sparc.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
debugger.c Added process_id_t and thread_it_t types to the server interface 2002-10-03 19:54:57 +00:00
device.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
event.c winnt.h should not be self-contained, it must depend on windef.h so 2002-12-10 22:56:43 +00:00
file.c Check for mkstemp, added a port implementation if it is not 2002-07-29 23:55:39 +00:00
handle.c Implemented registry change notifications. 2002-11-25 02:47:32 +00:00
handle.h Added support for multiple object namespaces, and a bunch functions 2002-10-02 23:49:30 +00:00
hook.c The handler for the server message get_next_hook was returning the 2002-12-17 21:01:01 +00:00
list.h Rewrote hook support to store the hook chain in the server. 2002-10-29 00:41:42 +00:00
main.c Added support for multiple object namespaces, and a bunch functions 2002-10-02 23:49:30 +00:00
mapping.c winnt.h should not be self-contained, it must depend on windef.h so 2002-12-10 22:56:43 +00:00
mutex.c winnt.h should not be self-contained, it must depend on windef.h so 2002-12-10 22:56:43 +00:00
named_pipe.c Added support for multiple object namespaces, and a bunch functions 2002-10-02 23:49:30 +00:00
object.c Added support for multiple object namespaces, and a bunch functions 2002-10-02 23:49:30 +00:00
object.h Implemented registry change notifications. 2002-11-25 02:47:32 +00:00
pipe.c Remove errno.h from files that do not need it. 2003-01-23 22:51:04 +00:00
process.c Remove errno.h from files that do not need it. 2003-01-23 22:51:04 +00:00
process.h Added process_id_t and thread_it_t types to the server interface 2002-10-03 19:54:57 +00:00
protocol.def Set the edition mode as a specific attribute, not an extension of the 2003-01-09 06:01:32 +00:00
ptrace.c A few optimizations in the process startup requests now that Winelib 2002-05-24 21:20:27 +00:00
queue.c Store the keyboard state in the thread input structure on the server 2003-01-08 19:56:31 +00:00
registry.c If a .reg function is accessed through a symlink then write directly 2002-12-18 05:03:51 +00:00
request.c winnt.h should not be self-contained, it must depend on windef.h so 2002-12-10 22:56:43 +00:00
request.h - no longer depend on toolhelp definitions for generating snapshots 2003-01-09 00:01:28 +00:00
select.c Remove errno.h from files that do not need it. 2003-01-23 22:51:04 +00:00
semaphore.c winnt.h should not be self-contained, it must depend on windef.h so 2002-12-10 22:56:43 +00:00
serial.c Remove errno.h from files that do not need it. 2003-01-23 22:51:04 +00:00
smb.c Remove errno.h from files that do not need it. 2003-01-23 22:51:04 +00:00
snapshot.c - no longer depend on toolhelp definitions for generating snapshots 2003-01-09 00:01:28 +00:00
sock.c Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED 2003-01-28 00:24:04 +00:00
thread.c Partially implement GetThreadTimes. 2002-11-25 01:33:38 +00:00
thread.h Partially implement GetThreadTimes. 2002-11-25 01:33:38 +00:00
timer.c winnt.h should not be self-contained, it must depend on windef.h so 2002-12-10 22:56:43 +00:00
trace.c Set the edition mode as a specific attribute, not an extension of the 2003-01-09 06:01:32 +00:00
unicode.c Better support for configure detection of missing types, added check 2002-04-26 19:05:15 +00:00
unicode.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
user.c Converted the server to -DSTRICT. 2002-10-19 01:00:59 +00:00
user.h Store the hardware messages in the thread input structure, not in the 2003-01-08 00:27:58 +00:00
window.c Removed no longer used local variable (spotted by Dmitry Timoshkov). 2003-01-08 19:55:08 +00:00