1. 151023d Display the config file location in the incorrect config file error message. by Gerard Patel · 24 years ago
  2. 3879b19 Fixed typo in wine_get_unix_file_name(). by Alexandre Julliard · 24 years ago
  3. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  4. eb3e38e Swap lpOverlapped parameters in ReadFile and WriteFile. by Mike McCormack · 24 years ago
  5. e405550 Updated messages with new config files in mind to keep from confusing users. by Chris Morgan · 24 years ago
  6. 7af79ff Removed some unnecessary defines after profile.c cleanup. by Chris Morgan · 24 years ago
  7. 4a3d508 Removed use of outdated WINE_INI environment variable. Removed by Chris Morgan · 24 years ago
  8. f21aac0 Implemented asynchronous ReadFile and WriteFile. by Mike McCormack · 24 years ago
  9. 418e27e Make CDROM_GetLabel return 0 in the event of failure, and make the by Ryan Cumming · 24 years ago
  10. 4b4f69a The last parameter of CreateFile should be 0 (aka NULL), not -1. by François Gouget · 24 years ago
  11. 550ba5b Avoid crashing on invalid lines during config file conversion. by Alexandre Julliard · 24 years ago
  12. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  13. ad72e71 Implemented GetOverlappedResult. by Mike McCormack · 24 years ago
  14. a6d83eb - clarify many error messages - add data corruption warning to README file by Andreas Mohr · 24 years ago
  15. e3178f9 Allow an application to open a dos device ending with ':'. by Lawson Whitney · 24 years ago
  16. 55146db Fixed a few type clashes in preparation for the switch to STRICT. by François Gouget · 24 years ago
  17. b6ac770 Define environment variable TMP as an alias for TEMP. by Dmitry Timoshkov · 24 years ago
  18. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  19. 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
  20. fdc78a3 Protect against NULL buffer in the profile functions. by Dmitry Timoshkov · 24 years ago
  21. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  22. d0f8bfd Spelling fix. by Huw D M Davies · 24 years ago
  23. 0348212 Add strerror() to the "Could not stat" and "Invalid path" startup by Lawson Whitney · 24 years ago
  24. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  25. bf67259 Use the DRIVE_* API constants instead of the DRIVETYPE enum. by Alexandre Julliard · 24 years ago
  26. 73be8d1 Added automatic translation of the config file to the new by Alexandre Julliard · 24 years ago
  27. e4d0932 Added ASCII-only version of toupper, tolower, strcasecmp and the like by Aric Stewart · 24 years ago
  28. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  29. 3a0f8b7 Finished separation of shell32 and wsock32. by Alexandre Julliard · 24 years ago
  30. 27bb311 Added implementation of lstat to port.c. by Alexandre Julliard · 24 years ago
  31. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  32. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  33. 5ce902b Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and by Alexandre Julliard · 24 years ago
  34. ac7efef Changed GetProcAddress16 and 16-bit resource functions to take normal by Alexandre Julliard · 24 years ago
  35. 25e7403 Removed strange checkj for !filename, so we don't get section NULL by Marcus Meissner · 24 years ago
  36. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  37. 864dc59 Use variable argument macros when compiling with gcc. by Dimitrie O. Paun · 24 years ago
  38. dbb61c0 Use debugging API instead of outputing to stderr directly. by Dimitrie O. Paun · 24 years ago
  39. 9400e2d Fixed SearchPath to handle a ';'-separated path as first argument. by Alexandre Julliard · 24 years ago
  40. 44f84b5 Added basic working stubs of new Windows 2000 API functions. by David Elliott · 24 years ago
  41. 7f0490e If we have a drive pointing to /, we must not remove the final / or we by Marcus Meissner · 24 years ago
  42. 959d73e Reduce the number of warnings about missing initializers. by Joerg Mayer · 24 years ago
  43. 220312e Skip directory symlinks in DOSFS_FindNextEx. by Andreas Mohr · 24 years ago
  44. 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
  45. 27952ef Added a few more large integer functions. by Alexandre Julliard · 24 years ago
  46. 11776c1 Moved comm.c into kernel32. by Mike McCormack · 24 years ago
  47. aef9a36 Use special environment variables to transmit the cwd of the various by Alexandre Julliard · 25 years ago
  48. 3ac104f Fixed the default value handling (trailing spaces of the default value by Andreas Mohr · 25 years ago
  49. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  50. 34ed4fd Have the UNIX cwd follow the current directory on the current drive. by Marcus Meissner · 25 years ago
  51. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  52. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  53. 6dbf67e Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap). by Alexandre Julliard · 25 years ago
  54. 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago
  55. 46b8c24 Removed chdir("/") until we have proper Unix cwd management. by Alexandre Julliard · 25 years ago
  56. 0729105 DOSFS_MatchLong ignored several things about file mask matching for by Andreas Mohr · 25 years ago
  57. 44b5bf5 Added serial port object to the server. by Mike McCormack · 25 years ago
  58. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  59. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  60. 6c8d917 Added a real root key and simplified creation of the HKEY_* special root keys. by Alexandre Julliard · 25 years ago
  61. 242d23e (from IBM TopPage patch) return correct error for already existing file. by Marcus Meissner · 25 years ago
  62. eb0ab1b Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no by Stefan Leichter · 25 years ago
  63. dcd247e Moved CharUpper* and CharLower* functions to dlls/user. by Alexandre Julliard · 25 years ago
  64. e101f6d Cleaned up a few inter-dll dependencies. Added a few imports. by Alexandre Julliard · 25 years ago
  65. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  66. 231674d Removed the DOS handles table from the PDB and made it a static variable. by Alexandre Julliard · 25 years ago
  67. a007f33 Moved a few non-standard headers into their respective dlls. by Alexandre Julliard · 25 years ago
  68. cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
  69. 2e9f786 Only set COMSPEC if not defined already. by Alexandre Julliard · 25 years ago
  70. 15467bf Moved MulDiv() and VGA routines out of GDI. by Alexandre Julliard · 25 years ago
  71. 66791af Fix for 64-bit negative seek value. by Hidenori Takeshima · 25 years ago
  72. 3084b58 - fixed a gross bug in SetCurrentDirectoryA (where changing to a new by Andreas Mohr · 25 years ago
  73. b18dbd2 Perform NE_InitProcess in the context of the new task. by Alexandre Julliard · 25 years ago
  74. 2caee71 Spelling fixes. by Andreas Mohr · 25 years ago
  75. c895908 Drop UNIX cwd to / after calculating WINE current directory (to allow by Marcus Meissner · 25 years ago
  76. bb9e66e If whitespace or dots are appended to the end of any component in a by Dave Hawkes · 25 years ago
  77. 9b414e1 Added some stuff saying that this is NOT supported. by Andreas Mohr · 25 years ago
  78. d88fbb7 Make WritePrivateProfileSectionA care for "" and NULL as the by Uwe Bonnes · 25 years ago
  79. 594a0dc GetFullPathName: get "drive" value too for absolute paths. by Uwe Bonnes · 25 years ago
  80. bd86d18f DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail" by Andreas Mohr · 25 years ago
  81. a6ae555 Strip whitespace from front of profile values. by Marcus Meissner · 25 years ago
  82. feb71a6 mmap() fails with ENODEV on NTFS under Linux. by Stas Sergeev · 25 years ago
  83. 2250f12 Implemented FindFirstFileEx, cleaned old implementation up. by Juergen Schmied · 25 years ago
  84. 65020b3 SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when by James Juran · 25 years ago
  85. ed343a2 DOSFS_DoGetFullPathName: terminate string weh called like .\\file by Uwe Bonnes · 25 years ago
  86. 40249c6 GetFullPathname: add missing termination to the string. by Uwe Bonnes · 25 years ago
  87. f69c150 Revert the test for Virtual_HandleFault in ReadFile/WriteFile. by Gerard Patel · 25 years ago
  88. 045d81f Added ENOEXEC error code. by Alexandre Julliard · 25 years ago
  89. abdbced Removed some HEAP_xalloc calls. by Dimitrie O. Paun · 25 years ago
  90. d3b890f DOSFS_DoGetFullPathName: rewrite to return results like OSR2. by Uwe Bonnes · 25 years ago
  91. 86ff8c0 Make sure HKLM\Software\Wine\Wine is a non-volatile key. by Alexandre Julliard · 25 years ago
  92. af7e1ae FILE_CreateFile()'s read/write-check was broken due to checking of by Andreas Mohr · 25 years ago
  93. 227a089 Removed a number of global handle allocations and critical section by Alexandre Julliard · 25 years ago
  94. de1d5ad Added support for WINEPREFIX environment variable. by Alexandre Julliard · 25 years ago
  95. 61f572a GetShortPathName: always erase characters at the end of the new by Uwe Bonnes · 25 years ago
  96. fbace6e Added a per-drive FailReadOnly flag, and removed the global by Alexandre Julliard · 25 years ago
  97. 8a971bf Fixed file descriptor leaks. by Alexandre Julliard · 25 years ago
  98. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  99. 199aeba Ignore trailing spaces in DOSFS_ToDosFCBFormat. by Alexandre Julliard · 25 years ago
  100. 7cc51fa DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters. by Stefan Leichter · 25 years ago