summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-09Parse replaces strings as dep strings with version specsDan McGee1-10/+17
2011-08-09Add reason to corrupted package callbackDan McGee1-4/+6
2011-08-09Attempt to fix up some of the brokenness around failed package loadsDan McGee1-16/+16
2011-07-06absorb some _alpm_download params into payload structDave Reisner1-1/+3
2011-07-06lib/dload: prevent large file attacksDave Reisner1-14/+23
2011-07-06dload: handle irregular URLsDave Reisner1-1/+1
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee1-0/+8
2011-07-05signing: move to new signing verification and return schemeDan McGee1-3/+3
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-15/+15
2011-07-01Prefix alpm_transprog_t members with ALPMAllan McRae1-2/+2
2011-07-01Prefix alpm_transconv_t members with ALPMAllan McRae1-5/+5
2011-07-01Prefix alpm_transevt_t members with ALPMAllan McRae1-18/+18
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-5/+5
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-39/+39
2011-07-01Prefix alpm_pkgreason_t members with ALPMAllan McRae1-3/+3
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee1-1/+1
2011-06-29Rename public functions with grp in their nameAllan McRae1-2/+2
2011-06-28Rename pmdelta_t to alpm_delta_tAllan McRae1-3/+3
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae1-1/+1
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae1-4/+4
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae1-2/+2
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae1-6/+6
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-25/+25
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-6/+6
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-7/+7
2011-06-16Make pmgrp_t publicDan McGee1-1/+1
2011-06-16Make pmdelta_t publicDan McGee1-5/+3
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-3/+4
2011-06-14Small handle related cleanupsDan McGee1-1/+1
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee1-7/+7
2011-06-14Switch all logging to use handle directlyDan McGee1-44/+47
2011-06-14Move pm_errno onto the handleDan McGee1-28/+30
2011-06-14Add handle argument to two more alpm methodsDan McGee1-2/+3
2011-06-14Require handle for alpm_checkconflicts()Dan McGee1-1/+1
2011-06-14Require handle for alpm_pkg_load()Dan McGee1-1/+1
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee1-4/+1
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-13/+15
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee1-20/+18
2011-06-03Remove global handle from remove.cDan McGee1-1/+1
2011-06-03Remove global handle from diskspace.cDan McGee1-1/+1
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-6/+0
2011-05-05dload: ensure we return success if we found files on any mirrorDan McGee1-1/+3
2011-04-24Perform package verification at package load timeDan McGee1-29/+11
2011-04-24sync_commit: refactor out validate_deltasDan McGee1-50/+53
2011-04-24sync_commit: refactor out file downloadsDan McGee1-32/+37
2011-04-24Rein in the complexity of the signature typeDan McGee1-2/+1
2011-04-23libalpm/dload: major refactor of signature downloadingDan McGee1-3/+22
2011-04-21sync.c: remove unnecessary check for PM_PGP_VERIFY_UNKNOWNRémy Oudompheng1-7/+0
2011-04-21alpm.h: add/improve function documentationRémy Oudompheng1-3/+1