1. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  2. 470a3f9 Make PROFILE_GetString account for default value in all cases. by Andreas Mohr · 23 years ago
  3. 6b27977 Use long names, not 8.3 names in environment. by Juergen Schmied · 23 years ago
  4. 70c42d8 Fix handling of unix absolute paths in DOSFS_GetFullName and by Michael Wetherell · 23 years ago
  5. ffb3d78 Ensure correct full path returned when GetFullPathName supplied a path by Jason Edmeades · 23 years ago
  6. 9414adf Implement NetBIOS resolution for UNC pathnames. by Mike McCormack · 23 years ago
  7. 77fbbcf FindClose: protect the GlobalLock for pagefaults too. by Marcus Meissner · 23 years ago
  8. e7c6d17 Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives by Rizsanyi Zsolt · 23 years ago
  9. ff1f320 Fixed some bugs in my recently submitted patch series. by Martin Wilck · 23 years ago
  10. 9ca4285 Fixed ReadFile() semantics when reading asynchronously on sockets. by Martin Wilck · 23 years ago
  11. af16c98 Implemented overlapped WSARecvFrom(), WSASendTo(), and by Martin Wilck · 23 years ago
  12. ef79c38e Avoid segfault with overlapped WriteFile() calls. by Martin Wilck · 23 years ago
  13. ac24236 Always close fd when reading super block. by Eric Pouech · 23 years ago
  14. e0587d4 GetOverlappedResult: Return ERROR_IO_INCOMPLETE if IO still pending. by Martin Wilck · 23 years ago
  15. 08867f7 - Need a "cleanup" method. by Martin Wilck · 23 years ago
  16. f25efa0 Compile fixes for gcc 2.7.2.3. by Stefan Leichter · 23 years ago
  17. 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
  18. 1bb69a0 Make GetFullPathName fail if input path name is empty. by Alexandre Julliard · 23 years ago
  19. 34372dc Fix SetFileAttributes to honor the umask (rather than making files by Francois Gouget · 23 years ago
  20. f89d4a8 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  21. 8d1550d Export the FILE_GetUnixHandle functionality from ntdll. by Alexandre Julliard · 23 years ago
  22. c8764e4 Add missing #includes for FreeBSD and Solaris. by Gerald Pfeifer · 23 years ago
  23. fc93261 Begin to make wine an SMB client. by Mike McCormack · 23 years ago
  24. 4a6b990 Set an overlapped hEvent before calling any APCs. by Mike McCormack · 23 years ago
  25. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  26. 8f925ae Implemented "App Paths" registry key support for SearchPath(). by Andreas Mohr · 23 years ago
  27. c8dcafc Fixed overflow and signed/unsigned behaviour. by Andreas Mohr · 23 years ago
  28. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  29. 814a3fa MoveFileEx now enters the files in the registry when the boot delay flag is set. by Gerhard W. Gruber · 23 years ago
  30. 34f5563 Added missing break statement. by Jukka Heinonen · 23 years ago
  31. 024a0ac WritePrivateProfileSection should allow to create duplicate keys by Gerhard Gruber · 23 years ago
  32. fd33517 Added support for DOS EMS memory. by Jukka Heinonen · 23 years ago
  33. c43985b GetDiskFreeSpace needs to set the last error on failure. by Aric Stewart · 23 years ago
  34. 4589a07 Handle section==NULL (error) in WritePrivateProfileStringA. by Marcus Meissner · 23 years ago
  35. 45342a3 Fixed function prototype that confused winapi_extract. by Alexandre Julliard · 23 years ago
  36. 4291e45 Fix return value of GetWindowsDirectoryA/W and GetSystemDirectoryA/W. by Dmitry Timoshkov · 23 years ago
  37. 5cc6105 Changed the Wine internal cdrom interface to the NT model. by Eric Pouech · 23 years ago
  38. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  39. 718b1b7 Add server side support for async IO on files. by Martin Wilck · 23 years ago
  40. 99a5cfe - Attempt write before going overlapped in Writefile. by Mike McCormack · 23 years ago
  41. de339f3 Implement CancelIo properly. by Mike McCormack · 23 years ago
  42. 39e0019 Do not save empty sections names. by Mehmet Yasar · 23 years ago
  43. 9119543 Set an overlapped's hEvent for ReadFile/WriteFile in an overlapped by Mike McCormack · 23 years ago
  44. 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
  45. 5d754fc Don't return from overlapped ReadFile on EAGAIN and other non-fatal errors. by Mike McCormack · 23 years ago
  46. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  47. 27cf4a4 Implemented timed-out non-overlapped ReadFile. by Mike McCormack · 23 years ago
  48. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  49. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  50. 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
  51. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  52. 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
  53. 3bb9a36 Spelling, grammar and a bit of comment formatting fixes. by Francois Gouget · 23 years ago
  54. e15badb Cosmetics. by Andreas Mohr · 23 years ago
  55. ea4f32c Separate code to overlapped timeouts into FILE_GetTimeout. by Mike McCormack · 23 years ago
  56. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  57. 3bbeb72 Pass security attributes for DOSFS creation. by Eric Pouech · 23 years ago
  58. 9e1fc62 Do overlapped reads if and only if the file was opened with by Mike McCormack · 23 years ago
  59. d6bd282 GetDiskFreeSpaceEx should accept an input like "C:". by Gerard Patel · 23 years ago
  60. c73316d - fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ) by Eric Pouech · 23 years ago
  61. 568c67e Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED. by Mike McCormack · 23 years ago
  62. ff58be5 Fetch a handle type in FILE_GetUnixHandle. by Mike McCormack · 24 years ago
  63. f359895 Yet another documentation/message text patch. by Andreas Mohr · 24 years ago
  64. ef3d022 Check for NULL path argument in DeleteFile. by Uwe Bonnes · 24 years ago
  65. 72f4044 Make MoveFileEx fail with ERROR_INVALID_PARAMETER (better than by Ove Kaaven · 24 years ago
  66. 7efa8e2 A failure to open a pipe should return INVALID_HANDLE_VALUE. by Ove Kaaven · 24 years ago
  67. 7bed696 Updates and error message improvements. by Andreas Mohr · 24 years ago
  68. 9f88a54 Make relative paths of [Drive] sections relative to WINEPREFIX. by Francois Gouget · 24 years ago
  69. 60a83ef Fix the error returned by GetLongPathNameA. by Francois Gouget · 24 years ago
  70. 19b05e5 Reimplement PROFILE_GetSectionNames to match the NT & MSDN behavior. by Francois Gouget · 24 years ago
  71. 65fc1c9 Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx. by Bill Medland · 24 years ago
  72. b473a0f Added stub for CancelIo. by Mike McCormack · 24 years ago
  73. 6f030e8 Read data immediately in overlapped ReadFile if possible. by Mike McCormack · 24 years ago
  74. 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
  75. 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
  76. 5dda1f7 Set executable permissions when creating .exe/.com files. by Bernhard Rosenkraenzer · 24 years ago
  77. f89722d Fix 'undocumented' behaviour of GetPrivateProfileString. by Lionel Ulmer · 24 years ago
  78. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  79. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  80. e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
  81. e61ad3a Implement overlapped completion routines. by Mike McCormack · 24 years ago
  82. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  83. de7c300 Start implementing named pipes. by Mike McCormack · 24 years ago
  84. a38e5e5 Implement ReadFileEx and WriteFileEx (lpOverlappedCompletion routine by Mike McCormack · 24 years ago
  85. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  86. 838a361 Declare stubs for ReadFileEx, WriteFileEx. by Mike McCormack · 24 years ago
  87. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  88. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  89. ee6ea51 Check for enough buffer space in PROFILE_GetSection(). by Marcus Meissner · 24 years ago
  90. 6bb990f Drop any file64 functions, try to use system supplied 64-bit mode by by Marcus Meissner · 24 years ago
  91. 04d5efd Don't just assume everything is a Dos Device, or mirc will not get any by Marcus Meissner · 24 years ago
  92. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  93. ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 24 years ago
  94. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  95. 09a1783 Potential buffer overflow in PROFILE_CopyEntry. by Francois Gouget · 24 years ago
  96. 4f46b5d Allow illegal handles in FindClose. by Dominik Strasser · 24 years ago
  97. f32f918 Spelling fixes. by Andreas Mohr · 24 years ago
  98. 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
  99. 9515336 Small dll separation fixes. by Alexandre Julliard · 24 years ago
  100. 1c32a46 Use poll() on the client-side during server waits to implement overlapped I/O. by Michael McCormack · 24 years ago