summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1/command.c
Commit message (Expand)AuthorAgeFilesLines
* replace buggy strncat usage by just strcat. we have enough buffer spaceMarcus Meissner2018-07-211-3/+3
* incremented various buffers for sprintf %0*d usage to removeMarcus Meissner2018-06-241-3/+3
* fixed more bugsMarcus Meissner2016-11-201-7/+7
* fixed gp_log callsMarcus Meissner2016-11-201-4/+4
* remove DEBUG ifdefs, use gp_log()Marcus Meissner2016-11-191-18/+6
* use the approach used by the msys2 porterMarcus Meissner2016-10-211-7/+10
* build in DEBUG modeMarcus Meissner2016-10-211-9/+2
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-031-1/+0
* added copyright headersMarcus Meissner2015-02-221-0/+23
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-111-3/+3
* iFrom: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-111-13/+13
* From: "Daniel P. Berrange" <berrange@redhat.com>Marcus Meissner2014-04-111-4/+2
* added #define _BSD_SOURCE for ansi like buildsMarcus Meissner2013-02-201-0/+1
* u_long -> unsigned long (another fix for MacOSx)Marcus Meissner2008-09-011-2/+2
* u_char -> unsigned charMarcus Meissner2008-05-151-31/+31
* more cleanups, merged common.hMarcus Meissner2007-11-171-5/+5
* progress context handling, moved CameraFile* handling down intoMarcus Meissner2007-11-171-1/+1
* -verbose flag for stdoutMarcus Meissner2007-11-161-8/+1
* merged chotplay.c into sonydscf1.c, more cleanupsMarcus Meissner2007-11-161-12/+3
* remove sonydscf1.h (dup of common.h)Marcus Meissner2007-11-161-2/+2
* more updates, removed 1 empty fileMarcus Meissner2007-11-161-4/+10
* major cleanupsMarcus Meissner2007-11-161-75/+33
* unbreak F1fopen and F1finfo. return error status from rbyte, passMarcus Meissner2007-11-161-22/+21
* pass port around to avoid storing it globally.Marcus Meissner2006-11-191-108/+95
* Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.Hans Ulrich Niedermann2006-09-281-1/+1
* Drop EOL blanks, // comments, and corrects some warningsArnaud Launay2003-09-161-11/+11
* Fix warningsArnaud Launay2002-12-291-12/+13
* added #include <string.h> and hopefully fixed calls to strndupHans Ulrich Niedermann2001-10-241-3/+4
* bvl: OS/2 Updatesbvl2001-09-071-6/+5
* bvl: barbie updatebvl2001-03-261-3/+5
* bvl: make this library work, cleared the code and fixed a 10 picture bugbvl2001-03-131-128/+32
* bvl: OS/2 build updates/changesbvl2001-02-281-6/+5
* bvl: Support for the Sony DSC-F1, modified library from gphoto1bvl2000-07-291-0/+685