| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2015-12-21 | Silence -Wshadow and -Wmaybe-uninitialized warnings. | Rohit Nirmal | |
| 2015-12-14 | DiscIO: Improve CBlobBigEndianReader error handling | JosJuice | |
| 2015-12-14 | DiscIO: Unify CBlobBigEndianReader | JosJuice | |
| 2015-12-07 | DiscIO: Make factory methods return unique_ptrs | Lioncash | |
| Rather than rely on the developer to do the right thing, just make the default behavior safely deallocate resources. If shared semantics are ever needed in the future, the constructor that takes a unique_ptr for shared_ptr can be used. | |||
| 2015-11-10 | DiscIO: drop unused stuff | Tillmann Karras | |
| 2015-10-03 | Merge pull request #3091 from Tilka/mbedtls | shuffle2 | |
| Update mbed TLS (PolarSSL) | |||
| 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-08-31 | VolumeCreator: Fix a typo in VolumeKeyForPartition's name | Lioncash | |
| 2015-08-31 | VolumeCreator: Use a unique_ptr in CreateVolumeFromFilename | Lioncash | |
| 2015-06-29 | Minor spelling corrections | Stevoisiak | |
| 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-01-17 | Don't read from disk when checking volume type | JosJuice | |
| Should be faster than relying on the OS to cache the magic words. Also gets rid of the odd recursive call in VolumeDirectory. | |||
| 2014-12-28 | DiscIO: Replace "raw" functions with "decrypt" parameters | JosJuice | |
| This is intended to make decryption look less implicit in the code. | |||
| 2014-11-30 | Make DVDLowOpenPartition actually change partitions. | magumagu | |
| 2014-10-12 | VolumeCreator: Make master key arrays static | Lioncash | |
| Only used within this translation unit. | |||
| 2014-09-12 | DiscIO: Remove unnecessary break statements. | Lioncash | |
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-08-29 | DiscIO: Get rid of unnecessary struct differencing | Lioncash | |
| 2014-07-11 | mark all local functions as static | degasus | |
| 2014-06-08 | Fix the capitalization of "GameCube" throughout the project. | Paul Olszewski | |
| 2014-03-14 | Kill off some usages of c_str. | Lioncash | |
| Also changes some function params, but this is ok. Some simplifications were also able to be made (ie. killing off strcmps with ==, etc). | |||
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-03-09 | clang-modernize -loop-convert | Tillmann Karras | |
| and some manual adjustments | |||
| 2014-02-22 | Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project ↵ | Pierre Bourdon | |
| detected by this change). | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
