summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)Author
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
2011-03-09handle error case for PM_ERR_LIBCURLDave Reisner
2011-02-28Check local DB version before continuing transactionDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner
2011-02-24Mark log callback format string constDan McGee
2011-02-04Read pkgcache into hashAllan McRae
2011-02-04Add a hash table for holding packagesAllan McRae
2011-01-31alpm/depcmp: new NODEPVERSION flagXavier Chantry
2011-01-29alpm: drop old target interfacesXavier Chantry
2011-01-29alpm: deprecate old interfaceXavier Chantry
2011-01-29alpm: new alpm_remove_pkg interfaceXavier Chantry
2011-01-29alpm: add alpm_find_grp_pkgsXavier Chantry
2011-01-29alpm: new alpm_add_pkg interfaceXavier Chantry
2011-01-29alpm/dep: add alpm_find_dbs_satisfierXavier Chantry
2011-01-29Add interactive provider selectionXavier Chantry
2011-01-29Remove need to explicitly register the local DBDan McGee
2011-01-21Remove epoch as an independent fieldDan McGee
2011-01-11Add a progressbar for package integrity checkingDan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-30Add const to some ALPM function signaturesJakob Gruber
2010-12-20Always specify arguement type in function delcarationsAllan McRae
2010-12-12Display progress bar for disk space checkingAllan McRae