index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DiscIO
/
VolumeVerifier.cpp
Age
Commit message (
Expand
)
Author
2022-07-13
DiscIO/VolumeVerifier: Don't try to verify data that would read out of bounds.
Admiral H. Curtiss
2022-06-06
CMake: rename minizip to minizip-ng
Tillmann Karras
2022-03-12
VolumeVerifier: Skip "lacks some data" check for Datel discs
JosJuice
2022-02-13
Fix integer sign difference comparison warnings
Pokechu22
2022-01-14
Fix static initialisation order fiasco issue for Version variables
Léo Lam
2022-01-01
Replace remaining uses of zlib crc32 with Common/Hash.h
Pokechu22
2021-08-15
VolumeVerifier: Use correct IOS filename for development discs.
David Korth
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-05-26
VolumeVerifier: increase problem severity for incorrectly signed TMDs
Mateus B. Cassiano
2021-04-02
Replace uses of cassert with Common/Assert.h
Pokechu22
2021-03-22
VolumeVerifier: Align partition reads to groups
JosJuice
2021-03-22
VolumeVerifier: Handle contents overlapping
JosJuice
2021-03-22
VolumeVerifier: Handle overlapping blocks more efficiently
JosJuice
2021-03-16
Merge pull request #9573 from JosJuice/volumeverifier-cancel-crash
Léo Lam
2021-03-10
DiscIO: Move magic constants for discs to DiscUtils
JosJuice
2021-03-10
DiscIO: Move some code from VolumeVerifier to DiscUtils
JosJuice
2021-03-09
DiscIO: Move some code from DiscExtractor to new file DiscUtils
JosJuice
2021-03-07
VolumeVerifier: Fix potential crash when cancelling
JosJuice
2021-02-12
IOS: Use less ambiguous names for classes
Léo Lam
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-11-16
Use positional arguments in all translatable fmt strings
JosJuice
2020-11-11
DiscIO: Make use of fmt-capable panic alerts
Lioncash
2020-10-23
Merge pull request #8782 from Pokechu22/missing-serial-version-data
Léo Lam
2020-10-22
DiscIO: Migrate logging over to fmt
Lioncash
2020-10-21
Explain how to fix "Serial and/or version data is missing"
Pokechu22
2020-10-19
VolumeVerifier: Make "no valid data in partition" hide some other errors
JosJuice
2020-10-19
Add helper function for fmt::format(GetStringT(...
JosJuice
2020-10-19
DiscIO: Make use of fmt where applicable
JosJuice
2020-09-23
VolumeVerifier: Call CheckDiscSize from Finish
JosJuice
2020-09-21
VolumeVerifier: Make high severity "too small" hide low severity "too small"
JosJuice
2020-09-06
Merge pull request #8861 from JosJuice/netplay-hash
JMC47
2020-08-19
VolumeVerifier: Adjust problem descriptions for new netplay check
JosJuice
2020-08-08
VolumeVerifier: Split TMD error from ticket error for WADs
JosJuice
2020-07-29
DolphinQt: Show a warning when launching an NKit disc image
JosJuice
2020-07-04
DiscIO: Use Volume::IsDatelDisc in VolumeVerifier
JosJuice
2020-07-04
RedumpVerifier: Treat Datel game IDs as empty
JosJuice
2020-04-29
Externals: Update minizip search path.
degasus
2020-04-28
VolumeVerifier: Treat IOS9 as always present
JosJuice
2020-04-28
Merge pull request #8738 from JosJuice/convert-dialog
JMC47
2020-04-25
VolumeVerifier: Show desync warning for dual layer discs too
JosJuice
2020-04-24
DiscIO: Allow converting from formats other than ISO and GCZ
JosJuice
2020-02-10
Merge pull request #8621 from JosJuice/volumeverifier-invalid-partition
Tilka
2020-02-09
VolumeVerifier: Ignore invalid partitions in GetBiggestReferencedOffset
JosJuice
2020-02-09
Fix VolumeVerifier not showing a problem for invalid partitions
JosJuice
2020-02-02
VolumeVerifier: Don't return early when file is too small
JosJuice
2020-02-02
VolumeVerifier: Don't show an assert for files that are too small
JosJuice
2020-01-25
VolumeVerifier: Report read errors to the user
JosJuice
2020-01-04
Fix several warnings
Léo Lam
2019-12-29
VolumeVerifier.cpp: Verify that the string arrays are sorted before using std...
David Korth
2019-12-29
VolumeVerifier.cpp: Use arrays of string_view objects instead of strings.
David Korth
[next]