- 6a504be - Return correct error codes. by Martin Wilck · 23 years ago
- 065d537 Fixed "conditional expr is always true due to being unsigned < 0" problem. by Marcus Meissner · 23 years ago
- 14fb095 Mark files starting with a dot as FA_HIDDEN. by Dimitrie O. Paun · 23 years ago
- b18d32c Wait timeout must be 0 if bWait == FALSE. by Martin Wilck · 23 years ago
- 81bdcf1 Removed references to advapi32 registry functions from some of the by Alexandre Julliard · 23 years ago
- 1668870 Fixed warnings caused by new winternl.h. by Alexandre Julliard · 23 years ago
- 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
- 2b54cf9 Fix the behavior of GetOverlappedResult() and WSAGetOverlappedResult() by Martin Wilck · 23 years ago
- 96d05d1 Fixed permission check when renaming a directory (based on a patch by by Alexandre Julliard · 23 years ago
- d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
- 57bf450 MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
- d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
- 712caf3 - Fixed possible loss of data with given overlapped structure on a by Juergen Schmied · 23 years ago
- 7fcae15 Made the calls to (Read|Write)Console through a function pointer to by Eric Pouech · 23 years ago
- 530d50c Changed dos_handles to store dups of stdio/out/err as per Ove Kaaven's by Rafael Kitover · 23 years ago
- 267ca68 Fixed HANDLE<->HFILE conversions, since they will be different types by Alexandre Julliard · 23 years ago
- 034e39b Check access rights before renaming or deleting files (based on by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- be367c7 Added wine_server_fd_to_handle to replace FILE_DupUnixHandle. by Alexandre Julliard · 23 years ago
- 922a5e4 Silence fixme in unnecessary situation, add missing \n to another fixme. by Jason Edmeades · 23 years ago
- ff1f320 Fixed some bugs in my recently submitted patch series. by Martin Wilck · 23 years ago
- 9ca4285 Fixed ReadFile() semantics when reading asynchronously on sockets. by Martin Wilck · 23 years ago
- af16c98 Implemented overlapped WSARecvFrom(), WSASendTo(), and by Martin Wilck · 23 years ago
- ef79c38e Avoid segfault with overlapped WriteFile() calls. by Martin Wilck · 23 years ago
- e0587d4 GetOverlappedResult: Return ERROR_IO_INCOMPLETE if IO still pending. by Martin Wilck · 23 years ago
- 08867f7 - Need a "cleanup" method. by Martin Wilck · 23 years ago
- f25efa0 Compile fixes for gcc 2.7.2.3. by Stefan Leichter · 23 years ago
- 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
- 34372dc Fix SetFileAttributes to honor the umask (rather than making files by Francois Gouget · 23 years ago
- 8d1550d Export the FILE_GetUnixHandle functionality from ntdll. by Alexandre Julliard · 23 years ago
- fc93261 Begin to make wine an SMB client. by Mike McCormack · 23 years ago
- 4a6b990 Set an overlapped hEvent before calling any APCs. by Mike McCormack · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 814a3fa MoveFileEx now enters the files in the registry when the boot delay flag is set. by Gerhard W. Gruber · 23 years ago
- 45342a3 Fixed function prototype that confused winapi_extract. by Alexandre Julliard · 23 years ago
- 5cc6105 Changed the Wine internal cdrom interface to the NT model. by Eric Pouech · 23 years ago
- 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
- 718b1b7 Add server side support for async IO on files. by Martin Wilck · 23 years ago
- 99a5cfe - Attempt write before going overlapped in Writefile. by Mike McCormack · 23 years ago
- de339f3 Implement CancelIo properly. by Mike McCormack · 23 years ago
- 9119543 Set an overlapped's hEvent for ReadFile/WriteFile in an overlapped by Mike McCormack · 23 years ago
- 5d754fc Don't return from overlapped ReadFile on EAGAIN and other non-fatal errors. by Mike McCormack · 23 years ago
- 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
- 27cf4a4 Implemented timed-out non-overlapped ReadFile. by Mike McCormack · 23 years ago
- 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
- 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
- 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
- 3bb9a36 Spelling, grammar and a bit of comment formatting fixes. by Francois Gouget · 23 years ago
- ea4f32c Separate code to overlapped timeouts into FILE_GetTimeout. by Mike McCormack · 23 years ago
- 3bbeb72 Pass security attributes for DOSFS creation. by Eric Pouech · 23 years ago
- 9e1fc62 Do overlapped reads if and only if the file was opened with by Mike McCormack · 23 years ago
- c73316d - fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ) by Eric Pouech · 23 years ago
- 568c67e Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED. by Mike McCormack · 23 years ago
- ff58be5 Fetch a handle type in FILE_GetUnixHandle. by Mike McCormack · 23 years ago
- ef3d022 Check for NULL path argument in DeleteFile. by Uwe Bonnes · 24 years ago
- 72f4044 Make MoveFileEx fail with ERROR_INVALID_PARAMETER (better than by Ove Kaaven · 24 years ago
- 7efa8e2 A failure to open a pipe should return INVALID_HANDLE_VALUE. by Ove Kaaven · 24 years ago
- b473a0f Added stub for CancelIo. by Mike McCormack · 24 years ago
- 6f030e8 Read data immediately in overlapped ReadFile if possible. by Mike McCormack · 24 years ago
- 5dda1f7 Set executable permissions when creating .exe/.com files. by Bernhard Rosenkraenzer · 24 years ago
- 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
- e61ad3a Implement overlapped completion routines. by Mike McCormack · 24 years ago
- de7c300 Start implementing named pipes. by Mike McCormack · 24 years ago
- a38e5e5 Implement ReadFileEx and WriteFileEx (lpOverlappedCompletion routine by Mike McCormack · 24 years ago
- 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
- 838a361 Declare stubs for ReadFileEx, WriteFileEx. by Mike McCormack · 24 years ago
- 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
- 6bb990f Drop any file64 functions, try to use system supplied 64-bit mode by by Marcus Meissner · 24 years ago
- 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
- 1c32a46 Use poll() on the client-side during server waits to implement overlapped I/O. by Michael McCormack · 24 years ago
- 12bf7f1 GetFileInformationByHandle() fails for pipe handles according to by Andreas Mohr · 24 years ago
- 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
- f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
- 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
- d52e1c4 Gives back the ERROR_FILE_NOT_FOUND to GetFileAttributes. by Gerard Patel · 24 years ago
- 0cfa278 SetLastError() for GetFileAttributesA. by Jon Griffiths · 24 years ago
- bca4a8d Documentation argument fixes. by Patrik Stridvall · 24 years ago
- c9cf70d Some more cleanups. by Andreas Mohr · 24 years ago
- 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
- eb3e38e Swap lpOverlapped parameters in ReadFile and WriteFile. by Mike McCormack · 24 years ago
- f21aac0 Implemented asynchronous ReadFile and WriteFile. by Mike McCormack · 24 years ago
- 4b4f69a The last parameter of CreateFile should be 0 (aka NULL), not -1. by François Gouget · 24 years ago
- 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
- ad72e71 Implemented GetOverlappedResult. by Mike McCormack · 24 years ago
- d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
- 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
- 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- e4d0932 Added ASCII-only version of toupper, tolower, strcasecmp and the like by Aric Stewart · 24 years ago
- 27bb311 Added implementation of lstat to port.c. by Alexandre Julliard · 24 years ago
- 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
- 5ce902b Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and by Alexandre Julliard · 24 years ago
- 864dc59 Use variable argument macros when compiling with gcc. by Dimitrie O. Paun · 24 years ago
- dbb61c0 Use debugging API instead of outputing to stderr directly. by Dimitrie O. Paun · 24 years ago
- 220312e Skip directory symlinks in DOSFS_FindNextEx. by Andreas Mohr · 24 years ago
- 27952ef Added a few more large integer functions. by Alexandre Julliard · 24 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
- 6dbf67e Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap). by Alexandre Julliard · 25 years ago
- 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago