2004-07-06 |
Alexandre Julliard | get_visible_region: do not clip out siblings of the... |
tree | commitdiff |
2004-07-06 |
Mike McCormack | Translate ENODEV and ENXIO error codes to NT status... |
tree | commitdiff |
2004-06-29 |
Alexandre Julliard | Added support for window regions in the server. |
tree | commitdiff |
2004-06-25 |
Dmitry Timoshkov | Add a test case for clipboard functionality and fix... |
tree | commitdiff |
2004-06-23 |
Alexandre Julliard | Moved visible region calculation to the server. |
tree | commitdiff |
2004-06-17 |
Alexandre Julliard | Properly reset msg_thread when releasing the thread... |
tree | commitdiff |
2004-06-14 |
Eric Pouech | - Added ProcessBasicInformation class to ntdll.NtQueryI... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Only allocate even-numbered window handles, MS Project... |
tree | commitdiff |
2004-05-22 |
Alexandre Julliard | Make sure we don't truncate the file on open before... |
tree | commitdiff |
2004-05-14 |
Alexandre Julliard | Removed the no longer used SMB file I/O support, we... |
tree | commitdiff |
2004-05-14 |
Alexandre Julliard | Make sure to save the registry files even if we failed... |
tree | commitdiff |
2004-05-07 |
Alexandre Julliard | Moved loading of the home registry files to the server... |
tree | commitdiff |
2004-05-06 |
Alexandre Julliard | Removed handling of special root keys, this is done... |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Use pread/pwrite everywhere to avoid changing the file... |
tree | commitdiff |
2004-04-30 |
Alexandre Julliard | Avoid autodetecting the prefix when loading the config... |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | Reimplemented CreateDirectoryW and RemoveDirectoryW... |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | Fixed a number of NT status values to be closer to... |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | RtlSetCurrentDirectory_U: store a handle to the current... |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRE... |
tree | commitdiff |
2004-04-12 |
Filip Navara | Get rid of non-standard ERROR_UNKNOWN value. |
tree | commitdiff |
2004-04-08 |
Alexandre Julliard | Removed the get_file_info request. |
tree | commitdiff |
2004-04-07 |
Alexandre Julliard | Handle the set_file_pointer request on the client side. |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Get rid of the removable media handling in the server. |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Handle file mappings on removable media entirely inside... |
tree | commitdiff |
2004-04-02 |
Alexandre Julliard | Moved FILE_DELETE_ON_CLOSE support to the inode object... |
tree | commitdiff |
2004-03-27 |
Alexandre Julliard | Check file sharing permissions based on the file inode... |
tree | commitdiff |
2004-03-27 |
Alexandre Julliard | Use futimes() instead of utime() to implement SetFileTi... |
tree | commitdiff |
2004-03-18 |
Alexandre Julliard | Make the standard create_file request handle serial... |
tree | commitdiff |
2004-03-12 |
Alexandre Julliard | Changed the create_file server request to take NtCreate... |
tree | commitdiff |
2004-03-04 |
Alexandre Julliard | Open a real file handle for drive devices, and get... |
tree | commitdiff |
2004-03-01 |
Alexandre Julliard | Portability fixes for LSB compatibility. |
tree | commitdiff |
2004-02-24 |
Uwe Bonnes | Pass inherit handle flag properly for CreateNamedPipe. |
tree | commitdiff |
2004-02-10 |
Huw Davies | Add the F_NOTIFY defines if we're compiling with linux... |
tree | commitdiff |
2004-02-05 |
Alexandre Julliard | Do a protocol error instead of crashing if the reply... |
tree | commitdiff |
2004-02-05 |
Hans Leidekker | Improved error reporting. |
tree | commitdiff |
2004-01-09 |
Mike McCormack | Mapping a zero size file should fail. |
tree | commitdiff |
2004-01-03 |
Mike Hearn | Implemented RegFlushKey and NtFlushKey. |
tree | commitdiff |
2004-01-02 |
Wim Lewis | EOVERFLOW does not exist on OpenBSD. |
tree | commitdiff |
2003-12-11 |
Alexandre Julliard | Store a pointer to the client-side class structure... |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | Added window classes in the server, and support for... |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | Print names for Win32 errors too, plus a few more statu... |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | Added support for inter-process GetWindowWord. |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | Added set_win32_error() for error codes that don't... |
tree | commitdiff |
2003-12-01 |
Alexandre Julliard | Added wine_server_release_fd function to release the... |
tree | commitdiff |
2003-11-28 |
Alexandre Julliard | cbthread and cbowner don't need to be exported. |
tree | commitdiff |
2003-11-26 |
Alexandre Julliard | Added support for inter-process GetWindowLong on the... |
tree | commitdiff |
2003-11-18 |
Martin Fuchs | - Move shell window into the background. |
tree | commitdiff |
2003-10-27 |
Alexandre Julliard | Make init_thread request deal better with fd allocation... |
tree | commitdiff |
2003-10-24 |
Alexandre Julliard | Added support for the linuxthreads cancel signal as... |
tree | commitdiff |
2003-10-21 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Set or clear the BeingDebugged flag in the PEB when... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Store a "removable" flag instead of the full drive... |
tree | commitdiff |
2003-10-07 |
Alexandre Julliard | Store the global shell, progman and taskman windows... |
tree | commitdiff |
2003-10-04 |
Alexandre Julliard | Converted process creation to Unicode. |
tree | commitdiff |
2003-10-01 |
Gerald Pfeifer | Cast time_t to long for printing. |
tree | commitdiff |
2003-09-30 |
Alexandre Julliard | Store module names in Unicode in the server. |
tree | commitdiff |
2003-09-16 |
Eric Pouech | - Implemented a few information classes in NtQuerySyste... |
tree | commitdiff |
2003-09-11 |
Alexandre Julliard | Moved list.h to include/wine so that it can be used... |
tree | commitdiff |
2003-09-08 |
Alexandre Julliard | Fixed include statements to match server_protocol.h... |
tree | commitdiff |
2003-09-07 |
Alexandre Julliard | Added a few missing stdarg.h includes. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-21 |
Alexandre Julliard | Cope with wait4 being interrupted by a signal. |
tree | commitdiff |
2003-08-19 |
Alexandre Julliard | We need to ignore STATUS_OBJECT_TYPE_MISMATCH errors... |
tree | commitdiff |
2003-08-19 |
Mike McCormack | Implement registry key unloading. |
tree | commitdiff |
2003-08-19 |
Eric Pouech | Fixed regression in process creation (std handle inheri... |
tree | commitdiff |
2003-07-26 |
Alexandre Julliard | Implemented inter-thread SendMessageCallback. |
tree | commitdiff |
2003-07-24 |
Mike McCormack | Added a security token object in wineserver. |
tree | commitdiff |
2003-07-15 |
Francois Gouget | Spelling fixes (s/occured/occurred/ and variants). |
tree | commitdiff |
2003-07-11 |
Alexandre Julliard | Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context... |
tree | commitdiff |
2003-07-11 |
Alexandre Julliard | Implemented the SMTO_ABORTIFHUNG flag of SendMessageTim... |
tree | commitdiff |
2003-07-09 |
Alexandre Julliard | Implemented the ThreadBasicInformation case for |
tree | commitdiff |
2003-07-03 |
Alexandre Julliard | Store the hook table in the thread queue instead of... |
tree | commitdiff |
2003-07-03 |
Alexandre Julliard | One more workaround for a missing NFS lock daemon. |
tree | commitdiff |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files... |
tree | commitdiff |
2003-06-23 |
Ulrich Czekalla | - use global atoms for the format ids |
tree | commitdiff |
2003-06-23 |
Eric Pouech | In console input record queue, replace semaphore with... |
tree | commitdiff |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
tree | commitdiff |
2003-06-21 |
Alexandre Julliard | The server also needs to cope with IMAGE_SCN_CNT_UNINIT... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
2003-06-14 |
Alexandre Julliard | Make it possible to retrieve an inheritable handle... |
tree | commitdiff |
2003-06-13 |
Alexandre Julliard | Proper support for CPPFLAGS and LDFLAGS (suggested... |
tree | commitdiff |
2003-05-20 |
Eric Pouech | Implement anonymous pipes on top of named pipes. |
tree | commitdiff |
2003-05-20 |
Eric Pouech | Implemented timer related functions in ntdll and make... |
tree | commitdiff |
2003-05-15 |
Mike McCormack | - rewrite of the named pipe code |
tree | commitdiff |
2003-05-12 |
Pierre d'Herbemont | Add support for Darwin's ptrace. |
tree | commitdiff |
2003-05-11 |
Alexandre Julliard | Ignore locking failures caused by missing NFS locking... |
tree | commitdiff |
2003-05-07 |
Alexandre Julliard | Fixed typo in return value of tkill(). |
tree | commitdiff |
2003-05-06 |
Alexandre Julliard | Fixed a couple of races with exiting threads in suspend... |
tree | commitdiff |
2003-05-02 |
Alexandre Julliard | Removed no longer correct assertion. |
tree | commitdiff |
2003-04-26 |
Alexandre Julliard | Properly handle the wait4 syscall failure on kernels... |
tree | commitdiff |
2003-04-17 |
Bill Medland | Fix for client accessing a named pipe after the server... |
tree | commitdiff |
2003-04-16 |
Alexandre Julliard | Fall back to kill() if the kernel doesn't support tkill(). |
tree | commitdiff |
2003-04-13 |
Yorick Hardy | Fix for compiling on NetBSD. |
tree | commitdiff |
2003-04-04 |
Alexandre Julliard | Implemented NtQueueApcThread, and changed the server... |
tree | commitdiff |
2003-04-02 |
Alexandre Julliard | Added abs_time_t structure to the server protocol,... |
tree | commitdiff |
2003-04-02 |
Alexandre Julliard | Initialize the dummy char we send down the pipe to... |
tree | commitdiff |
2003-03-28 |
Alexandre Julliard | Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by... |
tree | commitdiff |
2003-03-26 |
Alexandre Julliard | Implemented file change notifications, based on a patch... |
tree | commitdiff |
2003-03-26 |
Alexandre Julliard | Added generic signal handling mechanism based on pipes... |
tree | commitdiff |
2003-03-22 |
Alexandre Julliard | Make a distinction between the thread Unix pid and... |
tree | commitdiff |
next |