wined3d: Calling glDisableClientState() from loadVertexData() is redundant.
[wine] / dlls / ntdll /
2007-05-08  Alexandre Julliardserver: Add support for retrieving results of queued...
2007-05-08  Alexandre Julliardntdll: Support setting the CPU context on the current...
2007-05-04  Peter Oberndorferntdll: Call NtQueryAttributesFile in RtlDoesFileExists_U.
2007-05-04  Konstantin Kondratyukntdll: Correct a copy/paste mistake in NtWriteFile.
2007-05-03  Alexandre Julliardserver: Allocate the wait event for FSCTL_PIPE_WAIT...
2007-05-03  Alexandre Julliardserver: Allocate the wait event for FSCTL_PIPE_LISTEN...
2007-05-03  Alexandre Julliardserver: Infrastructure to return a wait handle for...
2007-05-03  Andrew Talbotkernel32: Constify a variable.
2007-04-30  Vitaliy Margolenntdll: Use correct full access bitmask in NtQuerySecuri...
2007-04-27  Alexey Markachevntdll: Fix mistake in Novosibirsk time zone.
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-04-23  Alexandre Julliardserver: Return a more correct fd type for anonymous...
2007-04-18  Alexandre Julliardserver: Moved the FSCTL_PIPE_LISTEN implementation...
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: Move the server part of device unmounting to...
2007-04-16  Alexandre Julliardserver: Implement the FSCTL_PIPE_DISCONNECT ioctl on...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-13  András Kovácsntdll: Add Vista version option.
2007-04-12  Vitaliy Margolenntdll: Take size of the arena from the current pointer...
2007-04-12  Dmitry Timoshkovntdll: Fix a compiler warning.
2007-04-12  Andrew Talbotntdll: Remove superfluous semicolons.
2007-04-12  Andrew Talbotntdll: Void functions should not return a value.
2007-04-12  Kai Blinntdll: Don't use settimeofday() to attempt to set the...
2007-04-10  Alexandre Julliardntdll: Store the file access and options in the fd...
2007-04-10  Alexandre Julliardserver: Explicitly shutdown closed pipes to prevent...
2007-04-10  Alexandre Julliardntdll: Determine the async read avail_mode flag from...
2007-04-10  Alexandre Julliardntdll: Simplify the async read/write code now that...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-04-09  Marcus Meissnerntdll: Remove superflous NULL checks.
2007-04-09  Alexandre Julliardntdll: Add some test cases for asynchronous I/O.
2007-04-09  Alexandre Julliardntdll: Use send(2) instead of write(2) for zero-byte...
2007-04-06  Alexandre Julliardntdll: Rely on the server to queue the final APC for...
2007-04-06  Alexandre Julliardntdll: Reimplement NtWriteFile.
2007-04-06  Alexandre Julliardntdll: Reimplement NtReadFile.
2007-04-05  Alexandre Julliardntdll: Make test for heap boundaries more strict in...
2007-04-05  Paul Vriensntdll/tests: Use GetModuleHandle and skip.
2007-04-05  Alexandre Julliardntdll: Avoid relying on the IO_STATUS_BLOCK for storing...
2007-04-05  Alexandre Julliardntdll: Avoid setting status in IO_STATUS_BLOCK until...
2007-04-05  Peter Beutnerntdll: Remove one exception test.
2007-04-04  Alexandre Julliardserver: Use the standard file descriptor signal mechani...
2007-04-04  Rob Shearmanntdll: Pass the correct value to NtClose in the tests.
2007-03-30  Louis Lendersntdll: Add NtAreMappedFilesTheSame stub.
2007-03-29  Alexandre Julliardntdll: Ignore failure to open current directory, it...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-27  Alexandre Julliardserver: Add support for queuing a user APC upon async...
2007-03-26  Alexandre Julliardserver: Always return STATUS_PENDING when an async...
2007-03-26  Gabriel Gambettantdll: Add Uruguayan Summer Time timezone.
2007-03-26  Hans Leidekkerntdll: Fully initialize the security descriptor returne...
2007-03-23  Alexandre Julliardntdll: Avoid overwriting the result of the async I...
2007-03-22  Alexandre Julliardserver: Implement the open_file method for named pipes.
2007-03-22  Alexandre Julliardserver: Implement the open_file method for mailslots.
2007-03-22  Alexandre Julliardntdll: Better support for NT path names in wine_nt_to_u...
2007-03-22  Alexandre Julliardserver: Don't enforce mailslots path format in ntdll...
2007-03-22  Alexandre Julliardserver: Don't enforce named pipes path format in ntdll...
2007-03-22  Alexandre Julliardserver: Implemented the open_file method for named...
2007-03-21  Alexandre Julliardserver: Use a standard async I/O event to signal direct...
2007-03-21  Alexandre Julliardserver: Move the signalling of the named pipe completio...
2007-03-21  Alexandre Julliardserver: Move the signalling of the completion event...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2007-03-20  Alexandre Julliardserver: Return the status from an async I/O APC call...
2007-03-20  Alexandre Julliardserver: Use the common pattern for async I/O parameters...
2007-03-17  Alexandre Julliardntdll: Remove unnecessary pointers in fstab parsing...
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-03-14  Alexandre Julliardlibwine: Pass flags to wine_utf8_wcstombs to allow...
2007-03-14  Alexandre Julliardntdll: Fixed typo in previous patch, spotted by Ken...
2007-03-14  Alexandre Julliardntdll: Add a wrapper to call the thread entry point...
2007-03-14  Alexandre Julliardntdll: Fixed some exception codes and parameters.
2007-03-14  Alexandre Julliardntdll/tests: Mask reserved bits before testing dr7.
2007-03-14  Alexandre Julliardntdll: Changed some Solaris defines so that we can...
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-13  Dmitry Timoshkovntdll: Catch the exceptions in the TLS callback like...
2007-03-12  Alexandre JulliardFixed some compilation issues on Mac OS X Leopard.
2007-03-12  Jan Zerebeckintdll: Add DebugInfo to critical sections.
2007-03-12  Dmitry Timoshkovntdll: Make the error test pass under XP.
2007-03-09  Alexandre Julliardntdll: Fixed a compiler warning for size_t/unsigned...
2007-03-09  Peter Beutnerntdll: Handle SIMD exceptions.
2007-03-09  Peter Beutnerntdll: Testcase for handling SIMD exceptions.
2007-03-07  Alexandre JulliardAdded version information for a number of dlls.
2007-03-07  Juan Langntdll: Implement NtAllocateLocallyUniqueId with server...
2007-03-05  Peter Oberndorferntdll: Make exception test not hang when creating proce...
2007-02-28  Jeff Latimerntdll: Test object attributes in NtCreateMailslotFile.
2007-02-28  Jeff Latimerntdll: Set default timeout in NtCreateMailslotFile...
2007-02-28  Jeff Latimerntdll: Check for passing a NULL handle to NtCreateMails...
2007-02-28  Jeff Latimerntdll: Framework for NtCreateMailslotFile tests.
2007-02-28  Vitaliy Margolenntdll: More error checking. Properly handle NULL ACLs.
2007-02-27  Peter Oberndorferntdll: Extend debugger tests.
2007-02-27  Peter Oberndorferntdll/tests: Add a debugger around the exceptions.
2007-02-21  Rob Shearmanserver: Add get_token_impersonation_level server call...
2007-02-16  Peter Oberndorferntdll: Add a vectored exception handling test to the...
2007-02-15  Vitaliy Margolenntdll/server: Implement NtSetSecurityObject. With tests.
2007-02-13  Alexandre Julliardntdll: Allow APCs to run while waiting for a debug...
2007-02-13  Marcus Meissnerntdll/tests: Fixed WCHAR overflow.
2007-02-13  Peter Oberndorferntdll: Test that shows RtlRaiseException with EXCEPTION...
2007-02-12  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-02-12  Francois Gougetntdll: Add prototypes to winnt.h for the SList functions.
2007-02-09  Francois Gougetntdll: Better match the PSDK types and fix the winapi_c...
2007-02-09  Francois Gougetntdll: The fourth parameter of RtlUnwind() is a pointer...
2007-02-09  Francois Gougetntdll: ZwRaiseException() is not a register function.
2007-02-09  Konstantin Kondratyukntdll: Add Omsk time zone.
next