2005-03-02 |
Alexandre Julliard | Convert the process dll list to a standard list. |
tree | commitdiff |
2005-03-01 |
Alexandre Julliard | Convert the object wait queue to a standard list. |
tree | commitdiff |
2005-03-01 |
Francois Gouget | Fix a race condition in create_dir(). |
tree | commitdiff |
2005-03-01 |
Alexandre Julliard | Convert the per-process thread list to a standard list. |
tree | commitdiff |
2005-02-26 |
Alexandre Julliard | Converted the debug event queue to a standard list. |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Converted the global screen buffer list to a standard... |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Replaced the message_list structure by a standard list. |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Convert the global thread list to a standard list. |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Convert the global process list to a standard list. |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Convert the per-thread mutex list to a standard list. |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Regular files are always ready for I/O, no need to... |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Convert the APC queues to use standard lists. |
tree | commitdiff |
2005-02-24 |
Alexandre Julliard | Convert the key notifications list to a standard list. |
tree | commitdiff |
2005-02-24 |
Alexandre Julliard | Convert async I/O queues to standard lists. |
tree | commitdiff |
2005-02-22 |
Alexandre Julliard | Removed no longer used create_region function, and... |
tree | commitdiff |
2005-02-22 |
Alexandre Julliard | Allow the client rectangle to be of arbitrary size... |
tree | commitdiff |
2005-02-18 |
Krzysztof Foltman | Ensure that caret position is not reset to (0, 0) when... |
tree | commitdiff |
2005-02-11 |
Robert Shearman | - Implement AdjustTokenPrivileges, DuplicateTokenEx and |
tree | commitdiff |
2005-02-08 |
Robert Shearman | Support WaitNamedPipe timeouts. |
tree | commitdiff |
2005-02-08 |
Robert Shearman | Don't overwrite last byte of the window structure as... |
tree | commitdiff |
2005-02-03 |
Dmitry Timoshkov | Add support for winevent hooks. |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Properly compute the client area valid rects and pass... |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Fixed refcount handling (waiting clients must not incre... |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Make sure leaked objects are printed even if a file... |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Fixed potential crash in fd_dump function. |
tree | commitdiff |
2005-01-27 |
Dmitry Timoshkov | Add more tests for old style hooks and winevent hooks... |
tree | commitdiff |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
tree | commitdiff |
2005-01-11 |
Alexandre Julliard | Desktop window is repainted on WM_ERASEBKGND, it must... |
tree | commitdiff |
2005-01-04 |
Alexandre Julliard | Support mapping non page-aligned binaries for SEC_IMAGE... |
tree | commitdiff |
2004-12-15 |
Rein Klazes | A starting process must obey the STARTF_USESTDHANDLES... |
tree | commitdiff |
2004-12-13 |
Robert Shearman | Implement NtQueryTimer. |
tree | commitdiff |
2004-12-07 |
Alexandre Julliard | Moved update region handling to the server. |
tree | commitdiff |
2004-12-06 |
Eric Pouech | Another round of const correctness fixes. |
tree | commitdiff |
2004-12-02 |
Peter Chapman | Fix up several inline assembler blocks so that they... |
tree | commitdiff |
2004-12-02 |
Eric Pouech | - moved event, semaphore, mutex implementation from... |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-29 |
Alexandre Julliard | Converted the timer list to use standard list functions. |
tree | commitdiff |
2004-10-27 |
Dmitry Timoshkov | Take into account window visibility when searching... |
tree | commitdiff |
2004-10-27 |
Alexandre Julliard | Added is_window_visible function. |
tree | commitdiff |
2004-10-27 |
Alexandre Julliard | Added fallback syscalls for epoll functions. |
tree | commitdiff |
2004-10-19 |
Bill Medland | Added a version option to the wineserver. |
tree | commitdiff |
2004-10-14 |
Vincent Béron | Create the necessary functions for wineserver contexts... |
tree | commitdiff |
2004-09-23 |
Alexandre Julliard | Added support for epoll() as an alternative to poll... |
tree | commitdiff |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-09-20 |
Alexandre Julliard | Moved timeout processing to a separate function. |
tree | commitdiff |
2004-09-17 |
Alexandre Julliard | Don't bother to return partial region data in get_windo... |
tree | commitdiff |
2004-09-09 |
Alexandre Julliard | Take care to not close the file handle if there are... |
tree | commitdiff |
2004-09-08 |
Alexandre Julliard | Converted the timeout list to use the standard list... |
tree | commitdiff |
2004-09-08 |
Alexandre Julliard | Added xor_region, fixed rect_in_region. |
tree | commitdiff |
2004-09-08 |
Eric Pouech | - ctrl-c enabling flag is now inherited |
tree | commitdiff |
2004-09-07 |
Alexandre Julliard | Make sure to run through the poll loop once before... |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Added rect_in_region function. |
tree | commitdiff |
2004-08-23 |
Ulrich Czekalla | The clipboard owner can be set by the thread that has... |
tree | commitdiff |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
tree | commitdiff |
2004-08-17 |
Eric Pouech | - better support for non-blocking COMM and socket read... |
tree | commitdiff |
2004-07-20 |
Alexandre Julliard | Moved the WindowFromPoint functionality to the server... |
tree | commitdiff |
2004-07-16 |
Alexandre Julliard | Pass the environment for a child process through the... |
tree | commitdiff |
2004-07-15 |
Mike McCormack | Fix a double free in the named pipe code. |
tree | commitdiff |
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 |
next |