summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* let the sample-afl do autodetection to allow fuzzing all USB camerasMarcus Meissner2019-04-231-6/+36
* added unistd.h include for older systemsMarcus Meissner2019-03-091-0/+1
* disable capture fuzzingMarcus Meissner2019-01-201-0/+3
* try more callsMarcus Meissner2019-01-201-2/+65
* unref the context in afl sampleMarcus Meissner2018-12-211-0/+1
* c++ protectMarcus Meissner2018-10-141-0/+8
* free various event dataMarcus Meissner2018-04-165-0/+88
* also log the domainMarcus Meissner2017-07-311-1/+1
* various fixes to free parameters and coverity issuesMarcus Meissner2017-06-051-23/+31
* recursively list directories until the first file is found,Marcus Meissner2017-04-291-14/+75
* list folders and files tooMarcus Meissner2017-04-291-0/+19
* add event handling to aflMarcus Meissner2016-12-231-0/+9
* wait_for_Event needs to be run multiple times to drainMarcus Meissner2016-12-201-30/+43
* adjusted code to handled errors and use buffer and file betterMarcus Meissner2016-12-201-9/+13
* trigger capture: do not use file_read, api does not handle sdram capture curr...Marcus Meissner2016-12-181-29/+17
* do not use the signals in win32peterbud2016-11-201-8/+13
* move gp_file_free upMarcus Meissner2016-11-191-2/+2
* add O_BINARY flag for open() calls to write images in binary mode on Windowspeterbud2016-11-198-9/+20
* check for open returnMarcus Meissner2016-11-191-0/+3
* fixed reading configurationMarcus Meissner2016-10-111-3/+18
* handle raw captures tooMarcus Meissner2016-10-111-3/+19
* clear read_cofnig after readingMarcus Meissner2016-10-111-0/+2
* added configuration reading to photobooth sampleMarcus Meissner2016-10-112-2/+27
* add event polling / tethering to sample photoboothMarcus Meissner2016-10-111-0/+61
* start a photobooth sample programMarcus Meissner2016-10-102-0/+127
* simplified using sample_open_cameraMarcus Meissner2016-09-252-58/+15
* add a sample program for using AFL without the gphoto2 commandline toolMarcus Meissner2016-09-242-0/+116
* use single config getter/setterMarcus Meissner2016-03-141-2/+2
* use the new single api in the exampleMarcus Meissner2016-02-201-21/+25
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-037-7/+0
* free contextMarcus Meissner2014-12-061-0/+1
* pass onoff argument to autofocusMarcus Meissner2014-10-094-5/+82
* handle "no camera" caseMarcus Meissner2014-07-221-0/+4
* fixed some leaksMarcus Meissner2014-06-011-1/+5
* determine with preview enabledMarcus Meissner2014-06-011-3/+13
* handle an error (coverity)Marcus Meissner2014-06-011-1/+4
* small improvements. sample preview enablementMarcus Meissner2014-05-041-13/+49
* remove warningMarcus Meissner2014-05-021-1/+1
* made standaloneMarcus Meissner2014-05-022-26/+238
* also add release triggerMarcus Meissner2014-05-021-0/+22
* added a best-iso sample program for Canon EOSMarcus Meissner2014-05-022-1/+184
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-111-0/+2
* From: "Daniel P. Berrange" <berrange@redhat.com>Marcus Meissner2014-04-113-5/+9
* fixed format string problemMarcus Meissner2014-01-011-1/+1
* fixed return code checking logicMarcus Meissner2013-09-011-2/+2
* remove gp_file_free which will zero out the returned data which we stillMarcus Meissner2013-05-031-2/+1
* fixed sample_open_camera to load the abilities and portinfolistMarcus Meissner2013-04-254-4/+37
* cleaned up AM_CPPFLAGS and CPPFLAGS usage patterns.Marcus Meissner2013-03-101-0/+1
* C comment, not C++Marcus Meissner2013-02-201-1/+1
* added sample-justfocus.c fileMarcus Meissner2013-01-242-1/+70