wine-wine/server
Robert Shearman 22bd7a3d01 server: Don't clear the QS_POSTMESSAGE flag if there is a pending quit message. 2006-05-23 12:37:02 +02:00
..
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in configure: Use --rpath if supported when building binaries to point to 2006-02-20 11:20:47 +01:00
atom.c server: Class and global atoms should not be local to a window station. 2006-03-22 22:13:40 +01:00
change.c server: Fix a race condition in the delivery of change notifications. 2006-03-28 12:21:54 +02:00
class.c server: Class and global atoms should not be local to a window station. 2006-03-22 22:13:40 +01:00
clipboard.c server: Added infrastructure for access rights mapping. 2005-12-12 14:57:40 +01:00
console.c server: Free ptr in console_input_append_hist. 2006-04-07 13:08:49 +02:00
console.h In console input record queue, replace semaphore with a manual reset 2003-06-23 03:37:14 +00:00
context_alpha.c server: Use the standard suspend mechanism to simulate a breakpoint 2006-04-19 19:45:39 +02:00
context_i386.c server: Remove some no longer needed ptrace code to set registers. 2006-04-20 17:46:16 +02:00
context_powerpc.c server: Use the standard suspend mechanism to simulate a breakpoint 2006-04-19 19:45:39 +02:00
context_sparc.c server: Use the standard suspend mechanism to simulate a breakpoint 2006-04-19 19:45:39 +02:00
context_x86_64.c server: Use the standard suspend mechanism to simulate a breakpoint 2006-04-19 19:45:39 +02:00
debugger.c server: Use the standard suspend mechanism to simulate a breakpoint 2006-04-19 19:45:39 +02:00
directory.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
event.c server: Added access rights mapping to synchronization objects. 2005-12-12 14:58:44 +01:00
fd.c Suppress some false-positives reported by valgrind. 2006-01-27 16:17:51 +01:00
file.c server: Fix the file notification interface to use directory handles. 2006-01-27 12:13:56 +01:00
file.h server: Fix the file notification interface to use directory handles. 2006-01-27 12:13:56 +01:00
handle.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
handle.h server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
hook.c server: Fixed low-level hardware hooks. 2006-01-27 12:12:15 +01:00
mailslot.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
main.c server: Remove sync_namespace. 2005-12-05 14:52:18 +01:00
mapping.c server: Ignore the SizeOfHeaders field and compute the correct size ourselves. 2006-04-21 16:16:11 +02:00
mutex.c server: Added access rights mapping to synchronization objects. 2005-12-12 14:58:44 +01:00
named_pipe.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
object.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
object.h server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
process.c server: Use the standard suspend mechanism to simulate a breakpoint 2006-04-19 19:45:39 +02:00
process.h server: Use the standard suspend mechanism to simulate a breakpoint 2006-04-19 19:45:39 +02:00
protocol.def server: Retrieve the groups for a token from the server. 2006-05-15 14:25:43 +02:00
ptrace.c server: Remove the use_ptrace variable. 2006-04-13 21:52:55 +02:00
queue.c server: Don't clear the QS_POSTMESSAGE flag if there is a pending quit message. 2006-05-23 12:37:02 +02:00
region.c Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
registry.c server: Avoid a crash if a registry notify event has been set already. 2006-05-15 11:04:22 +02:00
request.c server: Avoid crash on startup when the configuration dir doesn't exist. 2006-03-31 13:06:04 +02:00
request.h server: Retrieve the groups for a token from the server. 2006-05-15 14:25:43 +02:00
security.h - Change the default user SID to match what was previously returned by 2005-07-18 13:22:55 +00:00
semaphore.c server: Added access rights mapping to synchronization objects. 2005-12-12 14:58:44 +01:00
serial.c kernel32: ClearCommError. 2006-02-27 13:54:43 +01:00
signal.c server: Fix compilation under Darwin 7. 2006-03-24 12:14:14 +01:00
snapshot.c server: Store the process exe module in the standard dll list. 2006-02-16 12:13:01 +01:00
sock.c server: Added access rights mapping to file objects. 2005-12-12 16:46:17 +01:00
symlink.c server: Added access rights mapping to symlink objects. 2005-12-12 15:01:16 +01:00
thread.c server: Threads should start off without having an impersonation token. 2006-05-05 16:36:05 +02:00
thread.h server: Use the standard suspend mechanism to simulate a breakpoint 2006-04-19 19:45:39 +02:00
timer.c Fixed a couple of warnings on MacOS. 2006-01-23 16:48:26 +01:00
token.c server: Retrieve the groups for a token from the server. 2006-05-15 14:25:43 +02:00
trace.c server: Retrieve the groups for a token from the server. 2006-05-15 14:25:43 +02: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 Treat 0xffff the same as 0 for the handle generation field to avoid 2005-05-07 15:03:00 +00:00
user.h server: Connect to the window station and desktop specified by startup info. 2006-03-27 12:57:17 +02:00
window.c server: Don't attach thread input to the desktop. 2006-04-12 11:19:20 +02:00
wineserver.man.in Put Wine version information in all the man pages. 2005-10-06 16:10:01 +00:00
winstation.c server: Connect to the window station and desktop specified by startup info. 2006-03-27 12:57:17 +02:00