2003-07-09 |
Dmitry Timoshkov | Fix spec entry for ZwSetTimerResolution. |
blob | commitdiff | raw |
2003-07-09 |
Alexandre Julliard | Implemented the ThreadBasicInformation case for |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Alexandre Julliard | Implemented NtRead/WriteVirtualMemory. |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Alexandre Julliard | Implemented NtDelayExecution and make Sleep call it. |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files... |
blob | commitdiff | raw | diff to current |
2003-06-16 |
<ma@technoprint.ch> | Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc... |
blob | commitdiff | raw | diff to current |
2003-06-16 |
Eric Pouech | Implemented: |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Eric Pouech | Implemented NtQueryObject and NtSetInformationObject... |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Eric Pouech | Implemented timer related functions in ntdll and make... |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Eric Pouech | Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrent... |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Eric Pouech | Implemented RtlExpandEnvironmentStrings_U and fixed... |
blob | commitdiff | raw | diff to current |
2003-05-12 |
Aric Stewart | RtlUnicodeToMultiByteSize argument is not a null termin... |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Alexandre Julliard | Removed unnecessary function link names. |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Eric Pouech | Implemented a bunch of environment related NTDLL APIs. |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Thomas Mertes | Implement RtlDuplicateUnicodeString, RtlFindCharInUnico... |
blob | commitdiff | raw | diff to current |
2003-05-01 |
Robert Shearman | - Implemented RtlAddAccessAllowedAce, RtlAddAccessDenie... |
blob | commitdiff | raw | diff to current |
2003-04-29 |
Alexandre Julliard | Implemented ntdll resource functions. |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Eric Pouech | Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers... |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Alexandre Julliard | Implemented RtlIsNameLegalDOS8Dot3 (based on a patch... |
blob | commitdiff | raw | diff to current |
2003-04-12 |
Alexandre Julliard | Implemented RtlDetermineDosPathNameType_U and RtlIsDosD... |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Thomas Mertes | Implemented RtlRandom, RtlAreAllAccessesGranted, |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Alexandre Julliard | Implemented NtQueueApcThread, and changed the server... |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Alexandre Julliard | Moved WaitForMultipleObjects to ntdll (based on a patch... |
blob | commitdiff | raw | diff to current |
2003-03-22 |
Thomas Mertes | - Implement RtlDowncaseUnicodeString, RtlUniform, iswdi... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
Eric Pouech | - implemented LdrQueryProcessModuleInformation |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Changed name of the asm version of RtlUlong/shortByteSw... |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Partially implemented LdrLock/UnlockLoaderLock. |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Alexandre Julliard | Implemented Rtl*ByteSwap() functions, based on a patch... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Jon Griffiths | Correct the agument count for RtlInitializeGenericTable(). |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Eric Pouech | - added LDR_MODULE structure to WINE_MODREF and made... |
blob | commitdiff | raw | diff to current |
2003-03-15 |
Jon Griffiths | Add RtlDowncaseUnicodeChar(), RtlEqualComputerName(), |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Eric Pouech | - implementation of LdrLoadDll out of loader/module.c |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Eric Pouech | - implementation of LdrUnloadDll out of loader/module.c |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Thomas Mertes | Implement _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,... |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Eric Pouech | - added Ldr* information to include/winternl.h |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Thomas Mertes | - Implement RtlCharToInteger, RtlExtendedMagicDivide... |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Robert Shearman | - Add some stubs. |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
blob | commitdiff | raw | diff to current |
2002-12-11 |
György 'Nog' Jeney | - Implement RtlLocalTimeToSystemTime and RtlSystemTimeT... |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Alberto Massari | Added parameters to NtXxxPort functions prototypes. |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Steve Lustbader | Assorted Win2k/WinXP stubs. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
György 'Nog' Jeney | - Move SetSystemTime, GetTimeZoneInformation and |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Robert Shearman | Implemented RtlUnicodeStringToInteger. |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Alexandre Julliard | Make sure all Zw functions whose Nt equivalent is imple... |
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 |
Alexandre Julliard | Implemented NtDuplicateObject. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Alexandre Julliard | Link all remaining dlls except kernel32 as separated... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Jon Griffiths | Implement and test rtl bitmap functions. |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Eric Pouech | Added a generic mechanism to set up hooks for dispatchi... |
blob | commitdiff | raw | diff to current |
2002-07-28 |
Ryan Cumming | Implementation of RtlGetNtVersionNumbers. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
blob | commitdiff | raw | diff to current |
2002-06-10 |
Mike McCormack | - Partially implement LdrGetDllHandle. |
blob | commitdiff | raw | diff to current |
2002-06-01 |
Alexandre Julliard | Removed some more trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-30 |
Alexandre Julliard | Added wine_server_fd_to_handle to replace FILE_DupUnixH... |
blob | commitdiff | raw | diff to current |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
blob | commitdiff | raw | diff to current |
2002-05-16 |
Alexandre Julliard | Export global argc/argv variables from libwine and... |
blob | commitdiff | raw | diff to current |
2002-05-16 |
Alexandre Julliard | Implemented strtolW/strtoulW in libwine_unicode and... |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Juergen Schmied | Corrected RtlConvertSidToUnicodeString, stub for VerSet... |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Alexandre Julliard | Export the FILE_GetUnixHandle functionality from ntdll. |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Peter Hunnisett | Add spec stub for RtlGetNtVersionNumbers. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dmitry Timoshkov | Added LdrDisableThreadCalloutsForDll. |
blob | commitdiff | raw | diff to current |
2002-01-12 |
Alexandre Julliard | Updated debug channels. |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Alexandre Julliard | Moved heap functions to ntdll. |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Alexandre Julliard | Made register and interrupt flags instead of entry... |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Alexandre Julliard | Exported CALL32_Regs from ntdll, renamed to __wine_call... |
blob | commitdiff | raw | diff to current |
2001-12-05 |
Alexandre Julliard | Removed ntdll dependency on MultiByteToWideChar/WideCha... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Alexandre Julliard | Moved most of the real-mode stuff to dlls/winedos. |
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-10-22 |
David Elliott | Implemented the wcstoul function. |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Dmitry Timoshkov | Correct .spec file parameters for msvcrt._fullpath... |
blob | commitdiff | raw | diff to current |
2001-07-14 |
Patrik Stridvall | Fixed issue found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-07-08 |
Patrik Stridvall | Fixed issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-05-08 |
Francois Gouget | Print the tid in the first column when +tid is specified. |
blob | commitdiff | raw | diff to current |
2001-04-16 |
Ove Kaaven | Implemented _wtoi and _wtol. |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Marcus Meissner | Added some stubs for functions used by newer rpcrt4... |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - Remove <string.h> from winnt.h. |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Updated debug channels. |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Gerard Patel | Added a specific debug channel for dll loading (builtin... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Alexandre Julliard | Added support for Unicode applications in winebuild. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Eric Kohl | Implemented _ultow() and export [Nt/Zw]QueryVolumeInfor... |
blob | commitdiff | raw | diff to current |
2000-12-09 |
Alexandre Julliard | Removed no longer used elfdll loader. |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Alexandre Julliard | Authors: Andrew Lewycky <andrew@transgaming.com>, Ove... |
blob | commitdiff | raw | diff to current |
2000-12-06 |
Alexandre Julliard | Build the debugger as a .so. |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Alexandre Julliard | Export the wine server functions from ntdll. |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Alexandre Julliard | Moved wsprintf functions to dlls/user. |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Alexandre Julliard | Added entry point flags -noimport, -norelay, -ret64... |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Marcus Meissner | Added pow() forward. |
blob | commitdiff | raw | diff to current |
2000-11-10 |
Dimitrie O. Paun | Use variable argument macros when compiling with gcc. |
blob | commitdiff | raw | diff to current |
2000-11-09 |
Alexandre Julliard | Added __wine_get_main_args to retrieve command-line... |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Alexandre Julliard | New debug channel mechanism allowing decentralized... |
blob | commitdiff | raw | diff to current |
2000-10-29 |
David Elliott | Added basic working stubs of new Windows 2000 API funct... |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Alexandre Julliard | Added a few more large integer functions. |
blob | commitdiff | raw | diff to current |
2000-10-01 |
Alexandre Julliard | Implemented a bunch of large integer functions in ntdll. |
blob | commitdiff | raw | diff to current |
next |