summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ci: Update step namesHans Ulrich Niedermann2022-11-131-4/+4
* ci: Prepare for portable concurrent makeHans Ulrich Niedermann2022-11-131-5/+12
* ci: Add global LC_ALL and COMMON_CONFIGURE_FLAGSHans Ulrich Niedermann2022-11-131-2/+10
* ci: Update indentation and quote namesHans Ulrich Niedermann2022-11-111-37/+48
* Define main function as "int main(void)" (with void)Hans Ulrich Niedermann2022-11-115-5/+5
* gh workflow: Update to actions/checkout@v3Hans Ulrich Niedermann2022-11-091-1/+1
* Use per-program "noinst_PROGRAMS +=" lineHans Ulrich Niedermann2022-11-091-1/+2
* Using _LDFLAGS for libs is wrong, use _LDADDHans Ulrich Niedermann2022-11-091-5/+4
* Add support for Fujifilm X-H2 (#861)Gergely Erdélyi2022-11-081-0/+1
* docupen: Remove redundant semicolonsLi kunyu2022-11-071-5/+5
* add a --disable-debug test tooMarcus Meissner2022-11-071-0/+1
* always build gpi_vsnprintf, as we use it unconditionally in libgphoto2Marcus Meissner2022-11-071-29/+29
* Wrap unsafe libltdl calls with locking (#848)Marcus Meissner2022-11-0511-10/+144
* added NEWSMarcus Meissner2022-10-241-1/+1
* updated svenskSebastian Rasmussen2022-10-241-147/+155
* "Writing shared libraries" URL is available againHans Ulrich Niedermann2022-10-152-4/+2
* Find working URL for "Writing shared libraries"Hans Ulrich Niedermann2022-10-152-2/+6
* free storedevents after useMarcus Meissner2022-10-121-0/+3
* Fix pointer issues in local PTP event queue in Nikon capture (#849)Omri Sarig2022-10-113-6/+6
* bs: forbid unexapanded LT_ macros in configureHans Ulrich Niedermann2022-10-112-0/+4
* use a local PTP event queue in nikon capture to avoid checking interrupts on ...Marcus Meissner2022-10-103-11/+53
* filter out more commands on the Nikon S1. https://github.com/gphoto/libgphoto...Marcus Meissner2022-10-031-4/+12
* Hide all the fuzzing code behind a ifdef FUZZINGMarcus Meissner2022-09-292-0/+13
* Optimize some code statements (#844)Li kunyu2022-09-293-3/+3
* Fix building virtual camera on macOS (#843)Ingvar Stepanyan2022-09-292-2/+2
* some Canons have an enum from 0-3 for the battery level instead of going from...Marcus Meissner2022-09-281-0/+15
* remove noisy warning in non-fuzz mode. fixes https://github.com/gphoto/libgph...Marcus Meissner2022-09-281-1/+5
* use the correct error handling method (C_PTP instead of CR)Marcus Meissner2022-09-271-2/+4
* Unify & fix file reading in vcamera (#841)Ingvar Stepanyan2022-09-261-43/+26
* remove duplicate code, add some commentsMarcus Meissner2022-09-261-19/+4
* Allow customizing vcamera directory at runtime (#840)Ingvar Stepanyan2022-09-261-3/+4
* Fix couple of leaks in virtual camera (#839)Ingvar Stepanyan2022-09-261-0/+39
* repotr PTP_RC_StoreNotAvailable during capture if we have no imageMarcus Meissner2022-09-261-2/+2
* Zero-fill CameraFileInfo (#838)Ingvar Stepanyan2022-09-267-2/+13
* Remove printf leftover (#836)Ingvar Stepanyan2022-09-261-1/+0
* report storereadonly instead of generalerror, as generalerror is ignored in o...Marcus Meissner2022-09-241-2/+3
* added eos r7 debugMarcus Meissner2022-09-211-0/+187
* added canon eos r7 https://github.com/gphoto/libgphoto2/issues/832Marcus Meissner2022-09-211-0/+2
* Fix `GP_UNKNOWN_EVENT` leaks in examples (#833)Ingvar Stepanyan2022-09-213-0/+5
* Fix empty PTP strings not being null-terminated in parse_9301_value() (#830)Dmitry D. Chernov2022-09-171-1/+1
* init position_new as an exit conditionMarcus Meissner2022-09-151-0/+4
* Rewrite the OLC handling logic to be table driven, as we now have too many ch...Marcus Meissner2022-09-151-256/+249
* fixed an endless loop due to the DCIM being a '' nameMarcus Meissner2022-09-091-1/+1
* Merge remote-tracking branch 'origin/master'Marcus Meissner2022-09-097-13/+17
|\
| * Use LIBWS232_* with $(...) instead of @...@Hans Ulrich Niedermann2022-09-063-5/+9
| * Use LIBGD_* with $(...) instead of @...@Hans Ulrich Niedermann2022-09-064-8/+8
* | fixed the non-fuzz camera detection in vusbMarcus Meissner2022-09-091-2/+3
|/
* added another trace to EOS RMarcus Meissner2022-09-051-1/+3603
* gh workflow: remove apt-get dist-upgradeHans Ulrich Niedermann2022-09-041-2/+0
* gh workflow: work around libgd-dev dependency problemHans Ulrich Niedermann2022-09-041-1/+7