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
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DiscIO
/
NANDContentLoader.cpp
Age
Commit message (
Expand
)
Author
2017-03-05
Merge pull request #5007 from lioncash/swap
Mat M
2017-03-04
IOS/ES: Implement ES_GetOwnedTitles
Léo Lam
2017-03-03
Common: Move byte swapping utilities into their own header
Lioncash
2017-03-01
Add ES::Content::IsShared to avoid hardcoding 0x8000
Léo Lam
2017-02-27
IOS/ES: Implement ES_Export* ioctlvs
Léo Lam
2017-02-26
ES: Make sure the TMD and ticket are valid before use
Léo Lam
2017-02-26
Move AES code to Common/Crypto
Léo Lam
2017-02-26
Use ESFormats for TMDs
Léo Lam
2017-02-26
Move the ticket code to ESFormats
Léo Lam
2017-02-10
Get rid of a singleton for NAND shared contents
Léo Lam
2017-02-10
Always use configured root when installing WAD
Léo Lam
2017-01-23
DiscIO: Fix out-of-bounds access in NANDContentDataBuffer
Léo Lam
2017-01-14
DiscIO: Export GetKeyFromTicket
Pierre Bourdon
2017-01-14
DiscIO: Implement functions to lookup tickets
Pierre Bourdon
2017-01-14
IOS/ES: Implement ES_AddTicket.
Pierre Bourdon
2017-01-02
DiscIO: Add GetRegion function and Region enum
JosJuice
2016-12-06
Common: Add alignment header
Léo Lam
2016-10-14
NANDContentLoader: Add IOFile forward declaration
Lioncash
2016-09-14
NANDContentLoader: Delay vector construction until needed in Get()
Lioncash
2016-09-14
NANDContentLoader: Make CNANDContentData's Get function return by non-const v...
Lioncash
2016-09-14
DiscIO: Fix NAND Memory Leak
EmptyChaos
2016-07-13
Move DiscIO enums to a new file
JosJuice
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-03-20
properly open/close the file to avoid rapid open/close cycles
BhaaL
2016-03-20
hide the distinction between WAD and File from ES
BhaaL
2016-03-20
fix some style inconsistencies that drove me nuts
BhaaL
2016-01-03
Debug Builds: Fixed vector assertion
Sepalani
2015-12-19
NANDContentLoader/WiiWAD: Get rid of raw delete and new
Lioncash
2015-10-16
Merge pull request #3139 from JosJuice/fix-wii-root
flacs
2015-10-16
Mark which Wii root to use in the NAND path code.
comex
2015-10-07
NANDContentLoader: Replace a string rbegin() call with a back() call
Lioncash
2015-10-03
Merge pull request #3091 from Tilka/mbedtls
shuffle2
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-09-25
mbedTLS: run rename.pl script and fix errors
Tillmann Karras
2015-06-02
Merge pull request #1556 from comex/project-moration
comex
2015-05-28
Pass strings by const reference where possible
Lioncash
2015-05-28
Add a mode to use a dummy Wii NAND.
comex
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-03-09
Don't construct NANDContentLoader classes before Main.cpp runs
JosJuice
2015-02-28
General Formatting
Stevoisiak
2014-11-24
More formatting and consistency fixes
Stevoisiak
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-01
DiscIO: Prefix class member variables with "m_"
Lioncash
2014-08-30
Get rid of C-style empty function parameter indicators
Lioncash
2014-06-25
Centralize the logging code into its own folder in Common.
Lioncash
2014-06-18
Kill off replaceable usages of s[n]printf.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-09
clang-modernize -loop-convert
Tillmann Karras
[next]