Initialize streamData and check on failure to read desired data from
[wine] / scheduler /
2002-01-07  Mike McCormackImplement CancelIo properly.
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2002-01-07  Alexandre JulliardAllocate debug_info structure at the same time as the...
2002-01-02  Alexandre JulliardFixed check_async_list calling convention.
2002-01-01  Mike McCormackSet an overlapped's hEvent for ReadFile/WriteFile in...
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-20  Mike McCormack- move async activation into the server
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Alexandre JulliardCall the 32-bit USER signal proc directly instead of...
2001-12-11  Jukka HeinonenImplemented pthread_rwlock stubs.
2001-12-04  Alexandre JulliardAdded SYNCHRONIZE access to stdio handles.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-11-06  Alexandre JulliardReturn success in CreateProcess when we started a non...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-25  Alexandre JulliardDon't keep main exe and dlls handles open when the...
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-09  Alexandre JulliardSilence the pthread_kill_other_threads_np FIXME.
2001-10-03  Aric StewartMake sure that newly allocated TLS indexes are cleared.
2001-10-03  Andreas MohrBetter fake implementation of SetThreadExecutionState.
2001-09-26  Bill MedlandPrevent calling null functions.
2001-09-20  Francois GougetFix the conversions of a command line to/from an argv...
2001-09-11  Dmitry TimoshkovBetter separate some system specific code.
2001-08-17  Alexandre JulliardMade the Interlocked*Pointer functions static inline...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-15  Alexandre JulliardImplemented _CheckNotSysLevel.
2001-08-09  Alexandre JulliardDon't create the WINEPREFIX directory if it doesn't...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-08-06  Eric PouechFixed image name value sent to server upon process...
2001-07-26  Alexandre JulliardRemoved a few unnecessary Callouts.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Patrik StridvallDocumentation fixes.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-12  Mike McCormackImplement overlapped completion routines.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-15  Bang Jun-YoungUse clone() if HAVE_CLONE is defined.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-11  Alexandre JulliardWarning fix.
2001-06-07  Alexandre JulliardSupport for specifying stack size of Winelib apps.
2001-06-06  Alexandre JulliardSet low-order bit of module handle for LOAD_LIBRARY_AS_...
2001-05-18  Alexandre JulliardRemoved THREAD_IsWin16.
2001-05-18  Marcus MeissnerEnhanced SetThreadExecutionState stub.
2001-05-09  Alexandre JulliardAllow WINESERVER to specify a relative path.
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-04-09  Dmitry TimoshkovDisplay thread id instead of %fs in relay trace.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-03-22  Michael McCormackUse poll() on the client-side during server waits to...
2001-03-22  Alexandre JulliardUse the new send_fd mechanism for the set_console_fd...
2001-03-21  Jeff GarzikAdded some inclusions of string.h where necessary.
2001-03-13  James JuranAdded stub for SetThreadExecutionState (new function...
2001-03-08  Alexandre JulliardAdded support for nested server waits (to allow waiting...
2001-03-05  Dmitry TimoshkovImplemented SetFileApisToOEM, SetFileApisToANSI and...
2001-03-03  Alexandre JulliardFixed file descriptor leak.
2001-03-01  Alexandre JulliardCreate the server pipes on the client side and transfer...
2001-02-28  Alexandre JulliardNew mechanism to transfer file descriptors from client...
2001-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-27  Alexandre JulliardMoved PTHREAD_init_done out of the #ifdef.
2001-02-23  Alexandre JulliardOnly create the system heap when we actually need it.
2001-02-21  Alexandre JulliardAdded separate server pipe to wait on blocking server...
2001-02-20  Alexandre JulliardSmall server protocol cleanups.
2001-02-16  Alexandre JulliardPass the stdin/stdout handles on startup to use as...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-13  Josh DuBoisMore verbose error messages when application load fails.
2001-01-26  Alexandre JulliardChanged wait_process and wait_debug_event requests...
2001-01-17  Josh DuBoisSERVICE_CreateServiceTable still returned TRUE if Creat...
2001-01-17  Alexandre JulliardCleaned up the various errno location tests in configure.
2001-01-15  Alexandre JulliardRemoved CALL_LARGE_STACK support.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-12  Alexandre JulliardRemoved obsolete get_req_buffer() function.
2001-01-09  François GougetSERVICE_AddObject check for NULL handles in addition to
2001-01-06  Alexandre JulliardUse the exe name and file handle we got from the server...
2001-01-06  Alexandre JulliardAdded separate queue for "system" APCs that get called...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-05  Alexandre JulliardSend the exe file handle in init_process_done request.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2001-01-03  Alexandre JulliardPass the application name also when starting a Unix...
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-24  François GougetFixed a few type clashes in preparation for the switch...
2000-12-22  Alexandre JulliardFixed copy/paste bug (thanks to Gerard Patel).
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-14  Alexandre JulliardCommented out large stack init now that thread stacks...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardUse getpagesize() instead of VIRTUAL_GetPageSize().
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-03  Alexandre JulliardDisplay an error message if loading a Winelib app faile...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardExport the wine server functions from ntdll.
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
next