1. 566a52a Changed isolated for loops to while loops (based on a patch by Andreas Mohr). by Alexandre Julliard · 24 years ago
  2. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  3. 61d32b4 Allocations do not need to be on the system heap. by Alexandre Julliard · 24 years ago
  4. 0a78857 Correct error message in case DOSFS_OpenDevice() fails on a COMx device. by Rein Klazes · 24 years ago
  5. d52e1c4 Gives back the ERROR_FILE_NOT_FOUND to GetFileAttributes. by Gerard Patel · 24 years ago
  6. 3879b19 Fixed typo in wine_get_unix_file_name(). by Alexandre Julliard · 24 years ago
  7. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  8. e3178f9 Allow an application to open a dos device ending with ':'. by Lawson Whitney · 24 years ago
  9. d0f8bfd Spelling fix. by Huw D M Davies · 24 years ago
  10. e4d0932 Added ASCII-only version of toupper, tolower, strcasecmp and the like by Aric Stewart · 24 years ago
  11. 3a0f8b7 Finished separation of shell32 and wsock32. by Alexandre Julliard · 24 years ago
  12. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  13. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  14. 7f0490e If we have a drive pointing to /, we must not remove the final / or we by Marcus Meissner · 24 years ago
  15. 959d73e Reduce the number of warnings about missing initializers. by Joerg Mayer · 24 years ago
  16. 220312e Skip directory symlinks in DOSFS_FindNextEx. by Andreas Mohr · 24 years ago
  17. 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
  18. 11776c1 Moved comm.c into kernel32. by Mike McCormack · 24 years ago
  19. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  20. 0729105 DOSFS_MatchLong ignored several things about file mask matching for by Andreas Mohr · 25 years ago
  21. 44b5bf5 Added serial port object to the server. by Mike McCormack · 25 years ago
  22. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  23. eb0ab1b Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no by Stefan Leichter · 25 years ago
  24. dcd247e Moved CharUpper* and CharLower* functions to dlls/user. by Alexandre Julliard · 25 years ago
  25. e101f6d Cleaned up a few inter-dll dependencies. Added a few imports. by Alexandre Julliard · 25 years ago
  26. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  27. cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
  28. 15467bf Moved MulDiv() and VGA routines out of GDI. by Alexandre Julliard · 25 years ago
  29. bb9e66e If whitespace or dots are appended to the end of any component in a by Dave Hawkes · 25 years ago
  30. 594a0dc GetFullPathName: get "drive" value too for absolute paths. by Uwe Bonnes · 25 years ago
  31. 2250f12 Implemented FindFirstFileEx, cleaned old implementation up. by Juergen Schmied · 25 years ago
  32. ed343a2 DOSFS_DoGetFullPathName: terminate string weh called like .\\file by Uwe Bonnes · 25 years ago
  33. 40249c6 GetFullPathname: add missing termination to the string. by Uwe Bonnes · 25 years ago
  34. abdbced Removed some HEAP_xalloc calls. by Dimitrie O. Paun · 25 years ago
  35. d3b890f DOSFS_DoGetFullPathName: rewrite to return results like OSR2. by Uwe Bonnes · 25 years ago
  36. 61f572a GetShortPathName: always erase characters at the end of the new by Uwe Bonnes · 25 years ago
  37. fbace6e Added a per-drive FailReadOnly flag, and removed the global by Alexandre Julliard · 25 years ago
  38. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  39. 199aeba Ignore trailing spaces in DOSFS_ToDosFCBFormat. by Alexandre Julliard · 25 years ago
  40. 7cc51fa DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters. by Stefan Leichter · 25 years ago
  41. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  42. 59b5f78 GetFullPathName fixes. by Uwe Bonnes · 25 years ago
  43. 422a10a Fixed some debug message crashes. by Patrik Stridvall · 25 years ago
  44. 788a9f7 GetLongPathName rewrite. by Petr Tomasek · 25 years ago
  45. 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
  46. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  47. 93d7057 DOSFS_DoGetFullPathName would underflow (p would get past the by Francois Gouget · 25 years ago
  48. d580b83 Fixed GetShortPathNameA. by Peter Ganten · 25 years ago
  49. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  50. 3a9c476 Fixed documentation. by Patrik Stridvall · 25 years ago
  51. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  52. 0bac5e9 Fix for VFAT_IOCTL_READDIR_BOTH. by Peter Ganten · 26 years ago
  53. 89f079b Replaced a few calls to lstr* functions by their CRTDLL or libc equivalent. by Alexandre Julliard · 26 years ago
  54. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  55. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  56. 08b9b4f Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
  57. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  58. 0c3f70d Ignore trailing dots on file names. by Andreas Mohr · 26 years ago
  59. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  60. 9132a78 Make DOSFS_MatchLong match a search string ending in '*.' to a zero by Robert W Hall · 26 years ago
  61. 6b9dd2e Lots of warning fixed, one missing WINAPI in ddraw.c added. by Marcus Meissner · 26 years ago
  62. f22bea0 Better implementation of GetShortPathNameA/W. by Peter Ganten · 26 years ago
  63. a848607 Basic support for WIN32 serial communications API. by Michael McCormack · 26 years ago
  64. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  65. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  66. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  67. 4ff2a27 Changed DOS extended error handling to be based on SetLastError; by Alexandre Julliard · 26 years ago
  68. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  69. 8640716 Bugfix for trailing slashes, repetition of '/' or '\' and by Juergen Schmied · 26 years ago
  70. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  71. 6ebbe3c Cleaned up and removed some no longer used code. by Alexandre Julliard · 26 years ago
  72. fbe63ad Reimplemented Read/WriteFile to use server file descriptors. by Alexandre Julliard · 26 years ago
  73. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  74. 30f503f Bugfix: GetFullPathName sets lpFilePart only when the last element by Juergen Schmied · 26 years ago
  75. 2772a67 Reverted previous patch. by Alexander Larsson · 26 years ago
  76. a8745ea Opening a file in a directory which doesn't exist returns by Alexander Larsson · 26 years ago
  77. 4658e4d Fixes error handling (SetLastError() and return value). by Juergen Schmied · 26 years ago
  78. 575a165 DefineDosDevice stub added. by Marcus Meissner · 26 years ago
  79. c21650e Small fix. by Andreas Mohr · 26 years ago
  80. c1190fe GetLongPathName32A() returns dos format long filename instead of unix format. by Alexander Larsson · 26 years ago
  81. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  82. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  83. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  84. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  85. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  86. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  87. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  88. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  89. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  90. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  91. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  92. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  93. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
  94. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  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. df2673b Release 970329 by Alexandre Julliard · 28 years ago wine-970329
  98. 01d6346 Release 970120 by Alexandre Julliard · 28 years ago wine-970120
  99. c6c0944 Release 970112 by Alexandre Julliard · 28 years ago wine-970112
  100. 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101