2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
blob | commitdiff | raw |
2003-09-15 |
Mike McCormack | Declare mailslot functions. |
blob | commitdiff | raw | diff to current |
2003-09-12 |
Kevin Groeneveld | Add missing wReserved1 member to DCB structure definition. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Eric Pouech | Added a few missing definitions. |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dimitrie O. Paun | Use angle brackets (<>) rather than quotes ("") for... |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Alexandre Julliard | Allocate DebugInfo field for all critical sections... |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dimitrie O. Paun | Consolidate all kernel power management functions. |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Martin Fuchs | Fixed GetFileEttributesEx define. |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Pierre d'Herbemont | Make the PowerPC interlocked assembler code volatile. |
blob | commitdiff | raw | diff to current |
2003-07-21 |
Jon Griffiths | Add GetSystemWindowsDirectory, GetCurrentHwProfile. |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Dmitry Timoshkov | Use inline versions of APIs only internally in Wine. |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Marcus Meissner | PowerPC inline versions of the interlocked functions. |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Alexandre Julliard | Moved the EnumResource* functions to the kernel dll... |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Alexandre Julliard | Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI... |
blob | commitdiff | raw | diff to current |
2003-03-30 |
Jukka Heinonen | Add prototype for GetCompressedFileSize. Move some... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Alexandre Julliard | Implemented file locking functions (partly based on... |
blob | commitdiff | raw | diff to current |
2003-02-26 |
Mike Hearn | Implemented GlobalMemoryStatusEx(). |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Robert Shearman | - Add some stubs. |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dimitrie O. Paun | Rename __WINE__ to __WINESRC__. |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Alexandre Julliard | Removed a few more #ifdef __WINE__. |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Francois Gouget | Declare LocalDiscard and GlobalDiscard (used by kernel... |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Alexandre Julliard | Implemented the Fiber* functions (with the help of... |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Andreas Mohr | - actually use PLUID |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Alexandre Julliard | Avoid casts between LARGE_INTEGER and FILETIME. |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Alexandre Julliard | Authors: Greg Turner <gmturner007@ameritech.net>, Ove... |
blob | commitdiff | raw | diff to current |
2002-11-30 |
Francois Gouget | Added declaration for SignalObjectAndWait. |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Steve Lustbader | Provide stubs for DnsHostnameToComputerNameA/W. |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Francois Gouget | Added SwitchToThread. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Steve Lustbader | Stubs for CreateTimerQueue and DeleteTimerQueueEx. |
blob | commitdiff | raw | diff to current |
2002-11-19 |
Dimitrie O. Paun | Added definition for PeekNamedPipe |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Ryan Cumming | Implemented GetFileSizeEx (based on a patch by Steve... |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Martin Wilck | - Allow setting NetBIOS ComputerName through registry. |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
blob | commitdiff | raw | diff to current |
2002-10-07 |
Steve Lustbader | Provide stubs for Create/DeleteTimerQueueTimer. |
blob | commitdiff | raw | diff to current |
2002-10-01 |
Patrik Stridvall | Added a GNU C implementation of some of the DECLSPEC_... |
blob | commitdiff | raw | diff to current |
2002-09-21 |
Dmitry Timoshkov | Correct SIZE_T size according to MS SDK. |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Juraj Hercek | - fixed typo error in CMYK definition (COLOREF -> COLORREF) |
blob | commitdiff | raw | diff to current |
2002-09-11 |
Andriy Palamarchuk | Implemented buffer management functions, a couple of... |
blob | commitdiff | raw | diff to current |
2002-08-03 |
Juergen Schmied | - Fixed possible loss of data with given overlapped... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
blob | commitdiff | raw | diff to current |
2002-06-14 |
Aric Stewart | Added GetCurrentHwProfileA. |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Warren Turkal | More stream definitions. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-30 |
Vincent Béron | - Fixed GetSystemTimeAdjustment prototype and added... |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Alexandre Julliard | Moved WORDS_BIGENDIAN macros to basetsd.h. |
blob | commitdiff | raw | diff to current |
2002-05-28 |
Warren Turkal | Added structures and some constants for stream handling. |
blob | commitdiff | raw | diff to current |
2002-05-24 |
Vincent Béron | Partial implementation of VerifyVersionInfo{A,W}. |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Francois Gouget | Include winerror.h if in Winelib mode. |
blob | commitdiff | raw | diff to current |
2002-05-19 |
Vincent Béron | Correct implementation of VerSetConditionMask. |
blob | commitdiff | raw | diff to current |
2002-05-17 |
Alexandre Julliard | A few fixes for mingw cross-compilation. |
blob | commitdiff | raw | diff to current |
2002-05-11 |
Eric Pouech | Fixed FlushInstructionCache prototype. |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Martin Wilck | Implemented overlapped WSARecvFrom(), WSASendTo(), and |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Huw D M Davies | Added ImpersonateLoggedOnUser stub. |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Geoffrey Hausheer | Added test for thread functions. |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Chris Morgan | Implement OpenThread() winapi call. |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Andriy Palamarchuk | Added declaration of the DisconnectNamedPipe call. |
blob | commitdiff | raw | diff to current |
2002-03-19 |
Francois Gouget | Small fixes. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Eric Pouech | New XP debugging APIs: implemented DebugActiveProcessStop, |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dmitry Timoshkov | Added GetComputerNameEx[AW] semi-stub. |
blob | commitdiff | raw | diff to current |
2001-12-26 |
Dmitry Timoshkov | Fix definition of BY_HANDLE_FILE_INFORMATION structure. |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Alexandre Julliard | Moved heap functions to ntdll. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Dmitry Timoshkov | Fixed packing and layout of many system structures. |
blob | commitdiff | raw | diff to current |
2001-10-23 |
Eric Pouech | Moved/added some console definitions. |
blob | commitdiff | raw | diff to current |
2001-10-15 |
Francois Gouget | Add INVALID_ATOM and MAXINTATOM to winbase.h. |
blob | commitdiff | raw | diff to current |
2001-10-12 |
Alexandre Julliard | Moved MAKEINTATOM to winbase.h and added Unicode version. |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Francois Gouget | Move the RT_XXX macros to winuser.h. |
blob | commitdiff | raw | diff to current |
2001-10-09 |
Francois Gouget | Remove non windows macros. |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Francois Gouget | Move WINDEBUGINFO from winbase.h to winbase16.h and... |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Francois Gouget | Move the ERR_XXX macros from winbase.h to error.c. |
blob | commitdiff | raw | diff to current |
2001-10-05 |
Stefan Leichter | Added defines for resource types RT_MESSAGETABLE, RT_VE... |
blob | commitdiff | raw | diff to current |
2001-09-25 |
Ove Kaaven | Added some named pipe definitions. |
blob | commitdiff | raw | diff to current |
2001-09-21 |
Mike McCormack | Declare DeviceIoControl. |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Francois Gouget | Fix the definition of structs NUMBERFMT* and CURRENCYFMT*. |
blob | commitdiff | raw | diff to current |
2001-08-22 |
Mike McCormack | Added stub for CancelIo. |
blob | commitdiff | raw | diff to current |
2001-08-17 |
Alexandre Julliard | Made the Interlocked*Pointer functions static inline... |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Alexandre Julliard | Added names to standard critical sections (suggested... |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Alexandre Julliard | Implemented _CheckNotSysLevel. |
blob | commitdiff | raw | diff to current |
2001-08-09 |
Alexandre Julliard | Added Interlocked*Pointer functions. |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Marcus Meissner | SetCommConfig has 3 arguments, not 2. |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Patrik Stridvall | - Moved comm related protoypes to the correct .h file. |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Mike McCormack | Start implementing named pipes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Mike McCormack | Declare stubs for ReadFileEx, WriteFileEx. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Fixed GetCommConfig number of arguments. |
blob | commitdiff | raw | diff to current |
2001-05-11 |
Francois Gouget | Removed some more obsolete 32 suffixes. |
blob | commitdiff | raw | diff to current |
2001-03-13 |
James Juran | Added stub for SetThreadExecutionState (new function... |
blob | commitdiff | raw | diff to current |
2001-03-10 |
Francois Gouget | Added CreateRemoteThread. |
blob | commitdiff | raw | diff to current |
2001-02-12 |
Francois Gouget | Change the callback declarations to a safer format. |
blob | commitdiff | raw | diff to current |
2001-01-21 |
Francois Gouget | Added missing pointer type declarations (usually Pxxx). |
blob | commitdiff | raw | diff to current |
2001-01-18 |
Francois Gouget | Added 3 missing FS_xxx macros. |
blob | commitdiff | raw | diff to current |
2001-01-07 |
Mike McCormack | Implemented HasOverlappedCompleted macro. |
blob | commitdiff | raw | diff to current |
2001-01-04 |
François Gouget | Moved the function pointer types to their rightful... |
blob | commitdiff | raw | diff to current |
2001-01-03 |
Jon Griffiths | Added InitializeCriticalSectionAndSpinCount prototype. |
blob | commitdiff | raw | diff to current |
2000-12-15 |
François Gouget | Needs to include windef.h. |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Alexandre Julliard | Use the DRIVE_* API constants instead of the DRIVETYPE... |
blob | commitdiff | raw | diff to current |
next |