Remove support for 'file', 'name', and 'mode' in .spec files.
[wine] / files /
2002-09-12  Martin WilckFix the behavior of GetOverlappedResult() and WSAGetOve...
2002-09-12  Michael BeachFixed buffer size in DIR_TryModulePath for Win32 modules.
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-27  Alexandre JulliardFixed permission check when renaming a directory (based...
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-03  Juergen Schmied- Fixed possible loss of data with given overlapped...
2002-07-31  Eric PouechMade the calls to (Read|Write)Console through a functio...
2002-07-31  Rafael KitoverChanged dos_handles to store dups of stdio/out/err...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-20  Rein KlazesRepair SetLastError in FindNextFileA.
2002-07-19  Mike McCormackFirst go at reading directories on public SMB shares.
2002-07-16  Andreas MohrFixed uninitialized HKEYs.
2002-07-10  Alexandre JulliardFixed handling of drives with "/" path (thanks to Marcu...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-07-02  Alexandre JulliardFixed warnings.
2002-07-01  Mike McCormackReturn the correct length when getting a complete secti...
2002-06-21  Alexandre JulliardFixed regression caused by previous change.
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-20  Alexandre JulliardMake sure that DRIVE_FindDriveRoot always returns an...
2002-06-05  Alexandre JulliardCheck access rights before renaming or deleting files...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-30  Vincent Béron- Fixed GetSystemTimeAdjustment prototype and added...
2002-05-28  Jason EdmeadesSilence fixme in unnecessary situation, add missing...
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-19  Steven EdwardsAdd check for <sys/ioctl.h>.
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-11  Andreas MohrMake PROFILE_GetString account for default value in...
2002-05-09  Juergen SchmiedUse long names, not 8.3 names in environment.
2002-05-08  Michael WetherellFix handling of unix absolute paths in DOSFS_GetFullNam...
2002-05-05  Jason EdmeadesEnsure correct full path returned when GetFullPathName...
2002-05-05  Mike McCormackImplement NetBIOS resolution for UNC pathnames.
2002-05-04  Marcus MeissnerFindClose: protect the GlobalLock for pagefaults too.
2002-05-01  Rizsanyi ZsoltImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi...
2002-04-26  Martin WilckFixed some bugs in my recently submitted patch series.
2002-04-25  Martin WilckFixed ReadFile() semantics when reading asynchronously...
2002-04-25  Martin WilckImplemented overlapped WSARecvFrom(), WSASendTo(), and
2002-04-23  Martin WilckAvoid segfault with overlapped WriteFile() calls.
2002-04-22  Eric PouechAlways close fd when reading super block.
2002-04-17  Martin WilckGetOverlappedResult: Return ERROR_IO_INCOMPLETE if...
2002-04-14  Martin Wilck- Need a "cleanup" method.
2002-04-11  Stefan LeichterCompile fixes for gcc 2.7.2.3.
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-02  Alexandre JulliardMake GetFullPathName fail if input path name is empty.
2002-03-29  Francois GougetFix SetFileAttributes to honor the umask (rather than...
2002-03-23  Patrik StridvallFixed some issues found by winapi_check.
2002-03-23  Alexandre JulliardExport the FILE_GetUnixHandle functionality from ntdll.
2002-03-19  Gerald PfeiferAdd missing #includes for FreeBSD and Solaris.
2002-03-12  Mike McCormackBegin to make wine an SMB client.
2002-03-11  Mike McCormackSet an overlapped hEvent before calling any APCs.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrImplemented "App Paths" registry key support for Search...
2002-02-27  Andreas MohrFixed overflow and signed/unsigned behaviour.
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-22  Gerhard W. GruberMoveFileEx now enters the files in the registry when...
2002-02-12  Jukka HeinonenAdded missing break statement.
2002-02-05  Gerhard GruberWritePrivateProfileSection should allow to create dupli...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2002-01-29  Aric StewartGetDiskFreeSpace needs to set the last error on failure.
2002-01-21  Marcus MeissnerHandle section==NULL (error) in WritePrivateProfileStringA.
2002-01-21  Alexandre JulliardFixed function prototype that confused winapi_extract.
2002-01-18  Dmitry TimoshkovFix return value of GetWindowsDirectoryA/W and GetSyste...
2002-01-13  Eric PouechChanged the Wine internal cdrom interface to the NT...
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2002-01-07  Martin WilckAdd server side support for async IO on files.
2002-01-07  Mike McCormack- Attempt write before going overlapped in Writefile.
2002-01-07  Mike McCormackImplement CancelIo properly.
2002-01-04  Mehmet YasarDo not save empty sections names.
2002-01-01  Mike McCormackSet an overlapped's hEvent for ReadFile/WriteFile in...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-21  Mike McCormackDon't return from overlapped ReadFile on EAGAIN and...
2001-12-20  Mike McCormack- move async activation into the server
2001-12-19  Mike McCormackImplemented timed-out non-overlapped ReadFile.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-06  François GougetFix the #include order for config.h.
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...
next