Sign in
goma
/
wine
/
c5c599d478d716548879f982f4d22a6d2c6c1d74
/
server
c5c599d
server: Avoid crash on startup when the configuration dir doesn't exist.
by Alexandre Julliard
· 19 years ago
d18711e
server: Store the token source.
by Robert Shearman
· 19 years ago
f5c1381
server: Fix a race condition in the delivery of change notifications.
by Mike McCormack
· 19 years ago
90af5a0
server: Connect to the window station and desktop specified by startup info.
by Alexandre Julliard
· 19 years ago
641e9e3
server: Store window properties in the global atom table instead of
by Alexandre Julliard
· 19 years ago
0a36462
server: Fixed process exit code on FreeBSD.
by Alexandre Julliard
· 19 years ago
1c788ea
server: Fix memory leak in read_process_memory handler.
by Ken Thomases
· 19 years ago
8e772c8
server: Fix compilation under Darwin 7.
by Phil Krylov
· 19 years ago
9873494
server: Class and global atoms should not be local to a window station.
by Alexandre Julliard
· 19 years ago
b00fb17
server: New scheme for cleaning up objects on server exit.
by Alexandre Julliard
· 19 years ago
3d531f1
server: Fixed length check in dump_inline_unicode_string.
by Alexandre Julliard
· 19 years ago
1a4f6e5
user: Launch explorer to manage the desktop window.
by Alexandre Julliard
· 19 years ago
f978f61
server: Support for closing the desktop window.
by Alexandre Julliard
· 19 years ago
8cea993
server: Added unlink_named_object function.
by Alexandre Julliard
· 19 years ago
251be54
server: Infrastructure for having a thread own the desktop window.
by Alexandre Julliard
· 19 years ago
71b9472
server: Avoid crash in set_thread_desktop if the thread doesn't have a queue.
by Alexandre Julliard
· 19 years ago
4be3d4c
server: Return real parent and owner in the create_window request.
by Alexandre Julliard
· 19 years ago
c9cc7e3
Fixed some compiler warnings on old gcc versions.
by Alexandre Julliard
· 19 years ago
0cd0626
server: Print a message if wineserver crashes and we don't dump cores.
by Mike McCormack
· 19 years ago
6b95c0e
kernel32: ClearCommError.
by Eric Pouech
· 19 years ago
4aa6418
Assorted spelling fixes.
by Francois Gouget
· 19 years ago
4212108
server: Add directories to recursive watches as they're opened.
by Mike McCormack
· 19 years ago
309a9bf
server: Make sure we don't get into an infinite loop freeing inodes.
by Mike McCormack
· 19 years ago
e27358e
server: Remove no longer needed fields in the init_process_done request.
by Alexandre Julliard
· 19 years ago
4926610
server: Avoid hang on process startup.
by Alexandre Julliard
· 19 years ago
e4faabf
server: Track created and removed directories in the tree of inodes for inotify.
by Mike McCormack
· 19 years ago
a2813f7
server: Distinguish between a directory and a file changing in
by Mike McCormack
· 19 years ago
5ed5901
configure: Use --rpath if supported when building binaries to point to
by Alexandre Julliard
· 19 years ago
fbc00db
server: Use a single inotify watch, as it scales better with a large
by Mike McCormack
· 19 years ago
e6374cb
server: Store the process exe module in the standard dll list.
by Alexandre Julliard
· 19 years ago
5392844
Add support for 'make install DESTDIR'.
by Mike Frysinger
· 19 years ago
22357ca
server: When possible, use tgkill instead of tkill syscall on Linux.
by Eric Pouech
· 19 years ago
5d282dc
server: Try to update the input key state even when the message is
by Alexandre Julliard
· 19 years ago
e033014
server: Remove the no longer needed exe_file parameter in the
by Alexandre Julliard
· 19 years ago
2b0033d
server: Allow the main exe to be registered as a normal dll before
by Alexandre Julliard
· 19 years ago
e979832
server: Fixed handling of inotify record length.
by Alexandre Julliard
· 19 years ago
0790f95
kernel32: ReadDirectoryChangesW fixes.
by Mike McCormack
· 19 years ago
0193211
server: Fill in NtNotifyChangeDirectoryFile's buffer with change data.
by Mike McCormack
· 19 years ago
8800352
Enable for GNU/kFreeBSD the same kernel-specific interface/parameter
by Robert Millan
· 19 years ago
2a36dd2
server: Remove no longer used create_flags from get_startup_info request.
by Alexandre Julliard
· 19 years ago
cf9ced5
server: Fixed compile without inotify.
by Alexandre Julliard
· 19 years ago
fdf0c68
server: Initial inotify support.
by Mike McCormack
· 19 years ago
2e0b533
Suppress some false-positives reported by valgrind.
by Eric Pouech
· 19 years ago
8b0feb2
server: Make the FILE_SHARE_DELETE sharing checks depend on DELETE
by Alexandre Julliard
· 19 years ago
0835107
server: Fix the file notification interface to use directory handles.
by Mike McCormack
· 19 years ago
6d85f3b
server: Fixed low-level hardware hooks.
by Alexandre Julliard
· 19 years ago
471782a
server: Allow opening a directory with write access (based on a patch
by Alexandre Julliard
· 19 years ago
ab5ca5c
server: Use the new set_fd_user function in create_serial().
by Alexandre Julliard
· 19 years ago
9a7124e
server: Modify open_fd to create an fd without a user.
by Mike McCormack
· 19 years ago
53496f8
Fixed a couple of warnings on MacOS.
by Alexandre Julliard
· 19 years ago
58273ea
server: More generic mechanism for adding typecasts in server traces.
by Alexandre Julliard
· 19 years ago
a40ce39
user: Fix WM_QUIT message ordering from PostQuitMessage.
by Robert Shearman
· 19 years ago
213e01e
server: Make sure to release the fd we grabbed in all cases.
by Mike McCormack
· 19 years ago
2878d99
ntdll: Add debug registers to the context of all exceptions.
by Alexandre Julliard
· 19 years ago
b54e9e9
server: Don't round up the header size for image mappings.
by Alexandre Julliard
· 19 years ago
2654be0
ntdll: Handle NtSetContextThread on the client side (as far as
by Alexandre Julliard
· 19 years ago
b7607ae
ntdll: Correct implementation for atom query functions.
by Eric Pouech
· 19 years ago
4fabe11
server: Fix va_list compile error.
by Vitaliy Margolen
· 19 years ago
b4fa1b9
server: Fixed console access rights handling.
by Alexandre Julliard
· 19 years ago
bd298b5
server: Set the context flags in get_thread_context to indicate which
by Alexandre Julliard
· 19 years ago
b05340a
ntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
by Vitaliy Margolen
· 19 years ago
1acb930
server: Added get_file_info implementation for named pipe and mailslot devices.
by Alexandre Julliard
· 19 years ago
5bcd088
server: Fixed refcounting in get_fd requests for named pipe and mailslot devices.
by Alexandre Julliard
· 19 years ago
770c4a1
server: Don't enable polling on regular files in add_queue.
by Alexandre Julliard
· 19 years ago
a510a7e
server: Added access rights mapping to file objects.
by Alexandre Julliard
· 19 years ago
46d1b3e
server: Added access rights mapping to process and thread objects.
by Alexandre Julliard
· 19 years ago
32a9396
server: Added access rights mapping to registry key objects.
by Alexandre Julliard
· 19 years ago
e57f734
server: Added access rights mapping to symlink objects.
by Alexandre Julliard
· 19 years ago
5fb2e68
server: Added access rights mapping to token objects.
by Alexandre Julliard
· 19 years ago
03f46e1
server: Added access rights mapping to synchronization objects.
by Alexandre Julliard
· 19 years ago
28beba3
server: Added infrastructure for access rights mapping.
by Alexandre Julliard
· 19 years ago
b0aa29e
server: Allow the mailslot device to be opened as a file object.
by Alexandre Julliard
· 19 years ago
26e60d8
server: Allow the named pipe device to be opened as a file object.
by Alexandre Julliard
· 19 years ago
67505c0
server: Support for opening devices.
by Alexandre Julliard
· 19 years ago
2017555
server: Use a better error code for a zero-size mapped file.
by Alexandre Julliard
· 19 years ago
03b040c
server: Added object attributes to a few more requests.
by Alexandre Julliard
· 19 years ago
24560e7
server: Make alloc_handle use attributes instead of inherit flag.
by Alexandre Julliard
· 19 years ago
7b910f4
server: Use attributes instead of inherit flag in dup_handle request.
by Alexandre Julliard
· 19 years ago
836d07c
server: Use attributes instead of inherit flag in token requests.
by Alexandre Julliard
· 19 years ago
f2d7dd6
server: Use attributes instead of inherit flag in process and thread requests.
by Alexandre Julliard
· 19 years ago
f11d0a3
server: Use attributes instead of inherit flag in snapshot requests.
by Alexandre Julliard
· 19 years ago
7a09660
server: Use attributes instead of inherit flag in console requests.
by Alexandre Julliard
· 19 years ago
27b1aec
server: Use attributes instead of inherit flag in file requests.
by Alexandre Julliard
· 19 years ago
bc30303
server: Use attributes instead of inherit flag in socket requests.
by Alexandre Julliard
· 19 years ago
4e36524
server: Remove sync_namespace.
by Vitaliy Margolen
· 19 years ago
d13095b
server: Let the directory code handle device names.
by Alexandre Julliard
· 19 years ago
cf21d4d
Move mailslot devices into directory name space.
by Vitaliy Margolen
· 19 years ago
babfa79
Move named pipe objects into directory name space.
by Vitaliy Margolen
· 19 years ago
3764da6
server: Move handle allocation out of open_object_dir.
by Alexandre Julliard
· 19 years ago
348a3d9
Move mapping (section) objects into directory name space.
by Vitaliy Margolen
· 19 years ago
7c5cb7a
Move timer objects into directory name space.
by Vitaliy Margolen
· 19 years ago
5daae3d
Move semaphore objects into directory name space.
by Vitaliy Margolen
· 19 years ago
f676bc8
Move event and mutex objects into directory name space.
by Vitaliy Margolen
· 19 years ago
e21a97d
Fixed some compiler warnings on Darwin.
by Alexandre Julliard
· 19 years ago
80444df
Implement symbolic link object in wineserver.
by Vitaliy Margolen
· 19 years ago
3c6bdcc
Implement directory object in wineserver.
by Vitaliy Margolen
· 19 years ago
1a1583a
Match PSDK STATUS_* definitions.
by Ge van Geldorp
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
baffcb9
Add name_lookup function in object_ops.
by Vitaliy Margolen
· 19 years ago
7f9e281
Use struct unicode_str instead of null-terminated strings where
by Alexandre Julliard
· 19 years ago
Next »