2002-10-25 |
Alexandre Julliard | Get rid of FILE_ATTRIBUTE_SYMLINK (based on a patch... |
blob | commitdiff | raw |
2002-10-23 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Martin Wilck | - Return correct error codes. |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Marcus Meissner | Fixed "conditional expr is always true due to being... |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Dimitrie O. Paun | Mark files starting with a dot as FA_HIDDEN. |
blob | commitdiff | raw | diff to current |
2002-09-13 |
Martin Wilck | Wait timeout must be 0 if bWait == FALSE. |
blob | commitdiff | raw | diff to current |
2002-09-13 |
Alexandre Julliard | Removed references to advapi32 registry functions from... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Alexandre Julliard | Fixed warnings caused by new winternl.h. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Martin Wilck | Fix the behavior of GetOverlappedResult() and WSAGetOve... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Alexandre Julliard | Fixed permission check when renaming a directory (based... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Dmitry Timoshkov | Convert most of the file APIs to Unicode. |
blob | commitdiff | raw | diff to current |
2002-08-26 |
Patrik Stridvall | MSVC compatibility fixes. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw | diff to current |
2002-08-03 |
Juergen Schmied | - Fixed possible loss of data with given overlapped... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Eric Pouech | Made the calls to (Read|Write)Console through a functio... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Rafael Kitover | Changed dos_handles to store dups of stdio/out/err... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
blob | commitdiff | raw | diff to current |
2002-06-05 |
Alexandre Julliard | Check access rights before renaming or deleting files... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-30 |
Alexandre Julliard | Added wine_server_fd_to_handle to replace FILE_DupUnixH... |
blob | commitdiff | raw | diff to current |
2002-05-28 |
Jason Edmeades | Silence fixme in unnecessary situation, add missing... |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Martin Wilck | Fixed some bugs in my recently submitted patch series. |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Martin Wilck | Fixed ReadFile() semantics when reading asynchronously... |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Martin Wilck | Implemented overlapped WSARecvFrom(), WSASendTo(), and |
blob | commitdiff | raw | diff to current |
2002-04-23 |
Martin Wilck | Avoid segfault with overlapped WriteFile() calls. |
blob | commitdiff | raw | diff to current |
2002-04-17 |
Martin Wilck | GetOverlappedResult: Return ERROR_IO_INCOMPLETE if... |
blob | commitdiff | raw | diff to current |
2002-04-14 |
Martin Wilck | - Need a "cleanup" method. |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Stefan Leichter | Compile fixes for gcc 2.7.2.3. |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Martin Wilck | - separate cleanly between async scheduling and file... |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Francois Gouget | Fix SetFileAttributes to honor the umask (rather than... |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Alexandre Julliard | Export the FILE_GetUnixHandle functionality from ntdll. |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Mike McCormack | Begin to make wine an SMB client. |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Mike McCormack | Set an overlapped hEvent before calling any APCs. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Gerhard W. Gruber | MoveFileEx now enters the files in the registry when... |
blob | commitdiff | raw | diff to current |
2002-01-21 |
Alexandre Julliard | Fixed function prototype that confused winapi_extract. |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Eric Pouech | Changed the Wine internal cdrom interface to the NT... |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Martin Wilck | More general approach to file descriptor types and... |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Martin Wilck | Add server side support for async IO on files. |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Mike McCormack | - Attempt write before going overlapped in Writefile. |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Mike McCormack | Implement CancelIo properly. |
blob | commitdiff | raw | diff to current |
2002-01-01 |
Mike McCormack | Set an overlapped's hEvent for ReadFile/WriteFile in... |
blob | commitdiff | raw | diff to current |
2001-12-21 |
Mike McCormack | Don't return from overlapped ReadFile on EAGAIN and... |
blob | commitdiff | raw | diff to current |
2001-12-20 |
Mike McCormack | - move async activation into the server |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Mike McCormack | Implemented timed-out non-overlapped ReadFile. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Eric Pouech | New console code based on Win32 windows. |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Ove Kaaven | Save a disk file's drive type in the server object. |
blob | commitdiff | raw | diff to current |
2001-10-22 |
Francois Gouget | Spelling, grammar and a bit of comment formatting fixes. |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Mike McCormack | Separate code to overlapped timeouts into FILE_GetTimeout. |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Eric Pouech | Pass security attributes for DOSFS creation. |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Mike McCormack | Do overlapped reads if and only if the file was opened... |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Eric Pouech | - fixed copy&paste bug (GENERIC_WRITE instead of GENERI... |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Mike McCormack | Make serial fd blocking mode depend on FILE_FLAG_OVERLA... |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Mike McCormack | Fetch a handle type in FILE_GetUnixHandle. |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Uwe Bonnes | Check for NULL path argument in DeleteFile. |
blob | commitdiff | raw | diff to current |
2001-10-01 |
Ove Kaaven | Make MoveFileEx fail with ERROR_INVALID_PARAMETER ... |
blob | commitdiff | raw | diff to current |
2001-09-25 |
Ove Kaaven | A failure to open a pipe should return INVALID_HANDLE_V... |
blob | commitdiff | raw | diff to current |
2001-08-22 |
Mike McCormack | Added stub for CancelIo. |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Mike McCormack | Read data immediately in overlapped ReadFile if possible. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Bernhard Rosenkraenzer | Set executable permissions when creating .exe/.com... |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
blob | commitdiff | raw | diff to current |
2001-07-12 |
Mike McCormack | Implement overlapped completion routines. |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Mike McCormack | Start implementing named pipes. |
blob | commitdiff | raw | diff to current |
2001-07-08 |
Mike McCormack | Implement ReadFileEx and WriteFileEx (lpOverlappedCompl... |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Mike McCormack | Declare stubs for ReadFileEx, WriteFileEx. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
blob | commitdiff | raw | diff to current |
2001-05-29 |
Marcus Meissner | Drop any file64 functions, try to use system supplied... |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Marcus Meissner | Implemented 64bit file size handling. |
blob | commitdiff | raw | diff to current |
2001-03-22 |
Michael McCormack | Use poll() on the client-side during server waits to... |
blob | commitdiff | raw | diff to current |
2001-03-05 |
Andreas Mohr | GetFileInformationByHandle() fails for pipe handles... |
blob | commitdiff | raw | diff to current |
2001-03-01 |
Alexandre Julliard | Create the server pipes on the client side and transfer... |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Alexandre Julliard | New mechanism to transfer file descriptors from client... |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
blob | commitdiff | raw | diff to current |
2001-02-16 |
Gerard Patel | Gives back the ERROR_FILE_NOT_FOUND to GetFileAttributes. |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Jon Griffiths | SetLastError() for GetFileAttributesA. |
blob | commitdiff | raw | diff to current |
2001-02-12 |
Patrik Stridvall | Documentation argument fixes. |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Andreas Mohr | Some more cleanups. |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Removed some direct accesses to the 16-bit task structure. |
blob | commitdiff | raw | diff to current |
2001-01-12 |
Mike McCormack | Swap lpOverlapped parameters in ReadFile and WriteFile. |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Mike McCormack | Implemented asynchronous ReadFile and WriteFile. |
blob | commitdiff | raw | diff to current |
2001-01-09 |
François Gouget | The last parameter of CreateFile should be 0 (aka NULL... |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
blob | commitdiff | raw | diff to current |
2000-12-29 |
Mike McCormack | Implemented GetOverlappedResult. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Alexandre Julliard | Use a separate FIFO pair for server requests that don... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Alexandre Julliard | Replaced WIN16_GlobalLock16 by "official" function... |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Alexandre Julliard | Merged the get_read_fd and get_write_fd requests. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
blob | commitdiff | raw | diff to current |
2000-12-03 |
Aric Stewart | Added ASCII-only version of toupper, tolower, strcasecm... |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Alexandre Julliard | Added implementation of lstat to port.c. |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Alexandre Julliard | Implemented DosFileHandleToWin32Handle, Win32HandleToDo... |
blob | commitdiff | raw | diff to current |
2000-11-10 |
Dimitrie O. Paun | Use variable argument macros when compiling with gcc. |
blob | commitdiff | raw | diff to current |
2000-11-04 |
Dimitrie O. Paun | Use debugging API instead of outputing to stderr directly. |
blob | commitdiff | raw | diff to current |
2000-10-19 |
Andreas Mohr | Skip directory symlinks in DOSFS_FindNextEx. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Alexandre Julliard | Added a few more large integer functions. |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
next |