winhttp: Reimplement WinHttpCrackUrl.
[wine] / dlls / ntdll /
2008-11-17  Alexandre Julliardntdll: Get rid of the unaligned_mmap wrapper.
2008-11-17  Alexandre Julliardntdll: Don't set noexec protection on builtin dlls...
2008-11-14  Alexandre Julliardntdll: Add private function to manage system virtual...
2008-11-14  Alexandre Julliardntdll: Added stubs for NtGetWriteWatch and NtResetWrite...
2008-11-13  Ken Thomasesntdll: Don't poll() on a normal file; it should never...
2008-11-11  Alexandre Julliardntdll/tests: Fixed more object manager tests on Vista.
2008-11-11  Alexandre Julliardntdll: Add support for root directory in NtCreateFile...
2008-11-11  Alexandre Julliardntdll/tests: Fix a couple of test failures on Vista.
2008-11-10  Alexandre Julliardntdll: Don't call the dll entry point for native modules.
2008-11-10  Alexandre Julliardntdll/tests: Fix the atom test on NT4.
2008-11-07  Alexandre Julliardntdll: Store correct values in the various limits on...
2008-11-06  Alexandre Julliardntdll: Do not report non-reserved memory areas as free...
2008-11-06  Alexandre Julliardntdll: Keep track of the current working set limit...
2008-11-05  Alexandre Julliardntdll,server: Fixed access checks for OpenFileMapping...
2008-11-05  Alexandre Julliardntdll/tests: Fix a couple of tests on NT4.
2008-11-05  Alexandre Julliardntdll: Don't force anonymous file mappings to always...
2008-11-05  Alexandre Julliardntdll: Store the per-page committed status in the serve...
2008-11-04  Alexandre Julliardntdll: Add a noexec flag for memory views where we...
2008-11-04  Alexandre Julliardntdll: Store the per-view flags in the high word of...
2008-11-04  Paul Bryan Robertsntdll: Avoid potential infinite loop.
2008-11-03  Alexandre Julliardntdll: Return more correct information for SystemBasicI...
2008-11-03  Alexandre Julliardntdll: Initialize the large address space before attach...
2008-11-03  Aric Stewartntdll: Fix parsing of proc file. Also correct memory...
2008-10-31  Alexandre Julliardntdll: Create a separate heap for allocating memory...
2008-10-31  Alexandre Julliardntdll: Merge HEAP_InitSubHeap and HEAP_CreateSubHeap.
2008-10-31  Lei Zhangntdll: Skip deleted files in read_directory_getdents.
2008-10-30  Alexandre Julliardkernel32: Moved the pthread emulation support to ntdll.
2008-10-29  Alexandre Julliardntdll: Store the exit code in the server in RtlExitUser...
2008-10-29  Alexandre Julliardntdll: Allocate a new virtual region for large blocks...
2008-10-29  Alexandre Julliardntdll: Add a few more tests for RtlIsDosDeviceName_U...
2008-10-29  Alexandre Julliardntdll: Simplify the RtlIsDosDeviceName_U implementation.
2008-10-28  Alexandre Julliardntdll: Ignore some system directories in NtQueryDirecto...
2008-10-28  Alexandre Julliardntdll: Use the end of the reserved area as address...
2008-10-27  Alexandre Julliardntdll: Make sure the last relocation contains some...
2008-10-24  Michael Stefaniucntdll: Don't cast void pointers to other pointer types.
2008-10-24  Andrew Talbotntdll: Sign-compare warnings fix.
2008-10-23  Aric Stewartntdll/tests: handle info behavior for vista and 2008...
2008-10-22  Aric Stewartntdll: Update behavior of ActivationContextBasicInforma...
2008-10-20  Aric Stewartntdll: Implement SystemProcessorPerformanceInformation...
2008-10-20  Paul Bryan Robertsntdll: RtlSetControlSecurityDescriptor() implementation...
2008-10-20  Francois Gougetdirent.h is a conditional include now.
2008-10-08  Austin Englishntdll: Quiet a noisy fixme.
2008-10-06  Alexandre Julliardntdll: Preserve the 2K block size returned for CDROMs.
2008-09-25  Andrey Turkinntdll: Add stubbed implementations for NtQueryEaFile...
2008-09-24  James Hawkinsntdll: Fix a couple failing tests in NT4.
2008-09-23  Paul Vrienskernel32/tests: Add a skip.
2008-09-23  Paul Vrienskernel32/tests: Add a skip.
2008-09-22  Paul Vriensntdll/tests: Show that we are skipping tests.
2008-09-22  Paul Vriensntdll/tests: Show that we are skipping tests.
2008-09-22  Paul Vriensntdll/tests: Use skip and add a FreeLibrary.
2008-09-22  Alexandre Julliardntdll/tests: Fix a few test failures on NT4.
2008-09-19  Alexandre Julliardntdll/tests: Fix a couple of tests failing on NT4.
2008-09-16  Alexandre Julliardntdll/tests: Clear the direction flag in the handler...
2008-09-16  Alexandre Julliardntdll: Hardcode the filesystem cluster size to avoid...
2008-09-11  Alexandre Julliardntdll/tests: Fix the async I/O test on Vista.
2008-09-04  Alexandre Julliardntdll: Add stubs for all the job object functions.
2008-09-04  Alexandre Julliardntdll: Implemented NtOpenProcessTokenEx and NtOpenThrea...
2008-09-04  Dmitry Timoshkovntdll: Add support for NtSetInformationProcess(ProcessE...
2008-09-03  Jeff Zaroykontdll: Add some tests for NtDeleteFile.
2008-09-03  James Hawkinsntdll: Fix a failing test in NT4.
2008-09-03  James Hawkinsntdll: Fix a few failing tests in Vista.
2008-08-27  Alexandre Julliardntdll/tests: Fix a few more failures in the info test.
2008-08-26  Alexandre Julliardntdll/tests: Handle a couple of failures on NT4.
2008-08-26  Alexandre JulliardInclude sys/filio.h to get the FIONREAD definition...
2008-08-26  Alexandre Julliardntdll/tests: Allow alternate results in the string...
2008-08-26  Alexandre Julliardntdll/tests: Allow alternate results in the info test...
2008-08-26  Alexandre Julliardntdll/tests: Allow alternate results in the env test...
2008-08-20  Michael Karcherntdll: Add sub-second resolution to NtQueryInformationFile.
2008-08-20  Gerald PfeiferAdd return statements to avoid gcc warnings.
2008-07-30  Dan Hipschmanntdll: Add support for a default timer queue.
2008-07-29  Alexandre Julliardntdll: Use the generic int 0x91 syscall on Solaris...
2008-07-28  Dan Hipschmanntdll: Fix a small timer-queue bug whereby a deleted...
2008-07-25  Dan Hipschmanntdll: Implement RtlDeleteTimer for kernel32's DeleteTi...
2008-07-25  Dan Hipschmanntdll: Implement RtlUpdateTimer for kernel32's ChangeTi...
2008-07-25  Dan Hipschmanntdll: Implement the timer queue thread.
2008-07-25  John Reiserntdll: Tell valgrind to load the .pdb debugging info...
2008-07-25  John Reiserntdll: When tracking allocated blocks, RtlDestroyHeap...
2008-07-23  Dan Hipschmanntdll: Implement RtlCreateTimer for kernel32's CreateTi...
2008-07-22  Dan Hipschmanntdll: Implement [Rtl]Create/DeleteTimerQueue[Ex].
2008-07-22  Lei Zhangntdll: Use our own implementation of atoi and atol.
2008-07-18  Zac Brownntdll: Remove byte reversed U+3000 (CJK space) from...
2008-07-16  Gerald Pfeiferntdll/tests: Use NTSTATUS instead of DWORD for status...
2008-07-11  Andrew Talbotntdll: Remove unneeded address-of operators from array...
2008-07-10  Alexandre Julliardntdll: Add some workarounds for Solaris signal handling...
2008-07-10  Maarten Lankhorstntdll: Use module for path to activation context.
2008-07-08  Alexandre Julliardntdll: Always restore the %gs register from the saved...
2008-07-03  Alexandre Julliardntdll: Split the signal setup into process-wide and...
2008-07-03  Alexandre Julliardexception.h: Make the RtlUnwind wrapper available separ...
2008-07-02  James Hawkinsntdll: Skip the byte swap test in win2k.
2008-07-02  Peter Oberndorferntdll: Add broken() to two test cases.
2008-07-01  Zac Brownntdll: Implement checking for control characters in...
2008-06-30  Alexandre Julliardntdll: Don't bother to check the file name against...
2008-06-30  Alexandre Julliardntdll: Only recompose Unicode on Mac OS when using...
2008-06-30  Alexandre Julliardntdll: Add some sanity checks for invalid relocation...
2008-06-26  Alexandre Julliardntdll: Force execute permission again on the stack...
2008-06-25  Zac Brownntdll/tests: Add tests for (Rtl)IsTextUnicode to verify...
2008-06-23  Jon Griffithsntdll: Implement [Rtl]InitializeCriticalSectionEx.
2008-06-20  Huw Daviesntdll: Free the correct buffer in the test.
2008-06-10  Paul Vriensntdll/tests: Free memory after use.
2008-06-10  Alexandre Julliardntdll/tests: Fix a few tests on Vista.
next