summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee1-4/+4
2011-06-14Remove alpm_db_get_url()Dan McGee1-6/+0
2011-06-14Move pm_errno onto the handleDan McGee1-7/+3
2011-06-14Add handle argument to two more alpm methodsDan McGee1-3/+4
2011-06-14Require handle for alpm_checkconflicts()Dan McGee1-1/+1
2011-06-14Require handle for alpm_pkg_load()Dan McGee1-2/+3
2011-06-14Add handle argument to alpm_(add|remove)_pkg()Dan McGee1-2/+4
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee1-1/+2
2011-06-09Require handle for alpm_db_register_sync()Dan McGee1-1/+3
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee1-9/+17
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-48/+49
2011-06-09Require handle argument to alpm_logaction()Dan McGee1-1/+1
2011-06-07New signatures for alpm initialize and releaseDan McGee1-24/+12
2011-06-03Add handle attribute to pmdb_t structDan McGee1-0/+1
2011-05-05Improve database server APIDan McGee1-7/+8
2011-04-24Perform package verification at package load timeDan McGee1-2/+5
2011-04-24Rein in the complexity of the signature typeDan McGee1-3/+0
2011-04-23Make dump_pkg_full a little less insaneDan McGee1-2/+2
2011-04-21alpm.h: add several missing documentation stringsRémy Oudompheng1-0/+13
2011-04-21alpm.h: rationalize option getters/setters documentationRémy Oudompheng1-17/+49
2011-04-21alpm.h: add/improve function documentationRémy Oudompheng1-5/+25
2011-04-21Allow VerifySig to act as a default verification in [options]Dave Reisner1-0/+3
2011-04-21alpm.h: forward-declare shared enumerationsDan McGee1-19/+30
2011-04-16Merge branch 'maint'Dan McGee1-40/+447
2011-04-16libalpm: consistently use int as return type for option settersRémy Oudompheng1-17/+17
2011-04-13alpm.h: fix typos in documentationRémy Oudompheng1-1/+1
2011-04-09alpm.h: document transaction flagsRémy Oudompheng1-0/+16
2011-04-09More documentation for option getters/setters.Rémy Oudompheng1-2/+27
2011-04-09alpm.h: more documentation for pkgreason, depend and errno.Rémy Oudompheng1-5/+39
2011-04-09Move documentation for public package function to alpm.hRémy Oudompheng1-4/+66
2011-04-09alpm.h: organize doxygen documentation in groupsRémy Oudompheng1-14/+39
2011-04-09Move documentation of public database functions to alpm.hRémy Oudompheng1-5/+79
2011-04-09alpm.h: add documentation for package property accessorsRémy Oudompheng1-0/+136
2011-04-09Move documentation of public transaction functions to alpm.hRémy Oudompheng1-16/+49
2011-03-24Add functions for verifying database signatureAllan McRae1-0/+1
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry1-0/+9
2011-03-23Integrate GPGME into libalpmDan McGee1-1/+9
2011-03-23Add some error codes for signature verificationDan McGee1-0/+3
2011-03-23Add signature directory as option on libalpm handleDan McGee1-0/+3
2011-03-23Merge branch 'gpg-libalpm-basics'Dan McGee1-0/+2
2011-03-23Remove libfetch error codeDan McGee1-1/+0
2011-03-23Allow PGP signature to be read from sync databaseDan McGee1-0/+2
2011-03-09handle error case for PM_ERR_LIBCURLDave Reisner1-0/+1
2011-02-28Check local DB version before continuing transactionDan McGee1-0/+1
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-1/+1
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner1-2/+0
2011-02-24Mark log callback format string constDan McGee1-2/+2
2011-02-04Read pkgcache into hashAllan McRae1-1/+2
2011-02-04Add a hash table for holding packagesAllan McRae1-0/+1
2011-01-31alpm/depcmp: new NODEPVERSION flagXavier Chantry1-1/+1