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
2024-10-15
Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial
JosJuice
2024-10-11
Merge pull request #13095 from mitaclaw/ranges-modernization-6-n
Tilka
2024-10-10
Modernize `std::find_if` with ranges
mitaclaw
2024-10-10
Modernize `std::binary_search` with ranges
mitaclaw
2024-10-07
Simplify `std::copy` with `std::copy_n`
mitaclaw
2024-09-28
VolumeVerifier: Promote `DEBUG_ASSERT` to `static_assert`
mitaclaw
2023-08-19
DiscIO: Don't keep volume pointer in DiscScrubber
JosJuice
2023-05-15
IOS/ES: Split ESDevice into ESCore and ESDevice.
Admiral H. Curtiss
2023-01-24
Common: Replace StringBeginsWith/StringEndsWith with std equivalents
Lioncash
2022-10-29
VolumeVerifier: fix bogus "serial/version missing" error
Tillmann Karras
2022-09-23
VolumeVerifier: Add missing assignment to summary_text.
Admiral H. Curtiss
2022-08-16
fix verifying wii dev signatures
Shawn Hoffman
2022-08-04
DiscIO/VolumeVerifier: Add a note about NFS bad dumps
JosJuice
2022-08-04
DiscIO/VolumeVerifier: Small logic cleanup
JosJuice
2022-08-04
DiscIO: Adjust GetDataSizeType logic for NFS
JosJuice
2022-08-04
DiscIO: Replace IsDataSizeAccurate with GetDataSizeType
JosJuice
2022-08-04
DiscIO/VolumeWii: Decouple "is encrypted" from "is hashed"
JosJuice
2022-08-02
VolumeVerifier: enable fast hash functions by default
Shawn Hoffman
2022-08-01
Common/Hash: use zlib-ng for adler32. small cleanups.
Shawn Hoffman
2022-07-30
Merge pull request #10899 from shuffle2/sha1
Admiral H. Curtiss
2022-07-28
VolumeVerifier: Fix read_succeeded condition
JosJuice
2022-07-26
introduce wrapper for SHA1 functionality
Shawn Hoffman
2022-07-25
StripSpaces: only strip spaces
Shawn Hoffman
2022-07-17
VolumeVerifier: Ignore case when looking for IOS on update partition
JosJuice
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
[next]