- Refactor and fix connection opening.
[wine] / files / drive.c
2004-03-10  Alexandre JulliardMoved a number of 16-bit functions to file16.c.
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-03-09  Alexandre JulliardGet rid of the Filesystem option in the drive config...
2004-03-09  Alexandre JulliardReimplemented GetVolumeInformation and SetVolumeLabel...
2004-03-05  Alexandre JulliardUse statvfs instead of statfs, and provide a default...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-11-25  Eric PouechGot rid of DRIVE_OpenDevice, and replaced it with Win32...
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-14  Eric Pouech- moved the remaining of int21 calls to dlls/winedos
2003-10-15  Alexandre JulliardGet rid of the drive codepages and use CP_UNIXCP instead.
2003-10-08  Alexandre JulliardPass the cdrom device path in CDROM_InitRegistry so...
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-10-02  Alexandre JulliardHack to update ntdll current directory value in DRIVE_C...
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-26  Alexandre JulliardMoved profile functions to dlls/kernel.
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-08-19  Alexandre JulliardReplaced remaining calls to PROFILE_GetWineIniString...
2003-07-21  Mike McCormackFix a couple of bugs in CDROM_GetSerial:
2003-06-04  Jukka HeinonenMigrate most int21 ioctl routines to winedos.
2003-04-19  Michal Janusz MiroslawFixed typo in comment.
2003-04-17  Michal Janusz MiroslawRefuse to read non-block device set in config.
2003-04-08  Alexandre JulliardMake DRIVE_FindRootW really behave like DRIVE_FindRoot.
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-04  Enrico HornSimple way to get the label of mixed-mode cd.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-13  Robert Shearman- Add some stubs.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-23  Uwe BonnesDRIVE_Init: Use strtoulW to initialize the drive serial...
2002-12-07  Stefan LeichterMoved implementation of GetDiskFreeSpaceEx from ascii...
2002-10-25  Alexandre JulliardGet rid of FILE_ATTRIBUTE_SYMLINK (based on a patch...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-10  Alexandre JulliardFixed handling of drives with "/" path (thanks to Marcu...
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-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-08  Michael WetherellFix handling of unix absolute paths in DOSFS_GetFullNam...
2002-05-01  Rizsanyi ZsoltImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi...
2002-04-22  Eric PouechAlways close fd when reading super block.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-12  Jukka HeinonenAdded missing break statement.
2002-01-29  Aric StewartGetDiskFreeSpace needs to set the last error on failure.
2002-01-13  Eric PouechChanged the Wine internal cdrom interface to the NT...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-08  Gerard PatelGetDiskFreeSpaceEx should accept an input like "C:".
2001-10-02  Andreas MohrYet another documentation/message text patch.
2001-09-17  Francois GougetMake relative paths of [Drive] sections relative to...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-04-20  Andreas MohrSpelling fixes.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-01-12  Chris MorganUpdated messages with new config files in mind to keep...
2001-01-09  Ryan CummingMake CDROM_GetLabel return 0 in the event of failure...
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-14  Lawson WhitneyAdd strerror() to the "Could not stat" and "Invalid...
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
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-10-13  Alexandre JulliardAdded a few more large integer functions.
2000-10-03  Alexandre JulliardUse special environment variables to transmit the cwd...
2000-09-27  Marcus MeissnerHave the UNIX cwd follow the current directory on the...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-07-25  Andreas Mohr- fixed a gross bug in SetCurrentDirectoryA (where...
2000-06-13  Andreas MohrDRIVE_GetFreeSpace() is supposed to *always* return...
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-25  Francois GougetUse min/max instead of MIN/MAX.
2000-02-27  Petr Tomasek- Write serial numbers to the device (FAT)
2000-02-18  Andreas MohrDRIVE_FindDriveRoot() always checked from drive A:...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-07  Andreas Mohr- implemented serial numbers for audio CDs and data CDs
2000-01-29  Andreas Mohr- support for reading labels and serial nums from device
2000-01-15  Ove KaavenMade SetVolumeLabel report failure on CD-ROM drives.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Peter GantenFix GetCurrentDirectoryA and W to return the needed...
1999-11-13  Patrik StridvallAdded better missing function emulation.
1999-11-04  Peter SchlaileFixed a long standing (and annoying) typo, that prevented
1999-10-13  Uwe BonnesAccount for the trailing NULL in GetLogicalDriveStringsA.
1999-09-27  Abey GeorgeMade GetCurrentDirectory return long name of the curren...
1999-09-19  Patrik StridvallAdded support for anonymous structs/unions on compilers...
1999-09-10  Richard CohenStop crash in GetDiskFreeSpaceEx.
1999-08-15  Morten EriksenFIXME on unimplemented feature made less obtrusive.
1999-08-07  Morten EriksenImproved GetDiskFreeSpaceEx() implementation a little...
1999-06-05  Dave PicklesStub for SetVolumeLabel().
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Michael VekslerFixed warning and compilation errors.
1999-02-12  Juergen SchmiedSmall fixes to compile with the headers (mostly nt...
next