summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-25Add directory name to ownership error messageHEADmasterDan McGee1-1/+1
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner14-34/+34
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner5-22/+7
2011-02-25Add test case for util-linux/util-linux-ng name switch and depsDan McGee1-0/+45
2011-02-25Continue resolving dependencies rather than bailing on first errorDan McGee2-16/+37
2011-02-25Various small spelling fixes and small tweaksDan McGee3-8/+13
2011-02-24Mark log callback format string constDan McGee8-10/+10
2011-02-22Remove trans->skip_addDan McGee3-10/+0
2011-02-16Don't generate filelist unless we are going to use itDan McGee1-1/+1
2011-02-16Conflict checking code cleanupDan McGee2-31/+13
2011-02-15Fix some database size estimation problemsDan McGee3-11/+32
2011-02-15Use CALLOC for _alpm_graph_new()Pang Yan Han1-11/+2
2011-02-11diskspace: allow used flag to be toggled for both remove and installDan McGee2-3/+9
2011-02-11Check mountpoint read-only status when checking spaceDan McGee3-4/+25
2011-02-11diskspace: use calloc instead of mallocDan McGee1-10/+2
2011-02-11Fix mount dir length calculationDan McGee1-3/+3
2011-02-11Avoid a memmove by advancing value pointerDan McGee1-0/+1
2011-02-11Fix fileconflict progress with only one packageDan McGee1-2/+4
2011-02-11Ensure pkgbase/epoch are defined before doing anythingDan McGee1-3/+4
2011-02-08Skip diskspace checking for symlinks and directories in all casesDan McGee2-42/+44
2011-02-07Refactor out common code in pkghash add functionsPang Yan Han1-30/+15
2011-02-07Handle null pkgcache for local/sync db_populate()Pang Yan Han2-1/+11
2011-02-06makepkg: more bash-3.2 compatibilityAllan McRae1-2/+2
2011-02-06Merge branch 'maint'Dan McGee9-177/+6635
2011-02-06Remove redundant _alpm_strtrim() in be_local.cPang Yan Han1-9/+9
2011-02-04Handle PM_ERR_WRITE in alpm_strerror()Pang Yan Han1-0/+2
2011-02-04Add new translations from TransifexDan McGee8-0/+6620
2011-02-04Add updated Kazakh translation from TransifexDan McGee1-177/+15
2011-02-04Update translation file indexes and MakevarsDan McGee4-4/+9
2011-02-04Add comment about download file resolutionDan McGee1-0/+8
2011-02-04Merge remote-tracking branch 'allan/hash'Dan McGee23-92/+647
2011-02-04Add more error checking and loggingDan McGee3-2/+8
2011-02-04Ensure found files are actually filesDan McGee2-3/+4
2011-02-04Improve pkghash_remove algorithmDan McGee1-19/+43
2011-02-04Use alpm_list_remove_item in pkghash_removeDan McGee1-31/+4
2011-02-04Add new alpm_list_remove_item() functionDan McGee2-33/+54
2011-02-04Add a new removal smoke testDan McGee2-5/+23
2011-02-04Actually remove packages from pkghash on removalAllan McRae3-10/+31
2011-02-04Refactor finding position for new hash entryAllan McRae1-19/+18
2011-02-04Rehash efficientlyAllan McRae1-3/+21
2011-02-04Slightly more efficient rehash size selectionAllan McRae1-2/+4
2011-02-04Error handling for maximum database sizeAllan McRae1-0/+12
2011-02-04Change default sync hash table sizing to 66% fullDan McGee1-2/+2
2011-02-04Implement a quick and dirty rehash functionDan McGee1-11/+16
2011-02-04Read pkgcache into hashAllan McRae16-52/+94
2011-02-04Get estimated package count when populating databasesDan McGee2-2/+70
2011-02-04Add a hash table for holding packagesAllan McRae4-0/+352
2011-02-02makepkg: initialize local arrays to emptyAllan McRae1-3/+3
2011-02-02makepkg: error on invalid optdependsAllan McRae1-0/+1
2011-02-02makepkg: make SRCPKGDEST default to $startdirCedric Staniewski2-3/+3