summaryrefslogtreecommitdiff
path: root/camlibs/kodak/dc120/library.c
Commit message (Expand)AuthorAgeFilesLines
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-251-18/+2
* replared previous cast fix by cahnging offset to unsigned instweadMarcus Meissner2020-08-281-2/+2
* Fix kodak/dc120 camlib compilation warnings.Siim Meerits2020-08-281-1/+1
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-35/+35
* BSD_SOURCE -> DEFAULT_SPURCEMarcus Meissner2018-06-201-1/+1
* free the allocated CameraFile (Coverity)Marcus Meissner2016-02-061-1/+2
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-031-1/+0
* added copyright notesMarcus Meissner2015-02-221-0/+20
* free the correct file. move the get_data_and_size out of the loopMarcus Meissner2014-07-011-3/+5
* Add <unistd.h> to files which use usleep()Daniel P. Berrange2014-06-041-0/+1
* Remove mostly unused GP_SYSTEM_SLEEP macroDaniel P. Berrange2014-06-041-3/+3
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-111-5/+5
* iFrom: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-111-1/+1
* added _BSD_SOURCE or _POSIX_C_SOURCE for -ansi buildingMarcus Meissner2013-02-201-0/+3
* fixed capturetype bug, and renamed variableMarcus Meissner2011-02-251-3/+3
* added missing free in exit path (CID 46)Marcus Meissner2007-05-111-0/+2
* fix mem leakage in case of error. (CID 48)Hubert Figuiere2007-05-081-8/+21
* CID 130: trying to use a freeed block.Hubert Figuiere2007-05-081-0/+1
* made some functions static.Marcus Meissner2006-11-201-4/+8
* made code a bit better and less dependend on characterMarcus Meissner2006-11-191-6/+6
* Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.Hans Ulrich Niedermann2006-09-281-1/+1
* <config.h> -> "config.h"Arnaud Launay2002-11-291-1/+1
* gettext stuff for ArnaudHans Ulrich Niedermann2002-11-231-1/+1
* fixed some inconsistencies with the use of gp_port_read() and gp_port_write()Hubert Figuiere2002-07-301-3/+3
* 2002-01-15 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-01-151-23/+49
* * dc120.c, library.h, library.c: cleaned it up aHubert Figuiere2001-12-201-90/+187
* 2001-10-20 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-211-46/+45
* 2001-10-11 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-111-2/+2
* 2001-10-08 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-081-2/+1
* 2001-10-08 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-081-2/+2
* 2001-08-28 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-08-271-10/+24
* 2001-08-24 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-08-231-5/+6
* 2001-08-22 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-08-221-6/+4
* 2001-08-17 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-08-181-2/+2
* finished GP_PORT renamingScott Fritzinger2001-01-221-5/+5
* added libgphoto2_port into tree. ouch.Scott Fritzinger2001-01-221-13/+13
* renamed gp_camera_message/status/... to gp_frontend_message/... added gp_fron...Scott Fritzinger2000-09-131-4/+4
* minor fixesScott Fritzinger2000-09-121-12/+13
* build flag updatesScott Fritzinger2000-09-071-5/+5
* added capture supportScott Fritzinger2000-09-061-30/+86
* added file deletion supportScott Fritzinger2000-09-061-12/+34
* added Kodak DC120 library. fixed gp_filesystem.Scott Fritzinger2000-09-061-0/+387