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