Added entry for DirectSoundFullDuplexCreate.
[wine] / files /
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.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-23  Gerald PfeiferProperly cast struct sockaddr_in* to struct sockaddr...
2003-01-13  Robert Shearman- Add some stubs.
2003-01-11  Shachar ShemeshRemoved the FIXMEs when performing MoveFileEx with
2003-01-10  Shachar ShemeshSet correct last error if the path contains wildcard...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-02  Alberto MassariAdd stub implementation for ReplaceFile.
2002-12-23  Uwe BonnesDRIVE_Init: Use strtoulW to initialize the drive serial...
2002-12-13  György 'Nog' Jeney- Reimplement time functions using ntdll functions.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Francois GougetFix the error codes returned by DeleteFile{A,W} to...
2002-12-11  György 'Nog' Jeney- Implement RtlLocalTimeToSystemTime and RtlSystemTimeT...
2002-12-07  Stefan LeichterMoved implementation of GetDiskFreeSpaceEx from ascii...
2002-11-30  Martin WilckFixed some problems with asynchronous file IO.
2002-11-23  Alexandre JulliardRemoved no longer needed PROFILE_LoadWineIni().
2002-11-22  Alexandre JulliardRemoved support for converting old format config, every...
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-15  Ryan CummingImplemented GetFileSizeEx (based on a patch by Steve...
2002-11-13  Dmitry TimoshkovMaintain lower cased file names in the Wine config...
2002-11-08  Ryan Cumming- Silence annoying "Empty path passed" error.
2002-11-04  Alexandre JulliardMake COMSPEC point to wcmd.exe, not command.com.
2002-10-28  György 'Nog' JeneyCopy the necessary data from the unicode struct to...
2002-10-25  Alexandre JulliardGet rid of FILE_ATTRIBUTE_SYMLINK (based on a patch...
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-09  Alexandre JulliardTransmit the Windows PATH to child processes using...
2002-09-27  György 'Nog' JeneyCheck for an empty string in DOSFS_FindNextEx to avoid...
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-17  Martin Wilck- Return correct error codes.
2002-09-17  Marcus MeissnerFixed "conditional expr is always true due to being...
2002-09-16  Dimitrie O. PaunMark files starting with a dot as FA_HIDDEN.
2002-09-16  Marcus Meissnerinfo->u.smb_dir is a pointer, errors are signaled by...
2002-09-13  Alexandre JulliardRemoved remaining references to advapi32 registry funct...
2002-09-13  Martin WilckWait timeout must be 0 if bWait == FALSE.
2002-09-13  Alexandre JulliardRemoved references to advapi32 registry functions from...
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-12  Martin WilckFix the behavior of GetOverlappedResult() and WSAGetOve...
2002-09-12  Michael BeachFixed buffer size in DIR_TryModulePath for Win32 modules.
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-27  Alexandre JulliardFixed permission check when renaming a directory (based...
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-03  Juergen Schmied- Fixed possible loss of data with given overlapped...
2002-07-31  Eric PouechMade the calls to (Read|Write)Console through a functio...
2002-07-31  Rafael KitoverChanged dos_handles to store dups of stdio/out/err...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-20  Rein KlazesRepair SetLastError in FindNextFileA.
2002-07-19  Mike McCormackFirst go at reading directories on public SMB shares.
2002-07-16  Andreas MohrFixed uninitialized HKEYs.
2002-07-10  Alexandre JulliardFixed handling of drives with "/" path (thanks to Marcu...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-07-02  Alexandre JulliardFixed warnings.
2002-07-01  Mike McCormackReturn the correct length when getting a complete secti...
2002-06-21  Alexandre JulliardFixed regression caused by previous change.
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-06-05  Alexandre JulliardCheck access rights before renaming or deleting files...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-30  Vincent Béron- Fixed GetSystemTimeAdjustment prototype and added...
2002-05-28  Jason EdmeadesSilence fixme in unnecessary situation, add missing...
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-19  Steven EdwardsAdd check for <sys/ioctl.h>.
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-11  Andreas MohrMake PROFILE_GetString account for default value in...
2002-05-09  Juergen SchmiedUse long names, not 8.3 names in environment.
2002-05-08  Michael WetherellFix handling of unix absolute paths in DOSFS_GetFullNam...
2002-05-05  Jason EdmeadesEnsure correct full path returned when GetFullPathName...
2002-05-05  Mike McCormackImplement NetBIOS resolution for UNC pathnames.
2002-05-04  Marcus MeissnerFindClose: protect the GlobalLock for pagefaults too.
2002-05-01  Rizsanyi ZsoltImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi...
2002-04-26  Martin WilckFixed some bugs in my recently submitted patch series.
2002-04-25  Martin WilckFixed ReadFile() semantics when reading asynchronously...
2002-04-25  Martin WilckImplemented overlapped WSARecvFrom(), WSASendTo(), and
2002-04-23  Martin WilckAvoid segfault with overlapped WriteFile() calls.
2002-04-22  Eric PouechAlways close fd when reading super block.
2002-04-17  Martin WilckGetOverlappedResult: Return ERROR_IO_INCOMPLETE if...
2002-04-14  Martin Wilck- Need a "cleanup" method.
2002-04-11  Stefan LeichterCompile fixes for gcc 2.7.2.3.
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-02  Alexandre JulliardMake GetFullPathName fail if input path name is empty.
2002-03-29  Francois GougetFix SetFileAttributes to honor the umask (rather than...
2002-03-23  Patrik StridvallFixed some issues found by winapi_check.
next