summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_local.c
Commit message (Expand)AuthorAge
* Merge branch 'maint'Dan McGee2011-03-21
|\
| * Fix assignment before NULL checkDan McGee2011-03-20
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Ensure d_type is not DT_UNKNOWN before relying on itDan McGee2011-03-01
* Check local DB version before continuing transactionDan McGee2011-02-28
* Fix some database size estimation problemsDan McGee2011-02-15
* Handle null pkgcache for local/sync db_populate()Pang Yan Han2011-02-07
* Remove redundant _alpm_strtrim() in be_local.cPang Yan Han2011-02-06
* Read pkgcache into hashAllan McRae2011-02-04
* Get estimated package count when populating databasesDan McGee2011-02-04
* Fix locale.h/setlocale inclusion with --disable-nlsDan McGee2011-02-01
* Remove need to explicitly register the local DBDan McGee2011-01-29
* Remove epoch as an independent fieldDan McGee2011-01-21
* Fix double filelist issue when upgrading a packageDan McGee2011-01-11
* Use size_t for alpm_list sizesAllan McRae2011-01-07
* Refactor old date parsing into single methodDan McGee2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Remove FORCE reading from local DBDan McGee2011-01-05
* Declare all local functions staticAllan McRae2010-12-30
* Abstract has_scriptlet() to package ops structDan McGee2010-12-13
* Remove non-public functions from headerDan McGee2010-12-13
* Abort db_populate if dbpath is not setBruno Widmann2010-12-13
* Merge desc and depends files in local dbAllan McRae2010-12-12
* dirent usage cleanupDan McGee2010-12-12
* Add epoch support to pacman/libalpmDan McGee2010-10-13
* Small tweaks after backend mergeDan McGee2010-10-13
* Only write to local reposAllan McRae2010-10-14
* Clean-up parsing local databaseAllan McRae2010-10-14
* Remove lazy loading of deltasAllan McRae2010-10-14
* Move and rename splitnameAllan McRae2010-10-14
* Restrict visibility of checkdbdir and get_pkgpathAllan McRae2010-10-14
* Populate sync db from archiveAllan McRae2010-10-14
* Completely separate local and sync db handlingAllan McRae2010-10-14
* Separate be_files into be_sync and be_localAllan McRae2010-10-14