summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* travis: check that installing workstravis-testHans Ulrich Niedermann2016-02-101-2/+3
|
* travis: package translation for more packagesHans Ulrich Niedermann2016-02-101-1/+4
| | | | Now supports cdk, aalib, and popt for gphoto2.
* travis: fix package translation test codeHans Ulrich Niedermann2016-02-101-1/+1
|
* travis: move OSX specific PATH to OSX specific commandHans Ulrich Niedermann2016-02-101-1/+2
|
* travis: move compiler closer to other build matrix partsHans Ulrich Niedermann2016-02-101-4/+4
|
* added olympus tg-620Marcus Meissner2016-02-082-0/+278
|
* do not check the return of the gp_port_info_list_append in genericMarcus Meissner2016-02-076-6/+13
| | | | case, as it might be -1
* list the disk: portMarcus Meissner2016-02-071-0/+5
|
* free buf0 and buf1 on error exit (Coverity)Marcus Meissner2016-02-061-2/+8
|
* free buff on error exit (Coverity)Marcus Meissner2016-02-061-2/+2
| | | | 1224110 Resource leak
* removed some leaks on error exits (Coverity)Marcus Meissner2016-02-061-3/+5
| | | | CID 1033377 Resource leak
* close the fd before returning from the function (Coverity)Marcus Meissner2016-02-061-1/+1
| | | | 1033364 Resource leak
* free __w in R_ADD_RADIO in two error exits (Coverity)Marcus Meissner2016-02-061-2/+2
|
* avoid leaking memory in traverse_tree (Coverity)Marcus Meissner2016-02-061-0/+1
| | | | 1033355 Resource leak
* added a missing free (pic_buffer) in error node (Coverity)Marcus Meissner2016-02-061-1/+3
| | | | 1033343 Resource leak
* added free (*msg) in error node (Coverity)Marcus Meissner2016-02-061-1/+4
| | | | 1033341 Resource leak
* digigr8: free ppm in error node (Coverity)Marcus Meissner2016-02-061-0/+1
| | | | 1033339 Resource leak
* digigr8: fixed memory realloc issuesMarcus Meissner2016-02-061-5/+6
| | | | | | | realloc(catalog) might free catalog, do not access it afterwards unify catalog_tmp / catalog handling 1033337 Resource leak
* fixed some memory leaks on error (Coverity)Marcus Meissner2016-02-061-3/+15
| | | | 1033336 Resource leak
* fixed leak on error case (Coverity)Marcus Meissner2016-02-061-1/+2
| | | | 296088 Resource leak
* removed duplicate alloc of p_data (Coverity)Marcus Meissner2016-02-061-5/+0
| | | | 296077 Resource leak
* ricoh: fix widget leaks on error (Coverity)Marcus Meissner2016-02-061-4/+4
| | | | 296074 Resource leak
* aox: free data on exit nodes (Coverity)Marcus Meissner2016-02-061-2/+4
| | | | | if we do not set gp_file_set_data_and_size, we need to free it 296063 Resource leak
* free the allocated CameraFile (Coverity)Marcus Meissner2016-02-061-1/+2
| | | | 296046 Resource leak
* merged music-players.h from libmtpMarcus Meissner2016-02-061-1/+36
|
* if a fuse filesystem is backed by a /dev/ device, allow itMarcus Meissner2016-02-061-4/+15
| | | | | | This will help exfat users hopefully. https://github.com/gphoto/libgphoto2/issues/39
* check for return of the widget lookupMarcus Meissner2016-01-251-13/+14
| | | | trying to fix https://github.com/gphoto/libgphoto2/issues/36
* added Sony:ILCE-7M2 control modeMarcus Meissner2016-01-241-0/+3
|
* travis: Fix sudo apt-get invocationsHans Ulrich Niedermann2016-01-202-32/+12
| | | | | | | | | It appears as if running "sudo apt-get" only works directly within .travis.yml but fails when used in a shell helper script. So we move the package installation commands themselves back to .travis.yml and only let the helper script only translate package names, not do any installations.
* travis: Use DRY_RUN and print commands in helper scriptHans Ulrich Niedermann2016-01-201-8/+23
|
* travis: Install required libs on Linux *and* OSXHans Ulrich Niedermann2016-01-202-2/+61
| | | | | Formerly, we ran three identical OSX builds. Now we test the same set of optional packages on OSX as we test on Linux.
* adjust notificationsMarcus Meissner2016-01-201-3/+1
|
* Merge branch 'master' of github.com:gphoto/libgphoto2Marcus Meissner2016-01-162-2/+4
|\
| * Merge pull request #35 from whydoubt/libexif_privateMarcus Meissner2016-01-142-2/+4
| |\ | | | | | | Avoid overlinking of libexif
| | * Avoid overlinking of libexifJeff Smith2016-01-132-2/+4
| |/ | | | | | | | | | | The dependency on libexif need not be exposed to consumers of this library. This is fixed by moving libexif from Requires to Requires.private in the pkg-config files.
* | NEWS for vusbMarcus Meissner2016-01-161-0/+4
|/
* added opcodes to nikon l840Marcus Meissner2016-01-131-0/+57
|
* correct l840 entry, add no_capture_complete flagMarcus Meissner2016-01-131-1/+1
|
* 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
|
* merged music-players.h from current libmtpMarcus Meissner2016-01-101-6/+49
|
* ignore errors from canon_setobjectarchived, it failsMarcus Meissner2016-01-091-2/+6
| | | | | | on older Canon Powershots occasionaly. Fixes https://github.com/gphoto/libgphoto2/issues/34
* added Canon EOS 1D C and Sony A7Sii in Control mode.Andre Crone2016-01-081-0/+5
|
* timeout polling for the pending async cancel events,Marcus Meissner2016-01-041-0/+3
| | | | to clear them off the queue
* added id for fuji xt-10 fromMarcus Meissner2016-01-041-0/+2
| | | | https://github.com/gphoto/libgphoto2/issues/32
* added fuji x-t10 info from https://github.com/gphoto/libgphoto2/issues/32Marcus Meissner2016-01-041-0/+84
|
* use calloc(n,s) instead of malloc(n*s)Marcus Meissner2016-01-041-2/+2
|