- implemented passive FTP transfers (PASV, needed for firewalls)
[wine] / win32 /
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardUse getpagesize() instead of VIRTUAL_GetPageSize().
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-02  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-12-02  Andreas MohrAdded a --winver nt40 hint to VxD error message.
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-11-29  Kees SchoenmakersAdded HASP device stub.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-28  Alexandre JulliardMoved EnumPortsA to dlls/winspool.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Andreas MohrImplemented TerminateApp needed for DBase 5.0.
2000-11-25  Alexandre JulliardFixed GetLargestConsoleWindowSize return type for Winel...
2000-11-12  Alexandre JulliardThe debugger "Auto" registry value should be a string.
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  Guy L. AlbertelliNeed to get any outstanding input prior to returning...
2000-10-29  Marcus MeissnerQuieten VxDCall_VMM output.
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-22  Andreas Mohr- Print CS reg at crash MessageBox (needed for Win16...
2000-10-12  Eric PouechFixed regression for debugger startup event creation.
2000-10-12  Rein KlazesPrevent SetFileAttributeA from making directory read...
2000-10-12  Andreas MohrChanged debugger launching to auto per default.
2000-10-01  Alexandre JulliardImplemented a bunch of large integer functions in ntdll.
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-12  Andreas Mohr"implemented" GetSystemTimeAdjustment.
2000-09-02  Marcus MeissnerChange xterm mouse tracking mode to BTN_EVENT_MOUSE...
2000-08-31  Marcus MeissnerReplaced USER32.DLL use by hardcoded tables for VkKeySc...
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-26  Alexandre JulliardRemoved calls to ConvertToGlobalHandle and MakeCritical...
2000-08-18  Chris MorganStubbed SetConsoleInputExeNameA/W.
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-09  Alexandre JulliardMake PDB, ENVDB and STARTUPINFO global variables.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-09  Alexandre JulliardMoved struct32.c to windows directory.
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-06-25  Eric PouechFixed bad exception handler chain termination.
2000-06-24  Eric PouechA few missing console stubs.
2000-06-12  Juergen SchmiedImplementation for PrivateExtractIcons, PrivateExtractI...
2000-06-10  Alexandre JulliardRewrote codepage support to use the new codepage tables.
2000-06-08  Alexandre JulliardRemoved a few unnecessary includes.
2000-06-07  Ulrich WeigandDon't call MessageBoxA before USER is initialized.
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-30  Ulrich CzekallaAdd stub for SetConsoleOutputCP.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-24  Francois GougetSorted out a few misplaced definitions.
2000-05-03  Alexandre JulliardFixed COORD structure definition.
2000-04-30  Eric PouechInsure we always try to launch a debugger.
2000-04-29  Eric PouechFixed GetLargestConsoleWindowSize prototype.
2000-04-16  Rein KlazesSetLocalTime() and SetSystemTime() bugfixes. Added...
2000-04-13  Eric PouechAdded launching of a debugger when unhandled exception...
2000-04-08  Andreas MohrAdded PeekNamedPipe stub.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-04  Ian SchmidtImplemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-26  Hidenori TakeshimaFixes for i18n.
2000-03-24  Alexandre JulliardMoved FatalAppExit functions to win32/except.c.
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-07  Alexandre JulliardBetter implementation of inline functions SetLastError and
2000-02-27  Uwe BonnesGetComputerNameA(): added parameter check like Win95...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-26  Patrik StridvallFixed some debug message crashes.
2000-02-20  Marcus MeissnerAdded a bit magic to CONSOLE_get_input so we don't...
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Marcus MeissnerSave and restore cursor in WriteConsoleOutputA.
2000-02-03  Ove KaavenHandle backspace correctly.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-15  Ove KaavenFixed bad register constraint in InterlockedCompareExch...
2000-01-09  Erez VolkBetter error reporting.
1999-12-27  Alexandre JulliardCosmetics.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Ian SchmidtStubs for VMM GetDemandPageInfo function and VWin32...
1999-12-04  Erez VolkStubs for Get/SetProcessDefaultLayout.
1999-11-29  Alexandre JulliardMade GetSystemTimeAsFileTime return value more precise.
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-25  Peter GantenImplemented parts of _PageReserve() _PageCommit() _Page...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-12  Ian SchmidtImplemented VWin32 VxDCall mechanism and 2 calls.
1999-11-12  Ulrich WeigandAllow for buggy apps that call the wrong VxDCall routine.
1999-11-10  Ulrich WeigandBugfix: Exception handlers are *not* WINAPI.
1999-11-04  Ian SchmidtChanged OpenDesktop stub to Win9x behavior for QuickTime 4.
next