1. 1840e18 Force FILE_GetTempFileName to continue looking for new temp file name by Philip Mason · 22 years ago
  2. b633887 Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffersFile. by Eric Pouech · 22 years ago
  3. eaee47e Fixed typo in comment. by Michal Janusz Miroslaw · 22 years ago
  4. 9786b05 On Linux: avoid blocking in DOSFS_OpenDir_VFAT if specified path is by Michal Janusz Miroslaw · 22 years ago
  5. ac1d105 Refuse to read non-block device set in config. by Michal Janusz Miroslaw · 22 years ago
  6. 0de21b6 FindFirstFile on root directory should fail. by Uwe Bonnes · 22 years ago
  7. cce7e25 Make DRIVE_FindRootW really behave like DRIVE_FindRoot. by Alexandre Julliard · 22 years ago
  8. 1fc2142 Correct the error code returned when a file does not exist. by Mike Hearn · 22 years ago
  9. 8e94fbf Don't read uninitialized data when a '$' is found. by Adam Gundy · 22 years ago
  10. 5537dbb Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard by Alexandre Julliard · 22 years ago
  11. 3e588e3 Implemented file change notifications, based on a patch by Mike McCormack. by Alexandre Julliard · 22 years ago
  12. 7a91192 Add trailing full-stop to warning in DIR_GetPath(). by Gerald Pfeifer · 22 years ago
  13. b569508 Moved implementation of GetPrivateProfileInt from ascii to unicode. by Stefan Leichter · 22 years ago
  14. 181dfdd Tweak error message in PROFILE_UsageWineIni(). by Gerald Pfeifer · 22 years ago
  15. ce61349 Implemented file locking functions (partly based on my old Corel by Alexandre Julliard · 22 years ago
  16. 2e24a14 Replace DPRINTF with TRACE. by Tony Lambregts · 22 years ago
  17. 6bf8542 Fixed int conversion in GetPrivateProfileInt so that all the tests succeed. by Alexandre Julliard · 22 years ago
  18. 75d7b15 Simple way to get the label of mixed-mode cd. by Enrico Horn · 22 years ago
  19. 28d65b1 MoveFile[AW] should simply call MoveFileEx[AW]. Should fix issue by Alexandre Julliard · 22 years ago
  20. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  21. 43690e9 Removed no longer needed inclusion of heap.h. by Alexandre Julliard · 22 years ago
  22. f63e5b6 Remove errno.h from files that do not need it. by Marcus Meissner · 22 years ago
  23. 66fd8c2 Properly cast struct sockaddr_in* to struct sockaddr* where needed. by Gerald Pfeifer · 22 years ago
  24. bda22de - Add some stubs. - Implement kernel32.FatalExit. by Robert Shearman · 22 years ago
  25. 85a52cb Removed the FIXMEs when performing MoveFileEx with by Shachar Shemesh · 22 years ago
  26. 44fb75f Set correct last error if the path contains wildcard characters. by Shachar Shemesh · 22 years ago
  27. 297f3d8 Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. by Dimitrie O. Paun · 22 years ago
  28. c019f53 Add stub implementation for ReplaceFile. by Alberto Massari · 22 years ago
  29. 6e9ae17 DRIVE_Init: Use strtoulW to initialize the drive serial number. by Uwe Bonnes · 22 years ago
  30. f769479 - Reimplement time functions using ntdll functions. - Some cleanups. by György 'Nog' Jeney · 22 years ago
  31. 737d4be Move excpt.h out of include/msvcrt/ as it does not conflict with any by Dimitrie O. Paun · 22 years ago
  32. e948ad1 Fix the error codes returned by DeleteFile{A,W} to match NT. by Francois Gouget · 22 years ago
  33. 4d6ba25 - Implement RtlLocalTimeToSystemTime and RtlSystemTimeToLocalTime. by György 'Nog' Jeney · 22 years ago
  34. 5e2b313 Moved implementation of GetDiskFreeSpaceEx from ascii to unicode. by Stefan Leichter · 22 years ago
  35. 60cba99 Fixed some problems with asynchronous file IO. by Martin Wilck · 22 years ago
  36. 11f361a Removed no longer needed PROFILE_LoadWineIni(). by Alexandre Julliard · 22 years ago
  37. d16a64e Removed support for converting old format config, everybody should by Alexandre Julliard · 22 years ago
  38. ed800c6 Build ntdll with -DSTRICT. by Andrew John Hughes · 22 years ago
  39. 4cda16e Implemented GetFileSizeEx (based on a patch by Steve Lustbader). by Ryan Cumming · 22 years ago
  40. db45e1e Maintain lower cased file names in the Wine config directory. by Dmitry Timoshkov · 22 years ago
  41. 768d98e - Silence annoying "Empty path passed" error. by Ryan Cumming · 22 years ago
  42. d427f73 Make COMSPEC point to wcmd.exe, not command.com. by Alexandre Julliard · 22 years ago
  43. 1aad87a Copy the necessary data from the unicode struct to the ascii one in by György 'Nog' Jeney · 22 years ago
  44. 64e047f Get rid of FILE_ATTRIBUTE_SYMLINK (based on a patch by Bill Medland). by Alexandre Julliard · 22 years ago
  45. cf07e10 Don't use wine/unicode.h in the header files, include it directly by Patrik Stridvall · 22 years ago
  46. 1298eb4 Fixed mismatches between the Wine headers and the Microsoft headers. by Patrik Stridvall · 22 years ago
  47. 996baf6 Transmit the Windows PATH to child processes using the WINEPATH variable. by Alexandre Julliard · 22 years ago
  48. 4610c0a Check for an empty string in DOSFS_FindNextEx to avoid an unnecessary failure. by György 'Nog' Jeney · 23 years ago
  49. bba4bb1 Remove references to PCVOID and LPUINT. by Francois Gouget · 23 years ago
  50. 6a504be - Return correct error codes. by Martin Wilck · 23 years ago
  51. 065d537 Fixed "conditional expr is always true due to being unsigned < 0" problem. by Marcus Meissner · 23 years ago
  52. 14fb095 Mark files starting with a dot as FA_HIDDEN. by Dimitrie O. Paun · 23 years ago
  53. 2a5c146 info->u.smb_dir is a pointer, errors are signaled by NULL. by Marcus Meissner · 23 years ago
  54. dafbc3f Removed remaining references to advapi32 registry functions from by Alexandre Julliard · 23 years ago
  55. b18d32c Wait timeout must be 0 if bWait == FALSE. by Martin Wilck · 23 years ago
  56. 81bdcf1 Removed references to advapi32 registry functions from some of the by Alexandre Julliard · 23 years ago
  57. 1668870 Fixed warnings caused by new winternl.h. by Alexandre Julliard · 23 years ago
  58. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  59. 2b54cf9 Fix the behavior of GetOverlappedResult() and WSAGetOverlappedResult() by Martin Wilck · 23 years ago
  60. 81ac4f2 Fixed buffer size in DIR_TryModulePath for Win32 modules. by Michael Beach · 23 years ago
  61. 51e6c0c MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  62. dba83c8 Added wine_get_user_name function and got rid of some of the getpwuid by Alexandre Julliard · 23 years ago
  63. 96d05d1 Fixed permission check when renaming a directory (based on a patch by by Alexandre Julliard · 23 years ago
  64. d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
  65. 57bf450 MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  66. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  67. 4325554 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  68. 712caf3 - Fixed possible loss of data with given overlapped structure on a by Juergen Schmied · 23 years ago
  69. 7fcae15 Made the calls to (Read|Write)Console through a function pointer to by Eric Pouech · 23 years ago
  70. 530d50c Changed dos_handles to store dups of stdio/out/err as per Ove Kaaven's by Rafael Kitover · 23 years ago
  71. 267ca68 Fixed HANDLE<->HFILE conversions, since they will be different types by Alexandre Julliard · 23 years ago
  72. e1db8bd Repair SetLastError in FindNextFileA. by Rein Klazes · 23 years ago
  73. 963985b First go at reading directories on public SMB shares. by Mike McCormack · 23 years ago
  74. 2996c57 Fixed uninitialized HKEYs. by Andreas Mohr · 23 years ago
  75. 2cbcb32 Fixed handling of drives with "/" path (thanks to Marcus Meissner). by Alexandre Julliard · 23 years ago
  76. 7c4cb51 Cast void* to char* for pointer arithmetic. by Gregg Mattinson · 23 years ago
  77. 958732d Fixed warnings. by Alexandre Julliard · 23 years ago
  78. e921e46 Return the correct length when getting a complete section in PROFILE_GetString. by Mike McCormack · 23 years ago
  79. 4c5c7e7 Fixed regression caused by previous change. by Alexandre Julliard · 23 years ago
  80. 4144b5b Create the server directory and socket file in /tmp. by Alexandre Julliard · 23 years ago
  81. dcf0bea Make sure that DRIVE_FindDriveRoot always returns an absolute path. by Alexandre Julliard · 23 years ago
  82. 034e39b Check access rights before renaming or deleting files (based on by Alexandre Julliard · 23 years ago
  83. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  84. be367c7 Added wine_server_fd_to_handle to replace FILE_DupUnixHandle. by Alexandre Julliard · 23 years ago
  85. a032277 - Fixed GetSystemTimeAdjustment prototype and added it to winbase.h. by Vincent Béron · 23 years ago
  86. 922a5e4 Silence fixme in unnecessary situation, add missing \n to another fixme. by Jason Edmeades · 23 years ago
  87. 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
  88. 48ac89b Add check for <sys/ioctl.h>. by Steven Edwards · 23 years ago
  89. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  90. 470a3f9 Make PROFILE_GetString account for default value in all cases. by Andreas Mohr · 23 years ago
  91. 6b27977 Use long names, not 8.3 names in environment. by Juergen Schmied · 23 years ago
  92. 70c42d8 Fix handling of unix absolute paths in DOSFS_GetFullName and by Michael Wetherell · 23 years ago
  93. ffb3d78 Ensure correct full path returned when GetFullPathName supplied a path by Jason Edmeades · 23 years ago
  94. 9414adf Implement NetBIOS resolution for UNC pathnames. by Mike McCormack · 23 years ago
  95. 77fbbcf FindClose: protect the GlobalLock for pagefaults too. by Marcus Meissner · 23 years ago
  96. e7c6d17 Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives by Rizsanyi Zsolt · 23 years ago
  97. ff1f320 Fixed some bugs in my recently submitted patch series. by Martin Wilck · 23 years ago
  98. 9ca4285 Fixed ReadFile() semantics when reading asynchronously on sockets. by Martin Wilck · 23 years ago
  99. af16c98 Implemented overlapped WSARecvFrom(), WSASendTo(), and by Martin Wilck · 23 years ago
  100. ef79c38e Avoid segfault with overlapped WriteFile() calls. by Martin Wilck · 23 years ago