1. 0c3f70d Ignore trailing dots on file names. by Andreas Mohr · 26 years ago
  2. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  3. 8228bd6 Added missing profile KERNEL routines (call 32-bit versions). by Ulrich Weigand · 26 years ago
  4. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  5. 9132a78 Make DOSFS_MatchLong match a search string ending in '*.' to a zero by Robert W Hall · 26 years ago
  6. e711ba2 Fixed SearchPathA return value. by Guy Albertelli · 26 years ago
  7. d5240f1 Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr). by Alexandre Julliard · 26 years ago
  8. ed15575 Thread-safe implementation of profile functions (Windows and Wine). by Eric Pouech · 26 years ago
  9. 6b9dd2e Lots of warning fixed, one missing WINAPI in ddraw.c added. by Marcus Meissner · 26 years ago
  10. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  11. f22bea0 Better implementation of GetShortPathNameA/W. by Peter Ganten · 26 years ago
  12. a848607 Basic support for WIN32 serial communications API. by Michael McCormack · 26 years ago
  13. 412d025 Changed CreateDirectory LastError returns to match Win32 (found out by by Marcus Meissner · 26 years ago
  14. 3f09ec5 CLIENT_WaitReply: don't clear last error on success; fixed callers by Alexandre Julliard · 26 years ago
  15. df8cdfd Better error message. by Andreas Mohr · 26 years ago
  16. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  17. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  18. 249d14b Fixed warning and compilation errors. by Michael Veksler · 26 years ago
  19. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  20. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  21. 3dbc788 Fix GetTempDrive behaviour. by Uwe Bonnes · 26 years ago
  22. 1ed51af Small fixes to compile with the headers (mostly nt-security). by Juergen Schmied · 26 years ago
  23. 2723342 Set the flags for GetVolumeInformation32A. by Uwe Bonnes · 26 years ago
  24. b7b2050 Call VIRTUAL_HandleFault if read/write returns EFAULT. by Ulrich Weigand · 26 years ago
  25. 6395682 Wrong access on server handle was demanded (GENERIC_READ instead of by Juergen Schmied · 26 years ago
  26. e3728cd Use vfat/win95 as default. by Andreas Mohr · 26 years ago
  27. 6ec6492 GetDiskFreeSpaceEx32A can get null pointers and still not crash. by Eric Pouech · 26 years ago
  28. 4ff2a27 Changed DOS extended error handling to be based on SetLastError; by Alexandre Julliard · 26 years ago
  29. 6b5a811 Some more warnings and bugs fixed. by Marcus Meissner · 26 years ago
  30. 9416aba Don't abort PROFILE_GetSection on empty keys. by Alexandre Julliard · 26 years ago
  31. b12e72d DOS programs use handles 0-4 without opening/closing any of those by Marcus Meissner · 26 years ago
  32. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  33. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  34. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  35. 8640716 Bugfix for trailing slashes, repetition of '/' or '\' and by Juergen Schmied · 26 years ago
  36. cc0248e Implemented raw device access calls for ioctlGenericBlkDevReq() by Andreas Mohr · 26 years ago
  37. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  38. 6ebbe3c Cleaned up and removed some no longer used code. by Alexandre Julliard · 26 years ago
  39. 5544387 Removed client-side wait functions; all waiting is now done through the server. by Alexandre Julliard · 26 years ago
  40. fbe63ad Reimplemented Read/WriteFile to use server file descriptors. by Alexandre Julliard · 26 years ago
  41. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  42. 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
  43. a03f064 Fix GetTempPath32 if count=0. by Huw D M Davies · 26 years ago
  44. 30f503f Bugfix: GetFullPathName sets lpFilePart only when the last element by Juergen Schmied · 26 years ago
  45. ad7538b Made async IO (SIGIO) stuff from WINSOCK generic useable. by Marcus Meissner · 26 years ago
  46. 7d123bf Added Win32 synchro to FILEs (useful only for terminal handles). by Marcus Meissner · 26 years ago
  47. 0c0e3be Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com> by Alexandre Julliard · 26 years ago
  48. f3836f5 Fixed DRIVE_GetFreeSpace to handle space > 4 GByte. by Uwe Bonnes · 26 years ago
  49. d5e7c79 Some unnecessary #include and messages removed. by Marcus Meissner · 26 years ago
  50. 2772a67 Reverted previous patch. by Alexander Larsson · 26 years ago
  51. a8745ea Opening a file in a directory which doesn't exist returns by Alexander Larsson · 26 years ago
  52. 4ae195a Improved GetDiskFreeSpace32A(). by Andreas Mohr · 26 years ago
  53. 4658e4d Fixes error handling (SetLastError() and return value). by Juergen Schmied · 26 years ago
  54. 99f1d37 Fixed an error in the implementation of FILE_ShareDeny. by Uwe Bonnes · 26 years ago
  55. 5c3e457 egcs 'ambiguous else' warnings fixes. by Jesper Skov · 26 years ago
  56. 2e52589 Give tempfile a different name even if they are created in the same by Uwe Bonnes · 26 years ago
  57. 1518a94 Small bug in FILE_InUse does not do a release on every acquired file pointer. by Rein Klazes · 26 years ago
  58. a370ab4 File sharing fixes. by Uwe Bonnes · 26 years ago
  59. 575a165 DefineDosDevice stub added. by Marcus Meissner · 26 years ago
  60. 6ca3f79 Make sure the access functions are always used to get label and serial number. by Petter Reinholdtsen · 26 years ago
  61. e6b5e38 Try to implement the OF_SHARE_XXX options. by Uwe Bonnes · 26 years ago
  62. c21650e Small fix. by Andreas Mohr · 26 years ago
  63. fe6dfb0 Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir by Andreas Mohr · 26 years ago
  64. 0dce5b7 Bugfix: Changed GetDriveType32A(NULL) to use cwd's root. by Petter Reinholdtsen · 26 years ago
  65. c1190fe GetLongPathName32A() returns dos format long filename instead of unix format. by Alexander Larsson · 26 years ago
  66. c0d52e0 Initial revision by Alexandre Julliard · 26 years ago
  67. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  68. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  69. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  70. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  71. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  72. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  73. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  74. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  75. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  76. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  77. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  78. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  79. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  80. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  81. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  82. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  83. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  84. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  85. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  86. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  87. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
  88. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  89. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  90. 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
  91. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  92. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  93. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  94. 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
  95. d37eb36 Release 970720 by Alexandre Julliard · 28 years ago wine-970720
  96. 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
  97. 7ff1c41 Release 970525 by Alexandre Julliard · 28 years ago wine-970525
  98. 84c70f5 Release 970509 by Alexandre Julliard · 28 years ago wine-970509
  99. 889f742 Release 970415 by Alexandre Julliard · 28 years ago wine-970415
  100. df2673b Release 970329 by Alexandre Julliard · 28 years ago wine-970329