2003-11-15 |
Alexandre Julliard | Moved a number of DOS definitions out of the global... |
blob | commitdiff | raw |
2003-10-31 |
Alexandre Julliard | Make sure GetTempFileName never returns 0 on success. |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Rolf Kalbermatter | Use INVALID_FILE_ATTRIBUTES to test for failure of |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Alexandre Julliard | Store a "removable" flag instead of the full drive... |
blob | commitdiff | raw | diff to current |
2003-10-03 |
Pavel Roskin | Implemented GetCompressedFileSize[AW]. |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Alexandre Julliard | Keep the file handle of 16-bit modules open while the... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Alexandre Julliard | Replaced remaining calls to PROFILE_GetWineIniString... |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Eric Pouech | - made async.h ready for use in ntdll: replaced all... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files... |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
blob | commitdiff | raw | diff to current |
2003-06-14 |
Alexandre Julliard | Make it possible to retrieve an inheritable handle... |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Philip Mason | Force FILE_GetTempFileName to continue looking for... |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Eric Pouech | Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Alexandre Julliard | Implemented file locking functions (partly based on... |
blob | commitdiff | raw | diff to current |
2003-02-26 |
Alexandre Julliard | MoveFile[AW] should simply call MoveFileEx[AW]. Should... |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Shachar Shemesh | Removed the FIXMEs when performing MoveFileEx with |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Shachar Shemesh | Set correct last error if the path contains wildcard... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Alberto Massari | Add stub implementation for ReplaceFile. |
blob | commitdiff | raw | diff to current |
2002-12-13 |
György 'Nog' Jeney | - Reimplement time functions using ntdll functions. |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Francois Gouget | Fix the error codes returned by DeleteFile{A,W} to... |
blob | commitdiff | raw | diff to current |
2002-11-30 |
Martin Wilck | Fixed some problems with asynchronous file IO. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Ryan Cumming | Implemented GetFileSizeEx (based on a patch by Steve... |
blob | commitdiff | raw | diff to current |
2002-11-08 |
Ryan Cumming | - Silence annoying "Empty path passed" error. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Alexandre Julliard | Get rid of FILE_ATTRIBUTE_SYMLINK (based on a patch... |
blob | commitdiff | raw | diff to current |
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 |
next |