Sign in
goma
/
wine
/
80f9d64fa5bead5543ddc6cd2ddb1a7dcf504f78
/
files
/
drive.c
5f728ca
Removed HEAP_strdupA.
by Alexandre Julliard
· 24 years ago
01d5e5b
Documentation fixes.
by Patrik Stridvall
· 24 years ago
dae8de6
Documentation ordinal fixes (using winapi_fixup).
by Patrik Stridvall
· 24 years ago
ee285b7
Remove unnecessary single quoting of debugstr_xxx strings.
by Francois Gouget
· 24 years ago
f32f918
Spelling fixes.
by Andreas Mohr
· 24 years ago
2ec34e4
Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle.
by Alexandre Julliard
· 24 years ago
566a52a
Changed isolated for loops to while loops (based on a patch by Andreas Mohr).
by Alexandre Julliard
· 24 years ago
e405550
Updated messages with new config files in mind to keep from confusing users.
by Chris Morgan
· 24 years ago
418e27e
Make CDROM_GetLabel return 0 in the event of failure, and make the
by Ryan Cumming
· 24 years ago
a6d83eb
- clarify many error messages - add data corruption warning to README file
by Andreas Mohr
· 24 years ago
0348212
Add strerror() to the "Could not stat" and "Invalid path" startup
by Lawson Whitney
· 24 years ago
bf67259
Use the DRIVE_* API constants instead of the DRIVETYPE enum.
by Alexandre Julliard
· 24 years ago
2b3aa61
Added/modified documentation for function arguments.
by Patrik Stridvall
· 24 years ago
24a62ab
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
by Alexandre Julliard
· 24 years ago
529da54
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
by Dimitrie O. Paun
· 24 years ago
27952ef
Added a few more large integer functions.
by Alexandre Julliard
· 24 years ago
aef9a36
Use special environment variables to transmit the cwd of the various
by Alexandre Julliard
· 25 years ago
34ed4fd
Have the UNIX cwd follow the current directory on the current drive.
by Marcus Meissner
· 25 years ago
cb10fda
Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
by Alexandre Julliard
· 25 years ago
3084b58
- fixed a gross bug in SetCurrentDirectoryA (where changing to a new
by Andreas Mohr
· 25 years ago
bd86d18f
DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
by Andreas Mohr
· 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
6d77d3a
Use min/max instead of MIN/MAX.
by Francois Gouget
· 25 years ago
cd9a633
- Write serial numbers to the device (FAT)
by Petr Tomasek
· 25 years ago
91a8e0d
DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
by Andreas Mohr
· 25 years ago
90476d6
Moved SystemHeap allocations to the process heap.
by Alexandre Julliard
· 25 years ago
a16c0e1
- implemented serial numbers for audio CDs and data CDs
by Andreas Mohr
· 25 years ago
1fe9334
- support for reading labels and serial nums from device
by Andreas Mohr
· 25 years ago
a01e289
Made SetVolumeLabel report failure on CD-ROM drives.
by Ove Kaaven
· 25 years ago
dd03cc1
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
by Dimitrie O. Paun
· 25 years ago
ea5941b
Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
by Peter Ganten
· 25 years ago
b901021
Added better missing function emulation.
by Patrik Stridvall
· 25 years ago
6deeedb
Fixed a long standing (and annoying) typo, that prevented
by Peter Schlaile
· 25 years ago
c25e715
Account for the trailing NULL in GetLogicalDriveStringsA.
by Uwe Bonnes
· 25 years ago
70810d9
Made GetCurrentDirectory return long name of the current directory.
by Abey George
· 26 years ago
311e456
Added support for anonymous structs/unions on compilers that implement it.
by Patrik Stridvall
· 26 years ago
93b579f
Stop crash in GetDiskFreeSpaceEx.
by Richard Cohen
· 26 years ago
467845a
FIXME on unimplemented feature made less obtrusive.
by Morten Eriksen
· 26 years ago
1563e83
Improved GetDiskFreeSpaceEx() implementation a little bit.
by Morten Eriksen
· 26 years ago
18d3ad8
Stub for SetVolumeLabel().
by Dave Pickles
· 26 years ago
06c275a
Converted to the new debugging interface (done with the help of the
by Alexandre Julliard
· 26 years ago
0f8bc5b
Fixed ANSI compabillity.
by Patrik Stridvall
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
249d14b
Fixed warning and compilation errors.
by Michael Veksler
· 26 years ago
1ed51af
Small fixes to compile with the headers (mostly nt-security).
by Juergen Schmied
· 26 years ago
2723342
Set the flags for GetVolumeInformation32A.
by Uwe Bonnes
· 26 years ago
e3728cd
Use vfat/win95 as default.
by Andreas Mohr
· 26 years ago
6ec6492
GetDiskFreeSpaceEx32A can get null pointers and still not crash.
by Eric Pouech
· 26 years ago
4ff2a27
Changed DOS extended error handling to be based on SetLastError;
by Alexandre Julliard
· 26 years ago
cc0248e
Implemented raw device access calls for ioctlGenericBlkDevReq()
by Andreas Mohr
· 26 years ago
f3836f5
Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
by Uwe Bonnes
· 26 years ago
4ae195a
Improved GetDiskFreeSpace32A().
by Andreas Mohr
· 26 years ago
6ca3f79
Make sure the access functions are always used to get label and serial number.
by Petter Reinholdtsen
· 26 years ago
fe6dfb0
Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
by Andreas Mohr
· 26 years ago
0dce5b7
Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
by Petter Reinholdtsen
· 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
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
829fe32
Release 980726
by Alexandre Julliard
· 27 years ago
wine-980726
642d313
Release 980712
by Alexandre Julliard
· 27 years ago
wine-980712
ebfc0fe
Release 980628
by Alexandre Julliard
· 27 years ago
wine-980628
f90efa9
Release 980614
by Alexandre Julliard
· 27 years ago
wine-980614
dadf78f
Release 980517
by Alexandre Julliard
· 27 years ago
wine-980517
46ea8b3
Release 980503
by Alexandre Julliard
· 27 years ago
wine-980503
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
03468f7
Release 980215
by Alexandre Julliard
· 27 years ago
wine-980215
60ce85c
Release 980201
by Alexandre Julliard
· 27 years ago
wine-980201
0623a6f
Release 980118
by Alexandre Julliard
· 27 years ago
wine-980118
02e9008
Release 980104
by Alexandre Julliard
· 27 years ago
wine-980104
44ed71f
Release 971221
by Alexandre Julliard
· 27 years ago
wine-971221
a0b2b1d
Release 971116
by Alexandre Julliard
· 27 years ago
wine-971116
491502b
Release 971101
by Alexandre Julliard
· 27 years ago
wine-971101
670cdc4
Release 970824
by Alexandre Julliard
· 28 years ago
wine-970824
d37eb36
Release 970720
by Alexandre Julliard
· 28 years ago
wine-970720
df2673b
Release 970329
by Alexandre Julliard
· 28 years ago
wine-970329
2197901
Release 970305
by Alexandre Julliard
· 28 years ago
wine-970305
349a953
Release 970202
by Alexandre Julliard
· 28 years ago
wine-970202
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
7ebe1a4
Release 961222
by Alexandre Julliard
· 28 years ago
wine-961222
b1bac32
Release 961215
by Alexandre Julliard
· 28 years ago
wine-961215
75d86e1
Release 961117
by Alexandre Julliard
· 28 years ago
wine-961117
bf9130a
Release 961013
by Alexandre Julliard
· 28 years ago
wine-961013
d1ce8b2
Release 960902
by Alexandre Julliard
· 29 years ago
wine-960902
1e37a18
Release 960818
by Alexandre Julliard
· 29 years ago
wine-960818
ac9c9b0
Release 960728
by Alexandre Julliard
· 29 years ago
wine-960728
ca22b33
Release 960712
by Alexandre Julliard
· 29 years ago
wine-960712
3051b64
Release 960705
by Alexandre Julliard
· 29 years ago
wine-960705
339eefc
Release 960623
by Alexandre Julliard
· 29 years ago
wine-960623
d90840e
Release 960611
by Alexandre Julliard
· 29 years ago
wine-960611
2d93d00
Release 960521
by Alexandre Julliard
· 29 years ago
wine-960521
e2bfa4c
Release 960516
by Alexandre Julliard
· 29 years ago
wine-960516
1285c2f
Release 960506
by Alexandre Julliard
· 29 years ago
wine-960506
8664b89
Release 960405
by Alexandre Julliard
· 29 years ago
wine-960405
0c126c7
Release 960218
by Alexandre Julliard
· 29 years ago
wine-960218
Next »