summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-06xdelta : only handle gz compression specificallyXavier Chantry1-7/+4
2009-05-19Remove find_replacements()Nagy Gabor1-120/+80
2009-04-11Look in target-list first to resolve dependenciesBryan Ischo1-2/+5
2009-04-11Remove duplicates from the unresolvable list before prompting userBryan Ischo1-0/+1
2009-04-11const-ify endswith()Dan McGee1-3/+3
2009-04-11Remove pmsyncpkg_tNagy Gabor1-183/+68
2009-04-11Fix for trans001.py (FS#9088)Nagy Gabor1-47/+64
2009-04-11Free *data list when user removes unresolvable packagesNagy Gabor1-7/+9
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor1-1/+2
2009-03-15Fix several issues with xdeltaXavier Chantry1-55/+63
2009-02-28libalpm: remove from_md5 and to_md5 from pmdelta_tXavier Chantry1-1/+0
2009-02-24Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo1-2/+2
2009-02-24Enabled new interactive prompt and updated some testsBryan Ischo1-5/+19
2009-02-19Reorganize code for one-at-a-time resolvingBryan Ischo1-11/+36
2008-11-01-Qu reworkNagy Gabor1-40/+12
2008-08-26Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry1-1/+1
2008-08-23Move -Sp implementation to the front-endNagy Gabor1-28/+19
2008-08-23Cleanup of _alpm_pkg_compare_versions.Xavier Chantry1-9/+21
2008-07-19Rephrase some debug messages in alpm/sync.cNagy Gabor1-5/+6
2008-07-13sync_addtarget reworkNagy Gabor1-43/+25
2008-07-08Resolvedeps reworkNagy Gabor1-8/+4
2008-06-04Reimplement TotalDownload functionalityDan McGee1-1/+19
2008-06-04Use correct C type for file sizesDan McGee1-6/+7
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-9/+10
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor1-3/+3
2008-04-26Fix some fallout from the delta/download changesDan McGee1-4/+14
2008-04-26get_filename : use the FILENAME db field only.Chantry Xavier1-0/+4
2008-04-26libalpm/sync.c : memleak fixes.Chantry Xavier1-9/+8
2008-04-26Get rid of the delta patches listChantry Xavier1-76/+67
2008-04-26Completely rework delta algorithmChantry Xavier1-106/+69
2008-04-26Rework delta struct and modify code accordinglyDan McGee1-18/+13
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-03-23Avoid duplicated target names.Nagy Gabor1-20/+25
2008-03-22Kill the dependsonly option.Chantry Xavier1-9/+3
2008-03-18Kill PM_TRANS_TYPE_ADD.Chantry Xavier1-1/+1
2008-03-11Remove trans->targetsNagy Gabor1-7/+4
2008-02-28libalpm: clean up of md5sum functions.Chantry Xavier1-102/+24
2008-02-28clean up dltotal leftover from 81a2a06818d367f852.Chantry Xavier1-9/+0
2008-02-26Merge branch 'maint'Dan McGee1-1/+1
2008-02-25Remove pmserver_t abstractionDan McGee1-1/+0
2008-02-25Add new stub download functions for use throughout the codeDan McGee1-2/+2
2008-02-25Move download code out of server.cDan McGee1-0/+1
2008-02-25libalpm/sync.c : fix poorly worded debug message.Chantry Xavier1-1/+1
2008-02-21Merge branch 'maint'Dan McGee1-2/+4
2008-02-18Do not warn about up to date package when downloading onlyAllan McRae1-2/+4
2008-02-08Remove alpm_sync_get_newversion functionNagy Gabor1-8/+0
2008-02-08alpm_sync_sysupgrade splitNagy Gabor1-44/+65
2008-01-27pmsyncpkg_t cleanupNagy Gabor1-58/+40
2008-01-27Fix PM_ERR_CONFLICTING_DEPS handling in sync.cNagy Gabor1-13/+14
2008-01-27small sync.c code clean-upNagy Gabor1-16/+6