projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Assorted typo, spelling, wording and case fixes.
[wine]
/
dlls
/
kernel32
/
volume.c
2012-03-14
Austin English
kernel32: Add stubs for DeleteVolumeMountPointA/W.
blob
|
commitdiff
|
raw
2011-11-07
Andrew Talbot
kernel32: Remove extraneous braces from switch statement.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-02
Marcus Meissner
kernel32: Make sure we reference stack data still in...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-09
Francois Gouget
kernel32: Add parentheses to clarify the precedence...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-06
Alexandre Goujon
kernel32: Add UDF support.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-29
Hans Leidekker
kernel32: Implement and test GetVolumePathNamesForVolum...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-10
André Hentschel
kernel32: Add stub for GetVolumePathNamesForVolumeNameA.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-28
Marcus Meissner
kernel32: Avoid shadowing "status" variable.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-04
Alexandre Julliard
kernel32: Fix a trace to print the correct error code.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-25
Alexandre Julliard
kernel32: Fix a FAT format sanity check for floppies.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-20
Alexandre Julliard
kernel32: Fix last error code in GetVolumeInformationW...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-20
Alexandre Julliard
kernel32: Use the NT name to retrieve label and serial...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-20
Alexandre Julliard
kernel32: Use the NT name to open the root directory...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-20
Alexandre Julliard
kernel32: Use the NT name to open the device in GetVolu...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-20
Alexandre Julliard
kernel32: Use RtlDosPathNameToNtPathName_U to validate...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Louis Lenders
kernel32: Add stub for GetVolumePathNamesForVolumeNameW.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Alexandre Julliard
kernel32: Store the symlink target directly into the...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Alexandre Julliard
kernel32: Fetch more information from the DosDevices...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-26
Guy Albertelli
kernel32: Fix GetVolumeNameForVolumeMountPointW to...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-29
Guy Albertelli
kernel32: Fix GetVolumeInformation[AW] to require trail...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-27
Alexandre Julliard
Revert "kernel32: Report unixfs instead of ntfs for...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-23
Hans Leidekker
kernel32: Improve GetVolumePathName stub.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Aric Stewart
kernel32: Report unixfs instead of ntfs for unknown...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-11
Michael Stefaniuc
kernel32: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-10
Alexandre Julliard
kernel32: Get the drive type from the mount manager...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-24
Alexandre Julliard
kernel32: Return the Windows symlink in QueryDosDevice...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-17
Alexandre Julliard
kernel32: Delete the .windows-label file if the label...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Jacek Caban
kernel32: Return uppercase drive letter in GetLogicalDr...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-01
Maarten Lankhorst
kernel32: Fix GetVolumeInformation for fat32 partitions.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-07
Alexandre Julliard
kernel32: Fail more gracefully in GetVolumeInformation...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-07
Michael Stefaniuc
kernel32: Add missing HeapFree(). Found by Smatch.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-04
Alexandre Julliard
kernel32: Implemented FindFirstVolume/FindNextVolume...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-08
Alexandre Julliard
kernel32: Read label and serial from the filesystem...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-08
Alexandre Julliard
kernel32: Revert change that slipped in commit db24d3af...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-30
Stefan Leichter
kernel32: Added stub for FindVolumeClose.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-19
Hans Leidekker
kernel32: Add stub implementations for FindFirstVolume...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-31
Chris Wulff
kernel32: Added a stub for FindVolumeMountPointClose.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-07
Andrew Talbot
kernel32: Exclude unused headers.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-19
Hans Leidekker
kernel32: Add a stub implementation for FindFirstVolume...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-09
Hans Leidekker
kernel32: Add a stub implementation for GetVolumeNameFo...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-05
Alexandre Julliard
kernel32: Always read a full block from the CD-ROM...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-13
Michael Stefaniuc
kernel32: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-20
Andrew Talbot
kernel32: Cast-qual warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-12
Alexandre Julliard
kernel32: Renamed the kernel directory to kernel32.
blob
|
commitdiff
|
raw
|
diff to current