Sign in
goma
/
wine
/
137eed8d9b1a39f2355770475147e59708bbb51e
/
files
4610c0a
Check for an empty string in DOSFS_FindNextEx to avoid an unnecessary failure.
by György 'Nog' Jeney
· 23 years ago
bba4bb1
Remove references to PCVOID and LPUINT.
by Francois Gouget
· 23 years ago
6a504be
- Return correct error codes.
by Martin Wilck
· 23 years ago
065d537
Fixed "conditional expr is always true due to being unsigned < 0" problem.
by Marcus Meissner
· 23 years ago
14fb095
Mark files starting with a dot as FA_HIDDEN.
by Dimitrie O. Paun
· 23 years ago
2a5c146
info->u.smb_dir is a pointer, errors are signaled by NULL.
by Marcus Meissner
· 23 years ago
dafbc3f
Removed remaining references to advapi32 registry functions from
by Alexandre Julliard
· 23 years ago
b18d32c
Wait timeout must be 0 if bWait == FALSE.
by Martin Wilck
· 23 years ago
81bdcf1
Removed references to advapi32 registry functions from some of the
by Alexandre Julliard
· 23 years ago
1668870
Fixed warnings caused by new winternl.h.
by Alexandre Julliard
· 23 years ago
9c1de6d
Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h.
by Patrik Stridvall
· 23 years ago
2b54cf9
Fix the behavior of GetOverlappedResult() and WSAGetOverlappedResult()
by Martin Wilck
· 23 years ago
81ac4f2
Fixed buffer size in DIR_TryModulePath for Win32 modules.
by Michael Beach
· 23 years ago
51e6c0c
MSVC compatibility fixes.
by Patrik Stridvall
· 23 years ago
dba83c8
Added wine_get_user_name function and got rid of some of the getpwuid
by Alexandre Julliard
· 23 years ago
96d05d1
Fixed permission check when renaming a directory (based on a patch by
by Alexandre Julliard
· 23 years ago
d75aed2
Convert most of the file APIs to Unicode.
by Dmitry Timoshkov
· 23 years ago
57bf450
MSVC compatibility fixes.
by Patrik Stridvall
· 23 years ago
d016f81
Added include protection for unistd.h and sys/time.h.
by Patrik Stridvall
· 23 years ago
4325554
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 23 years ago
712caf3
- Fixed possible loss of data with given overlapped structure on a
by Juergen Schmied
· 23 years ago
7fcae15
Made the calls to (Read|Write)Console through a function pointer to
by Eric Pouech
· 23 years ago
530d50c
Changed dos_handles to store dups of stdio/out/err as per Ove Kaaven's
by Rafael Kitover
· 23 years ago
267ca68
Fixed HANDLE<->HFILE conversions, since they will be different types
by Alexandre Julliard
· 23 years ago
e1db8bd
Repair SetLastError in FindNextFileA.
by Rein Klazes
· 23 years ago
963985b
First go at reading directories on public SMB shares.
by Mike McCormack
· 23 years ago
2996c57
Fixed uninitialized HKEYs.
by Andreas Mohr
· 23 years ago
2cbcb32
Fixed handling of drives with "/" path (thanks to Marcus Meissner).
by Alexandre Julliard
· 23 years ago
7c4cb51
Cast void* to char* for pointer arithmetic.
by Gregg Mattinson
· 23 years ago
958732d
Fixed warnings.
by Alexandre Julliard
· 23 years ago
e921e46
Return the correct length when getting a complete section in PROFILE_GetString.
by Mike McCormack
· 23 years ago
4c5c7e7
Fixed regression caused by previous change.
by Alexandre Julliard
· 23 years ago
4144b5b
Create the server directory and socket file in /tmp.
by Alexandre Julliard
· 23 years ago
dcf0bea
Make sure that DRIVE_FindDriveRoot always returns an absolute path.
by Alexandre Julliard
· 23 years ago
034e39b
Check access rights before renaming or deleting files (based on
by Alexandre Julliard
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
be367c7
Added wine_server_fd_to_handle to replace FILE_DupUnixHandle.
by Alexandre Julliard
· 23 years ago
a032277
- Fixed GetSystemTimeAdjustment prototype and added it to winbase.h.
by Vincent Béron
· 23 years ago
922a5e4
Silence fixme in unnecessary situation, add missing \n to another fixme.
by Jason Edmeades
· 23 years ago
55e845d
Removed most inclusions of options.h.
by Alexandre Julliard
· 23 years ago
48ac89b
Add check for <sys/ioctl.h>.
by Steven Edwards
· 23 years ago
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
Next »