summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-06check_keyring: plug memory leakAndrew Gregory1-0/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-12-19trans_prepare: always sort trans->remove by depsAndrew Gregory1-5/+0
2013-12-15remove useless continueAndrew Gregory1-1/+0
2013-12-15alpm_sync_sysupgrade: skip packages being removedAndrew Gregory1-0/+5
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory1-3/+6
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae1-7/+7
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae1-2/+2
2013-10-15Fix progress bar overflow while checking package integrityAllan McRae1-3/+5
2013-10-15Report which package is missing a signatureAllan McRae1-1/+4
2013-09-04libalpm: introduce a usage level for reposDave Reisner1-2/+13
2013-03-10libalpm/sync: remove useless intermediate variableDave Reisner1-5/+2
2013-03-07libalpm: Search for replacers before literalsOlivier Brunel1-12/+14
2013-03-07libalpm: Fix installing update of a replaced packageOlivier Brunel1-0/+2
2013-02-24Perform limited conflict checking with --forceAllan McRae1-1/+1
2013-02-16fix style violationsAndrew Gregory1-4/+4
2013-02-13Fix --without-gpgme buildAllan McRae1-0/+2
2013-02-09Prompt to delete packages with signature failsAllan McRae1-0/+1
2013-02-09Remove retry path from signature validationAllan McRae1-10/+4
2013-02-09Check keys are in keyring before package validationAllan McRae1-0/+77
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Plug various minor memory leaksAndrew Gregory1-1/+1
2012-12-14Make alpm_pkg_find publicAllan McRae1-10/+10
2012-08-08Merge branch 'maint'Dan McGee1-1/+2
2012-08-08Print repo being search for replaces in debug outputAllan McRae1-1/+2
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae1-6/+6
2012-04-07Merge branch 'maint'Dan McGee1-1/+1
2012-04-07sync: fix crash on failed downloadsDave Reisner1-1/+1
2012-03-16Merge branch 'maint'Dan McGee1-2/+6
2012-03-15lib/sync: avoid unwanted unlink after download failDave Reisner1-0/+2
2012-03-13Minor format-string related cleanupsDan McGee1-1/+1
2012-03-09Remove _alpm_csumAllan McRae1-1/+1
2012-03-09Add information on how an installed package was validatedAllan McRae1-2/+6
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-20Don't check diskspace when using --dbonlyDan McGee1-1/+1
2012-02-13Merge branch 'maint'Dan McGee1-1/+1
2012-02-13lib/sync: use full delta size as max download sizeDave Reisner1-1/+1
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-1/+1
2012-01-19Allow UseDelta option to specify a delta ratioDan McGee1-2/+2
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-21Don't check diskspace when using --dbonlyDan McGee1-1/+1
2011-12-13sync: avoid checking file conflicts with --dbonlyDave Reisner1-1/+1
2011-11-16Update alpm_errno_t type to non-enum versionDan McGee1-1/+1
2011-11-16Merge branch 'maint'Dan McGee1-9/+18
2011-11-15Allow sync_prepare to work in certain cases without sync databasesDan McGee1-9/+18
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder1-2/+2
2011-10-25Merge branch 'maint'Dan McGee1-2/+6
2011-10-25lib/sync: inform callers of compute_download_size of a partialDave Reisner1-2/+6
2011-10-22sync: move file download loop out of download_filesDave Reisner1-21/+25