1999-05-22 |
Ulrich Weigand | Set %ebx to point to real 16-bit stack in CBClientThunkSL. |
tree | commitdiff |
1999-05-22 |
Juergen Schmied | Some stubs for pccard vxd to debug the native shell32. |
tree | commitdiff |
1999-05-17 |
Ulrich Weigand | Bugfix: FT_PrologPrime was broken due to relay changes. |
tree | commitdiff |
1999-05-14 |
Alexandre Julliard | Fixed a few bugs, and improved the exception macros... |
tree | commitdiff |
1999-05-13 |
Alexandre Julliard | Adapted for new register functions support (ESP_reg... |
tree | commitdiff |
1999-05-13 |
Alexandre Julliard | VxDCall functions do not need to be 'register'. |
tree | commitdiff |
1999-05-12 |
Alexandre Julliard | Added macros and definitions for using exception inside... |
tree | commitdiff |
1999-05-12 |
Alexandre Julliard | Moved some exception definitions to winnt.h and ntddk.h. |
tree | commitdiff |
1999-05-09 |
Alexandre Julliard | Fixed request size for alloc_console and free_console. |
tree | commitdiff |
1999-05-09 |
Alexandre Julliard | Improved exception handling. |
tree | commitdiff |
1999-05-08 |
Marcus Meissner | Ignore ESC[%dc reports generated by 8bit control codes. |
tree | commitdiff |
1999-05-04 |
Andreas Mohr | GetMailslotInfo is supposed to check for pointer validity. |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-05-01 |
Juergen Schmied | Fixed typo. |
tree | commitdiff |
1999-04-19 |
Marcus Meissner | Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit... |
tree | commitdiff |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
tree | commitdiff |
1999-04-03 |
Eric Pouech | Added (empty) stub for OpenVxDHandle. |
tree | commitdiff |
1999-04-01 |
Ulrich Weigand | Implemented PROCESS_CallUserSignalProc(). |
tree | commitdiff |
1999-03-28 |
Steffen Moeller | SetFileAttributesA: "implemented" setting of directory... |
tree | commitdiff |
1999-03-28 |
Andreas Mohr | Added CreateIoCompletionPort stub. |
tree | commitdiff |
1999-03-25 |
David Luyer | Changed "strings.h" to "string.h". |
tree | commitdiff |
1999-03-17 |
Marcus Meissner | Fixed some warnings. removed some unneccessary includes... |
tree | commitdiff |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
tree | commitdiff |
1999-03-13 |
Peter Ganten | Change GetStartupInfoA/W to return the real StartupInfo. |
tree | commitdiff |
1999-03-13 |
Ulrich Weigand | Implemented UTRegister and UTUnRegister. |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | CLIENT_WaitReply: don't clear last error on success... |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | Use server handles directly for Win32 handles. Removed... |
tree | commitdiff |
1999-02-28 |
Ulrich Weigand | GetBinaryType[AW] moved to loader/module.c, modified... |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-19 |
Huw D M Davies | Fixed a few broken includes. |
tree | commitdiff |
1999-02-19 |
Ian Schmidt | Partial stub implementation of undocumented KERNEL... |
tree | commitdiff |
1999-02-19 |
Marcus Meissner | Removed a lot of occurences of windows.h (and added... |
tree | commitdiff |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
tree | commitdiff |
1999-02-14 |
Alexandre Julliard | Removed CONSOLE_Ops. |
tree | commitdiff |
1999-02-13 |
Andreas Mohr | Adds a warning message if permissions not sufficient. |
tree | commitdiff |
1999-02-12 |
Juergen Schmied | Small fixes to compile with the headers (mostly nt... |
tree | commitdiff |
1999-02-09 |
Zygo Blaxell | wine_openpty is not properly declared (either missing... |
tree | commitdiff |
1999-02-05 |
Marcus Meissner | Continued hack to win32/console.c, so that the IDA... |
tree | commitdiff |
1999-01-31 |
Alexandre Julliard | Added input queue to server-side console object, |
tree | commitdiff |
1999-01-30 |
Alexandre Julliard | Berend Reitsma <berend at asset-control.com> |
tree | commitdiff |
1999-01-26 |
Marcus Meissner | Do not endlessly loop in CONSOLE_get_input after EOF. |
tree | commitdiff |
1999-01-20 |
Marcus Meissner | Win32 console needs SYNCHRONIZE access. |
tree | commitdiff |
1999-01-19 |
Alexandre Julliard | Hacked server-side device support |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
tree | commitdiff |
1999-01-03 |
Marcus Meissner | 0 means success, all else failure for WaitForSingleObject. |
tree | commitdiff |
1999-01-03 |
Juergen Schmied | Moved ADVAPI32 files to dlls/advapi32. |
tree | commitdiff |
1999-01-03 |
Alexandre Julliard | Implemented file sharing checks in the server. |
tree | commitdiff |
1999-01-01 |
Alexandre Julliard | Cleaned up and removed some no longer used code. |
tree | commitdiff |
1998-12-31 |
Alexandre Julliard | Removed client-side wait functions; all waiting is... |
tree | commitdiff |
1998-12-30 |
Alexandre Julliard | Hacks to support server-side console. Should be redone... |
tree | commitdiff |
1998-12-30 |
Alexandre Julliard | Reimplemented Read/WriteFile to use server file descrip... |
tree | commitdiff |
1998-12-24 |
Peter Hunnisett | CreateFile32A was only allowing console opens on CONIN... |
tree | commitdiff |
1998-12-24 |
Jean-Claude Cote | Implemented the GetBinaryType API function. |
tree | commitdiff |
1998-12-24 |
Rein Klazes | Fix small problem in GetTimeZoneInformation(). |
tree | commitdiff |
1998-12-18 |
Juergen Schmied | Stubs for WaitNamedPipe[A|W]. |
tree | commitdiff |
1998-12-14 |
Marcus Meissner | Made async IO (SIGIO) stuff from WINSOCK generic useable. |
tree | commitdiff |
1998-12-14 |
Marcus Meissner | (ReadConsole32A): small and stupid bug fixed |
tree | commitdiff |
1998-12-11 |
Marcus Meissner | Two debug messages clarified, one useless prototype... |
tree | commitdiff |
1998-12-11 |
Andreas Mohr | Fixed a bunch of compiler warnings. |
tree | commitdiff |
1998-12-10 |
Alexandre Julliard | Authors: Francis Beaudet <francis@macadamian.com>,... |
tree | commitdiff |
1998-12-09 |
Marcus Meissner | Enhanced Win32 Console (XTERM) |
tree | commitdiff |
1998-11-30 |
Juergen Schmied | Stubs for EnumServiceStatus32, small changes. |
tree | commitdiff |
1998-11-25 |
Ulrich Weigand | Implemented (most) VWin32.VxD DeviceIoControl routines. |
tree | commitdiff |
1998-11-24 |
Ulrich Weigand | Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return. |
tree | commitdiff |
1998-11-14 |
Rein Klazes | Added implementations for InterlockedExchangeAdd() and |
tree | commitdiff |
1998-11-14 |
Huw D M Davies | Fixes a few of the many compiler warnings. |
tree | commitdiff |
1998-11-14 |
Juergen Schmied | Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W, |
tree | commitdiff |
1998-11-08 |
James Sutherland | More complete implementation of the SetCtrlHandler... |
tree | commitdiff |
1998-11-07 |
Marcus Meissner | monodebg.vxd used by some Origin programs implemented. |
tree | commitdiff |
1998-11-06 |
Uwe Bonnes | The API for WideCharToMultiByte says that the src-strin... |
tree | commitdiff |
1998-11-01 |
Marcus Meissner | Fixed small off by one error in GetComputerName32W... |
tree | commitdiff |
1998-11-01 |
Marcus Meissner | Added stubs for user32,advapi32 functions. |
tree | commitdiff |
1998-10-24 |
Uwe Bonnes | File sharing fixes. |
tree | commitdiff |
1998-10-23 |
Juergen Schmied | New stub RegisterTaskList. |
tree | commitdiff |
1998-10-15 |
Juergen Schmied | New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW, |
tree | commitdiff |
1998-10-11 |
Ulrich Weigand | Implemented new PE DLL initalization code, trying to... |
tree | commitdiff |
1998-10-11 |
Ulrich Weigand | Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_B... |
tree | commitdiff |
1998-10-11 |
Patrik Stridvall | Removed things that were earlier added by mistake. |
tree | commitdiff |
1998-10-11 |
Marcus Meissner | Added bad hacks so WriteConsoleOutput works on vt100... |
tree | commitdiff |
1998-10-04 |
Alexandre Julliard | Initial revision |
tree | commitdiff |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
tree | commitdiff |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
tree | commitdiff |
1998-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
tree | commitdiff |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
tree | commitdiff |
1998-07-26 |
Alexandre Julliard | Release 980726 wine-980726 |
tree | commitdiff |
1998-07-12 |
Alexandre Julliard | Release 980712 wine-980712 |
tree | commitdiff |
1998-06-28 |
Alexandre Julliard | Release 980628 wine-980628 |
tree | commitdiff |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
tree | commitdiff |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
tree | commitdiff |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
tree | commitdiff |
1998-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
tree | commitdiff |
1998-04-13 |
Alexandre Julliard | Release 980413 wine-980413 |
tree | commitdiff |
1998-03-29 |
Alexandre Julliard | Release 980329 wine-980329 |
tree | commitdiff |
1998-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
tree | commitdiff |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
tree | commitdiff |
1998-02-15 |
Alexandre Julliard | Release 980215 wine-980215 |
tree | commitdiff |
1998-02-01 |
Alexandre Julliard | Release 980201 wine-980201 |
tree | commitdiff |
1998-01-18 |
Alexandre Julliard | Release 980118 wine-980118 |
tree | commitdiff |
1998-01-04 |
Alexandre Julliard | Release 980104 wine-980104 |
tree | commitdiff |
next |