| Commit message (Expand) | Author | Age | Files | Lines |
* | allow trigger capture for panasonicHEADmaster | Marcus Meissner | 2023-04-24 | 1 | -0/+5 |
* | synthesize a capturecomplete event for panasonic cameras, as they dont send o... | Marcus Meissner | 2023-04-24 | 1 | -0/+5 |
* | make it default fuzz ptp ... so --enable-vusb will give us a camera | Marcus Meissner | 2023-04-22 | 1 | -1/+1 |
* | added Ricoh GR IIIx | Marcus Meissner | 2023-04-03 | 1 | -0/+5 |
* | use uint32_t instead of unsigned int | Marcus Meissner | 2023-03-13 | 1 | -1/+1 |
* | added sony ilce-1 , https://github.com/gphoto/libgphoto2/issues/892 | Marcus Meissner | 2023-03-13 | 2 | -0/+242 |
* | mark when the put function already set the value in the camera, | Marcus Meissner | 2023-03-06 | 1 | -23/+40 |
* | remove incorrect superflous exit code. is handled below | Marcus Meissner | 2023-03-06 | 1 | -3/+0 |
* | break out of the setter loop if we reached the correct state | Marcus Meissner | 2023-03-06 | 1 | -10/+13 |
* | added some apparent missijng include unistd.h to make it build for mingw/llvm... | Marcus Meissner | 2023-02-14 | 10 | -0/+10 |
* | fixed one superflous argument to debug (Coverity) | Marcus Meissner | 2023-02-14 | 1 | -1/+1 |
* | aded z30 dsate | Marcus Meissner | 2023-02-07 | 1 | -0/+4591 |
* | added x-t5 | Marcus Meissner | 2023-02-02 | 1 | -0/+2 |
* | handle time_t as long (Coverity) | Marcus Meissner | 2023-02-01 | 1 | -2/+2 |
* | switch debug print of a time_t based variable to long int (Coverity) | Marcus Meissner | 2023-02-01 | 1 | -2/+2 |
* | avoid uninitialized variable when setting non standard values (Coverity) | Marcus Meissner | 2023-02-01 | 1 | -2/+4 |
* | use unsigned long for time_t usage (Coverity) | Marcus Meissner | 2023-02-01 | 1 | -1/+1 |
* | make it clear we only use 32bit of time_t (Coverity) | Marcus Meissner | 2023-02-01 | 1 | -1/+1 |
* | fixed ptp_debug parameters (Coverity) | Marcus Meissner | 2023-02-01 | 1 | -1/+1 |
* | added a missing return code check for ptp_fuji_getdeviceinfo (Coverity) | Marcus Meissner | 2023-02-01 | 1 | -0/+2 |
* | fix WSACleanup condition | Marcus Meissner | 2023-01-18 | 1 | -1/+1 |
* | canon eos: if half press succeeds, and full press fails, roll back half-press... | Marcus Meissner | 2023-01-17 | 1 | -2/+12 |
* | Create canon-eos-discovery.md (#884) | Laurent Clévy | 2023-01-08 | 1 | -0/+74 |
* | Add properties to control Sony focus assist magnification, useful for remotel... | Mark Watson | 2022-12-23 | 2 | -0/+38 |
* | name it R6m2 | Marcus Meissner | 2022-12-21 | 1 | -1/+1 |
* | added canon eos r6 2 | Marcus Meissner | 2022-12-21 | 2 | -0/+1015 |
* | updated NEWS to current state | Marcus Meissner | 2022-12-20 | 1 | -2/+22 |
* | fixed 2.5.30.1 dev entry | Marcus Meissner | 2022-12-20 | 1 | -0/+9 |
* | Only format log messages when a log function is registered for given log leve... | Mark Watson | 2022-12-20 | 1 | -7/+27 |
* | added sigma fp l | Marcus Meissner | 2022-12-20 | 2 | -0/+117 |
* | if we fail to spot a direction, use single stepping instead. | Marcus Meissner | 2022-12-19 | 1 | -5/+18 |
* | added some more z6-2 debug | Marcus Meissner | 2022-12-19 | 1 | -0/+156 |
* | serial: Add check after malloc allocation (#878) | Li kunyu | 2022-12-15 | 1 | -0/+6 |
* | nikon z6 2 workaround, it reports a devicepropchanged 0x501c event, but the p... | Marcus Meissner | 2022-12-06 | 1 | -2/+13 |
* | Fix SHUTTER_SPEED_1_6_SEC (#877) | Daniel | 2022-12-05 | 1 | -1/+1 |
* | added gopro hero11 black | Marcus Meissner | 2022-11-30 | 1 | -0/+2 |
* | sony manual focus is actually INT16, not UINT16. https://github.com/gphoto/li... | Marcus Meissner | 2022-11-28 | 1 | -17/+17 |
* | convert a malloc(w*h) to calloc(w,h) to avoid overflow issues, found by codeql | Marcus Meissner | 2022-11-21 | 1 | -1/+1 |
* | convert malloc (overflowing mult) to calloc(x,y) that handles this internally | Marcus Meissner | 2022-11-21 | 1 | -2/+2 |
* | fixed missing arguments in 2 debug functions, spotted by codeql | Marcus Meissner | 2022-11-21 | 1 | -2/+2 |
* | try to fix codeql integer expansion warning | Marcus Meissner | 2022-11-21 | 1 | -2/+2 |
* | fix some CodeQL warnings | Marcus Meissner | 2022-11-21 | 1 | -6/+6 |
* | Add 2 new settings metadata for Sony A7R3 (#872) | Mark Watson | 2022-11-19 | 3 | -3/+30 |
* | try to fix 4 codeql warnings | Marcus Meissner | 2022-11-16 | 1 | -1/+1 |
* | SECURITY.md: Link to Github private vulnerability reporting | Hans Ulrich Niedermann | 2022-11-16 | 1 | -0/+2 |
* | ci: Add Cirrus CI build for FreeBSD | Hans Ulrich Niedermann | 2022-11-14 | 1 | -0/+29 |
* | ci: Add CI build for macOS | Hans Ulrich Niedermann | 2022-11-14 | 1 | -9/+42 |
* | ci: Add comment pointing to actionlint | Hans Ulrich Niedermann | 2022-11-13 | 1 | -0/+4 |
* | ci: Rename CI build | Hans Ulrich Niedermann | 2022-11-13 | 1 | -2/+8 |
* | ci: Prepare for OS specific build flags | Hans Ulrich Niedermann | 2022-11-13 | 1 | -5/+8 |