summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_sync.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-03Add handle attribute to pmpkg_t structDan McGee1-1/+2
2011-06-03Add handle attribute to pmdb_t structDan McGee1-0/+1
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-7/+0
2011-05-05Remove sync DB reregister checkDan McGee1-10/+0
2011-05-05Merge branch 'maint'Dan McGee1-5/+6
2011-05-05Ensure populate error return codes are consistentDan McGee1-5/+6
2011-05-05Logging changes during DB loadDan McGee1-0/+2
2011-05-04Deal with unused function parameters correctlyAllan McRae1-1/+1
2011-04-24Rein in the complexity of the signature typeDan McGee1-1/+1
2011-04-23libalpm/dload: major refactor of signature downloadingDan McGee1-53/+35
2011-04-22be_sync: use _alpm_db_get_sigverify_level()Dan McGee1-4/+7
2011-04-21Rename gpgsig struct fields for clarityDan McGee1-1/+1
2011-04-21Header inclusion cleanupDan McGee1-2/+1
2011-04-05Merge branch 'maint'Dan McGee1-3/+14
2011-04-02Fix compatibility with older versions of libarchive.Rémy Oudompheng1-0/+2
2011-04-01Ensure dbpath is not null when populating sync databaseDan McGee1-3/+12
2011-04-01Ignore upcoming new values in sync backendDan McGee1-0/+6
2011-03-24Do not reuse old signatureAllan McRae1-2/+9
2011-03-24Download and verify package database signaturesAllan McRae1-6/+38
2011-03-23Actually read PGPSIG field in sync DB codeDan McGee1-0/+2
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