summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Ensure d_type is not DT_UNKNOWN before relying on itDan McGee2011-03-01
* Fix some easy to find double translationsDan McGee2011-02-28
* Update translation template filesDan McGee2011-02-28
* Check local DB version before continuing transactionDan McGee2011-02-28
* Move locking functions to where they are neededDan McGee2011-02-28
* Fix trans no-argument function definitionsDan McGee2011-02-28
* Fix double close of the lock fileJonathan Conder2011-02-27
* alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner2011-02-25
* alpm: remove public visibility of pmpkghash_tDave Reisner2011-02-25
* Continue resolving dependencies rather than bailing on first errorDan McGee2011-02-25
* Various small spelling fixes and small tweaksDan McGee2011-02-25
* Mark log callback format string constDan McGee2011-02-24
* Remove trans->skip_addDan McGee2011-02-22
* Don't generate filelist unless we are going to use itDan McGee2011-02-16
* Conflict checking code cleanupDan McGee2011-02-16
* Fix some database size estimation problemsDan McGee2011-02-15
* Use CALLOC for _alpm_graph_new()Pang Yan Han2011-02-15
* diskspace: allow used flag to be toggled for both remove and installDan McGee2011-02-11
* Check mountpoint read-only status when checking spaceDan McGee2011-02-11
* diskspace: use calloc instead of mallocDan McGee2011-02-11
* Fix mount dir length calculationDan McGee2011-02-11
* Avoid a memmove by advancing value pointerDan McGee2011-02-11
* Fix fileconflict progress with only one packageDan McGee2011-02-11
* Skip diskspace checking for symlinks and directories in all casesDan McGee2011-02-08
* Refactor out common code in pkghash add functionsPang Yan Han2011-02-07
* Handle null pkgcache for local/sync db_populate()Pang Yan Han2011-02-07
* Merge branch 'maint'Dan McGee2011-02-06
|\
| * Add new translations from TransifexDan McGee2011-02-04
* | Remove redundant _alpm_strtrim() in be_local.cPang Yan Han2011-02-06
* | Handle PM_ERR_WRITE in alpm_strerror()Pang Yan Han2011-02-04
* | Update translation file indexes and MakevarsDan McGee2011-02-04
* | Add comment about download file resolutionDan McGee2011-02-04
* | Merge remote-tracking branch 'allan/hash'Dan McGee2011-02-04
|\ \
| * | Improve pkghash_remove algorithmDan McGee2011-02-04
| * | Use alpm_list_remove_item in pkghash_removeDan McGee2011-02-04
| * | Add new alpm_list_remove_item() functionDan McGee2011-02-04
| * | Actually remove packages from pkghash on removalAllan McRae2011-02-04
| * | Refactor finding position for new hash entryAllan McRae2011-02-04
| * | Rehash efficientlyAllan McRae2011-02-04
| * | Slightly more efficient rehash size selectionAllan McRae2011-02-04
| * | Error handling for maximum database sizeAllan McRae2011-02-04
| * | Change default sync hash table sizing to 66% fullDan McGee2011-02-04
| * | Implement a quick and dirty rehash functionDan McGee2011-02-04
| * | Read pkgcache into hashAllan McRae2011-02-04
| * | Get estimated package count when populating databasesDan McGee2011-02-04
| * | Add a hash table for holding packagesAllan McRae2011-02-04
* | | Add more error checking and loggingDan McGee2011-02-04
* | | Ensure found files are actually filesDan McGee2011-02-04
|/ /
* | Fix locale.h/setlocale inclusion with --disable-nlsDan McGee2011-02-01
* | alpm/depcmp: new NODEPVERSION flagXavier Chantry2011-01-31