summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2017-06-19NANDImporter: Improve certificate extractionStarsam80
2017-06-15Merge pull request #5611 from JosJuice/reorganize-file-namespaceLeo Lam
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-14Filesystem: Make destructors = defaultJosJuice
2017-06-14Filesystem: Modernize variable namesJosJuice
2017-06-14Filesystem: Do more validity checking in the constructorJosJuice
2017-06-14Filesystem: Add a cache for finding file info by disc offsetJosJuice
2017-06-14Filesystem: Replace GetFileList()JosJuice
2017-06-13Filesystem: Store pointer to beginning of FST in file infosJosJuice
2017-06-13Filesystem: Better validity checkingJosJuice
2017-06-13Filesystem: Initialize everything in constructorJosJuice
2017-06-13Filesystem: Read the entire FST in one goJosJuice
2017-06-13Filesystem: Rewrite finding file info by path for performanceJosJuice
2017-06-13Filesystem: Use file info in arguments instead of pathJosJuice
2017-06-13Filesystem: Make FindFileInfo publicJosJuice
2017-06-13Filesystem: Replace file info's full path with nameJosJuice
2017-06-13Filesystem: Replace FileInfo struct with interfaceJosJuice
2017-06-13DiscScrubber: Use FileInfo::IsDirectory instead of bit magicJosJuice
2017-06-09VolumeDirectory: That's not what "4 byte" meansJosJuice
2017-06-09VolumeDirectory: Use correct endianness when writing apploader -1JosJuice
2017-06-09VolumeWii: Don't set m_game_partition until we know partition is validJosJuice
2017-06-07fix various instances of -1 being assigned to unsigned typesShawn Hoffman
2017-06-07DiscIO: Use the correct offset shift for DOL exportsLéo Lam
2017-06-07DiscIO: Fix formattingLéo Lam
2017-06-06DiscIO: Remove C/I/S prefixes from class namesJosJuice
2017-06-05Reimplement support for unencrypted Wii discsJosJuice
2017-06-05DiscIO: Use std::optional in Volume and BlobJosJuice
2017-06-05Fix minor formatting issuesLéo Lam
2017-06-04Don't show FST size in game propertiesJosJuice
2017-06-04Merge pull request #5522 from leoetlino/simpler-gettitleidJosJuice
2017-06-03might as well update yet some more pointless version numbers..Shawn Hoffman
2017-06-03DiscIO: Use std::optional for GetTitleID instead of pointerLéo Lam
2017-06-03Merge pull request #5518 from JosJuice/replace-weird-brace-thingyLeo Lam
2017-06-03Replace {{}} with {}JosJuice
2017-06-03IOS/ES: Move ImportTicket write functionLéo Lam
2017-06-03DiscIO: Fix the wrong NAND root being usedLéo Lam
2017-06-03Use std::optional for ESFormats/SharedContentMapLéo Lam
2017-05-28upgrade to Windows SDK 10.0.15063.0BhaaL
2017-05-26Check TMD sizes using the actual constantLéo Lam
2017-05-25Migrate to Visual Studio 2017.Pierre Bourdon
2017-05-22Fix indirect includesLéo Lam
2017-05-21NANDImporter: fix printf warningSilvan Jegen
2017-05-20VolumeWiiCrypted: Get title keys from TicketReaderJosJuice
2017-05-20VolumeWiiCrypted: Get title IDs from TicketReaderJosJuice
2017-05-20VolumeWiiCrypted: Cache TMDs and ticketsJosJuice
2017-05-19NANDImporter: Add loggingStarsam80
2017-05-19NANDImporter: Use a indeterminate progress meterStarsam80
2017-05-19Replace some usages of IVolume::ReadSwapped with IBlobReader::ReadSwappedJosJuice
2017-05-19Remove CBlobBigEndianReaderJosJuice
2017-05-19DiscIO: Remove VolumeCreatorJosJuice