summaryrefslogtreecommitdiff
path: root/libgphoto2_port
Commit message (Expand)AuthorAgeFilesLines
...
* define ENODATA if not presentpeterbud2016-11-191-0/+4
* 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
* allow logging the read bulk data in fuzzer modeMarcus Meissner2016-10-291-0/+15
* Help editors treat as Makefiles all our Makefile-files filesHans Ulrich Niedermann2016-10-282-0/+4
* updated chineseMingye Wang (Arthur2e5)2016-10-231-391/+281
* report error when setting a too long port, do not silently truncateMarcus Meissner2016-09-251-0/+4
* take input directly from the fuzzer, no xorMarcus Meissner2016-09-242-12/+33
* generic change by translation projectMarcus Meissner2016-09-1818-0/+18
* updated dutchBenno Schulenberg2016-09-181-303/+222
* updated serbianМирослав Николић2016-05-291-312/+230
* brazlian portuguese updatedFabrício Godoy2016-05-291-53/+57
* vusb pretend to by a d750Marcus Meissner2016-05-121-1/+1
* specify 777 as mode for mkdir (will be & ~umask)Marcus Meissner2016-05-111-2/+1
* updated danishJoe Hansen2016-04-301-2/+2
* updated danishJoe Hansen2016-03-261-307/+65
* updated russianYuri Kozlov2016-03-251-314/+232
* updated finnishJorma Karvonen2016-03-251-324/+242
* updated polishJakub Bogusz2016-03-251-313/+63
* updated ukrainianYuri Chornoivan2016-03-251-321/+239
* updated svenskSebastian Rasmussen2016-03-251-54/+58
* 1 more gp_log_remove checksMarcus Meissner2016-03-191-0/+4
* use a unique logfunc id, not the array size, which will fallMarcus Meissner2016-03-192-8/+31
* 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
* allow fuzzing the virtual usb traffic, with a file being xored.Marcus Meissner2016-02-223-5/+26
* remove listed disk: entry again to avoid confusing autodetectorsMarcus Meissner2016-02-101-6/+0
* do not check the return of the gp_port_info_list_append in genericMarcus Meissner2016-02-076-6/+13
* list the disk: portMarcus Meissner2016-02-071-0/+5
* removed some leaks on error exits (Coverity)Marcus Meissner2016-02-061-3/+5
* if a fuse filesystem is backed by a /dev/ device, allow itMarcus Meissner2016-02-061-4/+15
* avoid memory leak in vcameraMarcus Meissner2016-01-131-1/+6
* remove a libusb_free_transfer, as it causes double freesMarcus Meissner2016-01-111-1/+1
* avoid leaking data on error exit (Coverity)Marcus Meissner2016-01-101-2/+1
* free data in error exit paths (Coverity)Marcus Meissner2016-01-101-0/+2
* free opcodes and devprops (Coverity)Marcus Meissner2016-01-101-0/+2
* timeout polling for the pending async cancel events,Marcus Meissner2016-01-041-0/+3
* use calloc(n,s) instead of malloc(n*s)Marcus Meissner2016-01-041-2/+2
* remove unused sys/time.h defineMarcus Meissner2016-01-041-1/+0
* remove some useless includesMarcus Meissner2016-01-041-5/+0
* report "no USB" / "USB" correctly in gphoto2 --versionMarcus Meissner2016-01-031-1/+1
* updated swedishSebastian Rasmussen2016-01-031-7/+7
* remove more unistd.h inclusions that are not neededMarcus Meissner2016-01-039-11/+0
* remove sys/param.h and dirent.h use, not neededMarcus Meissner2016-01-031-3/+0
* add ssize_t define and __func__ define for visual cMarcus Meissner2016-01-031-0/+6
* use gp_system_*dir functions instead of bare *dir functionsMarcus Meissner2016-01-031-8/+8
* use gp_system_*dir functions instead of bare *dir functionsMarcus Meissner2016-01-031-5/+5