crypt32: Add more tests for opening a data message for encoding.
[wine] / dlls / ntdll /
2007-07-05  Julio E. Gonzalez Pntdll: Add PYT and PYST time zones.
2007-07-04  Alexandre Julliardntdll: Add check for null pointer in NtQuerySystemInfor...
2007-07-02  Michael Stefaniucntdll: Fix missing unlock on error path. Found by Smatch.
2007-06-29  Alexandre Julliardntdll: Don't print traces from async I/O callbacks.
2007-06-28  Andrew Talbotntdll: Constify some variables.
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-06-25  Alexandre Julliardntdll: Use the standard exception handling for vm86...
2007-06-19  Alexandre Julliardntdll: Improved the stub behavior of NtQuerySystemInfor...
2007-06-15  Alexandre Julliardntdll: Implemented reading of the CDROM TOC on Mac OS.
2007-06-11  Francois Gougetntdll: Improve the prototypes Win64 compatibility by...
2007-06-08  Andrey Turkinntdll: Stub and document IoCompletion APIs.
2007-06-06  Alexandre Julliardserver: Add support for system processes, that can...
2007-06-04  Alexandre Julliardntdll: Get rid of the num_async_io counter in the TEB.
2007-06-04  Alexandre Julliardserver: Remove the extra apc_arg parameter now that...
2007-06-04  Alexandre Julliardntdll: Queue an intermediate user APC routine to free...
2007-06-01  Alexandre Julliardntdll: Preserve errno across system calls done in the...
2007-05-31  Alexandre Julliardntdll: Report end of file instead of broken pipe on...
2007-05-29  Francois Gougetntdll/tests: Remove an inappropriate const qualifier.
2007-05-23  Marcus Meissnerntdll: Initialize pointers to NULL (Coverity).
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-05-23  Dmitry Timoshkovwinternl.h: Make the fields of the PROCESS_BASIC_INFORM...
2007-05-23  Peter Oberndorferntdll: Fix up instruction pointer in context inside...
2007-05-22  Alexandre JulliardFix a couple of overflowing heap allocations revealed...
2007-05-22  Alexandre Julliardntdll: Avoid overflows in heap allocations. Based on...
2007-05-21  Vitaliy Margolenntdll: Implement RtlWriteRegistryValue and forward...
2007-05-21  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-05-18  Alexandre Julliardntdll: Setup the shared user data structure at 0x7ffe0000.
2007-05-16  Alexandre Julliardntdll: Implemented LdrAddRefDll.
2007-05-16  Alexandre Julliardntdll: Reimplement LdrGetDllHandle to use the same...
2007-05-16  Erez Volkntdll: Added IDT Timezone (Israel daylight savings...
2007-05-15  Andrew Talbotntdll: Exclude unused headers.
2007-05-11  Peter Oberndorferntdll: Use correct prototype for thread function.
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...
next