summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)Author
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-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
2010-12-12Add configuration option to control disk space checkingAllan McRae
2010-12-12Implement disk space checkingAllan McRae
2010-12-12alpm: don't expose alpm_depcmpXavier Chantry
2010-12-12alpm: kill alpm_deptestXavier Chantry
2010-12-12alpm: add new alpm_find_satisfier functionXavier Chantry
2010-10-13Add epoch support to pacman/libalpmDan McGee
2010-06-30Check return value of fwrite when copying filesAllan McRae
2010-05-05Introduce -D, --databaseNagy Gabor
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14delta : add external cleanup scriptXavier Chantry
2009-11-15download: major refactor to address lingering issuesDan McGee
2009-10-11use bitwise shift operator in enum "bit field"solsTiCe d'Hiver
2009-10-11Add missing get_usedelta() methodDan McGee
2009-10-11typing: a few more fixes for special int typesDan McGee
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee
2009-09-12Change the interface for target loadingXavier Chantry
2009-09-08Remove transaction typeXavier Chantry
2009-09-08Add a new reason field to pmconflict_t structNagy Gabor
2009-09-06Check package arch before installingXavier Chantry