server: Move socket async activation to sock_poll_event.
[wine] / dlls / ntdll /
2010-01-18  Andrew Nguyenntdll/tests: Remove obsolete commented code.
2010-01-16  Alexandre Julliardwinebuild: Output the asm relay functions as needed...
2010-01-16  Alexandre Julliardwinebuild: Rename __wine_call_from_32_regs for consiste...
2010-01-14  Andrew Nguyenntdll/tests: Add a few additional tests for wcsrchr.
2010-01-14  Andrew Nguyenntdll/tests: Add a few additional tests for wcschr.
2010-01-14  Andrew Nguyenntdll/tests: Allow native crashing code to be compiled.
2010-01-14  Andrew Nguyenntdll/tests: Make function pointer checks consistent...
2010-01-11  Paul Vriensntdll/tests: Fix a test failure on NT4.
2010-01-08  Nikolay Sivovntdll: Release buffer when it won't be referenced.
2010-01-08  Alexandre Julliardntdll: Don't require read access to the root directory...
2010-01-08  Alexandre Julliardntdll: Return a correct name also for file objects...
2010-01-08  Alexandre Julliardserver: Add support for returning the object name in...
2010-01-08  Paul Vriensntdll: Fix length parameter for NtQueryValueKey (Coccin...
2009-12-30  Alexandre Julliardntdll: Move the LDT locking functions to the i386-speci...
2009-12-30  Rob Shearmanntdll: Fix typo in RTL_ReportRegistryValue which caused...
2009-12-29  Gerald Pfeiferntdll: Avoid one warning around assert(0).
2009-12-28  Gerald Pfeiferntdll: Use #ifdef instead of #if to check for _DARWIN_F...
2009-12-17  Paul Vriensntdll/tests: Fix a memory leak (Valgrind).
2009-12-16  Paul Vriensntdll/tests: Fix a test failure on NT4/W2K.
2009-12-15  Marcus Meissnerntdll: Check for NULL attr in NtOpenKey (Coverity).
2009-12-14  Rob Shearmanntdll: Ignore the hole in the FILE_PIPE_WAIT_FOR_BUFFER...
2009-12-09  Alexandre Julliardntdll: Search the whole filesystem under the starting...
2009-12-09  Hans Leidekkerntdll/tests: Free Unicode string before reuse.
2009-12-09  Alexandre Julliardntdll/tests: Avoid size_t in traces.
2009-12-08  Huw Daviesntdll: Only free the string if the test succeeded.
2009-12-08  Hans Leidekkerntdll/tests: Fix a memory leak.
2009-12-08  Gerald Pfeiferntdll: Guard debugging code by #ifdef instead of plain...
2009-12-08  Alexandre Julliardntdll/tests: Add tests for open directories with NtCrea...
2009-12-07  Alexandre Julliardntdll: Get rid of a line break in a trace.
2009-12-07  Hans Leidekkerntdll/tests: Fix a memory leak.
2009-12-07  Huw Daviesntdll: Fix a few memory leaks in tests.
2009-12-04  Wolfram Sangntdll: Silence RtlNtStatusToDosErrorNoTeb() a bit.
2009-12-04  Alexandre Julliardntdll/tests: Fix a few test failures on Windows in...
2009-12-04  Alexandre Julliardntdll: Add stubs for RtlAddFunctionTable and RtlDeleteF...
2009-12-03  Alexandre Julliardntdll/tests: Add some tests for opening files by file id.
2009-12-03  Alexandre Julliardntdll: Add support for the FILE_OPEN_BY_FILE_ID flag...
2009-12-03  Alexandre Julliardntdll: Don't report a file id for directory entries...
2009-12-03  Alexandre Julliardntdll: Remove an unnecessary NULL pointer check.
2009-12-03  Alexandre Julliardntdll: Fix test failure on recent Windows versions.
2009-12-01  Alexandre Julliardntdll/tests: Add tests for opening files with a root...
2009-12-01  Alexandre Julliardntdll: Add support for converting file names to Unix...
2009-12-01  Alexandre Julliardntdll: Move the directory lookup part of wine_nt_to_uni...
2009-12-01  Maarten Lankhorstntdll: Silence a common warning.
2009-12-01  Henri Verbeetntdll/tests: Add some tests for FileAllInformation...
2009-12-01  Henri Verbeetntdll: Also return name information for FileAllInformation.
2009-12-01  Henri Verbeetntdll: Fix the FileAllInformation info size.
2009-11-30  Dan Kegelntdll: Implement RtlGetNtGlobalFlags(), add related...
2009-11-30  Nikolay Sivovntdll: Call DLL_PROCESS_DETACH if attaching failed.
2009-11-29  Rob Shearmanntdll: Don't read beyond the end of the array on the...
2009-11-19  Alexandre Julliardntdll: Merge the thread data and thread regs structure...
2009-11-19  Alexandre Julliardntdll: Move initialization of the debug registers to...
2009-11-19  Alexandre Julliardntdll: Moved the TEB allocation routines to the platfor...
2009-11-19  Henri Verbeetntdll/tests: Add a FileNameInformation test with filesy...
2009-11-19  Henri Verbeetntdll/tests: Disable filesystem redirection for test_fi...
2009-11-18  Alexandre Julliardntdll: Add support for the different info classes in...
2009-11-18  Alexandre Julliardntdll: Make the various directory info size functions...
2009-11-18  Alexandre Julliardntdll: Pass the NtQueryDirectoryFile info class down...
2009-11-18  Alexandre Julliardntdll: Define a generic file information structure...
2009-11-18  Alexandre Julliardntdll: Pass the full I/O status block to append_entry...
2009-11-18  Alexandre Julliardntdll: Use the common fill_stat_info function from...
2009-11-18  Alexandre Julliardntdll: Add a common function to compute file informatio...
2009-11-18  Alexandre Julliardinclude: Add some more definitions for FILE_INFORMATION...
2009-11-17  Rob Shearmanserver: Extend get_token_user server call to also retri...
2009-11-13  Detlef Riekenbergntdll/tests: GetVolumePathnameW is not present before...
2009-11-12  Henri Verbeetntdll: Fix the FileNameInformation info size.
2009-11-12  Henri Verbeetntdll/tests: Add some tests for the NtQueryInformationF...
2009-11-12  Henri Verbeetntdll: Implement the FileNameInformation class for...
2009-11-11  Alexandre Julliardntdll: Implemented RtlCaptureStackBackTrace for i386.
2009-11-11  Alexandre Julliardntdll: Moved RtlCaptureStackBackTrace stub to the cpu...
2009-11-04  Alexandre Julliardntdll: Reject VirtualAlloc blocks in NtUnmapViewOfSection.
2009-11-04  Huw Daviesntdll/tests: Fix spelling of succeeded.
2009-10-30  Austin Englishntdll: Add support for Windows 7 version.
2009-10-28  Alexandre Julliardntdll: The meaning of the flag is inverted between...
2009-10-27  Yann Droneaudntdll: Use __asm__ keyword instead of asm in signal_spa...
2009-10-26  André Hentschelntdll: Implement KeyNameInformation.
2009-10-26  André Hentschelntdll: Stub for RtlNumberGenericTableElements.
2009-10-26  Alexander Nicolays... ntdll: Add RtlGetProductInfo stub.
2009-10-22  Alexandre Julliardntdll: Add Windows directory redirections for Wow64.
2009-10-22  Alexandre Julliardntdll: Abstract the support for comparing file identities.
2009-10-22  Alexandre Julliardntdll: Move the window and system dir variables to...
2009-10-22  Alexandre Julliardntdll: Always set the I/O status information on ioctl...
2009-10-20  Charles Davisntdll: Finish implementation of DVD_ReadKey() with...
2009-10-20  Charles Davisntdll: Implement DVD_GetRegion() on both Linux and...
2009-10-20  Charles Davisntdll: Implement CDROM_ScsiGetCaps() on Mac OS.
2009-10-20  Charles Davisntdll: Partially implement CDROM_GetControl() on Mac OS.
2009-10-19  Charles Davisntdll: Implement DVD_ReadStructure() on Mac OS.
2009-10-19  Charles Davisntdll: Implement DVD_ReadKey() on Mac OS.
2009-10-19  Charles Davisntdll: Implement DVD_SendKey() on Mac OS.
2009-10-19  Charles Davisntdll: Implement DVD_EndSession() on Mac OS.
2009-10-19  Charles Davisntdll: Implement DVD_StartSession() on Mac OS.
2009-10-19  Francois Gougetntdll/tests: Fix compilation on systems that don't...
2009-10-16  Alexandre Julliardntdll: Assume leaf function when we can't find exceptio...
2009-10-15  Charles Davisntdll: Shorten an ERR message and change it to a FIXME.
2009-10-15  Charles Davisntdll: Use the parent device for everything when proces...
2009-10-14  Charles Davisntdll: Implement CDROM_RawRead() on Mac OS.
2009-10-13  Alexandre Julliardntdll: Use the exception code as exit status when no...
2009-10-13  Charles Davisntdll: Implement CDROM_ReadQChannel() on Mac OS.
2009-10-12  Dmitry Timoshkovkernel32: Implement HeapQueryInformation, add some...
2009-10-12  Andrey Turkinntdll: Run TLS callbacks in zero-sized TLS directories.
2009-10-08  Austin Englishntdll: Add a stub for NtQuerySystemEnvironmentValue.
next