summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-13Prototype disk space checking functionalityAllan McRae1-0/+8
2010-12-13dirent usage cleanupDan McGee1-1/+0
2010-12-13alpm: don't expose alpm_depcmpXavier Chantry1-2/+2
2010-10-18Merge branch 'maint'Dan McGee1-1/+3
2010-10-18alpm/sync: very small memleak fixXavier Chantry1-1/+3
2010-10-13Move the cache stuff where it should beDan McGee1-1/+0
2010-10-13Allow local and sync db to be treated separatelyDan McGee1-1/+1
2010-07-27Mark sync_pkg and sync_target as static functionsDan McGee1-6/+6
2010-07-27Maintain a list of seen packages when installing a groupDan McGee1-4/+8
2010-06-20Handle sync target + ignore properlyDan McGee1-1/+5
2010-05-18fix memory leak in _alpm_sync_commitJonathan Conder1-1/+2
2010-05-18Partial fix for the phonon/qt issueNagy Gabor1-1/+5
2010-05-14Fix a serious bug in the download codeNagy Gabor1-6/+6
2010-05-06Compute package download size outside _alpm_sync_prepareJonathan Conder1-1/+14
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-10-11Fix "-Sd conflict_pkg" bugNagy Gabor1-15/+10
2009-10-11typing: a few more fixes for special int typesDan McGee1-1/+1
2009-09-20sync.c : duplicate the target before modifying itXavier Chantry1-1/+0
2009-09-12Change the interface for target loadingXavier Chantry1-46/+118
2009-09-09Remove transaction typeXavier Chantry1-67/+33
2009-09-09Use sync.c for upgrade transaction prepare and commitNagy Gabor1-46/+40
2009-09-09Add a new reason field to pmconflict_t structNagy Gabor1-1/+1
2009-07-23Introduce -SuuNagy Gabor1-3/+15
2009-07-20Fix 2 minor memleaksXavier Chantry1-0/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-13Enable remove progressbar with -S (conflict resolving)Nagy Gabor1-0/+1
2009-06-09Give sensible feedback when a repo has no configured serversDan McGee1-1/+3
2009-06-07Introduce _alpm_pkg_free_trans()Nagy Gabor1-8/+3
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