| Commit message (Expand) | Author | Age | Files | Lines |
| * | chdman: Request write permission when opening file for verify --fix; allow SH... |  lucinda lovebuny | 2025-08-03 | 1 | -8/+32 |
| * | -util/cdrom.cpp: Fixed issues with CUE, TOC and GDI parsers. (#12948) |  987123879113 | 2024-11-09 | 1 | -0/+45 |
| * | util/chd.cpp, util/chdcodec.cpp: Added a safer way to let codecs do special s... |  Vas Crabb | 2024-10-14 | 1 | -1/+1 |
| * | tools/chdman.cpp: Throw errors when examining metadata to determine compressi... |  AJR | 2024-10-12 | 1 | -14/+41 |
| * | chd.cpp: More API changes |  AJR | 2024-10-11 | 1 | -3/+3 |
| * | util/chd.cpp, util/chdcodec.cpp: Made some APIs return errors rather than thr... |  Vas Crabb | 2024-10-11 | 1 | -3/+8 |
| * | tools/chdman.cpp: Added support for extracting cue/bin GD-ROM images and prod... |  987123879113 | 2024-03-31 | 1 | -134/+247 |
| * | util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... |  987123879113 | 2024-03-07 | 1 | -5/+33 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -11/+8 |
| * | tools/chdman.cpp: Fixed bogus uninitialised local warning. |  Vas Crabb | 2024-02-10 | 1 | -1/+1 |
| * | tools/chdman.cpp: Helps to git add everything (fixes variable scoping issue). |  Vas Crabb | 2024-02-10 | 1 | -7/+8 |
| * | tools/chdman.cpp: Fixed numerous issues, including: |  Vas Crabb | 2024-02-10 | 1 | -528/+504 |
| * | chdman: Fixed a couple of issues and added preliminary web docs. |  Vas Crabb | 2024-02-05 | 1 | -3/+7 |
| * | Revert "chd.cpp, chdcodec.cpp: Minor refactoring" |  Vas Crabb | 2023-10-27 | 1 | -6/+2 |
| * | chd.cpp, chdcodec.cpp: Minor refactoring |  AJR | 2023-10-22 | 1 | -2/+6 |
| * | chdman.cpp, imgtool/modules: Use multibyte.h functions |  AJR | 2023-09-24 | 1 | -3/+4 |
| * | aviio.cpp: Massive code cleanup |  AJR | 2023-09-17 | 1 | -2/+2 |
| * | chdman: Add extractdvd command |  Olivier Galibert | 2023-05-05 | 1 | -0/+93 |
| * | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 1 | -0/+94 |
| * | Reduced usage of sprintf. (#10892) |  Erik | 2023-02-20 | 1 | -8/+5 |
| * | Use EQUIVALENT_ARRAY to avoid issues with std::size on member arrays, enable ... |  Vas Crabb | 2023-02-01 | 1 | -2/+3 |
| * | osd/tools: msvc fixes |  Patrick Mackinlay | 2023-02-01 | 1 | -1/+1 |
| * | corefile.h: Move filename utilities to path.h |  AJR | 2022-09-25 | 1 | -0/+1 |
| * | chdman: Fixed TOC session type detection for extractcd. (#10233) |  987123879113 | 2022-08-17 | 1 | -3/+36 |
| * | cdrom.cpp: Clean up code somewhat |  AJR | 2022-04-01 | 1 | -1/+1 |
| * | cdrom_file: classify. Could use more internal work, but it's a step |  Olivier Galibert | 2022-04-01 | 1 | -77/+73 |
| * | chdman.cpp: correct copy-paste comment (nw) (#8936) |  Logan B | 2021-12-04 | 1 | -1/+1 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -23/+48 |
| * | -ui: Made zoom controls a bit more intuitive. |  Vas Crabb | 2021-09-06 | 1 | -1/+1 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -131/+134 |
| * | chdman: add a few more hard disk templates (#8352) |  Davide Cavalca | 2021-07-30 | 1 | -5/+13 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -14/+14 |
| * | -osd/windows: Minimise full-screen windows on losing focus (#2997). |  Vas Crabb | 2021-01-21 | 1 | -5/+6 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -8/+8 |
| * | Low-level #include overhaul |  AJR | 2021-01-02 | 1 | -3/+3 |
| * | support Redump extended bin/cue format for Dreamcast discs (#7422) |  nhand42 | 2020-12-17 | 1 | -1/+20 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -3/+5 |
| * | chdman.cpp: GCC 9.3 is actually the cutoff point for legacy MSVC-style long l... |  Vas Crabb | 2020-08-23 | 1 | -2/+2 |
| * | looks like I64 size qualifier is only needed for MSYS64 GCC 9 and earlier (nw) |  Vas Crabb | 2020-06-02 | 1 | -2/+2 |
| * | chdman: support characters outside ASCII in command line arguments |  Vas Crabb | 2020-05-29 | 1 | -67/+72 |
| * | split was using sha1.h directly - fix that (nw) |  Vas Crabb | 2020-04-13 | 1 | -7/+6 |
| * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -7/+7 |
| * | chdman.cpp: Attempted fix for naive code (nw) |  AJR | 2019-09-06 | 1 | -1/+1 |
| * | chdman.cpp: Another superfluous temporary removed (nw) |  AJR | 2019-09-06 | 1 | -1/+0 |
| * | chdman: Clean up some archaic string code (nw) |  AJR | 2019-09-06 | 1 | -72/+58 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -1/+1 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -1/+1 |
| * | chdman: fix GDI 2048 extraction |  MetalliC | 2019-01-25 | 1 | -1/+1 |
| * | Fix tools as well (nw) |  Miodrag Milanovic | 2017-05-15 | 1 | -1/+1 |
| * | chdman: Add support for hard disk templates and add some initial ones |  Dirk Best | 2017-01-07 | 1 | -1/+76 |