summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-06Add Architecture and --arch optionXavier Chantry1-0/+3
2009-08-18dload.c : various fixesXavier Chantry1-2/+0
2009-07-22Add a fetch callback to allow front-end download supportSebastian Nowicki1-3/+14
2009-07-22Introduce -SuuNagy Gabor1-1/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-08Give sensible feedback when a repo has no configured serversDan McGee1-0/+1
2009-06-01Introduce PM_TRANS_FLAG_NOLOCKNagy Gabor1-1/+3
2009-05-18Remove unused error codes and handle PM_ERR_RETRIEVE by alpm_strerror()Nagy Gabor1-9/+0
2009-04-11Remove pmsyncpkg_tNagy Gabor1-3/+1
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor1-0/+1
2009-02-28libalpm: remove from_md5 and to_md5 from pmdelta_tXavier Chantry1-2/+0
2009-02-23Enabled new interactive prompt and updated some testsBryan Ischo1-1/+2
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-2/+2
2009-01-12HoldPkg reworkNagy Gabor1-9/+1
2008-10-31Make libfetch the 'native' download libraryDan McGee1-1/+1
2008-10-31-Qu reworkNagy Gabor1-2/+0
2008-08-25Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry1-2/+2
2008-08-25Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry1-2/+2
2008-08-23Move -Sp implementation to the front-endNagy Gabor1-5/+1
2008-08-23New public alpm_pkg_get_db functionNagy Gabor1-0/+1
2008-08-23Cleanup of _alpm_pkg_compare_versions.Xavier Chantry1-0/+1
2008-07-13sync_addtarget reworkNagy Gabor1-1/+0
2008-06-04Reimplement TotalDownload functionalityDan McGee1-2/+4
2008-06-04Use correct C type for file sizesDan McGee1-6/+8