summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
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-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-21Remove epoch as an independent fieldDan McGee1-1/+0
2011-01-11Add a progressbar for package integrity checkingDan McGee1-0/+1
2011-01-07Use size_t for alpm_list sizesAllan McRae1-1/+1
2011-01-07Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Add const to some ALPM function signaturesJakob Gruber1-4/+4
2010-12-20Always specify arguement type in function delcarationsAllan McRae1-22/+22
2010-12-12Display progress bar for disk space checkingAllan McRae1-1/+6
2010-12-12Add configuration option to control disk space checkingAllan McRae1-0/+3
2010-12-12Implement disk space checkingAllan McRae1-0/+1
2010-12-12alpm: don't expose alpm_depcmpXavier Chantry1-1/+0
2010-12-12alpm: kill alpm_deptestXavier Chantry1-1/+0
2010-12-12alpm: add new alpm_find_satisfier functionXavier Chantry1-0/+1
2010-10-13Add epoch support to pacman/libalpmDan McGee1-1/+1
2010-06-30Check return value of fwrite when copying filesAllan McRae1-0/+1
2010-05-05Introduce -D, --databaseNagy Gabor1-6/+10
2010-03-14Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-14delta : add external cleanup scriptXavier Chantry1-0/+1
2009-11-15download: major refactor to address lingering issuesDan McGee1-5/+3
2009-10-11use 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-08Remove transaction typeXavier Chantry1-12/+6
2009-09-08Add a new reason field to pmconflict_t structNagy Gabor1-0/+1
2009-09-06Check package arch before installingXavier Chantry1-0/+1