summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* focal >= apertureMarcus Meissner2019-06-261-4/+4
|
* added "focal", which might be aperture?Marcus Meissner2019-06-261-1/+11
|
* added shutterspeed configMarcus Meissner2019-06-261-0/+10
|
* return first configurationsMarcus Meissner2019-06-261-15/+129
| | | | fixed 0 termination of read buffers
* more work on directory readingMarcus Meissner2019-06-251-18/+120
|
* more decoding of imagesMarcus Meissner2019-06-251-61/+144
| | | | | rewrote the image download function to work via memory and not with files
* current state of workMarcus Meissner2019-06-251-131/+189
| | | | | - better buffer handling - some more XML decoding in picture info retrieval
* Merge branch 'lumix' of github.com:gphoto/libgphoto2 into lumixMarcus Meissner2019-06-181-143/+258
|\
| * updates from RobertRobert Hasson2019-06-071-143/+258
| |
* | Merge branch 'master' into lumixMarcus Meissner2019-06-024-2035/+2168
|\ \ | |/ |/|
| * do not overflow the maximum entries in the global array (AFL)Marcus Meissner2019-06-021-0/+8
| |
| * some updatesMarcus Meissner2019-06-021-2030/+2148
| |
| * 2.5.23.1 developmentMarcus Meissner2019-06-022-3/+5
| |
| * 2.5.23 releaselibgphoto2-2_5_23-releaseMarcus Meissner2019-06-022-4/+9
| |
* | use cameraip from portMarcus Meissner2019-05-271-4/+14
| |
* | make it linkMarcus Meissner2019-05-272-1/+2
| |
* | change to por tTCPMarcus Meissner2019-05-261-1/+1
| |
* | initial lumix buildMarcus Meissner2019-05-267-1/+986
|/ | | | https://github.com/gphoto/libgphoto2/issues/409
* updated frenchStéphane Aulery2019-05-211-1895/+2140
|
* do not accept too small sizes for images (AFL)Marcus Meissner2019-05-191-0/+6
|
* avoid a double free (AFL)Marcus Meissner2019-05-121-0/+1
|
* 0 terminate the names to avoid overread (AFL)Marcus Meissner2019-05-121-0/+2
|
* check siuze for 640x480, as the code assumes it everywhere (AFL)Marcus Meissner2019-05-121-0/+6
|
* avoid nevative reads (AFL)Marcus Meissner2019-05-121-0/+2
|
* avoid overflowing malloc buffer by read (AFL)Marcus Meissner2019-05-121-1/+5
|
* 0 terminate the filename (AFL)Marcus Meissner2019-05-111-0/+1
|
* added fuji xt30Marcus Meissner2019-05-102-0/+427
|
* added kodak dc240 as "still in use", as I got a user reportMarcus Meissner2019-05-072-2/+4
|
* updated svenskSebastian Rasmussen2019-05-051-1913/+2022
|
* update copyrightMarcus Meissner2019-05-054-4/+4
|
* fixed typosHerbert Parentes Fortes Neto2019-05-052-3/+3
|
* updated NEWSMarcus Meissner2019-05-051-0/+17
|
* imported from libmtpMarcus Meissner2019-05-051-12/+58
|
* try passing in $PATH to find clangMarcus Meissner2019-05-051-3/+2
|
* added missing -Marcus Meissner2019-05-051-1/+1
|
* synced to upstream pktigger cordMarcus Meissner2019-05-0510-78/+91
|
* clang makes troubles during usdo make install ... debugMarcus Meissner2019-05-051-0/+1
|
* remove double () (clang)Marcus Meissner2019-05-051-1/+1
|
* enable vusb and testMarcus Meissner2019-05-051-2/+2
|
* we use math functions, should include math.hMarcus Meissner2019-05-051-0/+1
|
* try installing and running testcaseMarcus Meissner2019-05-051-1/+1
|
* test the camlibs selection in travisMarcus Meissner2019-05-041-1/+2
|
* disable camera libraries for very old cameras by default.Marcus Meissner2019-05-043-14/+33
| | | | | | They can be re-enabled for installation by ./configure --with-camlibs=all,outdated
* fix the m4 macroMarcus Meissner2019-05-041-3/+4
|
* allow obsoleting camlibs, while still building them.Marcus Meissner2019-05-043-63/+85
| | | | Tag a lot of camlibs as obsolete / outdated
* research on possible outdated driversMarcus Meissner2019-04-291-0/+79
|
* various int -> unsigned int (AFL)Marcus Meissner2019-04-283-21/+31
| | | | some size checks added (AFL)
* check the buffer size to avoid overflows (AFL)Marcus Meissner2019-04-281-0/+4
|
* change some types from int to uint to avoid negative numbers (AFL)Marcus Meissner2019-04-282-13/+13
|
* memmove the right amount of bytes (AFL)Marcus Meissner2019-04-281-1/+1
| | | | otherwise we read over the heap into unallocated memory.