summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)Author
2011-06-24Add a 'valid' flag to the database objectDan McGee
2011-06-24Do database signature checking at load timeDan McGee
2011-06-22Convert backup list to new pmbackup_t typeDan McGee
2011-06-16Make pmgrp_t publicDan McGee
2011-06-16Make pmdelta_t publicDan McGee
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-16Make struct pmconflict_t publicDan McGee
2011-06-16Make pmfileconflict_t type publicDan McGee
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee
2011-06-14Remove alpm_db_get_url()Dan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Add handle argument to two more alpm methodsDan McGee
2011-06-13Require handle for alpm_checkconflicts()Dan McGee
2011-06-13Require handle for alpm_pkg_load()Dan McGee
2011-06-13Add handle argument to alpm_(add|remove)_pkg()Dan McGee
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee
2011-06-09Require handle for alpm_db_register_sync()Dan McGee
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-09Require handle argument to alpm_logaction()Dan McGee
2011-06-07New signatures for alpm initialize and releaseDan McGee
2011-06-03Add handle attribute to pmdb_t structDan McGee
2011-05-05Improve database server APIDan McGee
2011-04-24Perform package verification at package load timeDan McGee
2011-04-24Rein in the complexity of the signature typeDan McGee
2011-04-22Make dump_pkg_full a little less insaneDan McGee
2011-04-21alpm.h: add several missing documentation stringsRémy Oudompheng
2011-04-21alpm.h: rationalize option getters/setters documentationRémy Oudompheng
2011-04-21alpm.h: add/improve function documentationRémy Oudompheng
2011-04-20Allow VerifySig to act as a default verification in [options]Dave Reisner
2011-04-20alpm.h: forward-declare shared enumerationsDan McGee
2011-04-15Merge branch 'maint'Dan McGee
2011-04-15libalpm: consistently use int as return type for option settersRémy Oudompheng
2011-04-13alpm.h: fix typos in documentationRémy Oudompheng
2011-04-09alpm.h: document transaction flagsRémy Oudompheng
2011-04-09More documentation for option getters/setters.Rémy Oudompheng
2011-04-09alpm.h: more documentation for pkgreason, depend and errno.Rémy Oudompheng
2011-04-09Move documentation for public package function to alpm.hRémy Oudompheng
2011-04-09alpm.h: organize doxygen documentation in groupsRémy Oudompheng
2011-04-09Move documentation of public database functions to alpm.hRémy Oudompheng
2011-04-09alpm.h: add documentation for package property accessorsRémy Oudompheng
2011-04-09Move documentation of public transaction functions to alpm.hRémy Oudompheng
2011-03-23Add functions for verifying database signatureAllan McRae
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry
2011-03-23Integrate GPGME into libalpmDan McGee
2011-03-23Add some error codes for signature verificationDan McGee
2011-03-23Add signature directory as option on libalpm handleDan McGee
2011-03-23Merge branch 'gpg-libalpm-basics'Dan McGee
2011-03-23Remove libfetch error codeDan McGee
2011-03-23Allow PGP signature to be read from sync databaseDan McGee