projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Removed inclusion of wine/winestring.h from winbase.h and added it to
[wine]
/
files
/
dos_fs.c
2000-09-25
Alexandre Julliard
Removed inclusion of wine/winestring.h from winbase...
blob
|
commitdiff
|
raw
2000-09-07
Andreas Mohr
DOSFS_MatchLong ignored several things about file mask...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-07
Mike McCormack
Added serial port object to the server.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-31
Alexandre Julliard
Converted a lot of server requests to the new exception...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-18
Stefan Leichter
Fixed return value of CDROM_GetLabel if CDROM_Open...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-14
Alexandre Julliard
Moved CharUpper* and CharLower* functions to dlls/user.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-14
Alexandre Julliard
Cleaned up a few inter-dll dependencies. Added a few...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-09
Alexandre Julliard
Removed some unnecessary #includes and dll dependencies.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-06
Alexandre Julliard
Replaced lstrlen/lstrcmp by libc equivalents everywhere...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-01
Alexandre Julliard
Moved MulDiv() and VGA routines out of GDI.
blob
|
commitdiff
|
raw
|
diff to current
2000-06-25
Dave Hawkes
If whitespace or dots are appended to the end of any...
blob
|
commitdiff
|
raw
|
diff to current
2000-06-15
Uwe Bonnes
GetFullPathName: get "drive" value too for absolute...
blob
|
commitdiff
|
raw
|
diff to current
2000-06-01
Juergen Schmied
Implemented FindFirstFileEx, cleaned old implementation up.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-19
Uwe Bonnes
DOSFS_DoGetFullPathName: terminate string weh called...
blob
|
commitdiff
|
raw
|
diff to current
2000-05-12
Uwe Bonnes
GetFullPathname: add missing termination to the string.
blob
|
commitdiff
|
raw
|
diff to current
2000-04-29
Dimitrie O. Paun
Removed some HEAP_xalloc calls.
blob
|
commitdiff
|
raw
|
diff to current
2000-04-28
Uwe Bonnes
DOSFS_DoGetFullPathName: rewrite to return results...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-06
Uwe Bonnes
GetShortPathName: always erase characters at the end...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-04
Alexandre Julliard
Added a per-drive FailReadOnly flag, and removed the...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-28
Patrik Stridvall
Added/fixed some documentation reported by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-28
Alexandre Julliard
Ignore trailing spaces in DOSFS_ToDosFCBFormat.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-26
Stefan Leichter
DOSFS_ToDosFCBFormat: fail if extension longer than...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-25
Francois Gouget
Use min/max instead of MIN/MAX.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-27
Uwe Bonnes
GetFullPathName fixes.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-26
Patrik Stridvall
Fixed some debug message crashes.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-20
Petr Tomasek
GetLongPathName rewrite.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-16
Alexandre Julliard
Moved SystemHeap allocations to the process heap.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-10
Jeremy White
Removed #include of wingdi.h and windef.h from winuser...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-09
Francois Gouget
DOSFS_DoGetFullPathName would underflow (p would get...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-12
Peter Ganten
Fixed GetShortPathNameA.
blob
|
commitdiff
|
raw
|
diff to current
1999-12-08
Dimitrie O. Paun
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
blob
|
commitdiff
|
raw
|
diff to current
1999-10-31
Patrik Stridvall
Fixed documentation.
blob
|
commitdiff
|
raw
|
diff to current
1999-10-24
Patrik Stridvall
- Added missing configuration #if:s and #includes:s.
blob
|
commitdiff
|
raw
|
diff to current
1999-09-27
Peter Ganten
Fix for VFAT_IOCTL_READDIR_BOTH.
blob
|
commitdiff
|
raw
|
diff to current
1999-08-08
Alexandre Julliard
Replaced a few calls to lstr* functions by their CRTDLL...
blob
|
commitdiff
|
raw
|
diff to current
1999-07-10
Howard Abrams
Added checks for sys/errno.h, sys/signal.h and sys...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-26
Alexandre Julliard
Further server optimizations:
blob
|
commitdiff
|
raw
|
diff to current
1999-06-06
Alexandre Julliard
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-02
Alexandre Julliard
Converted to the new debugging interface (done with...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-25
Andreas Mohr
Ignore trailing dots on file names.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-19
Patrik Stridvall
New debug scheme with explicit debug channels declaration.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-18
Robert W Hall
Make DOSFS_MatchLong match a search string ending in...
blob
|
commitdiff
|
raw
|
diff to current
1999-03-18
Marcus Meissner
Lots of warning fixed, one missing WINAPI in ddraw...
blob
|
commitdiff
|
raw
|
diff to current
1999-03-14
Peter Ganten
Better implementation of GetShortPathNameA/W.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-14
Michael McCormack
Basic support for WIN32 serial communications API.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Alexandre Julliard
Use server handles directly for Win32 handles. Removed...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-26
Alexandre Julliard
Large-scale renaming of all Win32 functions and types...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-17
Marcus Meissner
Optimized include/*.h: (recursively) include all header...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-31
Alexandre Julliard
Changed DOS extended error handling to be based on...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-19
Alexandre Julliard
Hacked server-side device support
blob
|
commitdiff
|
raw
|
diff to current
1999-01-03
Juergen Schmied
Bugfix for trailing slashes, repetition of '/' or ...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-03
Alexandre Julliard
Implemented file sharing checks in the server.
blob
|
commitdiff
|
raw
|
diff to current
1999-01-01
Alexandre Julliard
Cleaned up and removed some no longer used code.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-30
Alexandre Julliard
Reimplemented Read/WriteFile to use server file descrip...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-27
Alexandre Julliard
Added beginnings of server-side file handling.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-15
Juergen Schmied
Bugfix: GetFullPathName sets lpFilePart only when the...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-07
Alexander Larsson
Reverted previous patch.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-02
Alexander Larsson
Opening a file in a directory which doesn't exist returns
blob
|
commitdiff
|
raw
|
diff to current
1998-11-22
Juergen Schmied
Fixes error handling (SetLastError() and return value).
blob
|
commitdiff
|
raw
|
diff to current
1998-10-21
Marcus Meissner
DefineDosDevice stub added.
blob
|
commitdiff
|
raw
|
diff to current
1998-10-11
Andreas Mohr
Small fix.
blob
|
commitdiff
|
raw
|
diff to current
1998-10-11
Alexander Larsson
GetLongPathName32A() returns dos format long filename...
blob
|
commitdiff
|
raw
|
diff to current
1998-09-27
Alexandre Julliard
Release 980927
wine-980927
blob
|
commitdiff
|
raw
|
diff to current
1998-09-13
Alexandre Julliard
Release 980913
wine-980913
blob
|
commitdiff
|
raw
|
diff to current
1998-08-22
Alexandre Julliard
Release 980822
wine-980822
blob
|
commitdiff
|
raw
|
diff to current
1998-08-09
Alexandre Julliard
Release 980809
wine-980809
blob
|
commitdiff
|
raw
|
diff to current
1998-07-26
Alexandre Julliard
Release 980726
wine-980726
blob
|
commitdiff
|
raw
|
diff to current
1998-06-14
Alexandre Julliard
Release 980614
wine-980614
blob
|
commitdiff
|
raw
|
diff to current
1998-06-01
Alexandre Julliard
Release 980601
wine-980601
blob
|
commitdiff
|
raw
|
diff to current
1998-05-17
Alexandre Julliard
Release 980517
wine-980517
blob
|
commitdiff
|
raw
|
diff to current
1998-04-13
Alexandre Julliard
Release 980413
wine-980413
blob
|
commitdiff
|
raw
|
diff to current
1998-03-15
Alexandre Julliard
Release 980315
wine-980315
blob
|
commitdiff
|
raw
|
diff to current
1998-03-01
Alexandre Julliard
Release 980301
wine-980301
blob
|
commitdiff
|
raw
|
diff to current
1997-12-21
Alexandre Julliard
Release 971221
wine-971221
blob
|
commitdiff
|
raw
|
diff to current
1997-11-30
Alexandre Julliard
Release 971130
wine-971130
blob
|
commitdiff
|
raw
|
diff to current
1997-08-24
Alexandre Julliard
Release 970824
wine-970824
blob
|
commitdiff
|
raw
|
diff to current
1997-07-20
Alexandre Julliard
Release 970720
wine-970720
blob
|
commitdiff
|
raw
|
diff to current
1997-06-16
Alexandre Julliard
Release 970616
wine-970616
blob
|
commitdiff
|
raw
|
diff to current
1997-03-29
Alexandre Julliard
Release 970329
wine-970329
blob
|
commitdiff
|
raw
|
diff to current
1997-01-20
Alexandre Julliard
Release 970120
wine-970120
blob
|
commitdiff
|
raw
|
diff to current
1997-01-12
Alexandre Julliard
Release 970112
wine-970112
blob
|
commitdiff
|
raw
|
diff to current
1997-01-01
Alexandre Julliard
Release 970101
wine-970101
blob
|
commitdiff
|
raw
|
diff to current
1996-12-22
Alexandre Julliard
Release 961222
wine-961222
blob
|
commitdiff
|
raw
|
diff to current
1996-12-15
Alexandre Julliard
Release 961215
wine-961215
blob
|
commitdiff
|
raw
|
diff to current
1996-12-08
Alexandre Julliard
Release 961208
wine-961208
blob
|
commitdiff
|
raw
|
diff to current
1996-11-17
Alexandre Julliard
Release 961117
wine-961117
blob
|
commitdiff
|
raw
|
diff to current
1996-11-02
Alexandre Julliard
Release 961102
wine-961102
blob
|
commitdiff
|
raw
|
diff to current
1996-09-28
Alexandre Julliard
Release 960928
wine-960928
blob
|
commitdiff
|
raw
|
diff to current
1996-08-18
Alexandre Julliard
Release 960818
wine-960818
blob
|
commitdiff
|
raw
|
diff to current
1996-08-05
Alexandre Julliard
Release 960805
wine-960805
blob
|
commitdiff
|
raw
|
diff to current
1996-07-12
Alexandre Julliard
Release 960712
wine-960712
blob
|
commitdiff
|
raw
|
diff to current
1996-06-11
Alexandre Julliard
Release 960611
wine-960611
blob
|
commitdiff
|
raw
|
diff to current
1996-04-05
Alexandre Julliard
Release 960405
wine-960405
blob
|
commitdiff
|
raw
|
diff to current
1996-03-09
Alexandre Julliard
Release 960309
wine-960309
blob
|
commitdiff
|
raw
|
diff to current
1996-02-18
Alexandre Julliard
Release 960218
wine-960218
blob
|
commitdiff
|
raw
|
diff to current
1996-01-31
Alexandre Julliard
Release 960131
wine-960131
blob
|
commitdiff
|
raw
|
diff to current
1996-01-14
Alexandre Julliard
Release 960114
wine-960114
blob
|
commitdiff
|
raw
|
diff to current