summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_sync.c
AgeCommit message (Expand)Author
2011-06-08Plug a memory leakDan McGee
2011-06-03Use standard errno codes in return from _alpm_archive_fgetsDan McGee
2011-06-03Remove global handle from some package and db codeDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Add handle attribute to pmpkg_t structDan McGee
2011-06-03Add handle attribute to pmdb_t structDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-05-05Remove sync DB reregister checkDan McGee
2011-05-05Merge branch 'maint'Dan McGee
2011-05-05Ensure populate error return codes are consistentDan McGee
2011-05-05Logging changes during DB loadDan McGee
2011-05-04Deal with unused function parameters correctlyAllan McRae
2011-04-24Rein in the complexity of the signature typeDan McGee
2011-04-22libalpm/dload: major refactor of signature downloadingDan McGee
2011-04-22be_sync: use _alpm_db_get_sigverify_level()Dan McGee
2011-04-20Rename gpgsig struct fields for clarityDan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-04-05Merge branch 'maint'Dan McGee
2011-04-02Fix compatibility with older versions of libarchive.Rémy Oudompheng
2011-04-01Ensure dbpath is not null when populating sync databaseDan McGee
2011-04-01Ignore upcoming new values in sync backendDan McGee
2011-03-23Do not reuse old signatureAllan McRae
2011-03-23Download and verify package database signaturesAllan McRae
2011-03-23Actually read PGPSIG field in sync DB codeDan McGee
2011-03-23repo-add: add sha256sum values to repo databaseDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-20Use sane umask for repo db downloadsAllan McRae
2011-03-17Correctly parse %DELTAS% entries in sync DBtuxce
2011-03-07Do not print warning with files entry in sync dbAllan McRae
2011-02-28Fix some easy to find double translationsDan McGee
2011-02-28Check local DB version before continuing transactionDan McGee
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