FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for VideoGameFileSystemParser - purelogiccode/CHDMounter · GitHub
purelogiccode
/
CHDMounter
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
CHDMounter
VideoGameFileSystemParser
on
master
User selector
Datepicker
Commit history
Commits on Sep 7, 2026
Fix retrieved bugs: user-error logging, WinFsp TypeInitializer, test-runner pollution
drpetersonfernandes
committed
94f3a25
View commit details
Copy full SHA for 94f3a25
View code at this point
Browse repository at this point
Commits on Aug 30, 2026
Fix bug report API issues, WinFsp detection, and mount diagnostics
Show description for a1a8fe6
drpetersonfernandes
committed
a1a8fe6
View commit details
Copy full SHA for a1a8fe6
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
using var
drpetersonfernandes
committed
82287ee
View commit details
Copy full SHA for 82287ee
View code at this point
Browse repository at this point
Commits on Aug 8, 2026
Vendor VideoGameFileSystemParser and switch to alias-only console selection
Show description for b8719d5
drpetersonfernandes
committed
b8719d5
View commit details
Copy full SHA for b8719d5
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
Remove IConsoleParser interface, models, and console-specific parsers
drpetersonfernandes
committed
50d45d6
View commit details
Copy full SHA for 50d45d6
View code at this point
Browse repository at this point
Rename InternalsVisibleTo references from SimpleChdDrive to CHDMounter; make LogTextWriter internal
drpetersonfernandes
committed
e7c85a6
View commit details
Copy full SHA for e7c85a6
View code at this point
Browse repository at this point
Remove SimpleCHDDrive WPF application and associated Dokan mount service files
drpetersonfernandes
committed
5f4b6af
View commit details
Copy full SHA for 5f4b6af
View code at this point
Browse repository at this point
Rewrite README with comprehensive documentation and examples; add XML doc comment to SectorReader.Dispose
drpetersonfernandes
committed
f23b569
View commit details
Copy full SHA for f23b569
View code at this point
Browse repository at this point
Change license from GPLv3 to MIT; update .csproj with NuGet metadata and pack license file
drpetersonfernandes
committed
3ce09af
View commit details
Copy full SHA for 3ce09af
View code at this point
Browse repository at this point
Add ISO 9660 parsing fallback for data tracks and relax PCE CD boot signature requirement; update tests to skip non-standard layouts
drpetersonfernandes
committed
1318f2b
View commit details
Copy full SHA for 1318f2b
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
Update README documentation for new console types, parsers, features, and project restructuring
drpetersonfernandes
committed
9bef92c
View commit details
Copy full SHA for 9bef92c
View code at this point
Browse repository at this point
Remove dead code and cleanup: drop unused fields, methods, and usings; refactor MainWindowBase service properties; fix code style in switch cases
drpetersonfernandes
committed
66c76c4
View commit details
Copy full SHA for 66c76c4
View code at this point
Browse repository at this point
Add unit tests for parsers, logging service, and models; rename `ErrorLoggerStatic` to `ErrorLogger` and make methods internal; add null checks and `IAsyncDisposable` to `ChdFs`; add tooltips to `M…
Show description for 9c84b1b
drpetersonfernandes
committed
9c84b1b
View commit details
Copy full SHA for 9c84b1b
View code at this point
Browse repository at this point
Add ReSharper disable comments for unused fields; remove redundant null checks in ChdFs and parser entry lookups; minor code style cleanup in HfsParser and CDiFsParser
drpetersonfernandes
committed
775f87e
View commit details
Copy full SHA for 775f87e
View code at this point
Browse repository at this point
Make parser classes internal; remove redundant null checks in ChdFs; update CHDSharp to v1.2.0; add InternalsVisibleTo for ChdDiagnoster; code style cleanup
drpetersonfernandes
committed
2e3572e
View commit details
Copy full SHA for 2e3572e
View code at this point
Browse repository at this point
Add PC-98 parser; rework HFS parser offset calculation; fix ISO9660 pregap and directory parsing
drpetersonfernandes
committed
2083585
View commit details
Copy full SHA for 2083585
View code at this point
Browse repository at this point
Commits on Jul 20, 2026
Add HFS parser and Pippin console support; split Amiga CD/CDTV display names into separate entries
drpetersonfernandes
committed
77edfbd
View commit details
Copy full SHA for 77edfbd
View code at this point
Browse repository at this point
Add Nuon, X68000, Pico parsers; refactor ISO9660 parser with raw-sector VD scanning; fix pregap detection logic
drpetersonfernandes
committed
cb887cf
View commit details
Copy full SHA for cb887cf
View code at this point
Browse repository at this point
Add FM Towns parser and console type support
drpetersonfernandes
committed
c615562
View commit details
Copy full SHA for c615562
View code at this point
Browse repository at this point
Update Amiga CD display name to include CDTV in parser factory
drpetersonfernandes
committed
8a04a72
View commit details
Copy full SHA for 8a04a72
View code at this point
Browse repository at this point
Fix sector reader stored pregap handling for audio tracks, add ISO9660 fallback in Dreamcast parser, and update README acknowledgments
drpetersonfernandes
committed
b83eaf9
View commit details
Copy full SHA for b83eaf9
View code at this point
Browse repository at this point
Commits on Jul 19, 2026
Add HasDataTracks, audio-only disc support, and cancel test button; fix CDiFs parser, sector reader, and dark theme scrollbar
drpetersonfernandes
committed
4945fdd
View commit details
Copy full SHA for 4945fdd
View code at this point
Browse repository at this point
Add cross-integrity mount support and drag-drop console selection
Show description for 567c1ab
drpetersonfernandes
committed
567c1ab
View commit details
Copy full SHA for 567c1ab
View code at this point
Browse repository at this point
Fix null reference and nullable warnings, implement IDisposable in ChdContainer, fix thread safety in reader pool, add DriveHelper, migrate theme to core library, and correct PS3 parser documentation
drpetersonfernandes
committed
ce7a370
View commit details
Copy full SHA for ce7a370
View code at this point
Browse repository at this point
Add README files for all projects
drpetersonfernandes
committed
e7a45e6
View commit details
Copy full SHA for e7a45e6
View code at this point
Browse repository at this point
Add XML documentation comments to parser classes, models, and container types
drpetersonfernandes
committed
69c9488
View commit details
Copy full SHA for 69c9488
View code at this point
Browse repository at this point
Remove obsolete parsing interfaces, models, and all console parser implementations
drpetersonfernandes
committed
21d1b84
View commit details
Copy full SHA for 21d1b84
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL