Sign in
goma
/
wine
/
f6848fb6825db1b1917fd56fab96a87369eb60ae
/
dlls
/
kernel32
2bdf6c7
kernel32: Don't get stuck if the debugger exits without signaling the event.
by Francois Gouget
· 18 years ago
a02ccd9
kernel32: Export RestoreLastError.
by Luis C. Busquets Pérez
· 18 years ago
5217ea7
kernel32: Do not append empty lines to the console history.
by Kirill K. Smirnov
· 18 years ago
5cb5020
kernel32/tests: Create paths after checking availability of functions.
by Paul Vriens
· 18 years ago
e90f1e3
kernel32/tests: Changed skip message.
by Paul Vriens
· 18 years ago
f74d2a8
kernel32/tests: Re-balance the curly parentheses so winapi_check can parse the file.
by Francois Gouget
· 18 years ago
1ad6abf
kernel32/tests: Fixed size to MultiByteToWideChar.
by Marcus Meissner
· 18 years ago
5266e57
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
9472e04
kernel32: Skip remainder of the time zone test if SystemTimeToTzSpecificLocalTime not present.
by Dmitry Timoshkov
· 18 years ago
ae271f2
kernel32: Fix TIME_CompTimeZoneID return type.
by Dmitry Timoshkov
· 18 years ago
a68059f
kernel32: Add more tests for time zone info.
by Dmitry Timoshkov
· 18 years ago
43adec3
kernel32: Added a number of activation context tests.
by Jacek Caban
· 18 years ago
dcbbd30
kernel32: Added FindActCtxSectionStringA implementation.
by Jacek Caban
· 18 years ago
6792a9a
ntdll: Implemented RtlFindActivationContextSectionString.
by Eric Pouech
· 18 years ago
3a71513
ntdll: Initial implementation of RtlQueryInformationActivationContext.
by Alexandre Julliard
· 18 years ago
6763742
server: Only commit SetThreadPriority if new priority is correct.
by Matt Jones
· 18 years ago
f204ed1
kernel32: Added test for bad arguments to SetThreadPriority, test for correct error value.
by Matt Jones
· 18 years ago
6c0ccbc
kernel32: Cast-qual warning fix.
by Andrew Talbot
· 18 years ago
857ff08
kernel32/tests: Add test for GetShortPathNameW.
by Anatoly Lyutin
· 18 years ago
797dd94
ntdll: Implemented handling of the per-thread activation context stack.
by Alexandre Julliard
· 18 years ago
64f6fdc
kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech).
by Alexandre Julliard
· 18 years ago
cd33692
kernel32: Always clear the I/O status block count before calling ntdll functions.
by Alexandre Julliard
· 18 years ago
fec5117
server: Merge APC processing into the select request.
by Alexandre Julliard
· 18 years ago
acb43cf
kernel32: Wait in overlapped Read/WriteFile even when no overlapped structure is passed.
by Alexandre Julliard
· 18 years ago
e59a947
kernel32: Overlapped pipe tests.
by Huw Davies
· 18 years ago
154389c
kernel32: SetNamedPipeHandleState() is a stub, so for now don't check its return value.
by Huw Davies
· 18 years ago
f289453
kernel32: Swap incorrect use of buffers.
by Huw Davies
· 18 years ago
40fb7ca
kernel32: Implemented GetTickCount64.
by Alexandre Julliard
· 18 years ago
7a6fbf2
kernel32/tests: Add a forgotten if statement.
by Paul Vriens
· 18 years ago
35edd40
kernel32/tests 2/2: Use skip for not implemented function.
by Paul Vriens
· 18 years ago
4f86b5c
kernel32/tests: Don't crash on win98.
by Paul Vriens
· 18 years ago
203bcf4
kernel32/tests: Use skip when functions are not available.
by Paul Vriens
· 18 years ago
7596e3d
kernel32: Remove superfluous casts of void pointers to other pointer types.
by Michael Stefaniuc
· 18 years ago
d40233a
kernel32/tests: Don't crash (on Vista).
by Paul Vriens
· 18 years ago
7105463
kernel32/tests: Don't crash on Vista.
by Paul Vriens
· 18 years ago
8e53a00
kernel32: Fix VxD open code for the new NtCreateFile syntax for Unix files.
by Alexandre Julliard
· 18 years ago
6310819
kernel32: Implement IO completion functions on top of the NT IoCompletion API.
by Andrey Turkin
· 18 years ago
dd49801
kernel32: Factor out all kernel32 timeout-conversion snippets to one helper functions.
by Andrey Turkin
· 18 years ago
35ef5df
kernel32: Rewrite GetOverlappedResult for the new async I/O behavior.
by Alexandre Julliard
· 18 years ago
2e5a48b
kernel: Fix clearing of memory in LocalReAlloc16(..., LMEM_ZEROMEMORY).
by Mikołaj Zalewski
· 18 years ago
db4586d
kernel32: Clear the extra memory in LocalReAlloc16(h, bigger_size, LMEM_ZEROINIT).
by Mikołaj Zalewski
· 18 years ago
545a713
kernel32: Fix some compilation warnings in 64-bit mode.
by Dmitry Timoshkov
· 18 years ago
63322db
kernel32: Store global arena base as a pointer.
by Alexandre Julliard
· 18 years ago
2835d78
kernel32: Remove the fixme about MB_USEGLYPHCHARS.
by Alexandre Julliard
· 18 years ago
ed94ca1
kernel32/tests: src[i] is a char so there is no point trying to stuff 0xcafedead into it.
by Francois Gouget
· 18 years ago
e5b1ca4
kernel32/tests: Fix a signed/unsigned int mismatch.
by Francois Gouget
· 18 years ago
3c9e7a7
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
by Dmitry Timoshkov
· 18 years ago
c28ffee
kernel32/tests: Fix a problem revealed by compilation in 64-bit mode.
by Dmitry Timoshkov
· 18 years ago
a67b689
kernel32: Fix compilation warnings in 64-bit mode.
by Dmitry Timoshkov
· 18 years ago
cc54b7d
ntdll: Avoid overflows in heap allocations. Based on a patch by Rob Shearman.
by Alexandre Julliard
· 18 years ago
5f1a234
kernel32: Fix the size of ThreadAffinityMask to match PSDK.
by Dmitry Timoshkov
· 18 years ago
b453673
kernel32: Skip modem status tests if GetModemStatus failed.
by Marcus Meissner
· 18 years ago
73cc00f
ntoskrnl.exe: Reuse the kernel32 instruction emulation support for kernel-mode drivers.
by Alexandre Julliard
· 18 years ago
e690916
kernel32: Add an overflow test for MultiByteToWideChar.
by Dmitry Timoshkov
· 18 years ago
90bafb3
kernel32: Print last error value as unsigned, printing error in hex is useless.
by Dmitry Timoshkov
· 18 years ago
8530cb0
kernel32: Check for already loaded module also for LOAD_LIBRARY_AS_DATAFILE.
by Alexandre Julliard
· 18 years ago
306d71c
kernel32: Support incrementing the module refcount in GetModuleHandleEx.
by Alexandre Julliard
· 18 years ago
59a2686
kernel32: Add a test for LoadLibraryEx(LOAD_LIBRARY_AS_DATAFILE).
by Dmitry Timoshkov
· 18 years ago
24bf661
kernel32/tests: Add tests for console codepages.
by Kirill K. Smirnov
· 18 years ago
9d74661
server: Move console codepages to the server.
by Kirill K. Smirnov
· 18 years ago
b504d05
kernel32: Fix typo in CreateActCtxA.
by Alexandre Julliard
· 18 years ago
8f45938
kernel32/tests: Add tests for console screen buffer.
by Kirill K. Smirnov
· 18 years ago
fe38693
kernel32: Set the new definition for an activation context, and implement adding/releasing references to it.
by Eric Pouech
· 18 years ago
80f41b4
kernel32: Implemented CreateActCtxA on top of CreateActCtxW.
by Eric Pouech
· 18 years ago
6604181
kernel32: Set the dll file name with the correct case to make EXECryptor happy.
by Alexandre Julliard
· 18 years ago
7919bad
kernel32: Exclude unused headers.
by Andrew Talbot
· 18 years ago
fe933b0
kernel32: Exclude unused headers.
by Andrew Talbot
· 18 years ago
072e7d0
kernel32: Exclude unused headers.
by Andrew Talbot
· 18 years ago
5965199
kernel32: Exclude unused headers.
by Andrew Talbot
· 18 years ago
3baf4db
kernel32: Disable FT_Thunk entry point when Windows version is NT.
by Alexandre Julliard
· 18 years ago
a70df44
kernel32/tests: Boundary test cases for SystemTimeToFileTime and GetDateFormat.
by Bill Medland
· 18 years ago
a22c7a6
kernel32: Constify a variable.
by Andrew Talbot
· 18 years ago
f807f2d
kernel32: Don't skip directory symlinks when looking for a specific file.
by Alexandre Julliard
· 18 years ago
f9a54eb
kernel32: Add stub for BindIoCompletionCallback.
by Louis Lenders
· 18 years ago
2bd4d6b
kernel32: Fix off by one error.
by Vitaliy Margolen
· 18 years ago
9eb0c87
kernel32/tests: Add tests for NeedCurrentDirectoryForExePath.
by Kirill K. Smirnov
· 18 years ago
fff6db6
kernel32: Add partial stub for NeedCurrentDirectoryForExePath.
by Kirill K. Smirnov
· 18 years ago
87e8204
kernel32/tests: Resource functions are not implemented on win98.
by Paul Vriens
· 18 years ago
67c26f4
kernel32/tests: GetLongPathNameW is not implemented on win98.
by Paul Vriens
· 18 years ago
c1f6501
kernel32/tests: GetComputerNameW is not implemented on win98.
by Paul Vriens
· 18 years ago
9dafa1f
kernel32/tests: CreateRemoteThread is not implemented on win98.
by Paul Vriens
· 18 years ago
2741283
kernel32: Add the directory the executable was loaded from to the module search path if the module file name doesn't contain a path.
by Rob Shearman
· 18 years ago
3684dc1
server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server.
by Alexandre Julliard
· 18 years ago
aaf477f
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
by Alexandre Julliard
· 18 years ago
8c46095
server: Implement the FSCTL_PIPE_DISCONNECT ioctl on the server side.
by Alexandre Julliard
· 18 years ago
9eaaadb
kernel32: Use the correct access rights when opening named pipes.
by Alexandre Julliard
· 18 years ago
bbbd427
kernel32: Fix non-terminated separator string.
by Chia-I Wu
· 18 years ago
ce0da3e
kernel32: Allow any amount of whitespace between the words ANSI and SCSI in /proc/scsi/scsi.
by Hans Leidekker
· 18 years ago
83cef86
kernel32: Add SYNCHRONIZE access to mailslot handles.
by Alexandre Julliard
· 18 years ago
c915215
ntdll: Use send(2) instead of write(2) for zero-byte writes to sockets.
by Alexandre Julliard
· 18 years ago
a0b2dbd
kernel32: Remove superfluous semicolons.
by Andrew Talbot
· 18 years ago
aef2edb
kernel32: Add a bit of slack to the mailslot timeout test.
by Alexandre Julliard
· 18 years ago
4e5c703
server: Make timeout status for async I/O specifiable. Fix mailslots timeout handling.
by Alexandre Julliard
· 18 years ago
0081b43
Assorted spelling and English fixes.
by Francois Gouget
· 18 years ago
2a86f34
kernel32: Added some last error tests for mailslots.
by Alexandre Julliard
· 18 years ago
bae3dc4
kernel32: Add GetCPInfo test.
by Dmitry Timoshkov
· 18 years ago
a441935
kernel32: Better default for dwActiveProcessorMask in GetSystemInfo.
by Alexandre Julliard
· 18 years ago
c4ad5ee
kernel32: Make default behavior more consistent when AeDebug key is not present.
by Alexandre Julliard
· 18 years ago
d9e8a0f
Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll.
by Francois Gouget
· 18 years ago
5de163f
kernel32/profile: Some parameter tests for GetPrivateProfileSectionA.
by Paul Vriens
· 18 years ago
Next »