summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-abilities-list.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap unsafe libltdl calls with locking (#848)Marcus Meissner2022-11-051-6/+18
* Complete what adding gp_init_localedir() startedHans Ulrich Niedermann2022-05-191-12/+37
* Check bindtextdomain return valueJim Easterbrook2022-05-191-1/+7
* Change function name to gp_init_localedirJim Easterbrook2022-05-191-3/+3
* Add function to initialise locale directoryJim Easterbrook2022-05-191-1/+21
* fix doc copy-and-paste error for gp_message_codeset()Hans Ulrich Niedermann2022-05-151-3/+1
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-251-21/+4
* Add _DARWIN_C_SOURCE to most files that use string.h (#615)RafaƂ Hirsz2021-01-291-0/+1
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-12/+12
* use 100 increments instead of 50Marcus Meissner2016-09-171-2/+2
* increase ability list in 50 entry blocks to make this fasterMarcus Meissner2016-09-061-3/+8
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-2/+1
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-17/+13
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-211-8/+2
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-211-4/+2
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-211-8/+4
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-191-26/+14
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-191-3/+0
* if VALGRIND is defined, do not unload the librariesMarcus Meissner2014-03-231-0/+3
* updated fsf addressMarcus Meissner2014-01-011-2/+2
* unsigned int for loopsMarcus Meissner2013-12-211-1/+1
* export gp_port_abilities_list_load_dirMarcus Meissner2012-03-181-1/+1
* double int ret removedMarcus Meissner2011-02-251-1/+0
* Add ax203 camlib for ax203 based picture framesHans de Goede2010-03-291-0/+1
* added usbdiskdirect stuff, new error codeMarcus Meissner2010-03-131-2/+3
* Fixed a bunch of C89 and SUS portability issues.Dan Fandrich2009-07-301-1/+2
* use qsort() instead of bubble sortMarcus Meissner2008-03-311-16/+8
* GPPortInfo struct abstracted into a private struct.Marcus Meissner2008-03-151-6/+13
* some doxugen adjustionsMarcus Meissner2007-05-261-6/+7
* marked up some files for doxygen.Marcus Meissner2007-05-201-2/+9
* added some return checking to abilities list (CID 61)Marcus Meissner2007-05-111-4/+16
* * camlibs/canon/canon.c, camlibs/konica/qm150.c,Hubert Figuiere2006-10-071-2/+2
* Propagate error originating in gp_list_* while loading camlibsHans Ulrich Niedermann2006-10-041-16/+26
* Use _GPHOTO2_INTERNAL_CODE to compile internal code, put GP_DEBUG there.Hans Ulrich Niedermann2006-10-041-2/+0
* Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.Hans Ulrich Niedermann2006-09-281-4/+4
* only look up USB devices if it _is_ a USB device.Marcus Meissner2006-09-171-0/+3
* Add infrastructure to read/write enums as human readable strings (internal!)Hans Ulrich Niedermann2006-08-181-9/+55
* another set of doxygen annotation changes from Steve Fox.Marcus Meissner2006-05-251-1/+1
* enable autodetect of ptpip camerasMarcus Meissner2006-03-191-2/+0
* ptpip autodetection (still disabled for now)Marcus Meissner2006-02-191-0/+12
* added gp_message_codeset() to switch the messages to a specific codeset.Marcus Meissner2006-01-041-0/+16
* 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 docsHans Ulrich Niedermann2005-06-151-83/+80
* check for list errors creating list of camlibs and abort in case of errorsHans Ulrich Niedermann2005-06-121-4/+14
* fix a few warnings by defining var in adequate blockHans Ulrich Niedermann2005-06-111-3/+4
* * 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-291-5/+1
* 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-151-143/+4