summaryrefslogtreecommitdiff
path: root/lib/libalpm
AgeCommit message (Expand)Author
2011-02-16Conflict checking code cleanupDan McGee
2011-02-15Fix some database size estimation problemsDan McGee
2011-02-15Use CALLOC for _alpm_graph_new()Pang Yan Han
2011-02-11diskspace: allow used flag to be toggled for both remove and installDan McGee
2011-02-11Check mountpoint read-only status when checking spaceDan McGee
2011-02-11diskspace: use calloc instead of mallocDan McGee
2011-02-11Fix mount dir length calculationDan McGee
2011-02-11Avoid a memmove by advancing value pointerDan McGee
2011-02-11Fix fileconflict progress with only one packageDan McGee
2011-02-08Skip diskspace checking for symlinks and directories in all casesDan McGee
2011-02-07Refactor out common code in pkghash add functionsPang Yan Han
2011-02-07Handle null pkgcache for local/sync db_populate()Pang Yan Han
2011-02-06Merge branch 'maint'Dan McGee
2011-02-06Remove redundant _alpm_strtrim() in be_local.cPang Yan Han
2011-02-04Handle PM_ERR_WRITE in alpm_strerror()Pang Yan Han
2011-02-04Add new translations from TransifexDan McGee
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