summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-21Header inclusion cleanupDan McGee1-2/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-2/+2
2011-04-21Allow VerifySig to act as a default verification in [options]Dave Reisner1-3/+13
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-1/+1
2011-04-21Put comments on their own lineDan McGee1-4/+8
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry1-5/+14
2011-03-23Integrate GPGME into libalpmDan McGee1-15/+21
2011-03-23Merge branch 'maint'Dan McGee1-4/+11
2011-03-21Minor code cleanupsDan McGee1-3/+6
2011-03-21Ensure package removal list does not contain duplicatesDan McGee1-1/+5
2011-03-21Style change: return(x) --> return xDan McGee1-14/+14
2011-03-01Fix some easy to find double translationsDan McGee1-1/+1
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-4/+4
2011-02-25Various small spelling fixes and small tweaksDan McGee1-1/+1
2011-02-04Read pkgcache into hashAllan McRae1-4/+4
2011-01-29alpm: drop old target interfacesXavier Chantry1-173/+0
2011-01-29alpm: add alpm_find_grp_pkgsXavier Chantry1-0/+42
2011-01-22Compute download size for sync packages onlyDan McGee1-1/+1
2011-01-18Fix integrity check status when installing from fileDan McGee1-2/+1
2011-01-12Add a progressbar for package integrity checkingDan McGee1-2/+10
2011-01-08Use size_t for alpm_list sizesAllan McRae1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Merge branch 'maint'Dan McGee1-15/+35
2010-12-30Respect Ignore{Pkg,Group} for group membersJakob Gruber1-0/+12
2010-12-30Move group code to separate functionJakob Gruber1-15/+23
2010-12-30Add const to some ALPM function signaturesJakob Gruber1-3/+3
2010-12-30Detect undefined PATH_MAXAllan McRae1-0/+1
2010-12-13Display progress bar for disk space checkingAllan McRae1-0/+4
2010-12-13Add configuration option to control disk space checkingAllan McRae1-4/+6
2010-12-13Prototype disk space checking functionalityAllan McRae1-0/+8
2010-12-13dirent usage cleanupDan McGee1-1/+0