waveHdr.lpData was eventually HeapFree()ed uninitialized.
[wine] / files /
1999-11-21  Alexandre JulliardFixed MoveFileExA behavior when target file does not...
1999-11-21  Andreas MohrFlush current profile before using a newly opened one.
1999-11-13  Patrik StridvallAdded better missing function emulation.
1999-11-10  Moshe VainerStub for GetOverlappedResult.
1999-11-04  Peter SchlaileFixed a long standing (and annoying) typo, that prevented
1999-10-31  Eric PouechWhen reading a profile entry remove trailing quote...
1999-10-31  Patrik StridvallFixed documentation.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Gerard PatelRemove prefixing by a tilde for GetTempFileName 32bits.
1999-10-23  Jim AstonFixed compiling with STRICT.
1999-10-13  Uwe BonnesAccount for the trailing NULL in GetLogicalDriveStringsA.
1999-09-27  Peter GantenFix for VFAT_IOCTL_READDIR_BOTH.
1999-09-27  Abey GeorgeMade GetCurrentDirectory return long name of the curren...
1999-09-20  Francois BoisvertCreateFileA returns HFILE_ERROR when the filename conta...
1999-09-19  Patrik StridvallAdded support for anonymous structs/unions on compilers...
1999-09-10  Richard CohenStop crash in GetDiskFreeSpaceEx.
1999-09-04  Thuy NguyenResolve environment variable when enumerating values.
1999-08-15  Morten EriksenFIXME on unimplemented feature made less obtrusive.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-07  Andreas MohrFixed case sensitivity flag.
1999-08-07  Morten EriksenImproved GetDiskFreeSpaceEx() implementation a little...
1999-08-01  Alexandre JulliardRemoved async I/O support.
1999-07-31  Alexandre JulliardRemove file from cache when flushing it (based on a...
1999-07-31  Ove KaavenMade async fds nonblocking.
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-07-03  Andreas MohrAdded UnlockFileEx stub.
1999-06-27  Gerard PatelReturn ERROR_DISK_FULL for WriteFile.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-06  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-06  Uwe BonnesCreateFileA/FILE_DoOpenFile: add verbose reporting...
1999-06-05  Dave PicklesStub for SetVolumeLabel().
1999-06-05  Guy AlbertelliCorrect search order in SearchPath for Win 3.1/95/98...
1999-06-05  James JuranAdd stub for LockFileEx (KERNEL32.513).
1999-05-22  Andreas MohrAdded support for the undocumented combination
1999-05-08  Marcus MeissnerFixed off by 1 error in section code (did not return...
1999-05-08  Marcus MeissnerReturn the correct value from GetPrivateProfileSectionA.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Andreas MohrIgnore trailing dots on file names.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Ulrich WeigandAdded missing profile KERNEL routines (call 32-bit...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Robert W HallMake DOSFS_MatchLong match a search string ending in...
1999-04-06  Guy AlbertelliFixed SearchPathA return value.
1999-04-03  Alexandre JulliardMask off unsupported attributes in _lcreat (bug reporte...
1999-03-25  Eric PouechThread-safe implementation of profile functions (Window...
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Peter GantenBetter implementation of GetShortPathNameA/W.
1999-03-14  Michael McCormackBasic support for WIN32 serial communications API.
1999-02-28  Marcus MeissnerChanged CreateDirectory LastError returns to match...
1999-02-28  Alexandre JulliardCLIENT_WaitReply: don't clear last error on success...
1999-02-28  Andreas MohrBetter error message.
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Michael VekslerFixed warning and compilation errors.
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Uwe BonnesFix GetTempDrive behaviour.
1999-02-12  Juergen SchmiedSmall fixes to compile with the headers (mostly nt...
1999-02-11  Uwe BonnesSet the flags for GetVolumeInformation32A.
1999-02-09  Ulrich WeigandCall VIRTUAL_HandleFault if read/write returns EFAULT.
1999-02-09  Juergen SchmiedWrong access on server handle was demanded (GENERIC_REA...
1999-02-05  Andreas MohrUse vfat/win95 as default.
1999-02-02  Eric PouechGetDiskFreeSpaceEx32A can get null pointers and still...
1999-01-31  Alexandre JulliardChanged DOS extended error handling to be based on...
1999-01-30  Marcus MeissnerSome more warnings and bugs fixed.
1999-01-26  Alexandre JulliardDon't abort PROFILE_GetSection on empty keys.
1999-01-23  Marcus MeissnerDOS programs use handles 0-4 without opening/closing...
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Juergen SchmiedBugfix for trailing slashes, repetition of '/' or ...
1999-01-03  Andreas MohrImplemented raw device access calls for ioctlGenericBlk...
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Alexandre JulliardCleaned up and removed some no longer used code.
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-30  Alexandre JulliardReimplemented Read/WriteFile to use server file descrip...
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-12-15  Huw D M DaviesFix GetTempPath32 if count=0.
1998-12-15  Juergen SchmiedBugfix: GetFullPathName sets lpFilePart only when the...
1998-12-14  Marcus MeissnerMade async IO (SIGIO) stuff from WINSOCK generic useable.
1998-12-11  Marcus MeissnerAdded Win32 synchro to FILEs (useful only for terminal...
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-12-10  Uwe BonnesFixed DRIVE_GetFreeSpace to handle space > 4 GByte.
1998-12-09  Marcus MeissnerSome unnecessary #include and messages removed.
1998-12-07  Alexander LarssonReverted previous patch.
1998-12-02  Alexander LarssonOpening a file in a directory which doesn't exist returns
1998-11-27  Andreas MohrImproved GetDiskFreeSpace32A().
1998-11-22  Juergen SchmiedFixes error handling (SetLastError() and return value).
1998-11-06  Uwe BonnesFixed an error in the implementation of FILE_ShareDeny.
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-11-01  Uwe BonnesGive tempfile a different name even if they are created...
1998-10-31  Rein KlazesSmall bug in FILE_InUse does not do a release on every...
1998-10-24  Uwe BonnesFile sharing fixes.
1998-10-21  Marcus MeissnerDefineDosDevice stub added.
1998-10-20  Petter ReinholdtsenMake sure the access functions are always used to get...
next