Sign in
goma
/
wine
/
5142150f9ca203c83db545435a9901ff1d69af45
/
files
/
dos_fs.c
566a52a
Changed isolated for loops to while loops (based on a patch by Andreas Mohr).
by Alexandre Julliard
· 24 years ago
67a7499
New set of macros for server calls; makes requests without variable
by Alexandre Julliard
· 24 years ago
61d32b4
Allocations do not need to be on the system heap.
by Alexandre Julliard
· 24 years ago
0a78857
Correct error message in case DOSFS_OpenDevice() fails on a COMx device.
by Rein Klazes
· 24 years ago
d52e1c4
Gives back the ERROR_FILE_NOT_FOUND to GetFileAttributes.
by Gerard Patel
· 24 years ago
3879b19
Fixed typo in wine_get_unix_file_name().
by Alexandre Julliard
· 24 years ago
8081e5a
Added handle_t type to server interface so that we can make handles
by Alexandre Julliard
· 24 years ago
e3178f9
Allow an application to open a dos device ending with ':'.
by Lawson Whitney
· 24 years ago
d0f8bfd
Spelling fix.
by Huw D M Davies
· 24 years ago
e4d0932
Added ASCII-only version of toupper, tolower, strcasecmp and the like
by Aric Stewart
· 24 years ago
3a0f8b7
Finished separation of shell32 and wsock32.
by Alexandre Julliard
· 24 years ago
24a62ab
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
by Alexandre Julliard
· 24 years ago
ab68797
Moved standard syslevel APIs declaration to winbase.h.
by Alexandre Julliard
· 24 years ago
7f0490e
If we have a drive pointing to /, we must not remove the final / or we
by Marcus Meissner
· 24 years ago
959d73e
Reduce the number of warnings about missing initializers.
by Joerg Mayer
· 24 years ago
220312e
Skip directory symlinks in DOSFS_FindNextEx.
by Andreas Mohr
· 24 years ago
57f05e1
Converted a few more server requests to the new mechanism.
by Alexandre Julliard
· 24 years ago
11776c1
Moved comm.c into kernel32.
by Mike McCormack
· 24 years ago
072dfb5
Removed inclusion of wine/winestring.h from winbase.h and added it to
by Alexandre Julliard
· 25 years ago
0729105
DOSFS_MatchLong ignored several things about file mask matching for
by Andreas Mohr
· 25 years ago
44b5bf5
Added serial port object to the server.
by Mike McCormack
· 25 years ago
9264300
Converted a lot of server requests to the new exception handling mechanism.
by Alexandre Julliard
· 25 years ago
eb0ab1b
Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
by Stefan Leichter
· 25 years ago
dcd247e
Moved CharUpper* and CharLower* functions to dlls/user.
by Alexandre Julliard
· 25 years ago
e101f6d
Cleaned up a few inter-dll dependencies. Added a few imports.
by Alexandre Julliard
· 25 years ago
5ab9d86
Removed some unnecessary #includes and dll dependencies.
by Alexandre Julliard
· 25 years ago
cb10fda
Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
by Alexandre Julliard
· 25 years ago
15467bf
Moved MulDiv() and VGA routines out of GDI.
by Alexandre Julliard
· 25 years ago
bb9e66e
If whitespace or dots are appended to the end of any component in a
by Dave Hawkes
· 25 years ago
594a0dc
GetFullPathName: get "drive" value too for absolute paths.
by Uwe Bonnes
· 25 years ago
2250f12
Implemented FindFirstFileEx, cleaned old implementation up.
by Juergen Schmied
· 25 years ago
ed343a2
DOSFS_DoGetFullPathName: terminate string weh called like .\\file
by Uwe Bonnes
· 25 years ago
40249c6
GetFullPathname: add missing termination to the string.
by Uwe Bonnes
· 25 years ago
abdbced
Removed some HEAP_xalloc calls.
by Dimitrie O. Paun
· 25 years ago
d3b890f
DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
by Uwe Bonnes
· 25 years ago
61f572a
GetShortPathName: always erase characters at the end of the new
by Uwe Bonnes
· 25 years ago
fbace6e
Added a per-drive FailReadOnly flag, and removed the global
by Alexandre Julliard
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
199aeba
Ignore trailing spaces in DOSFS_ToDosFCBFormat.
by Alexandre Julliard
· 25 years ago
7cc51fa
DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
by Stefan Leichter
· 25 years ago
6d77d3a
Use min/max instead of MIN/MAX.
by Francois Gouget
· 25 years ago
59b5f78
GetFullPathName fixes.
by Uwe Bonnes
· 25 years ago
422a10a
Fixed some debug message crashes.
by Patrik Stridvall
· 25 years ago
788a9f7
GetLongPathName rewrite.
by Petr Tomasek
· 25 years ago
90476d6
Moved SystemHeap allocations to the process heap.
by Alexandre Julliard
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
93d7057
DOSFS_DoGetFullPathName would underflow (p would get past the
by Francois Gouget
· 25 years ago
d580b83
Fixed GetShortPathNameA.
by Peter Ganten
· 25 years ago
dd03cc1
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
by Dimitrie O. Paun
· 25 years ago
3a9c476
Fixed documentation.
by Patrik Stridvall
· 25 years ago
9633632
- Added missing configuration #if:s and #includes:s.
by Patrik Stridvall
· 25 years ago
0bac5e9
Fix for VFAT_IOCTL_READDIR_BOTH.
by Peter Ganten
· 26 years ago
89f079b
Replaced a few calls to lstr* functions by their CRTDLL or libc equivalent.
by Alexandre Julliard
· 26 years ago
1327748
Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
by Howard Abrams
· 26 years ago
ebe29ef
Further server optimizations:
by Alexandre Julliard
· 26 years ago
08b9b4f
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
by Alexandre Julliard
· 26 years ago
06c275a
Converted to the new debugging interface (done with the help of the
by Alexandre Julliard
· 26 years ago
0c3f70d
Ignore trailing dots on file names.
by Andreas Mohr
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
9132a78
Make DOSFS_MatchLong match a search string ending in '*.' to a zero
by Robert W Hall
· 26 years ago
6b9dd2e
Lots of warning fixed, one missing WINAPI in ddraw.c added.
by Marcus Meissner
· 26 years ago
f22bea0
Better implementation of GetShortPathNameA/W.
by Peter Ganten
· 26 years ago
a848607
Basic support for WIN32 serial communications API.
by Michael McCormack
· 26 years ago
96c08d8
Use server handles directly for Win32 handles. Removed use of K32OBJ.
by Alexandre Julliard
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
317af32
Optimized include/*.h: (recursively) include all headers needed by
by Marcus Meissner
· 26 years ago
4ff2a27
Changed DOS extended error handling to be based on SetLastError;
by Alexandre Julliard
· 26 years ago
62a8b43
Hacked server-side device support
by Alexandre Julliard
· 26 years ago
8640716
Bugfix for trailing slashes, repetition of '/' or '\' and
by Juergen Schmied
· 26 years ago
0562539
Implemented file sharing checks in the server.
by Alexandre Julliard
· 26 years ago
6ebbe3c
Cleaned up and removed some no longer used code.
by Alexandre Julliard
· 26 years ago
fbe63ad
Reimplemented Read/WriteFile to use server file descriptors.
by Alexandre Julliard
· 26 years ago
338e757
Added beginnings of server-side file handling.
by Alexandre Julliard
· 26 years ago
30f503f
Bugfix: GetFullPathName sets lpFilePart only when the last element
by Juergen Schmied
· 26 years ago
2772a67
Reverted previous patch.
by Alexander Larsson
· 26 years ago
a8745ea
Opening a file in a directory which doesn't exist returns
by Alexander Larsson
· 26 years ago
4658e4d
Fixes error handling (SetLastError() and return value).
by Juergen Schmied
· 26 years ago
575a165
DefineDosDevice stub added.
by Marcus Meissner
· 26 years ago
c21650e
Small fix.
by Andreas Mohr
· 26 years ago
c1190fe
GetLongPathName32A() returns dos format long filename instead of unix format.
by Alexander Larsson
· 26 years ago
d30dfd2
Release 980927
by Alexandre Julliard
· 27 years ago
wine-980927
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
85ed45e
Release 980822
by Alexandre Julliard
· 27 years ago
wine-980822
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
829fe32
Release 980726
by Alexandre Julliard
· 27 years ago
wine-980726
f90efa9
Release 980614
by Alexandre Julliard
· 27 years ago
wine-980614
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
dadf78f
Release 980517
by Alexandre Julliard
· 27 years ago
wine-980517
c7c217b
Release 980413
by Alexandre Julliard
· 27 years ago
wine-980413
a69b88b
Release 980315
by Alexandre Julliard
· 27 years ago
wine-980315
a11d7b1
Release 980301
by Alexandre Julliard
· 27 years ago
wine-980301
44ed71f
Release 971221
by Alexandre Julliard
· 27 years ago
wine-971221
e658d82
Release 971130
by Alexandre Julliard
· 27 years ago
wine-971130
670cdc4
Release 970824
by Alexandre Julliard
· 28 years ago
wine-970824
d37eb36
Release 970720
by Alexandre Julliard
· 28 years ago
wine-970720
23946ad
Release 970616
by Alexandre Julliard
· 28 years ago
wine-970616
df2673b
Release 970329
by Alexandre Julliard
· 28 years ago
wine-970329
01d6346
Release 970120
by Alexandre Julliard
· 28 years ago
wine-970120
c6c0944
Release 970112
by Alexandre Julliard
· 28 years ago
wine-970112
9ea19e5
Release 970101
by Alexandre Julliard
· 28 years ago
wine-970101
Next »