2002-06-05 |
Alexandre Julliard | Check access rights before renaming or deleting files... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-30 |
Alexandre Julliard | Added wine_server_fd_to_handle to replace FILE_DupUnixH... |
tree | commitdiff |
2002-05-30 |
Vincent Béron | - Fixed GetSystemTimeAdjustment prototype and added... |
tree | commitdiff |
2002-05-28 |
Jason Edmeades | Silence fixme in unnecessary situation, add missing... |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
tree | commitdiff |
2002-05-19 |
Steven Edwards | Add check for <sys/ioctl.h>. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-05-11 |
Andreas Mohr | Make PROFILE_GetString account for default value in... |
tree | commitdiff |
2002-05-09 |
Juergen Schmied | Use long names, not 8.3 names in environment. |
tree | commitdiff |
2002-05-08 |
Michael Wetherell | Fix handling of unix absolute paths in DOSFS_GetFullNam... |
tree | commitdiff |
2002-05-05 |
Jason Edmeades | Ensure correct full path returned when GetFullPathName... |
tree | commitdiff |
2002-05-05 |
Mike McCormack | Implement NetBIOS resolution for UNC pathnames. |
tree | commitdiff |
2002-05-04 |
Marcus Meissner | FindClose: protect the GlobalLock for pagefaults too. |
tree | commitdiff |
2002-05-01 |
Rizsanyi Zsolt | Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi... |
tree | commitdiff |
2002-04-26 |
Martin Wilck | Fixed some bugs in my recently submitted patch series. |
tree | commitdiff |
2002-04-25 |
Martin Wilck | Fixed ReadFile() semantics when reading asynchronously... |
tree | commitdiff |
2002-04-25 |
Martin Wilck | Implemented overlapped WSARecvFrom(), WSASendTo(), and |
tree | commitdiff |
2002-04-23 |
Martin Wilck | Avoid segfault with overlapped WriteFile() calls. |
tree | commitdiff |
2002-04-22 |
Eric Pouech | Always close fd when reading super block. |
tree | commitdiff |
2002-04-17 |
Martin Wilck | GetOverlappedResult: Return ERROR_IO_INCOMPLETE if... |
tree | commitdiff |
2002-04-14 |
Martin Wilck | - Need a "cleanup" method. |
tree | commitdiff |
2002-04-11 |
Stefan Leichter | Compile fixes for gcc 2.7.2.3. |
tree | commitdiff |
2002-04-05 |
Martin Wilck | - separate cleanly between async scheduling and file... |
tree | commitdiff |
2002-04-02 |
Alexandre Julliard | Make GetFullPathName fail if input path name is empty. |
tree | commitdiff |
2002-03-29 |
Francois Gouget | Fix SetFileAttributes to honor the umask (rather than... |
tree | commitdiff |
2002-03-23 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-03-23 |
Alexandre Julliard | Export the FILE_GetUnixHandle functionality from ntdll. |
tree | commitdiff |
2002-03-19 |
Gerald Pfeifer | Add missing #includes for FreeBSD and Solaris. |
tree | commitdiff |
2002-03-12 |
Mike McCormack | Begin to make wine an SMB client. |
tree | commitdiff |
2002-03-11 |
Mike McCormack | Set an overlapped hEvent before calling any APCs. |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-27 |
Andreas Mohr | Implemented "App Paths" registry key support for Search... |
tree | commitdiff |
2002-02-27 |
Andreas Mohr | Fixed overflow and signed/unsigned behaviour. |
tree | commitdiff |
2002-02-25 |
Peter Hunnisett | New file msvcrt/excpt.h. Move some stuff out of winnt... |
tree | commitdiff |
2002-02-22 |
Gerhard W. Gruber | MoveFileEx now enters the files in the registry when... |
tree | commitdiff |
2002-02-12 |
Jukka Heinonen | Added missing break statement. |
tree | commitdiff |
2002-02-05 |
Gerhard Gruber | WritePrivateProfileSection should allow to create dupli... |
tree | commitdiff |
2002-01-29 |
Jukka Heinonen | Added support for DOS EMS memory. |
tree | commitdiff |
2002-01-29 |
Aric Stewart | GetDiskFreeSpace needs to set the last error on failure. |
tree | commitdiff |
2002-01-21 |
Marcus Meissner | Handle section==NULL (error) in WritePrivateProfileStringA. |
tree | commitdiff |
2002-01-21 |
Alexandre Julliard | Fixed function prototype that confused winapi_extract. |
tree | commitdiff |
2002-01-18 |
Dmitry Timoshkov | Fix return value of GetWindowsDirectoryA/W and GetSyste... |
tree | commitdiff |
2002-01-13 |
Eric Pouech | Changed the Wine internal cdrom interface to the NT... |
tree | commitdiff |
2002-01-09 |
Martin Wilck | More general approach to file descriptor types and... |
tree | commitdiff |
2002-01-07 |
Martin Wilck | Add server side support for async IO on files. |
tree | commitdiff |
2002-01-07 |
Mike McCormack | - Attempt write before going overlapped in Writefile. |
tree | commitdiff |
2002-01-07 |
Mike McCormack | Implement CancelIo properly. |
tree | commitdiff |
2002-01-04 |
Mehmet Yasar | Do not save empty sections names. |
tree | commitdiff |
2002-01-01 |
Mike McCormack | Set an overlapped's hEvent for ReadFile/WriteFile in... |
tree | commitdiff |
2002-01-01 |
Alexandre Julliard | Removed some of the calls to HEAP_strdup* functions. |
tree | commitdiff |
2001-12-21 |
Mike McCormack | Don't return from overlapped ReadFile on EAGAIN and... |
tree | commitdiff |
2001-12-20 |
Mike McCormack | - move async activation into the server |
tree | commitdiff |
2001-12-19 |
Mike McCormack | Implemented timed-out non-overlapped ReadFile. |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
2001-11-23 |
Eric Pouech | New console code based on Win32 windows. |
tree | commitdiff |
2001-11-19 |
Andreas Mohr | - fix wrong hexadecimal GetLastError() output |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-24 |
Ove Kaaven | Save a disk file's drive type in the server object. |
tree | commitdiff |
2001-10-22 |
Francois Gouget | Spelling, grammar and a bit of comment formatting fixes. |
tree | commitdiff |
2001-10-21 |
Andreas Mohr | Cosmetics. |
tree | commitdiff |
2001-10-17 |
Mike McCormack | Separate code to overlapped timeouts into FILE_GetTimeout. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-14 |
Eric Pouech | Pass security attributes for DOSFS creation. |
tree | commitdiff |
2001-10-10 |
Mike McCormack | Do overlapped reads if and only if the file was opened... |
tree | commitdiff |
2001-10-08 |
Gerard Patel | GetDiskFreeSpaceEx should accept an input like "C:". |
tree | commitdiff |
2001-10-08 |
Eric Pouech | - fixed copy&paste bug (GENERIC_WRITE instead of GENERI... |
tree | commitdiff |
2001-10-08 |
Mike McCormack | Make serial fd blocking mode depend on FILE_FLAG_OVERLA... |
tree | commitdiff |
2001-10-04 |
Mike McCormack | Fetch a handle type in FILE_GetUnixHandle. |
tree | commitdiff |
2001-10-02 |
Andreas Mohr | Yet another documentation/message text patch. |
tree | commitdiff |
2001-10-02 |
Uwe Bonnes | Check for NULL path argument in DeleteFile. |
tree | commitdiff |
2001-10-01 |
Ove Kaaven | Make MoveFileEx fail with ERROR_INVALID_PARAMETER ... |
tree | commitdiff |
2001-09-25 |
Ove Kaaven | A failure to open a pipe should return INVALID_HANDLE_V... |
tree | commitdiff |
2001-09-19 |
Andreas Mohr | Updates and error message improvements. |
tree | commitdiff |
2001-09-17 |
Francois Gouget | Make relative paths of [Drive] sections relative to... |
tree | commitdiff |
2001-09-14 |
Francois Gouget | Fix the error returned by GetLongPathNameA. |
tree | commitdiff |
2001-08-28 |
Francois Gouget | Reimplement PROFILE_GetSectionNames to match the NT... |
tree | commitdiff |
2001-08-24 |
Bill Medland | Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr... |
tree | commitdiff |
2001-08-22 |
Mike McCormack | Added stub for CancelIo. |
tree | commitdiff |
2001-08-20 |
Mike McCormack | Read data immediately in overlapped ReadFile if possible. |
tree | commitdiff |
2001-08-16 |
Alexandre Julliard | Added names to standard critical sections (suggested... |
tree | commitdiff |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
tree | commitdiff |
2001-07-23 |
Bernhard Rosenkraenzer | Set executable permissions when creating .exe/.com... |
tree | commitdiff |
2001-07-20 |
Lionel Ulmer | Fix 'undocumented' behaviour of GetPrivateProfileString. |
tree | commitdiff |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
tree | commitdiff |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-12 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-12 |
Mike McCormack | Implement overlapped completion routines. |
tree | commitdiff |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-10 |
Mike McCormack | Start implementing named pipes. |
tree | commitdiff |
2001-07-08 |
Mike McCormack | Implement ReadFileEx and WriteFileEx (lpOverlappedCompl... |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-02 |
Mike McCormack | Declare stubs for ReadFileEx, WriteFileEx. |
tree | commitdiff |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
tree | commitdiff |
2001-06-06 |
Marcus Meissner | Check for enough buffer space in PROFILE_GetSection(). |
tree | commitdiff |
2001-05-29 |
Marcus Meissner | Drop any file64 functions, try to use system supplied... |
tree | commitdiff |
2001-05-25 |
Marcus Meissner | Don't just assume everything is a Dos Device, or mirc... |
tree | commitdiff |
2001-05-14 |
Marcus Meissner | Implemented 64bit file size handling. |
tree | commitdiff |
2001-05-11 |
Francois Gouget | Remove unnecessary single quoting of debugstr_xxx strings. |
tree | commitdiff |
next |