server: Use thr_kill2 syscall to signal threads on FreeBSD.
[wine] / dlls /
2007-08-23  Stefan Leichterobjsel: Remove 'recursive registry key delete' function.
2007-08-23  Stefan Leichterole32: Remove 'recursive registry key delete' function.
2007-08-23  Rob Shearmanshlwapi: Fix UrlCombineW for absolute URLs without...
2007-08-23  Rob Shearmanwinex11.drv: Don't activate the systray window when...
2007-08-23  Detlef Riekenbergwinspool: Strings can be NULL in AddPrinterDriverExA.
2007-08-23  Mikolaj Zalewskiadvapi32: Obtain the process id locally.
2007-08-23  Mikolaj Zalewskiadvapi32: Return an error if we try to start an already...
2007-08-23  Stefan Dösingerwined3d: Fake occlusion queries if the wrong context...
2007-08-23  Stefan Dösingerwined3d: Deal with multithreading in event queries.
2007-08-23  Stefan Dösingerwined3d: Refuse to ReleaseDC the wrong DC.
2007-08-23  Stefan Dösingerwined3d: Refuse to lock locked surfaces.
2007-08-23  Stefan Dösingerwined3d: Fall back to drawStridedSlow if fog coords...
2007-08-23  Lei Zhanggphoto2.ds: Add preview button and ability to disable...
2007-08-23  Misha Koshelevwininet: Send INTERNET_STATUS_HANDLE_CLOSING when objec...
2007-08-23  Misha Koshelevwininet: Separate connection closing from object destru...
2007-08-23  Misha Koshelevwininet: Rename WININET_object_destructor to a more...
2007-08-23  Alexandre Julliardwinex11: Get rid of get_context_from_GLXContext.
2007-08-23  Alexandre Julliardwinex11: Properly update the hdc in the GL context.
2007-08-23  Mikolaj Zalewskimsvcrt: Test and fix _mbsinc/_mbsninc.
2007-08-23  Mikolaj Zalewskimsvcrt: Don't test codepage 20932.
2007-08-23  Mikolaj Zalewskimsvcrt: Test and fix _mbccpy, _mbsncpy and _mbsnbcpy.
2007-08-23  James Hawkinsadvpack: Formalize the SESSION struct.
2007-08-23  James Hawkinscabinet: Formalize the SESSION struct.
2007-08-23  Andrew Talbotrsaenh: Constify some variables.
2007-08-23  Stefan Leichteroleaut32: Remove 'recursive registry key delete' function.
2007-08-23  Stefan Leichterquartz: Remove 'recursive registry key delete' function.
2007-08-23  Detlef Riekenbergwinspool: Add always the Win9x and the NT printerdriver.
2007-08-23  Roderick Colenbranderwgl: Fix wglGetCurrentReadDCARB bugs.
2007-08-23  Juan Langcrypt32: Implement CryptVerifyMessageSignature.
2007-08-23  Juan Langcrypt32: Test and correct verifying the signature of...
2007-08-23  Juan Langadvapi32: Add more tests for CryptVerifySignatureW...
2007-08-23  Maarten Lankhorstdsound: Transparantly fall back to software mode if...
2007-08-23  Huw Daviesgdi32: Quote the printer name prior to passing it to...
2007-08-23  Paul Vriensatl: Replace SHDeleteKeyW with RegDeleteTreeW and get...
2007-08-22  Alexandre Julliardgdi32: Fix a few more places that use the wrong get...
2007-08-22  Juan Langcrypt32: Test encoding a signed message with a valid...
2007-08-22  Juan Langcrypt32: Explicitly terminate loop when a matching...
2007-08-22  Juan Langcrypt32: Only free allocated handles.
2007-08-22  Juan Langcrypt32: Test and implement CryptGetMessageSignerCount.
2007-08-22  Juan Langcrypt32: Implement CryptGetMessageCertificates.
2007-08-22  Juan Langcrypt32: Trace encoding and decoding public keys on...
2007-08-22  Alexandre Julliardntdll: Flesh out the stub for IOCTL_STORAGE_GET_DEVICE_...
2007-08-22  Alexandre Julliarduser32: Thread-local hooks need a module if they don...
2007-08-22  Alexandre Julliardcabinet: Use the correct create disposition in fdi_open.
2007-08-22  Alexandre Julliardcabinet: Use the proper fcntl defines in the FDI_OPEN...
2007-08-22  James Hawkinscabinet: Formalize the SESSION struct and add more...
2007-08-22  H. Verbeetwined3d: Attach the correct surface the the fbo.
2007-08-22  H. Verbeetwined3d: Restore a line that got lost.
2007-08-22  Dmitry Timoshkovntdll: Reimplement TIME_GetBias using new time zone...
2007-08-22  Maarten Lankhorstdsound: Move assignment of DSBCAPS_LOC to primary buffe...
2007-08-22  Paul Vriensntdll/tests: Fix typos.
2007-08-22  Paul Vriensgdi32: Fix possible NULL pointer dereference (Coverity).
2007-08-22  Paul Vriensgdi32: Fix possible NULL pointer dereference (Coverity).
2007-08-22  Misha Koshelevwininet: Fix reference count on internet handle for...
2007-08-22  Misha Koshelevwininet: Don't send INTERNET_STATUS_HANDLE_CLOSING...
2007-08-22  Andrew Talbotrpcrt4: Constify some variables.
2007-08-21  Juan Langcrypt32: Implement verifying a decoded signed message...
2007-08-21  Juan Langcrypt32: Test and implement getting the computed hash...
2007-08-21  Juan Langcrypt32: Update a hash message's hash handles when...
2007-08-21  Juan Langcrypt32: Move signed message data functions together.
2007-08-21  Juan Langcrypt32: Make constructing handles a member of signed...
2007-08-21  Juan Langcrypt32: Use a helper function to allocate signer handles.
2007-08-21  Juan Langcrypt32: Don't keep an unneeded copy of the crypto...
2007-08-21  Juan Langcrypt32: Separate construction of signer handles from...
2007-08-21  Juan Langcrypt32: Add a helper function to construct a signer...
2007-08-21  Juan Langcrypt32: Add helper function to update signed message...
2007-08-21  Juan Langcrypt32: Make more functions members of signed message...
2007-08-21  Juan Langcrypt32: Make updating a hash a member of signed messag...
2007-08-21  Juan Langcrypt32: Make a helper function to a free a signed...
2007-08-21  Juan Langcrypt32: Use signed message data type for decoded signe...
2007-08-21  Juan Langcrypt32: Make a signed message data type.
2007-08-21  Juan Langcrypt32: Implement verifying the hash of a decoded...
2007-08-21  Juan Langcrypt32: Add a couple tests that show you can't get...
2007-08-21  Juan Langcrypt32: Add a mostly stub control function for decode...
2007-08-21  Juan Langcrypt32: Add a default message control function pointer.
2007-08-21  Juan Langcrypt32: Add tests for CryptMsgControl.
2007-08-21  Juan Langcrypt32: Test an encoded signed message with a cert...
2007-08-21  Vitaliy Margolendinput: Fix compile with old input.h that missing input...
2007-08-21  Dmitry Timoshkovkernel32: Restore check for StandardDate.wMonth being 0.
2007-08-21  Dmitry Timoshkovmsvcrt: Restore error handling code in localtime.
2007-08-21  Roderick Colenbranderwined3d: Fix a null pointer dereference.
2007-08-21  Paul Vrienswined3d/vertexdeclaration: Return when out of memory...
2007-08-21  Paul Vriensdnsapi/tests: No need to dynamically load dnsapi anymore.
2007-08-21  Paul Vrienskernel32/tests: Skip some not implemented functions...
2007-08-21  Paul Vriensmsi/tests: Be verbose when GetProcAddress fails.
2007-08-21  Damjan Jovanovicsetupapi: Use NtDeleteKey instead of an invalid RegDele...
2007-08-21  Alexandre Julliardwinex11: Update the wm hints also when mapping a previo...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-08-21  Stefan Dösingerwined3d: Implement range based fog and advertize it...
2007-08-21  Stefan Dösingerwined3d: fogstart == fogend means full fog.
2007-08-21  Stefan Dösingerd3d9: Some caps fixes.
2007-08-21  Paul Vriensntdll/tests: Use skip instead of trace.
2007-08-21  Paul Vriensntdll/tests: Do GetModuleHandle only once and add a...
2007-08-21  Mikolaj Zalewskimsvcrt: Test that some functions depends on locale...
2007-08-21  Mikolaj Zalewskimsvcrt: Test and fix _mbclen/_mbslen.
2007-08-21  Mikolaj Zalewskimsvcrt: Test and fix _mbsnextc.
2007-08-21  Mikolaj Zalewskimsvcrt: Implement _ismbblead/_ismbbtrail using _mbctype...
2007-08-21  Mikolaj Zalewskimsvcrt: Fill _mbctype table in _setmbcp.
2007-08-21  Alexandre Julliarddsound: Fix a compiler warning.
2007-08-21  Mikolaj Zalewskisetupapi: If needed create directories for fake dlls.
next