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
/
WIABlob.cpp
Age
Commit message (
Expand
)
Author
2026-01-17
Merge pull request #14267 from jordan-woyak/std-expected
iwubcode
2026-01-17
Common: Replace Result with C++23's std::expected.
Jordan Woyak
2026-01-17
Fix various typos and spelling mistakes
Sintendo
2025-11-19
Merge pull request #13539 from tygyh/DiscIO-Remove-redundant-casts
Jordan Woyak
2025-11-09
DiscIO: Make all BlobReader implementations use DirectIOFile to make CopyRead...
Jordan Woyak
2025-06-14
Source: Remove redundant lambda parameter lists
Dr. Dystopia
2025-06-04
DiscIO: Remove redundant casts
Dr. Dystopia
2025-04-20
DiscIO: Pass parameters by constant reference
Dr. Dystopia
2025-03-09
Modernize `std::sort` with ranges and projections
mitaclaw
2025-03-09
Simplify `std::find_if` with `std::ranges::find` and projections
mitaclaw
2024-12-15
Modernize `std::all_of` with ranges
mitaclaw
2024-10-07
Simplify `std::copy` with `std::copy_n`
mitaclaw
2024-09-08
DiscIO: Fix a typo in an RVZPack comment
JosJuice
2024-08-27
RVZ: Fix undefined behaviour when copying 0 bytes to a null pointer
Ferdinand Bachmann
2024-08-20
Remove redundant semicolons
Dr. Dystopia
2023-10-01
Added CopyReader to BlobReader and all subclasses
LillyJadeKatrin
2023-05-16
DiscIO: Improve comments in WIARVZFileReader::Convert
JosJuice
2022-08-04
DiscIO: Replace IsDataSizeAccurate with GetDataSizeType
JosJuice
2022-08-04
DiscIO/VolumeWii: Decouple "is encrypted" from "is hashed"
JosJuice
2022-08-01
Implement hw accelerated AES
Shawn Hoffman
2022-07-26
WIABlob: remove outdated mbedtls workaround
Shawn Hoffman
2022-07-26
introduce wrapper for SHA1 functionality
Shawn Hoffman
2022-06-11
DiscIO: Fix creation of rvz with > 2mb chunk size
TellowKrinkle
2022-03-19
Added a way to check Block Size, Compression Method, and Compression Level fl...
Minty-Meeo
2022-01-29
IOFile: Make origin parameter to Seek() an enum class.
Admiral H. Curtiss
2021-08-30
Update clang-format to version 12
Léo Lam
2021-07-06
Merge pull request #9854 from JosJuice/wia-ice
Léo Lam
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-30
DiscIO: Store partition key directly in ReuseID
JosJuice
2021-03-16
Merge pull request #9570 from JosJuice/wia-partial-exception-list
Léo Lam
2021-03-09
DiscIO: Move some code from DiscExtractor to new file DiscUtils
JosJuice
2021-03-07
DiscIO: Fix reading certain WIA chunks with many exceptions
JosJuice
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-22
DiscIO: Migrate logging over to fmt
Lioncash
2020-10-19
Add helper function for fmt::format(GetStringT(...
JosJuice
2020-10-19
DiscIO: Make use of fmt where applicable
JosJuice
2020-10-07
DiscIO: Decrease RAM usage during zstd compression
JosJuice
2020-09-16
DiscIO: Use std::function for compression callback
JosJuice
2020-09-01
Merge pull request #9047 from JosJuice/wia-header-heuristic
LC
2020-08-31
DiscIO: Expand WIA/RVZ header size heuristic comments
JosJuice
2020-08-29
DiscIO: Add parameters to BlobReader::SupportsReadWiiDecrypted
JosJuice
2020-08-22
DiscIO: Adjust WIA/RVZ header size heuristic
JosJuice
2020-08-08
Fix various -Wshadow warnings
Tillmann Karras
2020-07-29
DiscIO: Fix conversion warning
JosJuice
2020-07-24
DiscIO: fix -Wreorder warning
Tillmann Karras
2020-06-21
Show file format details in game properties
JosJuice
2020-06-17
RVZ: Extend GroupEntry
JosJuice
2020-06-17
RVZ: Make m_rvz a template parameter
JosJuice
[next]