schannel: Use FIELD_OFFSET instead of offsetof.
[wine] / dlls / kernel32 /
2007-05-29  Francois Gougetkernel32/tests: src[i] is a char so there is no point...
2007-05-29  Francois Gougetkernel32/tests: Fix a signed/unsigned int mismatch.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-24  Dmitry Timoshkovkernel32/tests: Fix a problem revealed by compilation...
2007-05-23  Dmitry Timoshkovkernel32: Fix compilation warnings in 64-bit mode.
2007-05-22  Alexandre Julliardntdll: Avoid overflows in heap allocations. Based on...
2007-05-21  Dmitry Timoshkovkernel32: Fix the size of ThreadAffinityMask to match...
2007-05-21  Marcus Meissnerkernel32: Skip modem status tests if GetModemStatus...
2007-05-18  Alexandre Julliardntoskrnl.exe: Reuse the kernel32 instruction emulation...
2007-05-18  Dmitry Timoshkovkernel32: Add an overflow test for MultiByteToWideChar.
2007-05-18  Dmitry Timoshkovkernel32: Print last error value as unsigned, printing...
2007-05-16  Alexandre Julliardkernel32: Check for already loaded module also for...
2007-05-16  Alexandre Julliardkernel32: Support incrementing the module refcount...
2007-05-16  Dmitry Timoshkovkernel32: Add a test for LoadLibraryEx(LOAD_LIBRARY_AS_...
2007-05-11  Kirill K. Smirnovkernel32/tests: Add tests for console codepages.
2007-05-11  Kirill K. Smirnovserver: Move console codepages to the server.
2007-05-11  Alexandre Julliardkernel32: Fix typo in CreateActCtxA.
2007-05-10  Kirill K. Smirnovkernel32/tests: Add tests for console screen buffer.
2007-05-09  Eric Pouechkernel32: Set the new definition for an activation...
2007-05-09  Eric Pouechkernel32: Implemented CreateActCtxA on top of CreateAct...
2007-05-08  Alexandre Julliardkernel32: Set the dll file name with the correct case...
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-05-07  Alexandre Julliardkernel32: Disable FT_Thunk entry point when Windows...
2007-05-04  Bill Medlandkernel32/tests: Boundary test cases for SystemTimeToFil...
2007-05-03  Andrew Talbotkernel32: Constify a variable.
2007-05-01  Alexandre Julliardkernel32: Don't skip directory symlinks when looking...
2007-05-01  Louis Lenderskernel32: Add stub for BindIoCompletionCallback.
2007-04-30  Vitaliy Margolenkernel32: Fix off by one error.
2007-04-27  Kirill K. Smirnovkernel32/tests: Add tests for NeedCurrentDirectoryForEx...
2007-04-27  Kirill K. Smirnovkernel32: Add partial stub for NeedCurrentDirectoryForE...
2007-04-26  Paul Vrienskernel32/tests: Resource functions are not implemented...
2007-04-25  Paul Vrienskernel32/tests: GetLongPathNameW is not implemented...
2007-04-25  Paul Vrienskernel32/tests: GetComputerNameW is not implemented...
2007-04-25  Paul Vrienskernel32/tests: CreateRemoteThread is not implemented...
2007-04-25  Rob Shearmankernel32: Add the directory the executable was loaded...
2007-04-17  Alexandre Julliardserver: Move the FSCTL_PIPE_WAIT ioctl implementation...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardserver: Implement the FSCTL_PIPE_DISCONNECT ioctl on...
2007-04-16  Alexandre Julliardkernel32: Use the correct access rights when opening...
2007-04-16  Chia-I Wukernel32: Fix non-terminated separator string.
2007-04-12  Hans Leidekkerkernel32: Allow any amount of whitespace between the...
2007-04-10  Alexandre Julliardkernel32: Add SYNCHRONIZE access to mailslot handles.
2007-04-09  Alexandre Julliardntdll: Use send(2) instead of write(2) for zero-byte...
2007-04-09  Andrew Talbotkernel32: Remove superfluous semicolons.
2007-04-06  Alexandre Julliardkernel32: Add a bit of slack to the mailslot timeout...
2007-04-03  Alexandre Julliardserver: Make timeout status for async I/O specifiable...
2007-04-03  Francois GougetAssorted spelling and English fixes.
2007-04-02  Alexandre Julliardkernel32: Added some last error tests for mailslots.
2007-04-02  Dmitry Timoshkovkernel32: Add GetCPInfo test.
2007-03-30  Alexandre Julliardkernel32: Better default for dwActiveProcessorMask...
2007-03-30  Alexandre Julliardkernel32: Make default behavior more consistent when...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-28  Paul Vrienskernel32/profile: Some parameter tests for GetPrivatePr...
2007-03-28  Paul Vrienskernel32/profile: Add a few NULL checks (Coverity).
2007-03-28  Paul Vrienskernel32/profile: Move GetPrivateProfileSectionA to...
2007-03-28  Paul Vrienskernel32/profile: Rename a test.
2007-03-26  Alexandre Julliardkernel32: Don't use the reserved argument of the APC...
2007-03-23  Alexandre Julliardkernel32: Fixed timeout calculation in WaitNamedPipe.
2007-03-23  Louis Lenderskernel32: Add stub for AttachConsole.
2007-03-22  Louis Lenderskernel32: Print a fixme only once.
2007-03-21  Andrew Talbotkernel32/tests: Replace inline static with static inline.
2007-03-21  Paul Vrienskernel32/tests: Use skip.
2007-03-17  Andrew Talbotkernel32: Replace inline static with static inline.
2007-03-17  Detlef Riekenbergkernel32/tests: DuplicateTokenEx is not present on...
2007-03-16  Rob Shearmankernel32: Fix several failing GetComputerNameA/W tests...
2007-03-15  Fabian Bielerkernel32: GlobalMemoryStatusEx: always report at least...
2007-03-15  Fabian Bielerkernel32: GlobalMemoryStatusEx: return the size of...
2007-03-15  Fabian Bielerkernel32: GlobalMemoryStatusEx: memory usage reported...
2007-03-14  Huw Davieskernel32: Fix GetPrivateProfileSectionNamesA when the...
2007-03-14  Alexandre Julliardlibwine: Pass flags to wine_utf8_wcstombs to allow...
2007-03-13  Mikołaj Zalewskikernel32: Fix LANGID for Korean resource.
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-12  Jan Zerebeckikernel32: Add DebugInfo to critical sections.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-12  Paul Vrienskernel32/tests: Use skip.
2007-03-09  Alasdair Sinclairkernel32: Fix GetComputerNameA to not count trailing...
2007-03-08  Alexandre Julliardkernel32: Implemented GetSystemInfo() for Solaris.
2007-03-08  Alexandre Julliardkernel32: Fixed DosDateTimeToFileTime behavior when...
2007-03-08  Alexandre Julliardkernel32: Add missing limits.h include.
2007-03-07  Konstantin Kondratyukkernel32: Allow to execute .cmd files.
2007-03-07  Rob Shearmankernel32: Add tests for ImpersonateNamedPipeClient.
2007-03-06  Detlef Riekenbergserialui: Fix return type for CommConfigDialog.
2007-03-05  Rob Shearmankernel32: Implement CallNamedPipeW.
2007-03-05  Jason Edmeadeskernel32/tests: Show wrong behaviour with current direc...
2007-02-27  Aric Stewartkernel32: Allow for non base-10 int values in ini file.
2007-02-27  Detlef Riekenbergkernel32: Remove duplicate code (use serialui instead).
2007-02-23  Rob Shearmankernel32: Fix crash in dns_gethostbyname.
2007-02-21  Rob Shearmankernel32: Fix an off-by-one error in GetComputerNameExA/W.
2007-02-20  Detlef Riekenbergkernel32: Display correct parameters in comm traces.
2007-02-20  Rob Shearmankernel32: Don't run the CreateRemoteThread tests if...
2007-02-19  Stefan Dösingerkernel32: Add a CheckRemoteDebuggerPresent stub.
2007-02-19  Hans Leidekkerkernel32: Add a stub implementation for FindFirstVolume...
2007-02-16  Rob Shearmankernel32: Fix the GetComputerName* functions to not...
2007-02-09  Marcus Meissnerkernel32/tests: Fixed several uninitialized variables.
2007-02-09  Marcus Meissnerkernel32: Remove CloseHandle call.
2007-02-06  Misha Koshelevkernel32: CreateThread returns NULL on error, not INVAL...
2007-02-06  Francois GougetAdd missing '\n's in traces.
next