Sign in
goma
/
wine
/
e53cd36e63c1eae148590d0add06a121f2d298f2
/
files
9bb05fc
Specify the complete source file list for a dll inside the main
by Alexandre Julliard
· 23 years ago
470a3f9
Make PROFILE_GetString account for default value in all cases.
by Andreas Mohr
· 23 years ago
6b27977
Use long names, not 8.3 names in environment.
by Juergen Schmied
· 23 years ago
70c42d8
Fix handling of unix absolute paths in DOSFS_GetFullName and
by Michael Wetherell
· 23 years ago
ffb3d78
Ensure correct full path returned when GetFullPathName supplied a path
by Jason Edmeades
· 23 years ago
9414adf
Implement NetBIOS resolution for UNC pathnames.
by Mike McCormack
· 23 years ago
77fbbcf
FindClose: protect the GlobalLock for pagefaults too.
by Marcus Meissner
· 23 years ago
e7c6d17
Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives
by Rizsanyi Zsolt
· 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
ac24236
Always close fd when reading super block.
by Eric Pouech
· 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
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
Next »