summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-filesys.c
Commit message (Expand)AuthorAgeFilesLines
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-251-18/+2
* filesys: Add gp_filesystem_set_info_dirtyDavid Rosca2021-10-221-0/+31
* Fix libgphoto2 compilation warnings.Siim Meerits2020-08-031-2/+2
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-6/+6
* Fix typos throughout the codebaseSijawusz Pur Rahnama2020-05-251-1/+1
* free also the files in the root folder on gp_filesystem_resetMarcus Meissner2019-10-121-0/+4
* BSD_SOURCE -> DEFAULT_SOURCEMarcus Meissner2018-06-171-1/+1
* More fixes for support 64bit getpartialobject for Android in read_file_funcFlorent Viard2017-08-281-1/+3
* harden delete_recurse against non-existing folders (AFL)Marcus Meissner2017-03-041-1/+2
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-031-1/+0
* GP_MIME_TXT == text/plain for .txtMarcus Meissner2014-11-051-2/+2
* quieten the delete message (Do not output progress status)Marcus Meissner2014-10-061-2/+2
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-33/+32
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-211-10/+7
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-191-50/+42
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-191-33/+31
* more lutz mueller interntational spellingMarcus Meissner2014-06-271-1/+1
* free memory on no memory exit.. (Coverity)Marcus Meissner2014-01-051-1/+5
* updated fsf addressMarcus Meissner2014-01-011-2/+2
* mark folder non-dirty before list, so a gp_file_append does not recurseMarcus Meissner2012-03-181-1/+3
* fixed conflict between folder index read and folder file append from camerali...Marcus Meissner2012-03-111-18/+47
* use seperate value names in the macros to avoid shadowing local varsMarcus Meissner2011-02-251-7/+8
* Implemented a gp_camera_file_read partial read function.Marcus Meissner2010-03-261-147/+75
* do not query EXIF data for non-jpg files.Marcus Meissner2009-10-111-0/+6
* rmdir needs to ensure the owning folder is cleanMarcus Meissner2009-07-111-4/+21
* upload metadata of course gets "file exists"... ignore thatMarcus Meissner2009-07-051-1/+5
* fixed a canon --capture-image-and-download problemMarcus Meissner2009-04-131-6/+33
* append at the of the files list in gp_filesystem_appendMarcus Meissner2009-02-201-14/+12
* append new files at the end of the chain, so that gp_filesystem_numberMarcus Meissner2009-02-201-16/+12
* Batch commit from weekend work:Marcus Meissner2009-02-161-13/+8
* * removed CameraFileInfoFile.name, adjusted usersMarcus Meissner2009-01-251-45/+17
* a bit more debuggingMarcus Meissner2009-01-101-2/+3
* Rewritten gphoto-filesys:Marcus Meissner2009-01-101-703/+706
* only retrieve EXIF data from files < 32MB.Marcus Meissner2008-05-181-9/+8
* more signedness casts additionsMarcus Meissner2007-12-301-6/+6
* added some casts to quiet signedness warnings.Marcus Meissner2007-12-301-6/+6
* update doc strings for gp_camera_get_storageinfo() and gp_filesystem_get_stor...Hans Ulrich Niedermann2007-09-031-3/+9
* More docs for gp_filesystem_get_storageinfo() WRT memory handlingHans Ulrich Niedermann2007-09-031-4/+10
* proofread Marcus Meissner2007-08-111-1/+1
* marked up for doxygen, added some missing comment docsMarcus Meissner2007-05-261-2/+9
* documentation mark up changed to doxygenMarcus Meissner2007-05-261-170/+223
* marked up some files for doxygen.Marcus Meissner2007-05-201-2/+2
* moved free(buf) a bit up, to avoid resource leaks on Marcus Meissner2007-05-111-1/+1
* bugfixes in LRU handling.Marcus Meissner2007-01-211-8/+9
* recursive folder deletion fixedMarcus Meissner2007-01-181-2/+4
* implemented a programmatic way to get storage information.Marcus Meissner2007-01-021-0/+24
* fixed broken build caused by -stdc=99Marcus Meissner2006-12-281-0/+2
* fixed 3rd argument to strncat() (should be leftover length instead ofMarcus Meissner2006-10-261-8/+8
* context status message for deleting files, as suggested byMarcus Meissner2006-10-191-0/+2
* Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.Hans Ulrich Niedermann2006-09-281-5/+5