summaryrefslogtreecommitdiff
path: root/camlibs/kodak
Commit message (Expand)AuthorAgeFilesLines
* added some apparent missijng include unistd.h to make it build for mingw/llvm...Marcus Meissner2023-02-141-0/+1
* camlib build var cleanupHans Ulrich Niedermann2022-09-016-47/+80
* Consistent spelling for initializeHans Ulrich Niedermann2022-05-151-1/+1
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-258-127/+16
* Avoid accidental include file name collisionsHans Ulrich Niedermann2021-10-112-2/+2
* utf-8: Convert ISO-8859 text to UTF-8Hans Ulrich Niedermann2021-10-093-6/+6
* Use consistently named non-reserved CPP macros for header filesHans Ulrich Niedermann2021-10-058-18/+27
* simplified weird safe string constructs that used wrong sizes, to shorter ver...Marcus Meissner2020-08-311-8/+4
* Fix kodak/dc3200 camlib compilation warnings.Siim Meerits2020-08-311-2/+4
* replace last patch by *fallthrough* tagging instead of making the code more u...Marcus Meissner2020-08-281-4/+3
* Fix kodak/dc240 camlib compilation warnings.Siim Meerits2020-08-281-6/+8
* replared previous cast fix by cahnging offset to unsigned instweadMarcus Meissner2020-08-281-2/+2
* Fix kodak/dc120 camlib compilation warnings.Siim Meerits2020-08-282-2/+2
* follow up fix to avoid some casts, moved 1 cast somewhere elseMarcus Meissner2020-08-281-6/+6
* Fix kodak/dc210 camlib compilation warnings.Siim Meerits2020-08-281-3/+3
* Fix kodak/ez200 camlib compilation warnings.Siim Meerits2020-08-281-1/+1
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-2711-311/+311
* Fix typos throughout the codebaseSijawusz Pur Rahnama2020-05-254-7/+7
* bit of cleanup and also error checkingMarcus Meissner2020-05-101-10/+12
* error checking during file retrieval (AFL)Marcus Meissner2020-02-141-2/+7
* added more sanity checks to avoid NULL ptr deref (AFL)Marcus Meissner2020-01-261-2/+5
* added size checking (AFL)Marcus Meissner2020-01-261-0/+5
* avoid endless loops on device going away (AFL)Marcus Meissner2020-01-251-1/+8
* also check for fdata == NULL (AFL)Marcus Meissner2019-04-211-1/+1
* check return value and if there is data to access (AFL)Marcus Meissner2019-04-201-1/+9
* BSD_SOURCE -> DEFAULT_SPURCEMarcus Meissner2018-06-203-3/+3
* import typo fixes (in debug messages) from DebianMarcus Meissner2017-08-291-1/+1
* Adjust the semantics of gp_widget_changed to not clear the changed state.Marcus Meissner2016-11-201-0/+8
* Help editors treat as Makefiles all our Makefile-files filesHans Ulrich Niedermann2016-10-286-0/+12
* free buff on error exit (Coverity)Marcus Meissner2016-02-061-2/+2
* free the allocated CameraFile (Coverity)Marcus Meissner2016-02-061-1/+2
* remove sys/time.h header inclusionMarcus Meissner2016-01-031-1/+0
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-036-6/+0
* added copyright headersMarcus Meissner2015-02-224-0/+80
* scott and hubert seem to be the authorsMarcus Meissner2015-02-224-0/+84
* added copyright notesMarcus Meissner2015-02-224-0/+80
* added license/copyright headerMarcus Meissner2015-02-224-0/+80
* fixed 0 / NULL confusion, cleaned up NULL check of context (Coccinelle)Marcus Meissner2014-09-211-8/+8
* free the correct file. move the get_data_and_size out of the loopMarcus Meissner2014-07-011-3/+5
* fixed memory leak (Coverity)Marcus Meissner2014-06-301-0/+1
* removed copyright umlauts and replaced other umlautsMarcus Meissner2014-06-271-1/+1
* Add <unistd.h> to files which use usleep()Daniel P. Berrange2014-06-045-3/+5
* Remove mostly unused GP_SYSTEM_SLEEP macroDaniel P. Berrange2014-06-045-8/+8
* cast the unsigned char*Marcus Meissner2014-04-111-2/+2
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-111-1/+1
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-112-8/+8
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-112-3/+3
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-113-8/+8
* iFrom: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-114-16/+16
* From: "Daniel P. Berrange" <berrange@redhat.com>Marcus Meissner2014-04-111-2/+0