1999-09-19 |
Patrik Stridvall | Added support for anonymous structs/unions on compilers... |
tree | commitdiff |
1999-09-13 |
Ulrich Weigand | Fixed last error code when trying to load unknown VxD... |
tree | commitdiff |
1999-09-04 |
Guy Albertelli | Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents. |
tree | commitdiff |
1999-08-18 |
Ulrich Weigand | Moved implementation of WOW routines to single file. |
tree | commitdiff |
1999-08-08 |
Alexandre Julliard | Fixed SetLocalTime prototype. |
tree | commitdiff |
1999-08-08 |
Alexandre Julliard | Replaced a few calls to lstr* functions by their CRTDLL... |
tree | commitdiff |
1999-08-04 |
Andreas Mohr | Implemented SetLocalTime. |
tree | commitdiff |
1999-08-04 |
Alexandre Julliard | Got rid of dsprintf and related macros. |
tree | commitdiff |
1999-08-01 |
Alexandre Julliard | Removed async I/O support. |
tree | commitdiff |
1999-08-01 |
Alexandre Julliard | Made stack manipulation macros into inline functions. |
tree | commitdiff |
1999-07-31 |
Patrik Stridvall | Fixed some of the issues reported by Solaris Lint. |
tree | commitdiff |
1999-07-31 |
Ulrich Weigand | Create VxD handle only for known VxDs. |
tree | commitdiff |
1999-07-18 |
Ulrich Weigand | Work-around for compiler bug. |
tree | commitdiff |
1999-07-15 |
Ulrich Weigand | Fixed some CONTEXT86 vs. CONTEXT mismatches. |
tree | commitdiff |
1999-07-11 |
Alexandre Julliard | Take advantage of the new registers saved in the STACK1... |
tree | commitdiff |
1999-07-10 |
Howard Abrams | Added checks for sys/errno.h, sys/signal.h and sys... |
tree | commitdiff |
1999-06-27 |
Marcus Meissner | ReadConsoleA: use ir as pointer to (req+1). |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Changed CONTEXT into CONTEXT86 everywhere we really... |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Further server optimizations: |
tree | commitdiff |
1999-06-22 |
Alexandre Julliard | Made server communication faster by using a shared... |
tree | commitdiff |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
tree | commitdiff |
1999-06-18 |
Alexandre Julliard | A few optimizations. |
tree | commitdiff |
1999-06-12 |
Patrik Stridvall | Added missing/wrong includes. |
tree | commitdiff |
1999-06-12 |
Rein Klazes | Corrected a problem in GetTimeZoneInformation() due... |
tree | commitdiff |
1999-06-11 |
Alexandre Julliard | Return console handles in alloc_console request. |
tree | commitdiff |
1999-05-29 |
Marcus Meissner | Fix <return> key (somehow we get a control keystate). |
tree | commitdiff |
1999-05-24 |
Ulrich Weigand | Use register functions with arguments for LogApiThk... |
tree | commitdiff |
1999-05-23 |
Alexandre Julliard | Use the new debug functions to send debug events at... |
tree | commitdiff |
1999-05-23 |
Alexandre Julliard | Implemented the Win32 debug API functions. |
tree | commitdiff |
1999-05-23 |
Alexandre Julliard | Converted to the new debug interface, using script... |
tree | commitdiff |
1999-05-23 |
Ulrich Weigand | Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL... |
tree | commitdiff |
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 |
next |