projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added support for icons in property sheet tabs.
[wine]
/
files
/
1999-08-08
Alexandre Julliard
Replaced a few calls to lstr* functions by their CRTDLL...
tree
|
commitdiff
1999-08-07
Andreas Mohr
Fixed case sensitivity flag.
tree
|
commitdiff
1999-08-07
Morten Eriksen
Improved GetDiskFreeSpaceEx() implementation a little...
tree
|
commitdiff
1999-08-01
Alexandre Julliard
Removed async I/O support.
tree
|
commitdiff
1999-07-31
Alexandre Julliard
Remove file from cache when flushing it (based on a...
tree
|
commitdiff
1999-07-31
Ove Kaaven
Made async fds nonblocking.
tree
|
commitdiff
1999-07-10
Howard Abrams
Added checks for sys/errno.h, sys/signal.h and sys...
tree
|
commitdiff
1999-07-04
Alexandre Julliard
Converted to the new debug interface, using script...
tree
|
commitdiff
1999-07-03
Andreas Mohr
Added UnlockFileEx stub.
tree
|
commitdiff
1999-06-27
Gerard Patel
Return ERROR_DISK_FULL for WriteFile.
tree
|
commitdiff
1999-06-26
Patrik Stridvall
ANSI C fixes.
tree
|
commitdiff
1999-06-26
Alexandre Julliard
Further server optimizations:
tree
|
commitdiff
1999-06-22
Alexandre Julliard
Made server communication faster by using a shared...
tree
|
commitdiff
1999-06-06
Alexandre Julliard
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
tree
|
commitdiff
1999-06-06
Uwe Bonnes
CreateFileA/FILE_DoOpenFile: add verbose reporting...
tree
|
commitdiff
1999-06-05
Dave Pickles
Stub for SetVolumeLabel().
tree
|
commitdiff
1999-06-05
Guy Albertelli
Correct search order in SearchPath for Win 3.1/95/98...
tree
|
commitdiff
1999-06-05
James Juran
Add stub for LockFileEx (KERNEL32.513).
tree
|
commitdiff
1999-05-22
Andreas Mohr
Added support for the undocumented combination
tree
|
commitdiff
1999-05-08
Marcus Meissner
Fixed off by 1 error in section code (did not return...
tree
|
commitdiff
1999-05-08
Marcus Meissner
Return the correct value from GetPrivateProfileSectionA.
tree
|
commitdiff
1999-05-02
Alexandre Julliard
Converted to the new debugging interface (done with...
tree
|
commitdiff
1999-04-25
Andreas Mohr
Ignore trailing dots on file names.
tree
|
commitdiff
1999-04-22
Patrik Stridvall
Fixed ANSI compabillity.
tree
|
commitdiff
1999-04-22
Ulrich Weigand
Added missing profile KERNEL routines (call 32-bit...
tree
|
commitdiff
1999-04-19
Patrik Stridvall
New debug scheme with explicit debug channels declaration.
tree
|
commitdiff
1999-04-18
Robert W Hall
Make DOSFS_MatchLong match a search string ending in...
tree
|
commitdiff
1999-04-06
Guy Albertelli
Fixed SearchPathA return value.
tree
|
commitdiff
1999-04-03
Alexandre Julliard
Mask off unsupported attributes in _lcreat (bug reporte...
tree
|
commitdiff
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
next