- fix DirectSound Creation by dmusic (fix recent Unreal2 regression)
[wine] / files /
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-05-01  Alexandre JulliardReimplemented GetFileType and SetEndOfFile using ntdll...
2004-04-30  Alexandre JulliardAdded a few more info classes in NtQueryInformationFile.
2004-04-30  Alexandre JulliardMoved support for opening named pipes to ntdll.
2004-04-29  Alexandre JulliardUse symlinks in dosdevices/ for the drive devices too.
2004-04-28  Alexandre JulliardRemoved a number of internal file functions that are...
2004-04-28  Alexandre JulliardReimplemented Get/SetCurrentDirectoryW using the corres...
2004-04-27  Alexandre JulliardReimplemented CreateDirectoryW and RemoveDirectoryW...
2004-04-23  Alexandre JulliardReimplemented GetLogicalDrives, GetLogicalDriveStrings and
2004-04-23  Alexandre JulliardMoved creation of the CDROM registry keys into the...
2004-04-23  Alexandre JulliardMoved support for opening DOS device files to ntdll.
2004-04-23  Dmitry TimoshkovUse a passed SecurityDescriptor in CreateFileW.
2004-04-22  Alexandre JulliardMake CreateFileW use NtCreateFile.
2004-04-21  Alexandre JulliardChanged MoveFileEx to use ntdll functions, and moved...
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesExW and GetCompressedFil...
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-17  Alexandre JulliardReimplemented GetDiskFreeSpaceW and GetDiskFreeSpaceExW...
2004-04-16  Alexandre JulliardAdded support for FILE_DIRECTORY_FILE and FILE_NON_DIRE...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-08  Alexandre JulliardReplace the get_file_info request by an fstat() on...
2004-04-07  Alexandre JulliardHandle the set_file_pointer request on the client side.
2004-04-07  Alexandre JulliardBetter fallback in SetFileTime when futimes is missing.
2004-04-07  Juan LangProperly map SMB errors using DOS-style error codes.
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-04-03  Alexandre JulliardReimplemented DeleteFile by using CreateFile with
2004-04-02  Alexandre JulliardRemoved the FailReadOnly option, this is now the defaul...
2004-03-30  Alexandre JulliardGet the drive root directories from the symlinks in...
2004-03-27  Alexandre JulliardFixed copy/paste error in previous patch (spotted by...
2004-03-27  Alexandre JulliardUse futimes() instead of utime() to implement SetFileTi...
2004-03-26  Alexandre JulliardStore the windows and system directories as long path...
2004-03-25  Alexandre JulliardReimplemented SearchPathW using ntdll functions.
2004-03-25  Alexandre JulliardSplit OpenFile implementation in separate 16- and 32...
2004-03-20  Christian CostaFixed OpenFile returned value when OF_EXIST flag is...
2004-03-20  Alexandre JulliardRewrote handling of COM and LPT devices to use symlinks in
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:
next