wine-wine/server
Mike McCormack 99a6efa1af Fix a double free in the named pipe code. 2004-07-15 18:59:58 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in Moved visible region calculation to the server. 2004-06-23 20:44:58 +00:00
async.c Implemented NtQueueApcThread, and changed the server APC interface to 2003-04-04 22:26:34 +00:00
async.h Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
atom.c Moved all references to file descriptors out of the generic object 2003-02-19 00:33:32 +00:00
change.c Portability fixes for LSB compatibility. 2004-03-01 21:32:02 +00:00
class.c Store a pointer to the client-side class structure in the server and 2003-12-11 05:34:53 +00:00
clipboard.c Add a test case for clipboard functionality and fix some bugs revealed 2004-06-25 02:55:37 +00:00
console.c Fixed regression in process creation (std handle inheritance). 2003-08-19 01:05:17 +00:00
console.h In console input record queue, replace semaphore with a manual reset 2003-06-23 03:37:14 +00:00
context_i386.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
context_powerpc.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
context_sparc.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
debugger.c Set or clear the BeingDebugged flag in the PEB when a debugger is 2003-10-14 01:30:42 +00:00
event.c Changed fd operations to take a struct fd instead of a struct object. 2003-02-14 20:27:09 +00:00
fd.c Make sure we don't truncate the file on open before we have checked 2004-05-22 03:15:04 +00:00
file.c Translate ENODEV and ENXIO error codes to NT status codes. 2004-07-06 19:42:09 +00:00
file.h Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRECTORY_FILE open 2004-04-16 04:31:35 +00:00
handle.c - Implemented a few information classes in NtQuerySystemInformation. 2003-09-16 01:07:21 +00:00
handle.h - Implemented a few information classes in NtQuerySystemInformation. 2003-09-16 01:07:21 +00:00
hook.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
main.c Added generic signal handling mechanism based on pipes to synchronize 2003-03-26 01:32:18 +00:00
mapping.c Use pread/pwrite everywhere to avoid changing the file position while 2004-05-01 02:50:06 +00:00
mutex.c Changed fd operations to take a struct fd instead of a struct object. 2003-02-14 20:27:09 +00:00
named_pipe.c Fix a double free in the named pipe code. 2004-07-15 18:59:58 +00:00
object.c Moved list.h to include/wine so that it can be used everywhere. 2003-09-11 20:45:17 +00:00
object.h Moved list.h to include/wine so that it can be used everywhere. 2003-09-11 20:45:17 +00:00
process.c - Added ProcessBasicInformation class to ntdll.NtQueryInformationProcess. 2004-06-14 17:02:00 +00:00
process.h Added window classes in the server, and support for inter-process 2003-12-10 04:08:06 +00:00
protocol.def Added support for window regions in the server. 2004-06-29 03:53:25 +00:00
ptrace.c Cope with wait4 being interrupted by a signal. 2003-08-21 21:35:15 +00:00
queue.c Properly reset msg_thread when releasing the thread input structure. 2004-06-17 20:00:25 +00:00
region.c Added support for window regions in the server. 2004-06-29 03:53:25 +00:00
registry.c Make sure to save the registry files even if we failed to load them. 2004-05-14 00:45:11 +00:00
request.c Do a protocol error instead of crashing if the reply fd has not been 2004-02-05 01:48:02 +00:00
request.h Added support for window regions in the server. 2004-06-29 03:53:25 +00:00
semaphore.c Removed no longer correct assertion. 2003-05-02 20:18:09 +00:00
serial.c Removed the get_file_info request. 2004-04-08 19:09:04 +00:00
signal.c Use pread/pwrite everywhere to avoid changing the file position while 2004-05-01 02:50:06 +00:00
snapshot.c - Implemented a few information classes in NtQuerySystemInformation. 2003-09-16 01:07:21 +00:00
sock.c Get rid of non-standard ERROR_UNKNOWN value. 2004-04-12 23:15:11 +00:00
thread.c Make init_thread request deal better with fd allocation errors. 2003-10-27 22:10:22 +00:00
thread.h Added set_win32_error() for error codes that don't have an NT status 2003-12-10 01:12:18 +00:00
timer.c Implemented timer related functions in ntdll and make the kernel32 2003-05-20 04:00:42 +00:00
token.c Added a security token object in wineserver. 2003-07-24 00:07:00 +00:00
trace.c Added support for window regions in the server. 2004-06-29 03:53:25 +00:00
unicode.c Fixed warnings with gcc option "-Wwrite-strings". 2003-10-21 23:57:25 +00:00
unicode.h Fixed warnings with gcc option "-Wwrite-strings". 2003-10-21 23:57:25 +00:00
user.c Only allocate even-numbered window handles, MS Project depends on that 2004-05-28 19:35:37 +00:00
user.h Added support for window regions in the server. 2004-06-29 03:53:25 +00:00
window.c get_visible_region: do not clip out siblings of the top-level window. 2004-07-06 23:54:49 +00:00