Sign in
goma
/
wine
/
66fb6075aa3923c0cc6abb0ac6bb4a00e19ca271
/
files
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
7d5bc5c
Removed some direct accesses to the 16-bit task structure.
by Alexandre Julliard
· 24 years ago
eb3e38e
Swap lpOverlapped parameters in ReadFile and WriteFile.
by Mike McCormack
· 24 years ago
e405550
Updated messages with new config files in mind to keep from confusing users.
by Chris Morgan
· 24 years ago
7af79ff
Removed some unnecessary defines after profile.c cleanup.
by Chris Morgan
· 24 years ago
4a3d508
Removed use of outdated WINE_INI environment variable. Removed
by Chris Morgan
· 24 years ago
f21aac0
Implemented asynchronous ReadFile and WriteFile.
by Mike McCormack
· 24 years ago
418e27e
Make CDROM_GetLabel return 0 in the event of failure, and make the
by Ryan Cumming
· 24 years ago
4b4f69a
The last parameter of CreateFile should be 0 (aka NULL), not -1.
by François Gouget
· 24 years ago
550ba5b
Avoid crashing on invalid lines during config file conversion.
by Alexandre Julliard
· 24 years ago
8081e5a
Added handle_t type to server interface so that we can make handles
by Alexandre Julliard
· 24 years ago
ad72e71
Implemented GetOverlappedResult.
by Mike McCormack
· 24 years ago
a6d83eb
- clarify many error messages - add data corruption warning to README file
by Andreas Mohr
· 24 years ago
e3178f9
Allow an application to open a dos device ending with ':'.
by Lawson Whitney
· 24 years ago
55146db
Fixed a few type clashes in preparation for the switch to STRICT.
by François Gouget
· 24 years ago
b6ac770
Define environment variable TMP as an alias for TEMP.
by Dmitry Timoshkov
· 24 years ago
d549f69
Use a separate FIFO pair for server requests that don't need to pass a
by Alexandre Julliard
· 24 years ago
5801723
Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
by Alexandre Julliard
· 24 years ago
fdc78a3
Protect against NULL buffer in the profile functions.
by Dmitry Timoshkov
· 24 years ago
1ab243b
Merged the get_read_fd and get_write_fd requests.
by Alexandre Julliard
· 24 years ago
d0f8bfd
Spelling fix.
by Huw D M Davies
· 24 years ago
0348212
Add strerror() to the "Could not stat" and "Invalid path" startup
by Lawson Whitney
· 24 years ago
982a223
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
by Alexandre Julliard
· 24 years ago
bf67259
Use the DRIVE_* API constants instead of the DRIVETYPE enum.
by Alexandre Julliard
· 24 years ago
73be8d1
Added automatic translation of the config file to the new
by Alexandre Julliard
· 24 years ago
e4d0932
Added ASCII-only version of toupper, tolower, strcasecmp and the like
by Aric Stewart
· 24 years ago
2b3aa61
Added/modified documentation for function arguments.
by Patrik Stridvall
· 24 years ago
3a0f8b7
Finished separation of shell32 and wsock32.
by Alexandre Julliard
· 24 years ago
27bb311
Added implementation of lstat to port.c.
by Alexandre Julliard
· 24 years ago
24a62ab
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
by Alexandre Julliard
· 24 years ago
529da54
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
by Dimitrie O. Paun
· 24 years ago
5ce902b
Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
by Alexandre Julliard
· 24 years ago
ac7efef
Changed GetProcAddress16 and 16-bit resource functions to take normal
by Alexandre Julliard
· 24 years ago
25e7403
Removed strange checkj for !filename, so we don't get section NULL
by Marcus Meissner
· 24 years ago
ab68797
Moved standard syslevel APIs declaration to winbase.h.
by Alexandre Julliard
· 24 years ago
864dc59
Use variable argument macros when compiling with gcc.
by Dimitrie O. Paun
· 24 years ago
dbb61c0
Use debugging API instead of outputing to stderr directly.
by Dimitrie O. Paun
· 24 years ago
9400e2d
Fixed SearchPath to handle a ';'-separated path as first argument.
by Alexandre Julliard
· 24 years ago
44f84b5
Added basic working stubs of new Windows 2000 API functions.
by David Elliott
· 24 years ago
7f0490e
If we have a drive pointing to /, we must not remove the final / or we
by Marcus Meissner
· 24 years ago
959d73e
Reduce the number of warnings about missing initializers.
by Joerg Mayer
· 24 years ago
220312e
Skip directory symlinks in DOSFS_FindNextEx.
by Andreas Mohr
· 24 years ago
57f05e1
Converted a few more server requests to the new mechanism.
by Alexandre Julliard
· 24 years ago
27952ef
Added a few more large integer functions.
by Alexandre Julliard
· 24 years ago
11776c1
Moved comm.c into kernel32.
by Mike McCormack
· 24 years ago
aef9a36
Use special environment variables to transmit the cwd of the various
by Alexandre Julliard
· 24 years ago
3ac104f
Fixed the default value handling (trailing spaces of the default value
by Andreas Mohr
· 24 years ago
15bfcd0
Moved $(MODULE).o rule out of Make.rules into the individual Makefiles.
by Alexandre Julliard
· 25 years ago
34ed4fd
Have the UNIX cwd follow the current directory on the current drive.
by Marcus Meissner
· 25 years ago
83f52d1
Moved all Win16 definitions out of the standard Windows headers.
by Alexandre Julliard
· 25 years ago
072dfb5
Removed inclusion of wine/winestring.h from winbase.h and added it to
by Alexandre Julliard
· 25 years ago
6dbf67e
Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap).
by Alexandre Julliard
· 25 years ago
20cd935
- fixes debugger output
by Andreas Mohr
· 25 years ago
46b8c24
Removed chdir("/") until we have proper Unix cwd management.
by Alexandre Julliard
· 25 years ago
0729105
DOSFS_MatchLong ignored several things about file mask matching for
by Andreas Mohr
· 25 years ago
44b5bf5
Added serial port object to the server.
by Mike McCormack
· 25 years ago
9264300
Converted a lot of server requests to the new exception handling mechanism.
by Alexandre Julliard
· 25 years ago
9c2370b
Added exception handling wrapper to a number of server requests.
by Alexandre Julliard
· 25 years ago
6c8d917
Added a real root key and simplified creation of the HKEY_* special root keys.
by Alexandre Julliard
· 25 years ago
242d23e
(from IBM TopPage patch) return correct error for already existing file.
by Marcus Meissner
· 25 years ago
eb0ab1b
Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
by Stefan Leichter
· 25 years ago
dcd247e
Moved CharUpper* and CharLower* functions to dlls/user.
by Alexandre Julliard
· 25 years ago
e101f6d
Cleaned up a few inter-dll dependencies. Added a few imports.
by Alexandre Julliard
· 25 years ago
5ab9d86
Removed some unnecessary #includes and dll dependencies.
by Alexandre Julliard
· 25 years ago
231674d
Removed the DOS handles table from the PDB and made it a static variable.
by Alexandre Julliard
· 25 years ago
a007f33
Moved a few non-standard headers into their respective dlls.
by Alexandre Julliard
· 25 years ago
cb10fda
Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
by Alexandre Julliard
· 25 years ago
2e9f786
Only set COMSPEC if not defined already.
by Alexandre Julliard
· 25 years ago
15467bf
Moved MulDiv() and VGA routines out of GDI.
by Alexandre Julliard
· 25 years ago
66791af
Fix for 64-bit negative seek value.
by Hidenori Takeshima
· 25 years ago
3084b58
- fixed a gross bug in SetCurrentDirectoryA (where changing to a new
by Andreas Mohr
· 25 years ago
b18dbd2
Perform NE_InitProcess in the context of the new task.
by Alexandre Julliard
· 25 years ago
2caee71
Spelling fixes.
by Andreas Mohr
· 25 years ago
c895908
Drop UNIX cwd to / after calculating WINE current directory (to allow
by Marcus Meissner
· 25 years ago
bb9e66e
If whitespace or dots are appended to the end of any component in a
by Dave Hawkes
· 25 years ago
9b414e1
Added some stuff saying that this is NOT supported.
by Andreas Mohr
· 25 years ago
d88fbb7
Make WritePrivateProfileSectionA care for "" and NULL as the
by Uwe Bonnes
· 25 years ago
594a0dc
GetFullPathName: get "drive" value too for absolute paths.
by Uwe Bonnes
· 25 years ago
bd86d18f
DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
by Andreas Mohr
· 25 years ago
a6ae555
Strip whitespace from front of profile values.
by Marcus Meissner
· 25 years ago
feb71a6
mmap() fails with ENODEV on NTFS under Linux.
by Stas Sergeev
· 25 years ago
2250f12
Implemented FindFirstFileEx, cleaned old implementation up.
by Juergen Schmied
· 25 years ago
65020b3
SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
by James Juran
· 25 years ago
ed343a2
DOSFS_DoGetFullPathName: terminate string weh called like .\\file
by Uwe Bonnes
· 25 years ago
40249c6
GetFullPathname: add missing termination to the string.
by Uwe Bonnes
· 25 years ago
f69c150
Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
by Gerard Patel
· 25 years ago
Next »