kernel32: Added IdnToAscii implementation.
[wine] / dlls / kernel32 / sync.c
2012-03-12  Alexandre Julliardkernel32: Implement the memory resource notification...
2012-03-08  André Hentschelkernel32: Make Sleep hotpatchable.
2011-12-07  Pierre Schweitzerkernel32: Fix memory leak.
2011-09-27  Bernhard Loosserver: Store sharing state for named pipes.
2011-08-22  Bernhard Looskernel32: Create(Named)Pipe uses an nonalertable io...
2010-09-23  Peter Oberndorferkernel32: Fix WaitForMultipleObjectsEx for handles...
2010-06-29  Austin Englishkernel32: Add stub for QueryMemoryResourceNotification.
2010-02-24  Andrey Turkinkernel32: Use TEB-based buffer in CreateMutexExA.
2010-01-18  Alexandre Julliardntdll: Fix the NtCreateEvent prototype.
2009-11-16  Stefan Leichterkernel32: Added stub for CreateMemoryResourceNotification.
2009-10-27  Alexandre Julliardkernel32: Make GetQueuedCompletionStatus return failure...
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit synchronization functions...
2009-06-15  Alexandre Julliardkernel32: Add appropriate stdcall decorations to assemb...
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2009-03-03  Alexandre Julliardkernel32: Fix the last error code for timeout in GetQue...
2009-01-23  Nikolay Sivovkernel32: Added DeleteTimerQueue.
2008-12-08  Alexandre Julliardinclude: Implemented inline asm functions for x86_64...
2008-11-11  Alexandre Julliardkernel32: Implemented the Ex variants of CreateEvent...
2008-09-11  Alexandre Julliardkernel32: Added implementation for UnregisterWaitEx.
2008-09-04  Alexandre Julliardkernel32: Implemented the wrapper functions for job...
2008-08-18  Rob Shearmankernel32: Fix a typo in the leadin check in WaitNamedPipeW.
2008-07-25  Dan Hipschmanntdll: Implement RtlDeleteTimer for kernel32's DeleteTi...
2008-07-25  Dan Hipschmanntdll: Implement RtlUpdateTimer for kernel32's ChangeTi...
2008-07-23  Dan Hipschmanntdll: Implement RtlCreateTimer for kernel32's CreateTi...
2008-07-22  Dan Hipschmanntdll: Implement [Rtl]Create/DeleteTimerQueue[Ex].
2008-07-22  Dan Hipschmankernel32: Add a stub for ChangeTimerQueueTimer.
2008-06-23  Jon Griffithsntdll: Implement [Rtl]InitializeCriticalSectionEx.
2008-05-21  Alexandre Julliardkernel32: Waitable timer names are case sensitive.
2008-05-21  Alexandre Julliardkernel32: Semaphore names are case sensitive.
2008-05-21  Alexandre Julliardkernel32: Event names are case sensitive.
2008-05-21  Alexandre Julliardkernel32: Mutex names are case sensitive.
2008-03-18  Austin Englishkernel32: Spelling fixes.
2008-01-07  Rob Shearmankernel32: Implement RegisterWaitForSingleObjectEx.
2008-01-02  Rob Shearmankernel32: Implement RegisterWaitForSingleObject and...
2007-12-21  Andrey Turkinntdll: Implement BindIoCompletionCallback.
2007-12-18  Rico Schüllerkernel32: Fix typo.
2007-09-28  Andrey Turkinkernel32: Pass completion value to ntdll layer.
2007-07-16  Alexandre Julliardkernel32: Always clear the I/O status block count befor...
2007-07-12  Huw Davieskernel32: SetNamedPipeHandleState() is a stub, so for...
2007-07-12  Huw Davieskernel32: Swap incorrect use of buffers.
2007-06-08  Andrey Turkinkernel32: Implement IO completion functions on top...
2007-06-08  Andrey Turkinkernel32: Factor out all kernel32 timeout-conversion...
2007-05-23  Dmitry Timoshkovkernel32: Fix compilation warnings in 64-bit mode.
2007-05-01  Louis Lenderskernel32: Add stub for BindIoCompletionCallback.
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardkernel32: Use the correct access rights when opening...
2007-04-10  Alexandre Julliardkernel32: Add SYNCHRONIZE access to mailslot handles.
2007-03-23  Alexandre Julliardkernel32: Fixed timeout calculation in WaitNamedPipe.
2007-03-17  Andrew Talbotkernel32: Replace inline static with static inline.
2007-03-05  Rob Shearmankernel32: Implement CallNamedPipeW.
2006-11-01  Alexandre Julliardkernel32: Moved PeekNamedPipe implementation to ntdll.
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.