- 04 Mar, 2005 1 commit
-
-
Steven Edwards authored
-
- 01 Mar, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 25 Feb, 2005 3 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 03 Feb, 2005 1 commit
-
-
Dmitry Timoshkov authored
-
- 14 Jan, 2005 1 commit
-
-
Eric Pouech authored
- fixed some overlapped issues in socket handling - moved kernel32.CancelIo implementation to ntdll
-
- 27 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 24 Jul, 2003 1 commit
-
-
Mike McCormack authored
-
- 09 Jul, 2003 1 commit
-
-
Alexandre Julliard authored
NtQueryInformationThread.
-
- 03 Jul, 2003 1 commit
-
-
Alexandre Julliard authored
structure, and make sure the queue is allocated when setting a hook.
-
- 23 Jun, 2003 1 commit
-
-
Ulrich Czekalla authored
- add timeout when calling XCheckTypedWindowEvent - fix broken IsClipboardFormatAvailable; it tried to do a trick with EnumClipboardFormats by making incorrect assumptions - in X11DRV_IsClipboardFormatAvailable do a quick exit if no one owns the selection - add 1 second *minimum* time lapse between XSelectionOwner calls - sync clipboard ownership between different wine processes - prevents apps from getting into wierd state where they thought they didn't own the selection but they did and as a result queried themselves for available selection data
-
- 04 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
always take 3 parameters. Implemented a number of other ntdll thread functions, and use them from the kernel ones.
-
- 02 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
routine for it that displays the relative timeout to make timeout values easier to interpret.
-
- 22 Mar, 2003 1 commit
-
-
Alexandre Julliard authored
pid for platforms that use both.
-
- 12 Mar, 2003 1 commit
-
-
Alexandre Julliard authored
given file. Plugged a couple of potential file descriptor leaks.
-
- 04 Mar, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 28 Feb, 2003 1 commit
-
-
Peter Hunnisett authored
-
- 25 Feb, 2003 1 commit
-
-
Alexandre Julliard authored
by the thread having already died when we send it a signal. Use -1 instead of 0 as invalid Unix pid value.
-
- 24 Feb, 2003 1 commit
-
-
Alexandre Julliard authored
depend on the parent pid to find the startup info.
-
- 19 Feb, 2003 1 commit
-
-
Alexandre Julliard authored
structure. Changed the poll()-related routines to deal with file descriptors instead of objects and integrated poll support into fd.c.
-
- 14 Feb, 2003 1 commit
-
-
Alexandre Julliard authored
Removed get_file_info function from object operations. Added get_device_id request to avoid abusing get_file_info.
-
- 01 Feb, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 30 Jan, 2003 1 commit
-
-
Alexandre Julliard authored
separate fd object. This will be needed for file locking.
-
- 25 Nov, 2002 1 commit
-
-
Ryan Cumming authored
-
- 29 Oct, 2002 1 commit
-
-
Alexandre Julliard authored
Split off 16-bit hook functions and re-implemented them on top of the 32-bit ones; system-wide 16-bit hooks are no longer supported at this point.
-
- 03 Oct, 2002 1 commit
-
-
Alexandre Julliard authored
instead of using void*, and removed a number of type casts.
-
- 16 Aug, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 22 Jun, 2002 1 commit
-
-
Alexandre Julliard authored
Avoid crash if thread died during timeout wakeup.
-
- 30 May, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 26 Apr, 2002 1 commit
-
-
Alexandre Julliard authored
for ssize_t. Removed a couple of no longer used portability functions. Various portability fixes in port.h.
-
- 05 Apr, 2002 1 commit
-
-
Martin Wilck authored
- make the API compatible with other types of async requests (e.g. for sockets). - remove exports of async IO related functions for DLL separation.
-
- 02 Apr, 2002 2 commits
-
-
François Gouget authored
-
Chris Morgan authored
Implement a few pthreads functions.
-
- 23 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
callback terminates.
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 09 Jan, 2002 1 commit
-
-
Martin Wilck authored
-
- 20 Dec, 2001 1 commit
-
-
Mike McCormack authored
- implement async queues
-
- 04 Dec, 2001 1 commit
-
-
Eric Pouech authored
-