summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_sync.c
Commit message (Expand)AuthorAge
...
* Add handle attribute to pmpkg_t structDan McGee2011-06-03
* Add handle attribute to pmdb_t structDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Remove sync DB reregister checkDan McGee2011-05-05
* Merge branch 'maint'Dan McGee2011-05-05
|\
| * Ensure populate error return codes are consistentDan McGee2011-05-05
* | Logging changes during DB loadDan McGee2011-05-05
* | Deal with unused function parameters correctlyAllan McRae2011-05-04
* | Rein in the complexity of the signature typeDan McGee2011-04-24
* | libalpm/dload: major refactor of signature downloadingDan McGee2011-04-22
* | be_sync: use _alpm_db_get_sigverify_level()Dan McGee2011-04-22
* | Rename gpgsig struct fields for clarityDan McGee2011-04-20
* | Header inclusion cleanupDan McGee2011-04-20
* | Merge branch 'maint'Dan McGee2011-04-05
|\|
| * Fix compatibility with older versions of libarchive.Rémy Oudompheng2011-04-02
| * Ensure dbpath is not null when populating sync databaseDan McGee2011-04-01
| * Ignore upcoming new values in sync backendDan McGee2011-04-01
* | Do not reuse old signatureAllan McRae2011-03-23
* | Download and verify package database signaturesAllan McRae2011-03-23
* | Actually read PGPSIG field in sync DB codeDan McGee2011-03-23
* | repo-add: add sha256sum values to repo databaseDan McGee2011-03-23
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Use sane umask for repo db downloadsAllan McRae2011-03-20
* Correctly parse %DELTAS% entries in sync DBtuxce2011-03-17
* Do not print warning with files entry in sync dbAllan McRae2011-03-07
* Fix some easy to find double translationsDan McGee2011-02-28
* 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
* Change default sync hash table sizing to 66% fullDan McGee2011-02-04
* 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
* libalpm: fix db_update documentationXavier Chantry2011-01-31
* Fix memory leak and error code in DB readingDan McGee2011-01-24
* Remove epoch as an independent fieldDan McGee2011-01-21
* Add a likely_pkg hint argument to sync_db_readDan McGee2011-01-21
* 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
* Detect undefined PATH_MAXAllan McRae2010-12-29
* Overhaul archive fgets functionDan McGee2010-12-21
* Use macros in sync DB parsingDan McGee2010-12-20
* Remove non-public functions from headerDan McGee2010-12-13
* Mark sync_db_read() as staticDan McGee2010-12-13
* Create sync/ DB directory if it does not existDan McGee2010-12-12
* Make reading from any file possible in sync DBDan McGee2010-12-12
* dirent usage cleanupDan McGee2010-12-12
* Combine reading from depends and desc in sync dbAllan McRae2010-12-12
* Fix a few problems reported by clang-analyzerXavier Chantry2010-12-12