summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-22sync: check for necessary disk space for downloadDave Reisner1-0/+28
2011-10-22sync: extract build_payload() method from find_dl_candidatesDan McGee1-14/+18
2011-10-21sync: dont group sync records by repositoryDave Reisner1-80/+85
2011-10-17dload: add pointer to server list for each payloadDave Reisner1-0/+2
2011-10-12Convert MALLOC to actually call malloc()Dan McGee1-2/+2
2011-09-28Refactor download payload reset and freeDan McGee1-3/+2
2011-09-28Track unresolvable transaction packagesDan McGee1-7/+12
2011-09-28Fix memory leak in download payload->remote_nameDan McGee1-1/+1
2011-09-27Delay check for repository servers until we need themDan McGee1-8/+8
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee1-1/+1
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee1-24/+58
2011-09-22validate_deltas: split verify/check errors loopsDan McGee1-10/+14
2011-09-20_alpm_sync_commit: extract two static methodsDan McGee1-54/+69
2011-09-20Pass package signature data up one more levelDan McGee1-6/+7
2011-09-20Split package validation and load loopsDan McGee1-12/+46
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee1-2/+8
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee1-1/+1
2011-09-19Be smarter about running ldconfig during removal transactionsDan McGee1-1/+1
2011-09-12make compute_download_size consider .part filesDave Reisner1-3/+24
2011-09-03More package operations cleanupDan McGee1-12/+6
2011-09-03Former transaction callback rename refactorDan McGee1-24/+24
2011-09-03Move all callbacks up to the handle levelDan McGee1-34/+30
2011-09-03Make delta validation/application more logicalDan McGee1-11/+19
2011-09-03Clean up handling of size fieldsDan McGee1-7/+6