summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)Author
2011-02-28Fix some easy to find double translationsDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-25Various small spelling fixes and small tweaksDan McGee
2011-02-04Read pkgcache into hashAllan McRae
2011-01-29alpm: drop old target interfacesXavier Chantry
2011-01-29alpm: add alpm_find_grp_pkgsXavier Chantry
2011-01-22Compute download size for sync packages onlyDan McGee
2011-01-18Fix integrity check status when installing from fileDan McGee
2011-01-11Add a progressbar for package integrity checkingDan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-30Merge branch 'maint'Dan McGee
2010-12-30Respect Ignore{Pkg,Group} for group membersJakob Gruber
2010-12-30Move group code to separate functionJakob Gruber
2010-12-30Add const to some ALPM function signaturesJakob Gruber
2010-12-29Detect undefined PATH_MAXAllan McRae
2010-12-12Display progress bar for disk space checkingAllan McRae
2010-12-12Add configuration option to control disk space checkingAllan McRae
2010-12-12Prototype disk space checking functionalityAllan McRae
2010-12-12dirent usage cleanupDan McGee
2010-12-12alpm: don't expose alpm_depcmpXavier Chantry
2010-10-18Merge branch 'maint'Dan McGee
2010-10-18alpm/sync: very small memleak fixXavier Chantry
2010-10-13Move the cache stuff where it should beDan McGee
2010-10-13Allow local and sync db to be treated separatelyDan McGee
2010-07-27Mark sync_pkg and sync_target as static functionsDan McGee
2010-07-27Maintain a list of seen packages when installing a groupDan McGee
2010-06-20Handle sync target + ignore properlyDan McGee
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