summaryrefslogtreecommitdiff
path: root/libgphoto2_port/vusb
Commit message (Expand)AuthorAgeFilesLines
* make it default fuzz ptp ... so --enable-vusb will give us a cameraMarcus Meissner2023-04-221-1/+1
* Hide all the fuzzing code behind a ifdef FUZZINGMarcus Meissner2022-09-292-0/+13
* Fix building virtual camera on macOS (#843)Ingvar Stepanyan2022-09-292-2/+2
* remove noisy warning in non-fuzz mode. fixes https://github.com/gphoto/libgph...Marcus Meissner2022-09-281-1/+5
* 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
* report storereadonly instead of generalerror, as generalerror is ignored in o...Marcus Meissner2022-09-241-2/+3
* fixed an endless loop due to the DCIM being a '' nameMarcus Meissner2022-09-091-1/+1
* fixed the non-fuzz camera detection in vusbMarcus Meissner2022-09-091-2/+3
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-252-36/+4
* Use consistently named non-reserved CPP macros for header filesHans Ulrich Niedermann2021-10-051-3/+3
* addred a missing gp_port_info_newMarcus Meissner2021-09-261-0/+1
* also register port vusb:Marcus Meissner2021-09-261-0/+5
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-272-18/+18
* Revert "also test for usbscsi, usbdiskdirect and serial"Marcus Meissner2020-05-261-6/+0
* usbdiskdirect is the portnameMarcus Meissner2020-04-191-1/+1
* use regex method betterMarcus Meissner2020-04-191-9/+9
* also test for usbscsi, usbdiskdirect and serialMarcus Meissner2020-03-291-0/+6
* added usbscsi / usbdiskdirect emuMarcus Meissner2020-02-291-0/+30
* also fuzz via gp_port_vusb_msg_interface_read_libMarcus Meissner2020-01-191-2/+2
* generic usb fuzzingMarcus Meissner2019-04-233-4/+38
* add a generic fuzz mode we can use for other camerasMarcus Meissner2019-01-263-0/+17
* on EOF on fuzzd return io errors for USB interrupts tooMarcus Meissner2019-01-261-0/+2
* fixed string generatorMarcus Meissner2019-01-201-1/+1
* fixed nikon_setcontrolmode returnMarcus Meissner2019-01-201-6/+0
* eof == read errorMarcus Meissner2019-01-201-1/+1
* handle empty stringsMarcus Meissner2019-01-141-2/+6
* Handle usb_msg_read as forward to _read for nowMarcus Meissner2017-07-312-5/+7
* enlarge stack buffer a bit to satisfy size constraints andMarcus Meissner2017-06-011-2/+2
* added exposurebiasMarcus Meissner2017-04-132-1/+54
* implement PTP FNumber emulationMarcus Meissner2017-04-132-0/+59
* add virtual PTP shutterspeed (ExposureTime / 0x500D)Marcus Meissner2017-04-132-1/+50
* stat the replacement DCIM directory to avoid bad dataMarcus Meissner2017-04-131-0/+2
* copyright headersMarcus Meissner2017-02-172-4/+2
* do not wait in event handling when fuzzingMarcus Meissner2017-01-061-0/+6
* incorrect array index (AFL)Marcus Meissner2017-01-031-1/+1
* shorten the strings for the fuzzer to have a smaller corpusMarcus Meissner2016-12-111-8/+8
* handle short readsMarcus Meissner2016-12-091-0/+3
* use gp_system_filename() for Windowspeterbud2016-11-191-5/+5
* some signed -> unsigned fixes in fuzz readerMarcus Meissner2016-10-292-3/+3
* 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
* take input directly from the fuzzer, no xorMarcus Meissner2016-09-242-12/+33
* vusb pretend to by a d750Marcus Meissner2016-05-121-1/+1
* select deviceinfo on typeMarcus Meissner2016-03-131-2/+10
* start to add support for multiple camera typesMarcus Meissner2016-03-133-23/+98
* add support for a enum range with strings (ImageFormat)Marcus Meissner2016-02-281-2/+32