Save a disk file's drive type in the server object.
[wine] / files / dos_fs.c
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-21  Andreas MohrCosmetics.
2001-10-14  Eric PouechPass security attributes for DOSFS creation.
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
2001-09-19  Andreas MohrUpdates and error message improvements.
2001-09-14  Francois GougetFix the error returned by GetLongPathNameA.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
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-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-25  Marcus MeissnerDon't just assume everything is a Dos Device, or mirc...
2001-04-20  Dominik StrasserAllow illegal handles in FindClose.
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
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-01-17  Alexandre JulliardFixed typo in wine_get_unix_file_name().
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-27  Lawson WhitneyAllow an application to open a dos device ending with...
2000-12-15  Huw D M DaviesSpelling fix.
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-10-23  Marcus MeissnerIf we have a drive pointing to /, we must not remove...
2000-10-22  Joerg MayerReduce the number of warnings about missing initializers.
2000-10-19  Andreas MohrSkip directory symlinks in DOSFS_FindNextEx.
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-13  Mike McCormackMoved comm.c into kernel32.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-07  Andreas MohrDOSFS_MatchLong ignored several things about file mask...
2000-09-07  Mike McCormackAdded serial port object to the server.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-18  Stefan LeichterFixed return value of CDROM_GetLabel if CDROM_Open...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-01  Alexandre JulliardMoved MulDiv() and VGA routines out of GDI.
2000-06-25  Dave HawkesIf whitespace or dots are appended to the end of any...
2000-06-15  Uwe BonnesGetFullPathName: get "drive" value too for absolute...
2000-06-01  Juergen SchmiedImplemented FindFirstFileEx, cleaned old implementation up.
2000-05-19  Uwe BonnesDOSFS_DoGetFullPathName: terminate string weh called...
2000-05-12  Uwe BonnesGetFullPathname: add missing termination to the string.
2000-04-29  Dimitrie O. PaunRemoved some HEAP_xalloc calls.
2000-04-28  Uwe BonnesDOSFS_DoGetFullPathName: rewrite to return results...
2000-04-06  Uwe BonnesGetShortPathName: always erase characters at the end...
2000-04-04  Alexandre JulliardAdded a per-drive FailReadOnly flag, and removed the...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-28  Alexandre JulliardIgnore trailing spaces in DOSFS_ToDosFCBFormat.
2000-03-26  Stefan LeichterDOSFS_ToDosFCBFormat: fail if extension longer than...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-02-27  Uwe BonnesGetFullPathName fixes.
2000-02-26  Patrik StridvallFixed some debug message crashes.
2000-02-20  Petr TomasekGetLongPathName rewrite.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-09  Francois GougetDOSFS_DoGetFullPathName would underflow (p would get...
1999-12-12  Peter GantenFixed GetShortPathNameA.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-10-31  Patrik StridvallFixed documentation.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-09-27  Peter GantenFix for VFAT_IOCTL_READDIR_BOTH.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-06  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Andreas MohrIgnore trailing dots on file names.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Robert W HallMake DOSFS_MatchLong match a search string ending in...
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-14  Peter GantenBetter implementation of GetShortPathNameA/W.
1999-03-14  Michael McCormackBasic support for WIN32 serial communications API.
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-31  Alexandre JulliardChanged DOS extended error handling to be based on...
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-03  Juergen SchmiedBugfix for trailing slashes, repetition of '/' or ...
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Alexandre JulliardCleaned up and removed some no longer used code.
1998-12-30  Alexandre JulliardReimplemented Read/WriteFile to use server file descrip...
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.
1998-12-15  Juergen SchmiedBugfix: GetFullPathName sets lpFilePart only when the...
1998-12-07  Alexander LarssonReverted previous patch.
1998-12-02  Alexander LarssonOpening a file in a directory which doesn't exist returns
1998-11-22  Juergen SchmiedFixes error handling (SetLastError() and return value).
1998-10-21  Marcus MeissnerDefineDosDevice stub added.
1998-10-11  Andreas MohrSmall fix.
1998-10-11  Alexander LarssonGetLongPathName32A() returns dos format long filename...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
next