ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / ntdll /
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-09-08  Stefan Leichterntdll/tests: Print 64bit integers as two 32 bit integers.
2006-09-08  Detlef Riekenbergntdll: attr is never NULL inside NtCreateFile.
2006-09-08  Francois Gougetntdll: Document a Microsoft spelling mistake so we...
2006-09-07  Alexandre Julliardntdll: Added sysctl to make the signal stack per-thread...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-25  Stefan Leichterntdll: Print 64bit integers with wine_dbgstr_longlong.
2006-08-23  Mike McCormackntdll: Use RTL_CRITICAL_SECTION not CRITICAL_SECTION.
2006-08-23  Stefan Leichterntdll/tests: Print 64bit integers as two 32 bit integers.
2006-08-18  Paul Vriensntdll: Fix failing test on windows.
2006-08-15  Alexandre Julliardntdll: Default to native loadorder for the main exe...
2006-08-11  Alexandre Julliardntdll: Remove some macros and clean up the code now...
2006-08-11  Alexandre Julliardntdll: Switch linux to siginfo-style signal handling.
2006-08-07  Alexandre Julliardntdll: Get rid of the Linux legacy signal stack switching.
2006-08-07  Tijl Coosemansntdll: Cleanup signal_i386.c a bit and fix *BSD.
2006-08-07  Alexandre Julliardntdll: Fixed buffer overflow in NtQueryDirectoryFile...
2006-08-07  Tijl Coosemansntdll: Add FreeBSD default serial port device.
2006-08-04  Alexandre Julliardntdll: Fix a race condition at thread exit.
2006-08-04  Robert Shearmanntdll: Add an optimisation for NtQueryDirectoryFile...
2006-08-04  Robert Reifntdll: Fix some function arguments.
2006-07-31  Alexandre Julliardntdll: Move the calling of the process entry point...
2006-07-31  Alexandre Julliardntdll: Set initial module refcount to 1 to avoid unload...
2006-07-30  Alexandre Julliardntdll: Use the right section size when setting protections.
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
2006-07-26  Alexandre Julliardserver: Convert thread creation/exit times to the abs_t...
2006-07-26  Alexandre Julliardntdll: Renamed the NTDLL_get/from_server_timeout functi...
2006-07-25  Alexandre Julliardntdll: Avoid accessing the TEB after the memory view...
2006-07-24  Alexandre Julliardntdll: Allocate the PEB with NtAllocateVirtualMemory...
2006-07-24  Alexandre Julliardntdll: Support memory allocations inside reserved areas.
2006-07-24  Alexandre Julliardntdll: Propagate the MEM_TOP_DOWN flag into the map_vie...
2006-07-21  Alexandre Julliardntdll: Use NtAllocateVirtualMemory to allocate all...
2006-07-21  Stefan Siebertntdll: Implementation of process CreationTime and ExitTime.
2006-07-21  Alexandre Julliardntdll: Simplify the sanity checks in RtlFreeHeap and...
2006-07-21  Alexandre Julliardntdll: Set a proper HEAP_MIN_DATA_SIZE on 64-bit platforms.
2006-07-21  Alexandre Julliardntdll: Add a few more free list entries to the heap.
2006-07-19  Alexandre Julliardntdll: Null-terminate strings returned by VFAT_IOCTL_RE...
2006-07-19  Alexandre Julliardkernel: Added support for exec'ing a new Win32 process.
2006-07-19  Alexandre Julliardserver: Simplify process creation.
2006-07-17  Robert Shearmanntdll: Fix a return code from RtlVerifyVersionInfo...
2006-07-17  Robert Shearmanntdll: Fix RtlVerifyVersionInfo handling of major,...
2006-07-17  Robert Shearmanntdll: Use a common condition value for the major,...
2006-07-17  Robert Shearmanntdll: Reduce duplicated code in RtlVerifyVersionInfo...
2006-07-13  Alexandre Julliardntdll: Make sure to not unmap anything from reserved...
2006-07-13  Alexandre Julliardntdll: Use the map_view() function to allocate TEBs...
2006-07-13  Alexandre Julliardntdll: Support for arbitrary memory allocation granularity.
2006-07-13  Alexandre Julliardntdll: Moved the calling of the process entry point...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  Paul Vriensntdll/tests: Added some NULL testing.
2006-07-05  Paul Vriensntdll: Fix possible TRACE crash.
2006-06-30  Paul Vriensntdll: Fix return codes for NtCreateKey (with tests).
2006-06-27  Alexandre Julliardntdll: Faster critical sections on MacOS using Mach...
2006-06-27  Vitaliy Margolenntdll: Fix 2 failing test on native. Change Wine accord...
2006-06-26  Vijay Kiran Kamujuntdll: Add UZT timezone info.
2006-06-23  Alexandre Julliardlibwine: Added entry for sigprocmask in the pthread...
2006-06-21  Andrew Talbotntdll: Write-strings warnings fix.
2006-06-20  Dmitry Timoshkovntdll: Compile VIRTUAL_Dump only when somebody really...
2006-06-20  Alexandre Julliardntdll: Fixed tape.c compilation on Solaris.
2006-06-19  Jeremy Whitentdll: On Solaris, limits.h is required for PATH_MAX.
2006-06-19  Robert Shearmanntdll: If ObjectAttributes is NULL then an error is...
2006-06-16  Francois Gougetntdll: Use page_size instead of page_mask+1.
2006-06-14  Robert Shearmanntdll: Change the test for no relocation information...
2006-06-13  Alexandre Julliardntdll: Cast termios.c_cflag to avoid a printf format...
2006-06-13  Alexandre Julliardntdll/tests: Don't use sizeof in ok() to avoid printf...
2006-06-13  Alexandre Julliardntdll/tests: Use lstrlenA instead of strlen in ok(...
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-06-12  Alexandre Julliardntdll: Explicitly specify CDECL calling convention...
2006-06-12  Alexandre Julliardntdll: Added spec entry for NtQueryMultipleValueKey.
2006-06-09  Pierre d'Herbemontntdll: Fix NtQueryInformationThread on non x86.
2006-05-27  Eric Pouechntdll: Free TLS pointers when exiting thread.
2006-05-27  Eric Pouechntdll/kernel32: Moved GetThreadSelectorEntry to ntdll.
2006-05-27  Eric Pouechntdll/kernel32: Pipe information.
2006-05-27  Alexandre Julliardntdll: Implemented RtlPcToFileHeader.
2006-05-25  Francois Gougetntdll: Return FILE_DEVICE_CD_ROM_FILE_SYSTEM for superm...
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-24  Alexandre Julliardlibwine_unicode: Renamed is_dbcs_leadbyte to wine_is_db...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Paul Vriensntdll/tests: Don't fail if a process is not available.
2006-05-15  Francois GougetFix some winapi_check documentation warnings.
2006-05-15  Robert Shearmanserver: Retrieve the groups for a token from the server.
2006-05-15  Stefan Leichterntdll: Fix endless loop in port test for users without...
2006-05-15  Eric Pouechntdll: Fix serial timeout regression.
2006-05-10  Bernd Buschinskintdll: Stub implementation of FSCTL_LOCK_VOLUME/FSCTL_U...
2006-05-10  James Hawkinsntdll: Add initial tests for the NT Ports API.
2006-05-10  James Hawkinsntdll: Return STATUS_NOT_IMPLEMENTED for the unimplemen...
2006-05-09  Eric Pouechntdll/kernel32: EscapeCommFunction & associated IOCTLs
2006-05-09  Eric Pouechntdll/kernel32: SetupComm & SET_QUEUE_SIZE
2006-05-09  Eric Pouechntdll/kernel32: [SG]etCommTimeout, SERIAL_[GS]ET_TIMEOUT
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & IOCTL_GET_CHARS
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & IOCTL_SERIAL_GET_HANDFLOW
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & SERIAL_GET_LINE_CONTROL
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & IOCTL_GET_BAUD_RATE
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_CHARS
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_HANDFLOW
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_LINE_CONTROL
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_BAUD_RATE
2006-05-09  Marcus Meissnerntdll: Make the section with AddressOfEntryPoint in...
next