1. 0ea089b Stub for GetOverlappedResult. by Moshe Vainer · 25 years ago
  2. 6deeedb Fixed a long standing (and annoying) typo, that prevented by Peter Schlaile · 25 years ago
  3. f54c95f When reading a profile entry remove trailing quote when there's an opening one. by Eric Pouech · 25 years ago
  4. 3a9c476 Fixed documentation. by Patrik Stridvall · 25 years ago
  5. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  6. c465e19 Remove prefixing by a tilde for GetTempFileName 32bits. by Gerard Patel · 25 years ago
  7. 031f4fa Fixed compiling with STRICT. by Jim Aston · 25 years ago
  8. c25e715 Account for the trailing NULL in GetLogicalDriveStringsA. by Uwe Bonnes · 25 years ago
  9. 0bac5e9 Fix for VFAT_IOCTL_READDIR_BOTH. by Peter Ganten · 26 years ago
  10. 70810d9 Made GetCurrentDirectory return long name of the current directory. by Abey George · 26 years ago
  11. 567bcf1 CreateFileA returns HFILE_ERROR when the filename contains a wild card. by Francois Boisvert · 26 years ago
  12. 311e456 Added support for anonymous structs/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
  13. 93b579f Stop crash in GetDiskFreeSpaceEx. by Richard Cohen · 26 years ago
  14. 7c7f155 Resolve environment variable when enumerating values. by Thuy Nguyen · 26 years ago
  15. 467845a FIXME on unimplemented feature made less obtrusive. by Morten Eriksen · 26 years ago
  16. 89f079b Replaced a few calls to lstr* functions by their CRTDLL or libc equivalent. by Alexandre Julliard · 26 years ago
  17. 0471841 Fixed case sensitivity flag. by Andreas Mohr · 26 years ago
  18. 1563e83 Improved GetDiskFreeSpaceEx() implementation a little bit. by Morten Eriksen · 26 years ago
  19. beb8fab Removed async I/O support. by Alexandre Julliard · 26 years ago
  20. e61b792 Remove file from cache when flushing it (based on a patch by Ian Schmidt). by Alexandre Julliard · 26 years ago
  21. 43a2b6a Made async fds nonblocking. by Ove Kaaven · 26 years ago
  22. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  23. 359f497e Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  24. e00114c Added UnlockFileEx stub. by Andreas Mohr · 26 years ago
  25. 8f3c0a3 Return ERROR_DISK_FULL for WriteFile. by Gerard Patel · 26 years ago
  26. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  27. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  28. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  29. 08b9b4f Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
  30. e4f46dc CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments. by Uwe Bonnes · 26 years ago
  31. 18d3ad8 Stub for SetVolumeLabel(). by Dave Pickles · 26 years ago
  32. e40c9b0 Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT. by Guy Albertelli · 26 years ago
  33. e8df90b Add stub for LockFileEx (KERNEL32.513). by James Juran · 26 years ago
  34. adfeec9 Added support for the undocumented combination by Andreas Mohr · 26 years ago
  35. acfae0c Fixed off by 1 error in section code (did not return len-2 on buffer by Marcus Meissner · 26 years ago
  36. 264360f Return the correct value from GetPrivateProfileSectionA. by Marcus Meissner · 26 years ago
  37. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  38. 0c3f70d Ignore trailing dots on file names. by Andreas Mohr · 26 years ago
  39. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  40. 8228bd6 Added missing profile KERNEL routines (call 32-bit versions). by Ulrich Weigand · 26 years ago
  41. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  42. 9132a78 Make DOSFS_MatchLong match a search string ending in '*.' to a zero by Robert W Hall · 26 years ago
  43. e711ba2 Fixed SearchPathA return value. by Guy Albertelli · 26 years ago
  44. d5240f1 Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr). by Alexandre Julliard · 26 years ago
  45. ed15575 Thread-safe implementation of profile functions (Windows and Wine). by Eric Pouech · 26 years ago
  46. 6b9dd2e Lots of warning fixed, one missing WINAPI in ddraw.c added. by Marcus Meissner · 26 years ago
  47. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  48. f22bea0 Better implementation of GetShortPathNameA/W. by Peter Ganten · 26 years ago
  49. a848607 Basic support for WIN32 serial communications API. by Michael McCormack · 26 years ago
  50. 412d025 Changed CreateDirectory LastError returns to match Win32 (found out by by Marcus Meissner · 26 years ago
  51. 3f09ec5 CLIENT_WaitReply: don't clear last error on success; fixed callers by Alexandre Julliard · 26 years ago
  52. df8cdfd Better error message. by Andreas Mohr · 26 years ago
  53. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  54. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  55. 249d14b Fixed warning and compilation errors. by Michael Veksler · 26 years ago
  56. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  57. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  58. 3dbc788 Fix GetTempDrive behaviour. by Uwe Bonnes · 26 years ago
  59. 1ed51af Small fixes to compile with the headers (mostly nt-security). by Juergen Schmied · 26 years ago
  60. 2723342 Set the flags for GetVolumeInformation32A. by Uwe Bonnes · 26 years ago
  61. b7b2050 Call VIRTUAL_HandleFault if read/write returns EFAULT. by Ulrich Weigand · 26 years ago
  62. 6395682 Wrong access on server handle was demanded (GENERIC_READ instead of by Juergen Schmied · 26 years ago
  63. e3728cd Use vfat/win95 as default. by Andreas Mohr · 26 years ago
  64. 6ec6492 GetDiskFreeSpaceEx32A can get null pointers and still not crash. by Eric Pouech · 26 years ago
  65. 4ff2a27 Changed DOS extended error handling to be based on SetLastError; by Alexandre Julliard · 26 years ago
  66. 6b5a811 Some more warnings and bugs fixed. by Marcus Meissner · 26 years ago
  67. 9416aba Don't abort PROFILE_GetSection on empty keys. by Alexandre Julliard · 26 years ago
  68. b12e72d DOS programs use handles 0-4 without opening/closing any of those by Marcus Meissner · 26 years ago
  69. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  70. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  71. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  72. 8640716 Bugfix for trailing slashes, repetition of '/' or '\' and by Juergen Schmied · 26 years ago
  73. cc0248e Implemented raw device access calls for ioctlGenericBlkDevReq() by Andreas Mohr · 26 years ago
  74. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  75. 6ebbe3c Cleaned up and removed some no longer used code. by Alexandre Julliard · 26 years ago
  76. 5544387 Removed client-side wait functions; all waiting is now done through the server. by Alexandre Julliard · 26 years ago
  77. fbe63ad Reimplemented Read/WriteFile to use server file descriptors. by Alexandre Julliard · 26 years ago
  78. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  79. 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
  80. a03f064 Fix GetTempPath32 if count=0. by Huw D M Davies · 26 years ago
  81. 30f503f Bugfix: GetFullPathName sets lpFilePart only when the last element by Juergen Schmied · 26 years ago
  82. ad7538b Made async IO (SIGIO) stuff from WINSOCK generic useable. by Marcus Meissner · 26 years ago
  83. 7d123bf Added Win32 synchro to FILEs (useful only for terminal handles). by Marcus Meissner · 26 years ago
  84. 0c0e3be Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com> by Alexandre Julliard · 26 years ago
  85. f3836f5 Fixed DRIVE_GetFreeSpace to handle space > 4 GByte. by Uwe Bonnes · 26 years ago
  86. d5e7c79 Some unnecessary #include and messages removed. by Marcus Meissner · 26 years ago
  87. 2772a67 Reverted previous patch. by Alexander Larsson · 26 years ago
  88. a8745ea Opening a file in a directory which doesn't exist returns by Alexander Larsson · 26 years ago
  89. 4ae195a Improved GetDiskFreeSpace32A(). by Andreas Mohr · 26 years ago
  90. 4658e4d Fixes error handling (SetLastError() and return value). by Juergen Schmied · 26 years ago
  91. 99f1d37 Fixed an error in the implementation of FILE_ShareDeny. by Uwe Bonnes · 26 years ago
  92. 5c3e457 egcs 'ambiguous else' warnings fixes. by Jesper Skov · 26 years ago
  93. 2e52589 Give tempfile a different name even if they are created in the same by Uwe Bonnes · 26 years ago
  94. 1518a94 Small bug in FILE_InUse does not do a release on every acquired file pointer. by Rein Klazes · 26 years ago
  95. a370ab4 File sharing fixes. by Uwe Bonnes · 26 years ago
  96. 575a165 DefineDosDevice stub added. by Marcus Meissner · 26 years ago
  97. 6ca3f79 Make sure the access functions are always used to get label and serial number. by Petter Reinholdtsen · 26 years ago
  98. e6b5e38 Try to implement the OF_SHARE_XXX options. by Uwe Bonnes · 26 years ago
  99. c21650e Small fix. by Andreas Mohr · 26 years ago
  100. fe6dfb0 Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir by Andreas Mohr · 26 years ago