2
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Image analyzer: make the log generic, and allow changing of debug mask More... almost 13 years ago
Image analyzer: reworked the log capturing a bit More... almost 13 years ago
Image analyzer: rename 'Parser log' to 'libMirage log', as we will make it more generic More... almost 13 years ago
debian: update libmirage symbol definitions. More... almost 13 years ago
libMirage: updated gtk-doc Makefile.am More... almost 13 years ago
libMirage: automatic docs update More... almost 13 years ago
libMirage: when creating NULL fragments, pass NULL as filename instead of "NULL"; in sndfile and binary fragment, make sure that the filename is given More... almost 13 years ago
libMirage: added debug_context parameter to mirage_create_fragment(), so that the debug context is properly transferred over to file streams before fragment is actually added to disc and inherits its context More... almost 13 years ago
Daemon: don't unref debug contexts, since the get functions don't increase reference counters on them anymore More... almost 13 years ago
Daemon: fix a regression that caused daemon to crash on GetDeviceMapping call More... almost 13 years ago
libMirage: ECM File Filter: start with eight allocated parts and when parts, double the number instead of increasing it linearly More... almost 13 years ago
libMirage: CUE Parser: fixed a typo More... almost 13 years ago
libMirage: ECM filter: match the behavior of GFileInputStream wrt. seeking beyond the end of file More... almost 13 years ago
libMirage: ECM filter: properly handle EOF More... almost 13 years ago
libMirage: CCD and REACDC Parser: use mirage_helper_find_data_file() to find track data and subchannel files. (Enables use of ecm'd data files.) Also made CUE parser print assumed and the actual filename... More... almost 13 years ago
libMirage: Update docs and fix the annotations to silence gtk-doc's warnings More... almost 13 years ago
libMirage: update Makefiles to include gio-2.0 dependency. Also, list dependencies in libmirage.pc More... almost 13 years ago
Clients: keep up with changes in libMirage (the error code for requesting password, in particular) More... almost 13 years ago
Daemon: The Great Cleanup, III More... almost 13 years ago
libMirage: READCD Parser: fix a bug that's probably been there for a while but hasn't been noted because our old error code kept overwriting errors without complaints More... almost 13 years ago
Image analyzer: keep pace with changes in libMirage More... almost 13 years ago
libMirage: The Great Cleanup, II: removed MIRAGE_ERROR macro and predefined error messages. Instead, we now have more generic error codes; these are set using g_set_error(), along with detailed error message. Also made some more functions un-failable... More... almost 13 years ago
libMirage: clean up mirage_track_add_fragment() function More... almost 13 years ago
Daemon: keep up with changes in libMirage More... almost 13 years ago
Image analyzer: keep up with changes in libMirage More... almost 13 years ago
libMirage: The Great Cleanup. Mostly to make API nicer. More... almost 13 years ago
libMirage: Utils: clean up mirage_helper_find_data_file() a bit. Add support for finding files with additional suffices when original file does not exist. E.g., if we are looking for 'data.img', but only 'data.img.gz' exists, we return that. However, if both 'data.img' and 'data.img.gz' exist, the former is returned. In other words, we consider all files with matching beginning, but prefer the one with shortest filename. This should enable transparent loading of compressed data files in cases when descriptor has not been altered. More... almost 13 years ago
Image analyzer: remove gtk_vbox_new/gtk_hbox_new deprecation warnings for Gtk3 by using gtk_box_new instead. More... almost 13 years ago
Daemon: adapt to changes in libMirage's debugging facilities More... almost 13 years ago
libMirage: ECM File Filter: port all debugging facilities to MIRAGE_DEBUG More... almost 13 years ago