summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-02-04Update translation file indexes and MakevarsDan McGee
2011-02-04Add comment about download file resolutionDan McGee
2011-02-04Merge remote-tracking branch 'allan/hash'Dan McGee
2011-02-04Add more error checking and loggingDan McGee
2011-02-04Ensure found files are actually filesDan McGee
2011-02-04Improve pkghash_remove algorithmDan McGee
2011-02-04Use alpm_list_remove_item in pkghash_removeDan McGee
2011-02-04Add new alpm_list_remove_item() functionDan McGee
2011-02-04Actually remove packages from pkghash on removalAllan McRae
2011-02-04Refactor finding position for new hash entryAllan McRae
2011-02-04Rehash efficientlyAllan McRae
2011-02-04Slightly more efficient rehash size selectionAllan McRae
2011-02-04Error handling for maximum database sizeAllan McRae
2011-02-04Change default sync hash table sizing to 66% fullDan McGee
2011-02-04Implement a quick and dirty rehash functionDan McGee
2011-02-04Read pkgcache into hashAllan McRae
2011-02-04Get estimated package count when populating databasesDan McGee
2011-02-04Add a hash table for holding packagesAllan McRae
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee
2011-01-31alpm/depcmp: new NODEPVERSION flagXavier Chantry
2011-01-31libalpm: fix db_update documentationXavier 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-29Merge branch 'maint'Dan McGee
2011-01-29Remove need to explicitly register the local DBDan McGee
2011-01-28Ignore known but unused package descfile fieldsDan McGee
2011-01-28libalpm: Fix a missing "nicht" (not) in German translation.Thomas Bächler
2011-01-24Fix memory leak and error code in DB readingDan McGee
2011-01-22Compute download size for sync packages onlyDan McGee
2011-01-22Merge branch 'maint'Dan McGee
2011-01-21Remove epoch as an independent fieldDan McGee
2011-01-21Allow version comparison to contain epoch specifierDan McGee
2011-01-21Copy new backend translation over from frontend translationDan McGee
2011-01-21Add a likely_pkg hint argument to sync_db_readDan McGee
2011-01-21Improve splitname memory allocationDan McGee
2011-01-21Improve depends string parsingDan McGee
2011-01-21Add strndup fallback function to libalpm utilDan McGee
2011-01-18Fix integrity check status when installing from fileDan McGee
2011-01-12Fix double read issue in maint releasesDan McGee
2011-01-11Back out anticipated epoch changesDan McGee
2011-01-11Merge branch 'diskspace-fixes'Dan McGee
2011-01-11Merge branch 'fix-double-load'Dan McGee
2011-01-11Fix double filelist issue when upgrading a packageDan McGee
2011-01-11Call archive_read_data_skip() while checking diskspaceDan McGee
2011-01-11Add error message stating which partition is fullDan McGee