For global classes, GetClassInfo now returns a handle to USER.
[wine] / files /
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-10-21  Andreas MohrCosmetics.
2001-10-17  Mike McCormackSeparate code to overlapped timeouts into FILE_GetTimeout.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Eric PouechPass security attributes for DOSFS creation.
2001-10-10  Mike McCormackDo overlapped reads if and only if the file was opened...
2001-10-08  Gerard PatelGetDiskFreeSpaceEx should accept an input like "C:".
2001-10-08  Eric Pouech- fixed copy&paste bug (GENERIC_WRITE instead of GENERI...
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-10-02  Andreas MohrYet another documentation/message text patch.
2001-10-02  Uwe BonnesCheck for NULL path argument in DeleteFile.
2001-10-01  Ove KaavenMake MoveFileEx fail with ERROR_INVALID_PARAMETER ...
2001-09-25  Ove KaavenA failure to open a pipe should return INVALID_HANDLE_V...
2001-09-19  Andreas MohrUpdates and error message improvements.
2001-09-17  Francois GougetMake relative paths of [Drive] sections relative to...
2001-09-14  Francois GougetFix the error returned by GetLongPathNameA.
2001-08-28  Francois GougetReimplement PROFILE_GetSectionNames to match the NT...
2001-08-24  Bill MedlandAdded LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr...
2001-08-22  Mike McCormackAdded stub for CancelIo.
2001-08-20  Mike McCormackRead data immediately in overlapped ReadFile if possible.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Bernhard RosenkraenzerSet executable permissions when creating .exe/.com...
2001-07-20  Lionel UlmerFix 'undocumented' behaviour of GetPrivateProfileString.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-12  Mike McCormackImplement overlapped completion routines.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-10  Mike McCormackStart implementing named pipes.
2001-07-08  Mike McCormackImplement ReadFileEx and WriteFileEx (lpOverlappedCompl...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Mike McCormackDeclare stubs for ReadFileEx, WriteFileEx.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-06  Marcus MeissnerCheck for enough buffer space in PROFILE_GetSection().
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-25  Marcus MeissnerDon't just assume everything is a Dos Device, or mirc...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-05-07  Francois GougetPotential buffer overflow in PROFILE_CopyEntry.
2001-04-20  Dominik StrasserAllow illegal handles in FindClose.
2001-04-20  Andreas MohrSpelling fixes.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-03-23  Alexandre JulliardSmall dll separation fixes.
2001-03-22  Michael McCormackUse poll() on the client-side during server waits to...
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-03-05  Andreas MohrGetFileInformationByHandle() fails for pipe handles...
2001-03-03  Andreas MohrSome more message cleanups.
2001-03-01  Alexandre JulliardCreate the server pipes on the client side and transfer...
2001-02-28  Alexandre JulliardNew mechanism to transfer file descriptors from client...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-23  Alexandre JulliardAllocations do not need to be on the system heap.
2001-02-20  Rein KlazesCorrect error message in case DOSFS_OpenDevice() fails...
2001-02-16  Gerard PatelGives back the ERROR_FILE_NOT_FOUND to GetFileAttributes.
2001-02-14  Jon GriffithsSetLastError() for GetFileAttributesA.
2001-02-12  Andreas Mohr- TRACE opened registry handles
2001-02-12  Patrik StridvallDocumentation argument fixes.
2001-01-26  Andreas MohrSome more cleanups.
2001-01-22  Gerard PatelDisplay the config file location in the incorrect confi...
2001-01-17  Alexandre JulliardFixed typo in wine_get_unix_file_name().
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-12  Mike McCormackSwap lpOverlapped parameters in ReadFile and WriteFile.
2001-01-12  Chris MorganUpdated messages with new config files in mind to keep...
2001-01-11  Chris MorganRemoved some unnecessary defines after profile.c cleanup.
2001-01-10  Chris MorganRemoved use of outdated WINE_INI environment variable...
2001-01-10  Mike McCormackImplemented asynchronous ReadFile and WriteFile.
2001-01-09  Ryan CummingMake CDROM_GetLabel return 0 in the event of failure...
2001-01-09  François GougetThe last parameter of CreateFile should be 0 (aka NULL...
2001-01-05  Alexandre JulliardAvoid crashing on invalid lines during config file...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-29  Mike McCormackImplemented GetOverlappedResult.
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-27  Lawson WhitneyAllow an application to open a dos device ending with...
2000-12-24  François GougetFixed a few type clashes in preparation for the switch...
2000-12-24  Dmitry TimoshkovDefine environment variable TMP as an alias for TEMP.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-19  Dmitry TimoshkovProtect against NULL buffer in the profile functions.
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-15  Huw D M DaviesSpelling fix.
2000-12-14  Lawson WhitneyAdd strerror() to the "Could not stat" and "Invalid...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-06  Alexandre JulliardAdded automatic translation of the config file to the new
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-29  Alexandre JulliardAdded implementation of lstat to port.c.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-26  Marcus MeissnerRemoved strange checkj for !filename, so we don't get...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-10  Dimitrie O. PaunUse variable argument macros when compiling with gcc.
2000-11-04  Dimitrie O. PaunUse debugging API instead of outputing to stderr directly.
next