summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_sync.c
AgeCommit message (Expand)Author
2011-02-15Fix some database size estimation problemsDan McGee
2011-02-07Handle null pkgcache for local/sync db_populate()Pang Yan Han
2011-02-04Change default sync hash table sizing to 66% fullDan McGee
2011-02-04Read pkgcache into hashAllan McRae
2011-02-04Get estimated package count when populating databasesDan McGee
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee
2011-01-31libalpm: fix db_update documentationXavier Chantry
2011-01-24Fix memory leak and error code in DB readingDan McGee
2011-01-21Remove epoch as an independent fieldDan McGee
2011-01-21Add a likely_pkg hint argument to sync_db_readDan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Refactor old date parsing into single methodDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-29Detect undefined PATH_MAXAllan McRae
2010-12-21Overhaul archive fgets functionDan McGee
2010-12-20Use macros in sync DB parsingDan McGee
2010-12-13Remove non-public functions from headerDan McGee
2010-12-13Mark sync_db_read() as staticDan McGee
2010-12-12Create sync/ DB directory if it does not existDan McGee
2010-12-12Make reading from any file possible in sync DBDan McGee
2010-12-12dirent usage cleanupDan McGee
2010-12-12Combine reading from depends and desc in sync dbAllan McRae
2010-12-12Fix a few problems reported by clang-analyzerXavier Chantry
2010-10-13Add epoch support to pacman/libalpmDan McGee
2010-10-13Small tweaks after backend mergeDan McGee
2010-10-14Clean-up parsing sync databaseAllan McRae
2010-10-14Move and rename splitnameAllan McRae
2010-10-14Only download sync databasesAllan McRae
2010-10-14Parse sync databaseAllan McRae
2010-10-14Populate sync db from archiveAllan McRae
2010-10-14Completely separate local and sync db handlingAllan McRae
2010-10-14Separate be_files into be_sync and be_localAllan McRae