summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)Author
2013-03-07libalpm: Search for replacers before literalsOlivier Brunel
2013-03-07libalpm: Fix installing update of a replaced packageOlivier Brunel
2013-02-24Perform limited conflict checking with --forceAllan McRae
2013-02-16fix style violationsAndrew Gregory
2013-02-13Fix --without-gpgme buildAllan McRae
2013-02-09Prompt to delete packages with signature failsAllan McRae
2013-02-09Remove retry path from signature validationAllan McRae
2013-02-09Check keys are in keyring before package validationAllan McRae
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Plug various minor memory leaksAndrew Gregory
2012-12-14Make alpm_pkg_find publicAllan McRae
2012-08-07Merge branch 'maint'Dan McGee
2012-08-07Print repo being search for replaces in debug outputAllan McRae
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae
2012-04-07Merge branch 'maint'Dan McGee
2012-04-07sync: fix crash on failed downloadsDave Reisner
2012-03-16Merge branch 'maint'Dan McGee
2012-03-14lib/sync: avoid unwanted unlink after download failDave Reisner
2012-03-12Minor format-string related cleanupsDan McGee
2012-03-08Remove _alpm_csumAllan McRae
2012-03-08Add information on how an installed package was validatedAllan McRae
2012-02-20Update copyright yearsAllan McRae
2012-02-20Don't check diskspace when using --dbonlyDan McGee
2012-02-13Merge branch 'maint'Dan McGee
2012-02-13lib/sync: use full delta size as max download sizeDave Reisner
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-01-18Allow UseDelta option to specify a delta ratioDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-12-21Don't check diskspace when using --dbonlyDan McGee
2011-12-13sync: avoid checking file conflicts with --dbonlyDave Reisner
2011-11-16Update alpm_errno_t type to non-enum versionDan McGee
2011-11-16Merge branch 'maint'Dan McGee
2011-11-15Allow sync_prepare to work in certain cases without sync databasesDan McGee
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-10-25Merge branch 'maint'Dan McGee
2011-10-25lib/sync: inform callers of compute_download_size of a partialDave Reisner
2011-10-21sync: move file download loop out of download_filesDave Reisner
2011-10-21sync: check for necessary disk space for downloadDave Reisner
2011-10-21sync: extract build_payload() method from find_dl_candidatesDan McGee
2011-10-21sync: dont group sync records by repositoryDave Reisner
2011-10-17dload: add pointer to server list for each payloadDave Reisner
2011-10-12Convert MALLOC to actually call malloc()Dan McGee
2011-09-28Refactor download payload reset and freeDan McGee
2011-09-28Track unresolvable transaction packagesDan McGee
2011-09-28Fix memory leak in download payload->remote_nameDan McGee
2011-09-27Delay check for repository servers until we need themDan McGee
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee
2011-09-22validate_deltas: split verify/check errors loopsDan McGee