- Refactor and fix connection opening.
[wine] / files /
2004-03-18  Alexandre JulliardMake the standard create_file request handle serial...
2004-03-17  Alexandre JulliardReimplemented FindFirstFile/FindNextFile on top of
2004-03-12  Stefan LeichterFixed typo in DOS device check in CreateFileW.
2004-03-12  Alexandre JulliardChanged the create_file server request to take NtCreate...
2004-03-11  Alexandre JulliardThe OpenConsoleW inherit argument is a boolean not a
2004-03-11  Alexandre JulliardDo not put the TEMP and TMP variables into the Unix...
2004-03-11  Alexandre JulliardPortability fixes.
2004-03-10  Alexandre JulliardMoved a number of 16-bit functions to file16.c.
2004-03-10  Dimitrie O. PaunMake IS_END_OF_NAME an inline function.
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-03-02  Alexandre JulliardRemoved useless #ifdef SIZEOF_LONG_LONG.
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-02-24  Alexandre JulliardRemoved some of the DOS device hacks (based on a patch...
2004-02-20  Alexandre JulliardCreate real file handles for VxDs instead of using...
2004-02-09  PofisDon't print FIXME for FILE_ATTRIBUTE_TEMPORARY.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-20  Eric Pouech- RtlGetFullPathName_U: rewritten so that the source...
2004-01-16  Mike Hearn- Ensure we correctly add a backslash like Windows...
2004-01-15  Mike McCormackPreserve trailing backslashes in GetFullPathName.
2004-01-15  Eric PouechReimplemented Get{Short|Long}PathName and updated the...
2004-01-14  Eric Pouech- got rid of FILE_Dup2 export from kernel32
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-05  Eric PouechMade wine_get_unix_file_name take a Unicode string...
2003-12-15  Hans LeidekkerMoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_E...
2003-12-12  Eric PouechMoved all remaining console related code to dlls/kernel...
2003-12-02  Alexandre JulliardRemoved no longer needed dll separation hack.
2003-12-02  Alexandre JulliardUse wine_server_release_fd() instead of close() everywh...
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-27  Alexandre JulliardPorting fixes.
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-31  Alexandre JulliardMake sure GetTempFileName never returns 0 on success.
2003-10-21  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-21  Gerald PfeiferRemove unused variable wineW.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-15  Alexandre JulliardGet rid of the drive codepages and use CP_UNIXCP instead.
2003-10-09  Oleg ProkhorovAvoid HeapReAlloc of a NULL pointer.
2003-10-08  Alexandre JulliardRemoved dependency on ntdll_misc.h.
2003-10-08  Alexandre JulliardPass the cdrom device path in CDROM_InitRegistry so...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-10-03  Pavel RoskinImplemented GetCompressedFileSize[AW].
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-10-02  Alexandre JulliardHack to update ntdll current directory value in DRIVE_C...
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-26  Alexandre JulliardThe "Path" value of the "App Paths" entry should be...
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-18  Alexandre JulliardKeep the file handle of 16-bit modules open while the...
2003-09-18  Alexandre JulliardReimplemented the 16-bit FindFirstFile, FindNextFile...
2003-09-16  Alexandre JulliardMoved most kernel string functions to dlls/kernel.
2003-09-16  Alex Pasadyn- Use HeapAlloc instead of GlobalAlloc in FindNextFile.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Stefan LeichterMoved implementation of QueryDosDevice from ascii to...
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-20  Eric PouechRemoved the DOSFS_ specific time related conversion...
2003-08-20  Eric PouechRemoved code for handling ${VAR} constructs in .ini...
2003-08-19  Alexandre JulliardReplaced remaining calls to PROFILE_GetWineIniString...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-21  Mike McCormackFix a couple of bugs in CDROM_GetSerial:
2003-07-03  Alexandre JulliardFixed compile when functions are not inlined.
2003-06-27  Stefan LeichterAdded line wrapping for a FIXME.
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-24  Bill MedlandA little SMB preparatory work:
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-14  Alexandre JulliardMake it possible to retrieve an inheritable handle...
2003-06-04  Francois GougetFix some typos.
2003-06-04  Jukka HeinonenMigrate most int21 ioctl routines to winedos.
2003-05-19  Mike McCormackRemoved unnecessary casts.
2003-05-15  Philip MasonForce FILE_GetTempFileName to continue looking for...
2003-04-22  Eric PouechMoved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers...
2003-04-19  Michal Janusz MiroslawFixed typo in comment.
2003-04-19  Michal Janusz MiroslawOn Linux: avoid blocking in DOSFS_OpenDir_VFAT if speci...
2003-04-17  Michal Janusz MiroslawRefuse to read non-block device set in config.
2003-04-17  Uwe BonnesFindFirstFile on root directory should fail.
2003-04-08  Alexandre JulliardMake DRIVE_FindRootW really behave like DRIVE_FindRoot.
2003-04-04  Mike HearnCorrect the error code returned when a file does not...
2003-03-30  Adam GundyDon't read uninitialized data when a '$' is found.
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-25  Gerald PfeiferAdd trailing full-stop to warning in DIR_GetPath().
2003-03-23  Stefan LeichterMoved implementation of GetPrivateProfileInt from ascii...
2003-03-20  Gerald PfeiferTweak error message in PROFILE_UsageWineIni().
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-03-04  Alexandre JulliardFixed int conversion in GetPrivateProfileInt so that...
2003-03-04  Enrico HornSimple way to get the label of mixed-mode cd.
2003-02-26  Alexandre JulliardMoveFile[AW] should simply call MoveFileEx[AW]. Should...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
next