summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
Commit message (Expand)AuthorAge
* Add functions for verifying database signatureAllan McRae2011-03-23
* Added gpg verification options per repo to the config file.Xavier Chantry2011-03-23
* Integrate GPGME into libalpmDan McGee2011-03-23
* Add some error codes for signature verificationDan McGee2011-03-23
* Add signature directory as option on libalpm handleDan McGee2011-03-23
* Merge branch 'gpg-libalpm-basics'Dan McGee2011-03-23
|\
| * Allow PGP signature to be read from sync databaseDan McGee2011-03-23
* | Remove libfetch error codeDan McGee2011-03-23
|/
* handle error case for PM_ERR_LIBCURLDave Reisner2011-03-09
* Check local DB version before continuing transactionDan McGee2011-02-28
* alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner2011-02-25
* alpm: remove public visibility of pmpkghash_tDave Reisner2011-02-25
* Mark log callback format string constDan McGee2011-02-24
* Read pkgcache into hashAllan McRae2011-02-04
* Add a hash table for holding packagesAllan McRae2011-02-04
* alpm/depcmp: new NODEPVERSION flagXavier Chantry2011-01-31
* alpm: drop old target interfacesXavier Chantry2011-01-29
* alpm: deprecate old interfaceXavier Chantry2011-01-29
* alpm: new alpm_remove_pkg interfaceXavier Chantry2011-01-29
* alpm: add alpm_find_grp_pkgsXavier Chantry2011-01-29
* alpm: new alpm_add_pkg interfaceXavier Chantry2011-01-29
* alpm/dep: add alpm_find_dbs_satisfierXavier Chantry2011-01-29
* Add interactive provider selectionXavier Chantry2011-01-29
* Remove need to explicitly register the local DBDan McGee2011-01-29
* Remove epoch as an independent fieldDan McGee2011-01-21
* Add a progressbar for package integrity checkingDan McGee2011-01-11
* Use size_t for alpm_list sizesAllan McRae2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Add const to some ALPM function signaturesJakob Gruber2010-12-30
* Always specify arguement type in function delcarationsAllan McRae2010-12-20
* Display progress bar for disk space checkingAllan McRae2010-12-12
* Add configuration option to control disk space checkingAllan McRae2010-12-12
* Implement disk space checkingAllan McRae2010-12-12
* alpm: don't expose alpm_depcmpXavier Chantry2010-12-12
* alpm: kill alpm_deptestXavier Chantry2010-12-12
* alpm: add new alpm_find_satisfier functionXavier Chantry2010-12-12
* Add epoch support to pacman/libalpmDan McGee2010-10-13
* Check return value of fwrite when copying filesAllan McRae2010-06-30
* Introduce -D, --databaseNagy Gabor2010-05-05
* Bump copyright dates to 2010Dan McGee2010-03-14
* delta : add external cleanup scriptXavier Chantry2010-03-14
* download: major refactor to address lingering issuesDan McGee2009-11-15
* use bitwise shift operator in enum "bit field"solsTiCe d'Hiver2009-10-11
* Add missing get_usedelta() methodDan McGee2009-10-11
* typing: a few more fixes for special int typesDan McGee2009-10-11
* int typing: s/unsigned short/int/ in libalpmDan McGee2009-10-11
* Change the interface for target loadingXavier Chantry2009-09-12
* Remove transaction typeXavier Chantry2009-09-08
* Add a new reason field to pmconflict_t structNagy Gabor2009-09-08
* Check package arch before installingXavier Chantry2009-09-06