summaryrefslogtreecommitdiff
path: root/libgphoto2
Commit message (Expand)AuthorAgeFilesLines
* merge 8975: add ltdl item to version informationHans Ulrich Niedermann2006-06-241-0/+10
* added mpeg for completeness.Marcus Meissner2006-03-251-0/+1
* added some more mime types and map them in gp_file_open()Marcus Meissner2006-03-252-0/+9
* try supporting generic metadata.Marcus Meissner2006-03-252-1/+23
* adjusted comments to match.Marcus Meissner2006-03-211-2/+2
* Added gp_camera_wait_for_event() API, contributed by:Marcus Meissner2006-03-213-3/+55
* added gp_filesystem_set_funcs() to set all fs related functionMarcus Meissner2006-03-193-0/+60
* enable autodetect of ptpip camerasMarcus Meissner2006-03-191-2/+0
* ptpip autodetection (still disabled for now)Marcus Meissner2006-02-191-0/+12
* clear lru also on delete_allMarcus Meissner2006-01-301-4/+4
* When deleting a file, also remove it out of the LRU linked lists.Marcus Meissner2006-01-301-0/+2
* use 256 bytes for filenames. (binary compatible, since internal struct).Marcus Meissner2006-01-211-1/+6
* Support longer pathnames.Marcus Meissner2006-01-121-4/+8
* replaced one strncmp() / strlen() combo by equivalent strcmp().Marcus Meissner2006-01-111-3/+2
* added gp_message_codeset() to switch the messages to a specific codeset.Marcus Meissner2006-01-043-0/+19
* add *.sym file to _DEPENDENCIESHans Ulrich Niedermann2006-01-031-7/+7
* the arguments to CBO() were swapped in append_file, leadingMarcus Meissner2005-10-151-2/+2
* bump choices up to 100 max (for now).Marcus Meissner2005-09-081-6/+6
* use a global setting "libgphoto2" , "cached-images" to store the backlogMarcus Meissner2005-08-251-3/+18
* Simplified the LRU handling to just keep 2 images in LRU chain.Marcus Meissner2005-08-251-140/+25
* use "Mass Storage Camera" name instead of tainted "Directory Browse"Marcus Meissner2005-08-171-1/+1
* support autodetection of disk ports. stat for dcim/ or DCIM/ directories.Marcus Meissner2005-08-141-0/+17
* added/tuned/updated doxygen docs (made code compile again)Hans Ulrich Niedermann2005-06-151-1/+9
* added/tuned/updated doxygen docsHans Ulrich Niedermann2005-06-157-313/+398
* more notes about using (or rather: NOT using) the gp_file_* functionsHans Ulrich Niedermann2005-06-131-1/+7
* Add comments about gp_file_* functionsHans Ulrich Niedermann2005-06-131-1/+18
* check for list errors creating list of camlibs and abort in case of errorsHans Ulrich Niedermann2005-06-122-10/+74
* describe correct CamList usage patternHans Ulrich Niedermann2005-06-121-0/+19
* fix forgotten namespace fixes so that it links.Hubert Figuiere2005-06-122-2/+2
* namespace cleanup still going on:Hans Ulrich Niedermann2005-06-118-477/+177
* keep namespace clear: rename GP_SYSTEM_* to gp_system_*Hans Ulrich Niedermann2005-06-112-2/+3
* fix a few warnings by defining var in adequate blockHans Ulrich Niedermann2005-06-111-3/+4
* link libgphoto2 with explicit symbol listHans Ulrich Niedermann2005-06-112-2/+182
* * bayer.c: added cast to fix signedness warning.Marcus Meissner2005-05-051-1/+1
* * gphoto2-abilities-list.c: Initialize *abilities.Marcus Meissner2005-05-051-0/+1
* Fix source files to compile with the shipped convenience libltdl.Hans Ulrich Niedermann2005-04-292-10/+2
* indentationHans Ulrich Niedermann2005-04-251-1/+1
* improve commentHans Ulrich Niedermann2005-04-251-1/+3
* remove redundant assignmentHans Ulrich Niedermann2005-04-251-1/+0
* abort before buffer overflow could happen in append_folder() and append_file()Hans Ulrich Niedermann2005-04-241-7/+28
* set camlib/iolib dir at runtime with environment variable CAMLIBS/IOLIBSHans Ulrich Niedermann2005-04-241-1/+11
* aftermath of build system updateHans Ulrich Niedermann2005-04-153-188/+8
* more new build systemHans Ulrich Niedermann2005-04-142-11/+12
* first part of new build systemHans Ulrich Niedermann2005-04-141-12/+21
* replace stricmp() by strcasecmp()Hans Ulrich Niedermann2005-03-301-4/+1
* Debug messages now make it clear whether ltdl is being used to loadStephen H. Westin2005-03-281-7/+6
* * gphoto2-widget.c: long choice lists may overflow the 64 entryMarcus Meissner2005-03-201-0/+4
* Use the minimum of the 3 exif timestamps (time, capture time,Marcus Meissner2005-02-071-27/+52
* revert file removalHubert Figuiere2005-01-212-0/+1058
* int -> unsigned int for the for loops to avoid comparison mismatch warningsMarcus Meissner2005-01-181-2/+2