summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_sync.c
Commit message (Expand)AuthorAge
* absorb some _alpm_download params into payload structDave Reisner2011-07-05
* lib/dload: prevent large file attacksDave Reisner2011-07-05
* dload: handle irregular URLsDave Reisner2011-07-05
* Allow invalid sync DBs to be returned by the libraryDan McGee2011-07-05
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Merge remote-tracking branch 'allan/ALPM'Dan McGee2011-07-03
|\
| * Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* | be_sync: make READ_NEXT() a no-arg macroDan McGee2011-07-03
|/
* Make alpm_db_get_sigverify_level() publicDan McGee2011-06-30
* Add an alpm_db_get_valid() public functionDan McGee2011-06-30
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Make sync DB reading a bit more flexibleDan McGee2011-06-24
* Don't require a transaction for sync DB updatesDan McGee2011-06-24
* Add a 'valid' flag to the database objectDan McGee2011-06-24
* Move database 'version' check to registration timeDan McGee2011-06-24
* Do database signature checking at load timeDan McGee2011-06-24
* Prevent segfault when parsing unexpected sync database fileDan McGee2011-06-24
* Documented purpose of be_*.cKerrick Staley2011-06-20
* Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* alpm_db_update(): refactor out sync dir create/checkDan McGee2011-06-13
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Plug a memory leakDan McGee2011-06-08
* Use standard errno codes in return from _alpm_archive_fgetsDan McGee2011-06-03
* Remove global handle from some package and db codeDan McGee2011-06-03
* Push down extern handle variable to files that need itDan McGee2011-06-03
* 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