- 60287d0 Make sure we don't truncate the file on open before we have checked by Alexandre Julliard · 21 years ago
- 8c29b5f Removed the no longer used SMB file I/O support, we can't do reliable by Alexandre Julliard · 21 years ago
- 5b23efc Make sure to save the registry files even if we failed to load them. by Alexandre Julliard · 21 years ago
- c07ce05 Moved loading of the home registry files to the server, there's no by Alexandre Julliard · 21 years ago
- 7e9757c Removed handling of special root keys, this is done by the client now. by Alexandre Julliard · 21 years ago
- 72f87b8 Use pread/pwrite everywhere to avoid changing the file position while by Alexandre Julliard · 21 years ago
- 58447bc Avoid autodetecting the prefix when loading the config file since the by Alexandre Julliard · 21 years ago
- ad9b799 Reimplemented CreateDirectoryW and RemoveDirectoryW using ntdll functions. by Alexandre Julliard · 21 years ago
- 716878c Fixed a number of NT status values to be closer to NT behavior. by Alexandre Julliard · 21 years ago
- dfcfc98 RtlSetCurrentDirectory_U: store a handle to the current directory by Alexandre Julliard · 21 years ago
- 684b65c Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRECTORY_FILE open options. by Alexandre Julliard · 21 years ago
- 2392a36 Get rid of non-standard ERROR_UNKNOWN value. by Filip Navara · 21 years ago
- 18c08d3 Removed the get_file_info request. by Alexandre Julliard · 21 years ago
- db45170 Handle the set_file_pointer request on the client side. by Alexandre Julliard · 21 years ago
- 49b2f6d Get rid of the removable media handling in the server. by Alexandre Julliard · 21 years ago
- 670711e Handle file mappings on removable media entirely inside ntdll. by Alexandre Julliard · 21 years ago
- 9ff7872 Moved FILE_DELETE_ON_CLOSE support to the inode object so that we by Alexandre Julliard · 21 years ago
- 74bd1e4 Check file sharing permissions based on the file inode instead of the by Alexandre Julliard · 21 years ago
- a1fe8b4 Use futimes() instead of utime() to implement SetFileTime, so that it by Alexandre Julliard · 21 years ago
- adc0610 Make the standard create_file request handle serial ports too, and by Alexandre Julliard · 21 years ago
- 014099c Changed the create_file server request to take NtCreateFile flags by Alexandre Julliard · 21 years ago
- db692c8 Open a real file handle for drive devices, and get rid of the server by Alexandre Julliard · 21 years ago
- e8a339c Portability fixes for LSB compatibility. by Alexandre Julliard · 21 years ago
- 9ffce00 Pass inherit handle flag properly for CreateNamedPipe. by Uwe Bonnes · 21 years ago
- bdb63ec Add the F_NOTIFY defines if we're compiling with linux and they're not by Huw Davies · 21 years ago
- a5f816c Do a protocol error instead of crashing if the reply fd has not been set. by Alexandre Julliard · 21 years ago
- ff49652 Improved error reporting. Add some notification types and a test. by Hans Leidekker · 21 years ago
- dc82769 Mapping a zero size file should fail. by Mike McCormack · 21 years ago
- 43cb03b Implemented RegFlushKey and NtFlushKey. by Mike Hearn · 21 years ago
- 99a01c0 EOVERFLOW does not exist on OpenBSD. by Wim Lewis · 21 years ago
- bd13ab8 Store a pointer to the client-side class structure in the server and by Alexandre Julliard · 21 years ago
- bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
- 08d0192 Print names for Win32 errors too, plus a few more status codes. by Alexandre Julliard · 21 years ago
- ebf1243 Added support for inter-process GetWindowWord. by Alexandre Julliard · 21 years ago
- d5b4232 Added set_win32_error() for error codes that don't have an NT status equivalent. by Alexandre Julliard · 21 years ago
- f3f435f Added wine_server_release_fd function to release the fd returned by by Alexandre Julliard · 21 years ago
- 8eb5e68 cbthread and cbowner don't need to be exported. by Alexandre Julliard · 21 years ago
- 97903d2 Added support for inter-process GetWindowLong on the window extra bytes. by Alexandre Julliard · 21 years ago
- 76adb1f - Move shell window into the background. - Add tests for Get/SetShellWindow(). by Martin Fuchs · 21 years ago
- 3c68ab0 Make init_thread request deal better with fd allocation errors. by Alexandre Julliard · 21 years ago
- f9f37be Added support for the linuxthreads cancel signal as an alternative to SIGCHLD. by Alexandre Julliard · 21 years ago
- 7832562 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
- e55d593 Set or clear the BeingDebugged flag in the PEB when a debugger is by Alexandre Julliard · 21 years ago
- af192f8 Store a "removable" flag instead of the full drive type in the server by Alexandre Julliard · 21 years ago
- 8d174d3 Store the global shell, progman and taskman windows in the server by Alexandre Julliard · 21 years ago
- 841f898 Converted process creation to Unicode. by Alexandre Julliard · 22 years ago
- 2700551 Cast time_t to long for printing. by Gerald Pfeifer · 22 years ago
- c30cefb Store module names in Unicode in the server. by Alexandre Julliard · 22 years ago
- 9fd54b2 - Implemented a few information classes in NtQuerySystemInformation. by Eric Pouech · 22 years ago
- ef5f6c7 Moved list.h to include/wine so that it can be used everywhere. by Alexandre Julliard · 22 years ago
- e0b5270 Fixed include statements to match server_protocol.h (spotted by Eric Pouech). by Alexandre Julliard · 22 years ago
- 62986a0 Added a few missing stdarg.h includes. by Alexandre Julliard · 22 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- de1990f Cope with wait4 being interrupted by a signal. by Alexandre Julliard · 22 years ago
- 9e9e3a9 We need to ignore STATUS_OBJECT_TYPE_MISMATCH errors too when setting by Alexandre Julliard · 22 years ago
- 5ac945c Implement registry key unloading. by Mike McCormack · 22 years ago
- 449d10f Fixed regression in process creation (std handle inheritance). by Eric Pouech · 22 years ago
- 039e131 Implemented inter-thread SendMessageCallback. by Alexandre Julliard · 22 years ago
- 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
- 3ca7612 Spelling fixes (s/occured/occurred/ and variants). by Francois Gouget · 22 years ago
- ca3ac8f Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread by Alexandre Julliard · 22 years ago
- 09029b2 Implemented the SMTO_ABORTIFHUNG flag of SendMessageTimeout. by Alexandre Julliard · 22 years ago
- 4f196ea Implemented the ThreadBasicInformation case for NtQueryInformationThread. by Alexandre Julliard · 22 years ago
- d55e7f1 Store the hook table in the thread queue instead of the thread by Alexandre Julliard · 22 years ago
- b23aa94 One more workaround for a missing NFS lock daemon. by Alexandre Julliard · 22 years ago
- f6a7096 - start moving a few file related functions from files/file.c to by Eric Pouech · 22 years ago
- b2df5f9 - use global atoms for the format ids by Ulrich Czekalla · 22 years ago
- a86a289 In console input record queue, replace semaphore with a manual reset by Eric Pouech · 22 years ago
- 412d37f - adapted kernel32 so that it no longer (directly) manages console by Eric Pouech · 22 years ago
- 64a41a2 The server also needs to cope with IMAGE_SCN_CNT_UNINITIALIZED_DATA by Alexandre Julliard · 22 years ago
- 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
- 693bbd7 Make it possible to retrieve an inheritable handle in open_named_pipe by Alexandre Julliard · 22 years ago
- 1556639 Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling). by Alexandre Julliard · 22 years ago
- c00a447 Implement anonymous pipes on top of named pipes. by Eric Pouech · 22 years ago
- 4c591d4 Implemented timer related functions in ntdll and make the kernel32 by Eric Pouech · 22 years ago
- ef8b946 - rewrite of the named pipe code by Mike McCormack · 22 years ago
- 87c1568 Add support for Darwin's ptrace. by Pierre d'Herbemont · 22 years ago
- b932723 Ignore locking failures caused by missing NFS locking daemon. by Alexandre Julliard · 22 years ago
- 22824cb Fixed typo in return value of tkill(). by Alexandre Julliard · 22 years ago
- fcbd0da Fixed a couple of races with exiting threads in suspend_for_ptrace(). by Alexandre Julliard · 22 years ago
- d338b49 Removed no longer correct assertion. by Alexandre Julliard · 22 years ago
- 77fde13 Properly handle the wait4 syscall failure on kernels that don't by Alexandre Julliard · 22 years ago
- 3f7c3ff Fix for client accessing a named pipe after the server closes it. by Bill Medland · 22 years ago
- 3dddc11 Fall back to kill() if the kernel doesn't support tkill(). by Alexandre Julliard · 22 years ago
- 3f11d48 Fix for compiling on NetBSD. by Yorick Hardy · 22 years ago
- 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to by Alexandre Julliard · 22 years ago
- 462172a Added abs_time_t structure to the server protocol, and added a dump by Alexandre Julliard · 22 years ago
- 17480ac Initialize the dummy char we send down the pipe to make valgrind happy. by Alexandre Julliard · 22 years ago
- 5537dbb Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard by Alexandre Julliard · 22 years ago
- 3e588e3 Implemented file change notifications, based on a patch by Mike McCormack. by Alexandre Julliard · 22 years ago
- 9037f4b Added generic signal handling mechanism based on pipes to synchronize by Alexandre Julliard · 22 years ago
- a8497bd Make a distinction between the thread Unix pid and the process wide by Alexandre Julliard · 22 years ago
- d71ba93 Ignore fcntl failure when setting a write lock on a read only file. by Alexandre Julliard · 22 years ago
- 2ee8b5b Replaced mkstemp by mkstemps from libiberty. by Alexandre Julliard · 22 years ago
- 4c9754e We still need libwine here... by Alexandre Julliard · 22 years ago
- 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
- b1095da Fixed bug that could cause SendMessage to return too early in certain cases. by Alexandre Julliard · 22 years ago
- 6dcc1af Fix signature of open_fd(). by Gerald Pfeifer · 22 years ago
- ce61349 Implemented file locking functions (partly based on my old Corel by Alexandre Julliard · 22 years ago
- 7ad5be9 Added -f option to make wineserver remain in the foreground for by Alexandre Julliard · 22 years ago