Sign in
goma
/
wine
/
4e2e176c2f8151ade3f3d7b03e7bc8ba1c53b8ad
/
files
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
1bb69a0
Make GetFullPathName fail if input path name is empty.
by Alexandre Julliard
· 23 years ago
34372dc
Fix SetFileAttributes to honor the umask (rather than making files
by Francois Gouget
· 23 years ago
f89d4a8
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 23 years ago
8d1550d
Export the FILE_GetUnixHandle functionality from ntdll.
by Alexandre Julliard
· 23 years ago
c8764e4
Add missing #includes for FreeBSD and Solaris.
by Gerald Pfeifer
· 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
8f925ae
Implemented "App Paths" registry key support for SearchPath().
by Andreas Mohr
· 23 years ago
c8dcafc
Fixed overflow and signed/unsigned behaviour.
by Andreas Mohr
· 23 years ago
73ab649
New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
by Peter Hunnisett
· 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
34f5563
Added missing break statement.
by Jukka Heinonen
· 23 years ago
024a0ac
WritePrivateProfileSection should allow to create duplicate keys
by Gerhard Gruber
· 23 years ago
fd33517
Added support for DOS EMS memory.
by Jukka Heinonen
· 23 years ago
c43985b
GetDiskFreeSpace needs to set the last error on failure.
by Aric Stewart
· 23 years ago
4589a07
Handle section==NULL (error) in WritePrivateProfileStringA.
by Marcus Meissner
· 23 years ago
45342a3
Fixed function prototype that confused winapi_extract.
by Alexandre Julliard
· 23 years ago
4291e45
Fix return value of GetWindowsDirectoryA/W and GetSystemDirectoryA/W.
by Dmitry Timoshkov
· 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
39e0019
Do not save empty sections names.
by Mehmet Yasar
· 23 years ago
9119543
Set an overlapped's hEvent for ReadFile/WriteFile in an overlapped
by Mike McCormack
· 23 years ago
193cf50
Removed some of the calls to HEAP_strdup* functions.
by Alexandre Julliard
· 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
9cef2d0
- fix wrong hexadecimal GetLastError() output
by Andreas Mohr
· 23 years ago
1425941
Fix the #include order for config.h.
by François Gouget
· 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
e15badb
Cosmetics.
by Andreas Mohr
· 23 years ago
ea4f32c
Separate code to overlapped timeouts into FILE_GetTimeout.
by Mike McCormack
· 23 years ago
386cf6e
When including 'wine/port.h', include it first.
by Francois Gouget
· 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
d6bd282
GetDiskFreeSpaceEx should accept an input like "C:".
by Gerard Patel
· 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
· 24 years ago
f359895
Yet another documentation/message text patch.
by Andreas Mohr
· 24 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
7bed696
Updates and error message improvements.
by Andreas Mohr
· 24 years ago
9f88a54
Make relative paths of [Drive] sections relative to WINEPREFIX.
by Francois Gouget
· 24 years ago
60a83ef
Fix the error returned by GetLongPathNameA.
by Francois Gouget
· 24 years ago
19b05e5
Reimplement PROFILE_GetSectionNames to match the NT & MSDN behavior.
by Francois Gouget
· 24 years ago
65fc1c9
Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx.
by Bill Medland
· 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
301df6b
Added names to standard critical sections (suggested by Andreas Mohr).
by Alexandre Julliard
· 24 years ago
5f728ca
Removed HEAP_strdupA.
by Alexandre Julliard
· 24 years ago
5dda1f7
Set executable permissions when creating .exe/.com files.
by Bernhard Rosenkraenzer
· 24 years ago
f89722d
Fix 'undocumented' behaviour of GetPrivateProfileString.
by Lionel Ulmer
· 24 years ago
37e9503
Moved server.h to include/wine.
by Alexandre Julliard
· 24 years ago
33929be
- Made sure that the files that contains the declarations
by Patrik Stridvall
· 24 years ago
e9782fa
Documentation fixes.
by Patrik Stridvall
· 24 years ago
e61ad3a
Implement overlapped completion routines.
by Mike McCormack
· 24 years ago
044855c
Documentation fixes.
by Patrik Stridvall
· 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
ee6ea51
Check for enough buffer space in PROFILE_GetSection().
by Marcus Meissner
· 24 years ago
6bb990f
Drop any file64 functions, try to use system supplied 64-bit mode by
by Marcus Meissner
· 24 years ago
04d5efd
Don't just assume everything is a Dos Device, or mirc will not get any
by Marcus Meissner
· 24 years ago
3f1ed52
Implemented 64bit file size handling.
by Marcus Meissner
· 24 years ago
ee285b7
Remove unnecessary single quoting of debugstr_xxx strings.
by Francois Gouget
· 24 years ago
e76218d
Add '\n' at the end of traces.
by Francois Gouget
· 24 years ago
09a1783
Potential buffer overflow in PROFILE_CopyEntry.
by Francois Gouget
· 24 years ago
4f46b5d
Allow illegal handles in FindClose.
by Dominik Strasser
· 24 years ago
f32f918
Spelling fixes.
by Andreas Mohr
· 24 years ago
2ec34e4
Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle.
by Alexandre Julliard
· 24 years ago
9515336
Small dll separation fixes.
by Alexandre Julliard
· 24 years ago
1c32a46
Use poll() on the client-side during server waits to implement overlapped I/O.
by Michael McCormack
· 24 years ago
566a52a
Changed isolated for loops to while loops (based on a patch by Andreas Mohr).
by Alexandre Julliard
· 24 years ago
12bf7f1
GetFileInformationByHandle() fails for pipe handles according to
by Andreas Mohr
· 24 years ago
8c2f4b1
Some more message cleanups.
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
61d32b4
Allocations do not need to be on the system heap.
by Alexandre Julliard
· 24 years ago
0a78857
Correct error message in case DOSFS_OpenDevice() fails on a COMx device.
by Rein Klazes
· 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
8ee6cca
- TRACE opened registry handles - add proper quotes to wineinstall - spelling
by Andreas Mohr
· 24 years ago
bca4a8d
Documentation argument fixes.
by Patrik Stridvall
· 24 years ago
c9cf70d
Some more cleanups.
by Andreas Mohr
· 24 years ago
151023d
Display the config file location in the incorrect config file error message.
by Gerard Patel
· 24 years ago
3879b19
Fixed typo in wine_get_unix_file_name().
by Alexandre Julliard
· 24 years ago
Next »