Sign in
goma
/
wine
/
9aded5135c98e2d940c64e556ec904744e913d4d
/
files
0c3f70d
Ignore trailing dots on file names.
by Andreas Mohr
· 26 years ago
0f8bc5b
Fixed ANSI compabillity.
by Patrik Stridvall
· 26 years ago
8228bd6
Added missing profile KERNEL routines (call 32-bit versions).
by Ulrich Weigand
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
9132a78
Make DOSFS_MatchLong match a search string ending in '*.' to a zero
by Robert W Hall
· 26 years ago
e711ba2
Fixed SearchPathA return value.
by Guy Albertelli
· 26 years ago
d5240f1
Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
by Alexandre Julliard
· 26 years ago
ed15575
Thread-safe implementation of profile functions (Windows and Wine).
by Eric Pouech
· 26 years ago
6b9dd2e
Lots of warning fixed, one missing WINAPI in ddraw.c added.
by Marcus Meissner
· 26 years ago
2e1cafa
Renamed wintypes.h to windef.h.
by Jim Aston
· 26 years ago
f22bea0
Better implementation of GetShortPathNameA/W.
by Peter Ganten
· 26 years ago
a848607
Basic support for WIN32 serial communications API.
by Michael McCormack
· 26 years ago
412d025
Changed CreateDirectory LastError returns to match Win32 (found out by
by Marcus Meissner
· 26 years ago
3f09ec5
CLIENT_WaitReply: don't clear last error on success; fixed callers
by Alexandre Julliard
· 26 years ago
df8cdfd
Better error message.
by Andreas Mohr
· 26 years ago
96c08d8
Use server handles directly for Win32 handles. Removed use of K32OBJ.
by Alexandre Julliard
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
249d14b
Fixed warning and compilation errors.
by Michael Veksler
· 26 years ago
04c3e1d
Removed a lot of occurences of windows.h (and added necessary other includes).
by Marcus Meissner
· 26 years ago
317af32
Optimized include/*.h: (recursively) include all headers needed by
by Marcus Meissner
· 26 years ago
3dbc788
Fix GetTempDrive behaviour.
by Uwe Bonnes
· 26 years ago
1ed51af
Small fixes to compile with the headers (mostly nt-security).
by Juergen Schmied
· 26 years ago
2723342
Set the flags for GetVolumeInformation32A.
by Uwe Bonnes
· 26 years ago
b7b2050
Call VIRTUAL_HandleFault if read/write returns EFAULT.
by Ulrich Weigand
· 26 years ago
6395682
Wrong access on server handle was demanded (GENERIC_READ instead of
by Juergen Schmied
· 26 years ago
e3728cd
Use vfat/win95 as default.
by Andreas Mohr
· 26 years ago
6ec6492
GetDiskFreeSpaceEx32A can get null pointers and still not crash.
by Eric Pouech
· 26 years ago
4ff2a27
Changed DOS extended error handling to be based on SetLastError;
by Alexandre Julliard
· 26 years ago
6b5a811
Some more warnings and bugs fixed.
by Marcus Meissner
· 26 years ago
9416aba
Don't abort PROFILE_GetSection on empty keys.
by Alexandre Julliard
· 26 years ago
b12e72d
DOS programs use handles 0-4 without opening/closing any of those
by Marcus Meissner
· 26 years ago
62a8b43
Hacked server-side device support
by Alexandre Julliard
· 26 years ago
8da12c4
Group commit for recovery after disk crash.
by Alexandre Julliard
· 26 years ago
638f169
Recovery of release 990110 after disk crash.
by Alexandre Julliard
· 26 years ago
wine-990110
8640716
Bugfix for trailing slashes, repetition of '/' or '\' and
by Juergen Schmied
· 26 years ago
cc0248e
Implemented raw device access calls for ioctlGenericBlkDevReq()
by Andreas Mohr
· 26 years ago
0562539
Implemented file sharing checks in the server.
by Alexandre Julliard
· 26 years ago
6ebbe3c
Cleaned up and removed some no longer used code.
by Alexandre Julliard
· 26 years ago
5544387
Removed client-side wait functions; all waiting is now done through the server.
by Alexandre Julliard
· 26 years ago
fbe63ad
Reimplemented Read/WriteFile to use server file descriptors.
by Alexandre Julliard
· 26 years ago
338e757
Added beginnings of server-side file handling.
by Alexandre Julliard
· 26 years ago
73458b0
Changed // comments to /* */ so WINE compiles with non-gcc compilers again.
by Marcus Meissner
· 26 years ago
a03f064
Fix GetTempPath32 if count=0.
by Huw D M Davies
· 26 years ago
30f503f
Bugfix: GetFullPathName sets lpFilePart only when the last element
by Juergen Schmied
· 26 years ago
ad7538b
Made async IO (SIGIO) stuff from WINSOCK generic useable.
by Marcus Meissner
· 26 years ago
7d123bf
Added Win32 synchro to FILEs (useful only for terminal handles).
by Marcus Meissner
· 26 years ago
0c0e3be
Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com>
by Alexandre Julliard
· 26 years ago
f3836f5
Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
by Uwe Bonnes
· 26 years ago
d5e7c79
Some unnecessary #include and messages removed.
by Marcus Meissner
· 26 years ago
2772a67
Reverted previous patch.
by Alexander Larsson
· 26 years ago
a8745ea
Opening a file in a directory which doesn't exist returns
by Alexander Larsson
· 26 years ago
4ae195a
Improved GetDiskFreeSpace32A().
by Andreas Mohr
· 26 years ago
4658e4d
Fixes error handling (SetLastError() and return value).
by Juergen Schmied
· 26 years ago
99f1d37
Fixed an error in the implementation of FILE_ShareDeny.
by Uwe Bonnes
· 26 years ago
5c3e457
egcs 'ambiguous else' warnings fixes.
by Jesper Skov
· 26 years ago
2e52589
Give tempfile a different name even if they are created in the same
by Uwe Bonnes
· 26 years ago
1518a94
Small bug in FILE_InUse does not do a release on every acquired file pointer.
by Rein Klazes
· 26 years ago
a370ab4
File sharing fixes.
by Uwe Bonnes
· 26 years ago
575a165
DefineDosDevice stub added.
by Marcus Meissner
· 26 years ago
6ca3f79
Make sure the access functions are always used to get label and serial number.
by Petter Reinholdtsen
· 26 years ago
e6b5e38
Try to implement the OF_SHARE_XXX options.
by Uwe Bonnes
· 26 years ago
c21650e
Small fix.
by Andreas Mohr
· 26 years ago
fe6dfb0
Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
by Andreas Mohr
· 26 years ago
0dce5b7
Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
by Petter Reinholdtsen
· 26 years ago
c1190fe
GetLongPathName32A() returns dos format long filename instead of unix format.
by Alexander Larsson
· 26 years ago
c0d52e0
Initial revision
by Alexandre Julliard
· 26 years ago
d30dfd2
Release 980927
by Alexandre Julliard
· 27 years ago
wine-980927
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
85ed45e
Release 980822
by Alexandre Julliard
· 27 years ago
wine-980822
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
829fe32
Release 980726
by Alexandre Julliard
· 27 years ago
wine-980726
642d313
Release 980712
by Alexandre Julliard
· 27 years ago
wine-980712
ebfc0fe
Release 980628
by Alexandre Julliard
· 27 years ago
wine-980628
f90efa9
Release 980614
by Alexandre Julliard
· 27 years ago
wine-980614
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
dadf78f
Release 980517
by Alexandre Julliard
· 27 years ago
wine-980517
46ea8b3
Release 980503
by Alexandre Julliard
· 27 years ago
wine-980503
c7c217b
Release 980413
by Alexandre Julliard
· 27 years ago
wine-980413
54c2711
Release 980329
by Alexandre Julliard
· 27 years ago
wine-980329
a69b88b
Release 980315
by Alexandre Julliard
· 27 years ago
wine-980315
a11d7b1
Release 980301
by Alexandre Julliard
· 27 years ago
wine-980301
03468f7
Release 980215
by Alexandre Julliard
· 27 years ago
wine-980215
60ce85c
Release 980201
by Alexandre Julliard
· 27 years ago
wine-980201
0623a6f
Release 980118
by Alexandre Julliard
· 27 years ago
wine-980118
02e9008
Release 980104
by Alexandre Julliard
· 27 years ago
wine-980104
44ed71f
Release 971221
by Alexandre Julliard
· 27 years ago
wine-971221
e658d82
Release 971130
by Alexandre Julliard
· 27 years ago
wine-971130
a0b2b1d
Release 971116
by Alexandre Julliard
· 27 years ago
wine-971116
491502b
Release 971101
by Alexandre Julliard
· 27 years ago
wine-971101
17216f5
Release 971012
by Alexandre Julliard
· 27 years ago
wine-971012
3db94ef
Release 970928
by Alexandre Julliard
· 28 years ago
wine-970928
77b9918
Release 970914
by Alexandre Julliard
· 28 years ago
wine-970914
670cdc4
Release 970824
by Alexandre Julliard
· 28 years ago
wine-970824
641ee76
Release 970804
by Alexandre Julliard
· 28 years ago
wine-970804
d37eb36
Release 970720
by Alexandre Julliard
· 28 years ago
wine-970720
23946ad
Release 970616
by Alexandre Julliard
· 28 years ago
wine-970616
7ff1c41
Release 970525
by Alexandre Julliard
· 28 years ago
wine-970525
84c70f5
Release 970509
by Alexandre Julliard
· 28 years ago
wine-970509
889f742
Release 970415
by Alexandre Julliard
· 28 years ago
wine-970415
df2673b
Release 970329
by Alexandre Julliard
· 28 years ago
wine-970329
Next »