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
/
DirectoryBlob.cpp
Age
Commit message (
Expand
)
Author
2024-10-15
Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial
JosJuice
2024-10-10
Modernize `std::sort` with ranges
mitaclaw
2024-10-07
Simplify `std::copy` with `std::copy_n`
mitaclaw
2023-11-05
DiscIO: Remove unintentional use of comma operator
JosJuice
2023-10-01
Added CopyReader to BlobReader and all subclasses
LillyJadeKatrin
2022-08-10
DirectoryBlob: Fix partition size mixup for encrypted Wii discs.
Admiral H. Curtiss
2022-08-04
DiscIO/VolumeWii: Decouple "is encrypted" from "is hashed"
JosJuice
2022-07-19
DiscIO/DirectoryBlob: Add callback to modify sys files before they're added t...
Admiral H. Curtiss
2022-07-19
DiscIO/DirectoryBlob: Add ContentSource that stores data locally in std::vector.
Admiral H. Curtiss
2022-01-29
IOFile: Make origin parameter to Seek() an enum class.
Admiral H. Curtiss
2022-01-23
DiscIO: Delete an unused function declaration
JosJuice
2022-01-16
Use Common::ToLower and Common::ToUpper
Pokechu22
2021-10-24
DiscIO/DirectoryBlob: Add a callback that allows patching the main.dol and FS...
Admiral H. Curtiss
2021-10-24
DiscIO/DirectoryBlob: Allow constructing a DirectoryBlobReader from a VolumeD...
Admiral H. Curtiss
2021-10-24
DiscIO/DirectoryBlob: Allow constructing a DirectoryBlobPartition from a Volu...
Admiral H. Curtiss
2021-10-23
DiscIO/DirectoryBlob: Add a content source representing a run of padding bytes.
Admiral H. Curtiss
2021-10-23
DiscIO/DirectoryBlob: Add a content source that reads data from a DiscIO::Vol...
Admiral H. Curtiss
2021-10-23
DiscIO/DirectoryBlob: Add ability to have an offset for a partition ContentSo...
Admiral H. Curtiss
2021-10-23
DiscIO/DirectoryBlob: Add ability to have a start-of-file offset for a file C...
Admiral H. Curtiss
2021-10-23
DiscIO/DirectoryBlob: Consolidate functions that take data for ContentSource ...
Admiral H. Curtiss
2021-10-23
DiscIO/DirectoryBlob: Rename the vector-reference variant of DiscContentConta...
Admiral H. Curtiss
2021-09-19
Core/DiscIO: Extract disc and partition constants to DiscUtils.h.
Admiral H. Curtiss
2021-09-14
DiscIO/DirectoryBlob: Handle reads between files.
Admiral H. Curtiss
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-27
Merge pull request #9545 from leoetlino/es-launch-timings
Léo Lam
2021-03-10
DiscIO: Move magic constants for discs to DiscUtils
JosJuice
2021-03-04
IOS/ES: Emulate /sys/launch.sys for more accurate timings
Léo Lam
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-11-11
DiscIO: Make use of fmt-capable panic alerts
Lioncash
2020-10-22
DiscIO: Migrate logging over to fmt
Lioncash
2020-08-29
DiscIO: Add parameters to BlobReader::SupportsReadWiiDecrypted
JosJuice
2020-04-24
DiscIO: Implement re-encryption of Wii partition data
JosJuice
2020-04-24
DiscIO: Use partition data offset for ReadWiiDecrypted parameter
JosJuice
2020-02-09
DiscIO: Check for DirectoryBlob seek failure
JosJuice
2020-01-14
DiscIO: Add out of bounds checks for blob reading
JosJuice
2020-01-04
Fix several warnings
Léo Lam
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2018-05-23
Make the support for unencrypted Wii disc images less broken
JosJuice
2018-04-12
Reformat all the things!
spycrab
2018-03-16
Assert: Remove unused parameter from DEBUG_ASSERT
Lioncash
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-08-01
DirectoryBlob: Fix reading beyond the end of the disc
JosJuice
2017-08-01
DirectoryBlob: Remove redundant assert
JosJuice
2017-08-01
DirectoryBlob: Don't add DiscContents with size 0
JosJuice
2017-08-01
DirectoryBlob: Change the return type of Add/CheckSizeAndAdd
JosJuice
2017-08-01
DirectoryBlob: Lookup DiscContents by offset + size instead of offset
JosJuice
2017-08-01
DirectoryBlob: Replace std::set<DiscContent> with a new class
JosJuice
2017-08-01
DirectoryBlob: Standardize the spelling of disc
JosJuice
2017-08-01
DirectoryBlob: Don't silently set GC region to NTSC-J if bi2.bin is missing
JosJuice
2017-08-01
DirectoryBlob: Write partition headers properly
JosJuice
[next]