summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)Author
2011-06-16Make pmgrp_t publicDan McGee
2011-06-16Make pmdelta_t publicDan McGee
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-14Small handle related cleanupsDan McGee
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Add handle argument to two more alpm methodsDan McGee
2011-06-13Require handle for alpm_checkconflicts()Dan McGee
2011-06-13Require handle for alpm_pkg_load()Dan McGee
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee
2011-06-03Remove global handle from remove.cDan McGee
2011-06-03Remove global handle from diskspace.cDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-05-05dload: ensure we return success if we found files on any mirrorDan McGee
2011-04-24Perform package verification at package load timeDan McGee
2011-04-24sync_commit: refactor out validate_deltasDan McGee
2011-04-24sync_commit: refactor out file downloadsDan McGee
2011-04-24Rein in the complexity of the signature typeDan McGee
2011-04-22libalpm/dload: major refactor of signature downloadingDan McGee
2011-04-21sync.c: remove unnecessary check for PM_PGP_VERIFY_UNKNOWNRémy Oudompheng
2011-04-21alpm.h: add/improve function documentationRémy Oudompheng
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20Allow VerifySig to act as a default verification in [options]Dave Reisner
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-20Put comments on their own lineDan McGee
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry
2011-03-23Integrate GPGME into libalpmDan McGee
2011-03-23Merge branch 'maint'Dan McGee
2011-03-21Minor code cleanupsDan McGee
2011-03-21Ensure package removal list does not contain duplicatesDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-28Fix some easy to find double translationsDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-25Various small spelling fixes and small tweaksDan McGee
2011-02-04Read pkgcache into hashAllan McRae
2011-01-29alpm: drop old target interfacesXavier Chantry
2011-01-29alpm: add alpm_find_grp_pkgsXavier Chantry
2011-01-22Compute download size for sync packages onlyDan McGee
2011-01-18Fix integrity check status when installing from fileDan McGee
2011-01-11Add a progressbar for package integrity checkingDan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-30Merge branch 'maint'Dan McGee
2010-12-30Respect Ignore{Pkg,Group} for group membersJakob Gruber
2010-12-30Move group code to separate functionJakob Gruber