7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Check for and report new error variations. More... over 24 years ago
New GP_ERROR variations. More... over 24 years ago
Make code ready for GP_ERROR_*: "==GP_ERROR" => "!= GP_OK" or "< 0". More... over 24 years ago
"==GP_ERROR" -> "!=GP_OK" to prepare enhanced error handling More... over 24 years ago
Fixed image number/image id. Image numbers start with 1. More... over 24 years ago
Use gp_filesys for image number retrieval. More... over 24 years ago
G1 support More... over 24 years ago
Give the files the 'correct' filenames. More... over 24 years ago
Removed an old debugging entry that is no longer needed. More... over 24 years ago
Added note about setting clock on exit. More... over 24 years ago
Switched from perror() to gp_debug_printf() wherever appropriate. More... over 24 years ago
Fixed one small typo in a comment, and more importantly, now get camera status in the initialization routine. More... over 24 years ago
Fixed the sanity check on card_status before deleting an image. Images can now be deleted again. More... over 24 years ago
Fixed a time format error in dimagev_dump_camera_info(). Classic year 100 bug. More... over 24 years ago
Added code to set the camera clock on exit as well as on initialization. More... over 24 years ago
Removed code to leave "host mode" after capturing an image. More... over 24 years ago
Removed code to leave "host mode" after deleting an image. More... over 24 years ago
Removed code to leave "host mode" in both get_picture() and get_thumbnail(). Commented out call to gpe_dump_exif() that was only for debugging. More... over 24 years ago
Switched to strncpy() for writing PPM header. More... over 24 years ago
Added a seperate module for downloading functions. More... over 24 years ago
Moved code for downloading images into download.c; util.c is only for micellaneous functions, like converting Y:Cb:Cr data into RGB PPMs. This should improve readability for third parties. More... over 24 years ago
Moved code for downloading images and thumbnails into a new file. More... over 24 years ago
Added a module to contain deletion. More... over 24 years ago
Moved code for deleting images into a seperate module. More... over 24 years ago
Fixed revision header. More... over 24 years ago
Added some sanity checks to ensure that the memory card is writable before trying to capture an image. Also cleaned up some old debugging code. More... over 24 years ago
Updated the README to reflect current events. More... over 24 years ago
Added the first of the stuff required to check for snprintf. ALso changed several lengths to sizeof()s. More... over 24 years ago
Added documentation for the thumbnail format and transformation. Added sanity check to ensure that images can be deleted before trying to actually delete one. Trimmed some buffers that weren't really being used. More... over 24 years ago
Modified #define for version information. More... over 24 years ago