summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.5.11 releaselibgphoto2-2_5_11-releaseMarcus Meissner2016-11-202-3/+3
* fixed more bugsMarcus Meissner2016-11-201-7/+7
* fixed gp_log callsMarcus Meissner2016-11-201-4/+4
* avoid superflous gp_widget_set_changedMarcus Meissner2016-11-201-1/+0
* updated NEWSMarcus Meissner2016-11-201-5/+14
* Adjust the semantics of gp_widget_changed to not clear the changed state.Marcus Meissner2016-11-2016-14/+103
* for nikon v , also repeat checks on PTP_RC_NIKON_InvalidStatusMarcus Meissner2016-11-201-6/+14
* store the settings on windows in CSIDL_PROFILE/.gphoto and notpeterbud2016-11-201-5/+15
* do not use the signals in win32peterbud2016-11-201-8/+13
* define ENODATA if not presentpeterbud2016-11-191-0/+4
* 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
* remove DEBUG ifdefs, use gp_log()Marcus Meissner2016-11-191-18/+6
* gethostname is not directly on win32peterbud2016-11-191-0/+4
* added .vscode to .gitignorepeterbud2016-11-191-0/+1
* use gp_system_filename() for Windowspeterbud2016-11-191-5/+5
* start is unsigned (Coverity)Marcus Meissner2016-11-191-1/+4
* looping wait for sony events during wait_for_event (Coverity)Marcus Meissner2016-11-191-46/+44
* free data on error exit (Coverity)Marcus Meissner2016-11-191-1/+4
* fix warning in printfMarcus Meissner2016-11-191-1/+1
* check for open returnMarcus Meissner2016-11-191-0/+3
* synced from libmtp current gitMarcus Meissner2016-11-191-0/+17
* also ignore the invalid status opcode and continue to loop on itMarcus Meissner2016-11-101-1/+2
* added nikon v3 debug dataMarcus Meissner2016-11-101-0/+118
* add Nikon V3Marcus Meissner2016-11-101-0/+2
* return strings from customfuncex decoder even on failure (AFL)Marcus Meissner2016-11-021-5/+4
* during dataphase read we should at least the PTP header (AFL)Marcus Meissner2016-11-021-0/+7
* also change the size on reallocation of the data blob (AFL)Marcus Meissner2016-11-011-0/+1
* also avoid integer overflow in canon object allocation (AFL)Marcus Meissner2016-10-311-0/+5
* do not allocate larger customex string to avoid integer overflow (AFL)Marcus Meissner2016-10-311-1/+7
* set device info pointers to NULL (AFL)Marcus Meissner2016-10-311-0/+1
* if the type of the enum is not supported, do not list entries (AFL)Marcus Meissner2016-10-301-0/+3
* enhanced last fix for buffer overflow checking in eos event decoderMarcus Meissner2016-10-301-3/+6
* check more sizes in canon eos event decoder (AFL)Marcus Meissner2016-10-301-3/+9
* handle size of data in canon file entry decoder (AFL)Marcus Meissner2016-10-301-0/+13
* strdup the error strings so we can free them correctly (AFL)Marcus Meissner2016-10-301-2/+2
* Use proper format string %hhX for unsigned charHans Ulrich Niedermann2016-10-291-1/+1
* remove redundant parenthesis in conditionalHans Ulrich Niedermann2016-10-292-2/+2
* ricoh: be more explicit about a loopHans Ulrich Niedermann2016-10-291-1/+3
* fix obvious typo in spca50x-flash.h #ifndef/#defineHans Ulrich Niedermann2016-10-291-1/+1
* st2205: make pointer const like the value copied to itHans Ulrich Niedermann2016-10-291-1/+1
* some signed -> unsigned fixes in fuzz readerMarcus Meissner2016-10-292-3/+3
* avoid buffer overflow in queued response packet handlingMarcus Meissner2016-10-291-3/+7
* also use the read block size from the fuzzer file.Marcus Meissner2016-10-293-15/+40
* in fuzz mode be less strict with opcodesMarcus Meissner2016-10-291-2/+8
* allow logging the read bulk data in fuzzer modeMarcus Meissner2016-10-291-0/+15
* Remove obsolete comment copied from template Makefile-filesHans Ulrich Niedermann2016-10-281-13/+0
* Help editors treat as Makefiles all our Makefile-files filesHans Ulrich Niedermann2016-10-2863-0/+126
* newer EOS have the OLC size include the type (len-4) instead ofMarcus Meissner2016-10-271-2/+2
* remove superflous parantheses that cause warningsMarcus Meissner2016-10-261-2/+2