summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add two internal symbols to libgphoto2_portwip-testHans Ulrich Niedermann2020-02-191-0/+3
* travis-ci: exclude OSX gcc from build matrixHans Ulrich Niedermann2020-02-191-0/+8
* log the ptp opcode + params just to be sure we passed in the right valuesMarcus Meissner2020-02-191-0/+2
* rewrite the port allocation code to not use freed resources,Marcus Meissner2020-02-191-3/+15
* travis-ci: Group all build matrix definitionsHans Ulrich Niedermann2020-02-191-4/+4
* travis-ci: Print --version for autoconf and automakeHans Ulrich Niedermann2020-02-191-0/+2
* Use standard syntax for the AC_DEFUN()ed macrosHans Ulrich Niedermann2020-02-191-6/+9
* Fix _GP_EOF m4_pattern bug introduced in 6f65d24796aHans Ulrich Niedermann2020-02-191-2/+0
* travis-ci: Print the exact CC and CXX usedHans Ulrich Niedermann2020-02-193-3/+24
* Make sure both C and C++ programs including gphoto2 headers compileHans Ulrich Niedermann2020-02-195-6/+253
* configure: Set SLEEP=no now to disable warning sleepsHans Ulrich Niedermann2020-02-194-7/+40
* tests/Makefile.am: Consistent comments and definitionsHans Ulrich Niedermann2020-02-191-31/+56
* examples: Remove unused TESTS= instanceHans Ulrich Niedermann2020-02-181-82/+0
* added some new SONY Property defines, hook up sony capturetargetMarcus Meissner2020-02-182-2/+25
* New set based camlib definition and --with-camlibs handlingHans Ulrich Niedermann2020-02-178-206/+1436
* travis-ci: "make uninstall" needs sudo as well, of courseHans Ulrich Niedermann2020-02-171-1/+1
* travis-ci: Apart from .travis-script.sh, only one quick buildHans Ulrich Niedermann2020-02-171-3/+1
* travis-ci script: clean up directory usage, add usage commentHans Ulrich Niedermann2020-02-171-9/+16
* travis-ci: Move builds to separate script fileHans Ulrich Niedermann2020-02-172-0/+61
* travis-ci: sleep after autoreconf as possible workaroundHans Ulrich Niedermann2020-02-171-1/+1
* libgphoto2-port: Add libexif to version informationHans Ulrich Niedermann2020-02-171-0/+10
* Add print-libgphoto2-version programHans Ulrich Niedermann2020-02-152-0/+161
* travis-ci: If make check fails, cat the test-suite.log filesHans Ulrich Niedermann2020-02-151-2/+2
* travis-ci: print system date and ls -l configure to help with debuggingHans Ulrich Niedermann2020-02-141-0/+2
* error checking during file retrieval (AFL)Marcus Meissner2020-02-141-2/+7
* initialize memory to NULL, check if read (AFL)Marcus Meissner2020-02-142-2/+3
* Avoid "echo" in configure.ac in some placesHans Ulrich Niedermann2020-02-141-13/+15
* check buffersize before decoding to avoid overread (AFL)Marcus Meissner2020-02-131-6/+11
* check for filesize to avoid overread (AFL)Marcus Meissner2020-02-131-0/+5
* avoid going below arrax index 0 (AFL)Marcus Meissner2020-02-111-1/+1
* log invaliddram and return error to avoid endless loop (AFL)Marcus Meissner2020-02-101-1/+2
* do not sleep during fuzzing (AFL)Marcus Meissner2020-02-102-0/+9
* fixed integer overflow check to avoid overflow (AFL)Marcus Meissner2020-02-081-1/+1
* Added nikon coolpix 4100 (sierra) (It also works in PTP mode though)Marcus Meissner2020-02-031-0/+3
* added fix for GoPro files not appearing caused by another hack for another de...Marcus Meissner2020-02-022-3/+8
* faster fuzzingMarcus Meissner2020-02-011-0/+4
* handle partial read files, avoid crashes (AFL)Marcus Meissner2020-02-012-1/+5
* added gopro hero 7 silverMarcus Meissner2020-02-011-0/+2
* avoid usleep during fuzzing (AFL)Marcus Meissner2020-02-011-0/+5
* handle size 0 to avoid buffer underread (AFL)Marcus Meissner2020-02-011-0/+2
* init revision in case of errors to avoid uninit usage (AFL)Marcus Meissner2020-01-311-0/+1
* added Z50Marcus Meissner2020-01-281-1/+1
* added nikon z50Marcus Meissner2020-01-281-0/+4
* Merge pull request #459 from tail-feather/support-fuji-isoMarcus Meissner2020-01-281-0/+49
|\
| * Merge remote-tracking branch 'origin/master' into support-fuji-isoTSUNODA Koji2019-11-251-5/+0
| |\
| * | Add Fuji exception for ExposureIndex (DataType:INT32)TSUNODA Koji2019-11-211-0/+49
* | | Merge pull request #470 from knro/masterMarcus Meissner2020-01-281-4/+3
|\ \ \
| * \ \ Merge branch 'master' into masterJasem Mutlaq2020-01-2814-42/+144
| |\ \ \ | |/ / / |/| | |
* | | | added more sanity checks to avoid NULL ptr deref (AFL)Marcus Meissner2020-01-261-2/+5
* | | | updatedMarcus Meissner2020-01-261-4/+6