summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)Author
2010-05-18fix memory leak in _alpm_sync_commitJonathan Conder
2010-05-18Partial fix for the phonon/qt issueNagy Gabor
2010-05-14Fix a serious bug in the download codeNagy Gabor
2010-05-05Compute package download size outside _alpm_sync_prepareJonathan Conder
2010-03-14Bump copyright dates to 2010Dan McGee
2009-10-11Fix "-Sd conflict_pkg" bugNagy Gabor
2009-10-11typing: a few more fixes for special int typesDan McGee
2009-09-20sync.c : duplicate the target before modifying itXavier Chantry
2009-09-12Change the interface for target loadingXavier Chantry
2009-09-08Remove transaction typeXavier Chantry
2009-09-08Use sync.c for upgrade transaction prepare and commitNagy Gabor
2009-09-08Add a new reason field to pmconflict_t structNagy Gabor
2009-07-22Introduce -SuuNagy Gabor
2009-07-20Fix 2 minor memleaksXavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-06-13Enable remove progressbar with -S (conflict resolving)Nagy Gabor
2009-06-08Give sensible feedback when a repo has no configured serversDan McGee
2009-06-07Introduce _alpm_pkg_free_trans()Nagy Gabor
2009-06-06xdelta : only handle gz compression specificallyXavier Chantry
2009-05-18Remove find_replacements()Nagy Gabor
2009-04-11Look in target-list first to resolve dependenciesBryan Ischo
2009-04-11Remove duplicates from the unresolvable list before prompting userBryan Ischo
2009-04-11const-ify endswith()Dan McGee
2009-04-11Remove pmsyncpkg_tNagy Gabor
2009-04-11Fix for trans001.py (FS#9088)Nagy Gabor
2009-04-11Free *data list when user removes unresolvable packagesNagy Gabor
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor
2009-03-15Fix several issues with xdeltaXavier Chantry
2009-02-28libalpm: remove from_md5 and to_md5 from pmdelta_tXavier Chantry
2009-02-23Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo
2009-02-23Enabled new interactive prompt and updated some testsBryan Ischo
2009-02-18Reorganize code for one-at-a-time resolvingBryan Ischo
2008-10-31-Qu reworkNagy Gabor
2008-08-25Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry
2008-08-23Move -Sp implementation to the front-endNagy Gabor
2008-08-23Cleanup of _alpm_pkg_compare_versions.Xavier Chantry
2008-07-19Rephrase some debug messages in alpm/sync.cNagy Gabor
2008-07-13sync_addtarget reworkNagy Gabor
2008-07-07Resolvedeps reworkNagy Gabor
2008-06-04Reimplement TotalDownload functionalityDan McGee
2008-06-04Use correct C type for file sizesDan McGee
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor
2008-04-26Fix some fallout from the delta/download changesDan McGee
2008-04-26get_filename : use the FILENAME db field only.Chantry Xavier
2008-04-26libalpm/sync.c : memleak fixes.Chantry Xavier
2008-04-26Get rid of the delta patches listChantry Xavier
2008-04-26Completely rework delta algorithmChantry Xavier
2008-04-26Rework delta struct and modify code accordinglyDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee