summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-29alpm: drop old target interfacesXavier Chantry1-5/+0
2011-01-29alpm: deprecate old interfaceXavier Chantry1-5/+5
2011-01-29alpm: new alpm_remove_pkg interfaceXavier Chantry1-0/+1
2011-01-29alpm: add alpm_find_grp_pkgsXavier Chantry1-0/+1
2011-01-29alpm: new alpm_add_pkg interfaceXavier Chantry1-0/+2
2011-01-29alpm/dep: add alpm_find_dbs_satisfierXavier Chantry1-0/+1
2011-01-29Add interactive provider selectionXavier Chantry1-0/+1
2011-01-29Remove need to explicitly register the local DBDan McGee1-2/+0
2011-01-22Remove epoch as an independent fieldDan McGee1-1/+0
2011-01-12Add a progressbar for package integrity checkingDan McGee1-0/+1
2011-01-08Use size_t for alpm_list sizesAllan McRae1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Add const to some ALPM function signaturesJakob Gruber1-4/+4
2010-12-21Always specify arguement type in function delcarationsAllan McRae1-22/+22
2010-12-13Display progress bar for disk space checkingAllan McRae1-1/+6
2010-12-13Add configuration option to control disk space checkingAllan McRae1-0/+3
2010-12-13Implement disk space checkingAllan McRae1-0/+1
2010-12-13alpm: don't expose alpm_depcmpXavier Chantry1-1/+0
2010-12-13alpm: kill alpm_deptestXavier Chantry1-1/+0
2010-12-13alpm: add new alpm_find_satisfier functionXavier Chantry1-0/+1
2010-10-14Add epoch support to pacman/libalpmDan McGee1-1/+1
2010-07-01Check return value of fwrite when copying filesAllan McRae1-0/+1
2010-05-05Introduce -D, --databaseNagy Gabor1-6/+10
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15delta : add external cleanup scriptXavier Chantry1-0/+1
2009-11-16download: major refactor to address lingering issuesDan McGee1-5/+3
2009-10-12use bitwise shift operator in enum "bit field"solsTiCe d'Hiver1-28/+28
2009-10-11Add missing get_usedelta() methodDan McGee1-0/+1
2009-10-11typing: a few more fixes for special int typesDan McGee1-1/+1
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee1-6/+6
2009-09-12Change the interface for target loadingXavier Chantry1-4/+6
2009-09-09Remove transaction typeXavier Chantry1-12/+6
2009-09-09Add a new reason field to pmconflict_t structNagy Gabor1-0/+1
2009-09-06Check package arch before installingXavier Chantry1-0/+1
2009-09-06Add Architecture and --arch optionXavier Chantry1-0/+3
2009-08-19dload.c : various fixesXavier Chantry1-2/+0
2009-07-23Add a fetch callback to allow front-end download supportSebastian Nowicki1-3/+14
2009-07-23Introduce -SuuNagy Gabor1-1/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-09Give sensible feedback when a repo has no configured serversDan McGee1-0/+1
2009-06-02Introduce PM_TRANS_FLAG_NOLOCKNagy Gabor1-1/+3
2009-05-19Remove unused error codes and handle PM_ERR_RETRIEVE by alpm_strerror()Nagy Gabor1-9/+0