projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added USER32.UserSignalProc to Callout table.
[wine]
/
files
/
1999-03-25
Eric Pouech
Thread-safe implementation of profile functions (Window...
tree
|
commitdiff
1999-03-18
Marcus Meissner
Lots of warning fixed, one missing WINAPI in ddraw...
tree
|
commitdiff
1999-03-14
Jim Aston
Renamed wintypes.h to windef.h.
tree
|
commitdiff
1999-03-14
Peter Ganten
Better implementation of GetShortPathNameA/W.
tree
|
commitdiff
1999-03-14
Michael McCormack
Basic support for WIN32 serial communications API.
tree
|
commitdiff
1999-02-28
Marcus Meissner
Changed CreateDirectory LastError returns to match...
tree
|
commitdiff
1999-02-28
Alexandre Julliard
CLIENT_WaitReply: don't clear last error on success...
tree
|
commitdiff
1999-02-28
Andreas Mohr
Better error message.
tree
|
commitdiff
1999-02-28
Alexandre Julliard
Use server handles directly for Win32 handles. Removed...
tree
|
commitdiff
1999-02-26
Alexandre Julliard
Large-scale renaming of all Win32 functions and types...
tree
|
commitdiff
1999-02-25
Michael Veksler
Fixed warning and compilation errors.
tree
|
commitdiff
1999-02-19
Marcus Meissner
Removed a lot of occurences of windows.h (and added...
tree
|
commitdiff
1999-02-17
Marcus Meissner
Optimized include/*.h: (recursively) include all header...
tree
|
commitdiff
1999-02-14
Uwe Bonnes
Fix GetTempDrive behaviour.
tree
|
commitdiff
1999-02-12
Juergen Schmied
Small fixes to compile with the headers (mostly nt...
tree
|
commitdiff
1999-02-11
Uwe Bonnes
Set the flags for GetVolumeInformation32A.
tree
|
commitdiff
1999-02-09
Ulrich Weigand
Call VIRTUAL_HandleFault if read/write returns EFAULT.
tree
|
commitdiff
1999-02-09
Juergen Schmied
Wrong access on server handle was demanded (GENERIC_REA...
tree
|
commitdiff
1999-02-05
Andreas Mohr
Use vfat/win95 as default.
tree
|
commitdiff
1999-02-02
Eric Pouech
GetDiskFreeSpaceEx32A can get null pointers and still...
tree
|
commitdiff
1999-01-31
Alexandre Julliard
Changed DOS extended error handling to be based on...
tree
|
commitdiff
1999-01-30
Marcus Meissner
Some more warnings and bugs fixed.
tree
|
commitdiff
1999-01-26
Alexandre Julliard
Don't abort PROFILE_GetSection on empty keys.
tree
|
commitdiff
1999-01-23
Marcus Meissner
DOS programs use handles 0-4 without opening/closing...
tree
|
commitdiff
1999-01-19
Alexandre Julliard
Hacked server-side device support
tree
|
commitdiff
1999-01-17
Alexandre Julliard
Group commit for recovery after disk crash.
tree
|
commitdiff
1999-01-17
Alexandre Julliard
Recovery of release 990110 after disk crash.
wine-990110
tree
|
commitdiff
1999-01-03
Juergen Schmied
Bugfix for trailing slashes, repetition of '/' or ...
tree
|
commitdiff
1999-01-03
Andreas Mohr
Implemented raw device access calls for ioctlGenericBlk...
tree
|
commitdiff
1999-01-03
Alexandre Julliard
Implemented file sharing checks in the server.
tree
|
commitdiff
1999-01-01
Alexandre Julliard
Cleaned up and removed some no longer used code.
tree
|
commitdiff
1998-12-31
Alexandre Julliard
Removed client-side wait functions; all waiting is...
tree
|
commitdiff
1998-12-30
Alexandre Julliard
Reimplemented Read/WriteFile to use server file descrip...
tree
|
commitdiff
1998-12-27
Alexandre Julliard
Added beginnings of server-side file handling.
tree
|
commitdiff
1998-12-26
Marcus Meissner
Changed // comments to /* */ so WINE compiles with...
tree
|
commitdiff
1998-12-15
Huw D M Davies
Fix GetTempPath32 if count=0.
tree
|
commitdiff
1998-12-15
Juergen Schmied
Bugfix: GetFullPathName sets lpFilePart only when the...
tree
|
commitdiff
1998-12-14
Marcus Meissner
Made async IO (SIGIO) stuff from WINSOCK generic useable.
tree
|
commitdiff
1998-12-11
Marcus Meissner
Added Win32 synchro to FILEs (useful only for terminal...
tree
|
commitdiff
1998-12-10
Alexandre Julliard
Authors: Francis Beaudet <francis@macadamian.com>,...
tree
|
commitdiff
1998-12-10
Uwe Bonnes
Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
tree
|
commitdiff
1998-12-09
Marcus Meissner
Some unnecessary #include and messages removed.
tree
|
commitdiff
1998-12-07
Alexander Larsson
Reverted previous patch.
tree
|
commitdiff
1998-12-02
Alexander Larsson
Opening a file in a directory which doesn't exist returns
tree
|
commitdiff
1998-11-27
Andreas Mohr
Improved GetDiskFreeSpace32A().
tree
|
commitdiff
1998-11-22
Juergen Schmied
Fixes error handling (SetLastError() and return value).
tree
|
commitdiff
1998-11-06
Uwe Bonnes
Fixed an error in the implementation of FILE_ShareDeny.
tree
|
commitdiff
1998-11-01
Jesper Skov
egcs 'ambiguous else' warnings fixes.
tree
|
commitdiff
1998-11-01
Uwe Bonnes
Give tempfile a different name even if they are created...
tree
|
commitdiff
1998-10-31
Rein Klazes
Small bug in FILE_InUse does not do a release on every...
tree
|
commitdiff
1998-10-24
Uwe Bonnes
File sharing fixes.
tree
|
commitdiff
1998-10-21
Marcus Meissner
DefineDosDevice stub added.
tree
|
commitdiff
1998-10-20
Petter Reinholdtsen
Make sure the access functions are always used to get...
tree
|
commitdiff
1998-10-18
Uwe Bonnes
Try to implement the OF_SHARE_XXX options.
tree
|
commitdiff
1998-10-11
Andreas Mohr
Small fix.
tree
|
commitdiff
1998-10-11
Andreas Mohr
Fixed severe bug: SetCurrentDirectory32A didn't set...
tree
|
commitdiff
1998-10-11
Petter Reinholdtsen
Bugfix: Changed GetDriveType32A(NULL) to use cwd's...
tree
|
commitdiff
1998-10-11
Alexander Larsson
GetLongPathName32A() returns dos format long filename...
tree
|
commitdiff
1998-10-04
Alexandre Julliard
Initial revision
tree
|
commitdiff
1998-09-27
Alexandre Julliard
Release 980927
wine-980927
tree
|
commitdiff
1998-09-13
Alexandre Julliard
Release 980913
wine-980913
tree
|
commitdiff
1998-08-22
Alexandre Julliard
Release 980822
wine-980822
tree
|
commitdiff
1998-08-09
Alexandre Julliard
Release 980809
wine-980809
tree
|
commitdiff
1998-07-26
Alexandre Julliard
Release 980726
wine-980726
tree
|
commitdiff
1998-07-12
Alexandre Julliard
Release 980712
wine-980712
tree
|
commitdiff
1998-06-28
Alexandre Julliard
Release 980628
wine-980628
tree
|
commitdiff
1998-06-14
Alexandre Julliard
Release 980614
wine-980614
tree
|
commitdiff
1998-06-01
Alexandre Julliard
Release 980601
wine-980601
tree
|
commitdiff
1998-05-17
Alexandre Julliard
Release 980517
wine-980517
tree
|
commitdiff
1998-05-03
Alexandre Julliard
Release 980503
wine-980503
tree
|
commitdiff
1998-04-13
Alexandre Julliard
Release 980413
wine-980413
tree
|
commitdiff
1998-03-29
Alexandre Julliard
Release 980329
wine-980329
tree
|
commitdiff
1998-03-15
Alexandre Julliard
Release 980315
wine-980315
tree
|
commitdiff
1998-03-01
Alexandre Julliard
Release 980301
wine-980301
tree
|
commitdiff
1998-02-15
Alexandre Julliard
Release 980215
wine-980215
tree
|
commitdiff
1998-02-01
Alexandre Julliard
Release 980201
wine-980201
tree
|
commitdiff
1998-01-18
Alexandre Julliard
Release 980118
wine-980118
tree
|
commitdiff
1998-01-04
Alexandre Julliard
Release 980104
wine-980104
tree
|
commitdiff
1997-12-21
Alexandre Julliard
Release 971221
wine-971221
tree
|
commitdiff
1997-11-30
Alexandre Julliard
Release 971130
wine-971130
tree
|
commitdiff
1997-11-16
Alexandre Julliard
Release 971116
wine-971116
tree
|
commitdiff
1997-11-01
Alexandre Julliard
Release 971101
wine-971101
tree
|
commitdiff
1997-10-12
Alexandre Julliard
Release 971012
wine-971012
tree
|
commitdiff
1997-09-28
Alexandre Julliard
Release 970928
wine-970928
tree
|
commitdiff
1997-09-14
Alexandre Julliard
Release 970914
wine-970914
tree
|
commitdiff
1997-08-24
Alexandre Julliard
Release 970824
wine-970824
tree
|
commitdiff
1997-08-04
Alexandre Julliard
Release 970804
wine-970804
tree
|
commitdiff
1997-07-20
Alexandre Julliard
Release 970720
wine-970720
tree
|
commitdiff
1997-06-16
Alexandre Julliard
Release 970616
wine-970616
tree
|
commitdiff
1997-05-25
Alexandre Julliard
Release 970525
wine-970525
tree
|
commitdiff
1997-05-09
Alexandre Julliard
Release 970509
wine-970509
tree
|
commitdiff
1997-04-15
Alexandre Julliard
Release 970415
wine-970415
tree
|
commitdiff
1997-03-29
Alexandre Julliard
Release 970329
wine-970329
tree
|
commitdiff
1997-03-05
Alexandre Julliard
Release 970305
wine-970305
tree
|
commitdiff
1997-02-02
Alexandre Julliard
Release 970202
wine-970202
tree
|
commitdiff
1997-01-20
Alexandre Julliard
Release 970120
wine-970120
tree
|
commitdiff
1997-01-12
Alexandre Julliard
Release 970112
wine-970112
tree
|
commitdiff
1997-01-01
Alexandre Julliard
Release 970101
wine-970101
tree
|
commitdiff
1996-12-22
Alexandre Julliard
Release 961222
wine-961222
tree
|
commitdiff
1996-12-15
Alexandre Julliard
Release 961215
wine-961215
tree
|
commitdiff
next