summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-23Merge branch 'maint'Dan McGee1-4/+11
2011-03-21Minor code cleanupsDan McGee1-3/+6
2011-03-21Ensure package removal list does not contain duplicatesDan McGee1-1/+5
2011-03-21Style change: return(x) --> return xDan McGee1-14/+14
2011-03-01Fix some easy to find double translationsDan McGee1-1/+1
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-4/+4
2011-02-25Various small spelling fixes and small tweaksDan McGee1-1/+1
2011-02-04Read pkgcache into hashAllan McRae1-4/+4
2011-01-29alpm: drop old target interfacesXavier Chantry1-173/+0
2011-01-29alpm: add alpm_find_grp_pkgsXavier Chantry1-0/+42
2011-01-22Compute download size for sync packages onlyDan McGee1-1/+1
2011-01-18Fix integrity check status when installing from fileDan McGee1-2/+1
2011-01-12Add a progressbar for package integrity checkingDan McGee1-2/+10
2011-01-08Use size_t for alpm_list sizesAllan McRae1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Merge branch 'maint'Dan McGee1-15/+35
2010-12-30Respect Ignore{Pkg,Group} for group membersJakob Gruber1-0/+12
2010-12-30Move group code to separate functionJakob Gruber1-15/+23
2010-12-30Add const to some ALPM function signaturesJakob Gruber1-3/+3
2010-12-30Detect undefined PATH_MAXAllan McRae1-0/+1
2010-12-13Display progress bar for disk space checkingAllan McRae1-0/+4
2010-12-13Add configuration option to control disk space checkingAllan McRae1-4/+6
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