summaryrefslogtreecommitdiff
path: root/lib/libalpm/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
* Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_transprog_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_transconv_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_transevt_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_transflag_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_pkgreason_t members with ALPMAllan McRae2011-07-02
* Make alpm_db_get_sigverify_level() publicDan McGee2011-06-30
* Rename public functions with grp in their nameAllan McRae2011-06-29
* Rename pmdelta_t to alpm_delta_tAllan McRae2011-06-28
* Rename pmgrp_t to alpm_group_tAllan McRae2011-06-28
* Rename pmconflict_t to alpm_conflict_tAllan McRae2011-06-28
* Rename pmdepend_t to alpm_depend_tAllan McRae2011-06-28
* Rename pmtrans_t to alpm_trans_tAllan McRae2011-06-28
* 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 pmgrp_t publicDan McGee2011-06-16
* Make pmdelta_t publicDan McGee2011-06-16
* Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* Small handle related cleanupsDan McGee2011-06-14
* Add handle argument to _alpm_pkg_should_ignore()Dan McGee2011-06-14
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Add handle argument to two more alpm methodsDan McGee2011-06-13
* Require handle for alpm_checkconflicts()Dan McGee2011-06-13
* Require handle for alpm_pkg_load()Dan McGee2011-06-13
* Require handle for alpm_sync_sysupgrade()Dan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Remove global handle dependencies from sync/upgrade pathsDan McGee2011-06-03
* Remove global handle from remove.cDan McGee2011-06-03
* Remove global handle from diskspace.cDan McGee2011-06-03
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* dload: ensure we return success if we found files on any mirrorDan McGee2011-05-05
* Perform package verification at package load timeDan McGee2011-04-24
* sync_commit: refactor out validate_deltasDan McGee2011-04-24
* sync_commit: refactor out file downloadsDan McGee2011-04-24
* Rein in the complexity of the signature typeDan McGee2011-04-24
* libalpm/dload: major refactor of signature downloadingDan McGee2011-04-22
* sync.c: remove unnecessary check for PM_PGP_VERIFY_UNKNOWNRémy Oudompheng2011-04-21
* alpm.h: add/improve function documentationRémy Oudompheng2011-04-21
* Header inclusion cleanupDan McGee2011-04-20
* syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* Allow VerifySig to act as a default verification in [options]Dave Reisner2011-04-20