summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_sync.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-23repo-add: add sha256sum values to repo databaseDan McGee1-0/+3
2011-03-21Style change: return(x) --> return xDan McGee1-10/+10
2011-03-20Use sane umask for repo db downloadsAllan McRae1-0/+5
2011-03-17Correctly parse %DELTAS% entries in sync DBtuxce1-1/+6
2011-03-07Do not print warning with files entry in sync dbAllan McRae1-2/+4
2011-03-01Fix some easy to find double translationsDan McGee1-1/+1
2011-02-28Check local DB version before continuing transactionDan McGee1-0/+6
2011-02-15Fix some database size estimation problemsDan McGee1-4/+5
2011-02-08Handle null pkgcache for local/sync db_populate()Pang Yan Han1-1/+7
2011-02-04Change default sync hash table sizing to 66% fullDan McGee1-2/+2
2011-02-04Read pkgcache into hashAllan McRae1-4/+9
2011-02-04Get estimated package count when populating databasesDan McGee1-1/+63
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee1-1/+0
2011-01-31libalpm: fix db_update documentationXavier Chantry1-12/+13
2011-01-25Fix memory leak and error code in DB readingDan McGee1-2/+3
2011-01-22Remove epoch as an independent fieldDan McGee1-9/+0
2011-01-21Add a likely_pkg hint argument to sync_db_readDan McGee1-10/+16
2011-01-08Use size_t for alpm_list sizesAllan McRae1-1/+1
2011-01-08Refactor old date parsing into single methodDan McGee1-12/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Detect undefined PATH_MAXAllan McRae1-0/+1
2010-12-21Overhaul archive fgets functionDan McGee1-5/+10
2010-12-21Use macros in sync DB parsingDan McGee1-99/+52
2010-12-14Remove non-public functions from headerDan McGee1-2/+2
2010-12-14Mark sync_db_read() as staticDan McGee1-2/+6
2010-12-13Create sync/ DB directory if it does not existDan McGee1-0/+18
2010-12-13Make reading from any file possible in sync DBDan McGee1-12/+8
2010-12-13dirent usage cleanupDan McGee1-1/+0
2010-12-13Combine reading from depends and desc in sync dbAllan McRae1-7/+2
2010-12-13Fix a few problems reported by clang-analyzerXavier Chantry1-7/+5
2010-10-14Add epoch support to pacman/libalpmDan McGee1-1/+10
2010-10-14Small tweaks after backend mergeDan McGee1-6/+0
2010-10-14Clean-up parsing sync databaseAllan McRae1-26/+1
2010-10-14Move and rename splitnameAllan McRae1-1/+1
2010-10-14Only download sync databasesAllan McRae1-163/+2
2010-10-14Parse sync databaseAllan McRae1-412/+125
2010-10-14Populate sync db from archiveAllan McRae1-25/+33
2010-10-14Completely separate local and sync db handlingAllan McRae1-33/+38
2010-10-14Separate be_files into be_sync and be_localAllan McRae1-0/+906