summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
Commit message (Expand)AuthorAge
* Added gpg verification options per repo to the config file.Xavier Chantry2011-03-23
* Integrate GPGME into libalpmDan McGee2011-03-23
* Merge branch 'maint'Dan McGee2011-03-23
|\
| * Minor code cleanupsDan McGee2011-03-21
| * Ensure package removal list does not contain duplicatesDan McGee2011-03-21
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Fix some easy to find double translationsDan McGee2011-02-28
* alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner2011-02-25
* Various small spelling fixes and small tweaksDan McGee2011-02-25
* Read pkgcache into hashAllan McRae2011-02-04
* alpm: drop old target interfacesXavier Chantry2011-01-29
* alpm: add alpm_find_grp_pkgsXavier Chantry2011-01-29
* Compute download size for sync packages onlyDan McGee2011-01-22
* Fix integrity check status when installing from fileDan McGee2011-01-18
* Add a progressbar for package integrity checkingDan McGee2011-01-11
* Use size_t for alpm_list sizesAllan McRae2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Merge branch 'maint'Dan McGee2010-12-30
|\
| * Respect Ignore{Pkg,Group} for group membersJakob Gruber2010-12-30
| * Move group code to separate functionJakob Gruber2010-12-30
* | Add const to some ALPM function signaturesJakob Gruber2010-12-30
* | Detect undefined PATH_MAXAllan McRae2010-12-29
* | Display progress bar for disk space checkingAllan McRae2010-12-12
* | Add configuration option to control disk space checkingAllan McRae2010-12-12
* | Prototype disk space checking functionalityAllan McRae2010-12-12
* | dirent usage cleanupDan McGee2010-12-12
* | alpm: don't expose alpm_depcmpXavier Chantry2010-12-12
* | Merge branch 'maint'Dan McGee2010-10-18
|\|
| * alpm/sync: very small memleak fixXavier Chantry2010-10-18
* | Move the cache stuff where it should beDan McGee2010-10-13
* | Allow local and sync db to be treated separatelyDan McGee2010-10-13
|/
* Mark sync_pkg and sync_target as static functionsDan McGee2010-07-27
* Maintain a list of seen packages when installing a groupDan McGee2010-07-27
* Handle sync target + ignore properlyDan McGee2010-06-20
* fix memory leak in _alpm_sync_commitJonathan Conder2010-05-18
* Partial fix for the phonon/qt issueNagy Gabor2010-05-18
* Fix a serious bug in the download codeNagy Gabor2010-05-14
* Compute package download size outside _alpm_sync_prepareJonathan Conder2010-05-05
* Bump copyright dates to 2010Dan McGee2010-03-14
* Fix "-Sd conflict_pkg" bugNagy Gabor2009-10-11
* typing: a few more fixes for special int typesDan McGee2009-10-11
* sync.c : duplicate the target before modifying itXavier Chantry2009-09-20
* Change the interface for target loadingXavier Chantry2009-09-12
* Remove transaction typeXavier Chantry2009-09-08
* Use sync.c for upgrade transaction prepare and commitNagy Gabor2009-09-08
* Add a new reason field to pmconflict_t structNagy Gabor2009-09-08
* Introduce -SuuNagy Gabor2009-07-22
* Fix 2 minor memleaksXavier Chantry2009-07-20
* Update copyright headers and messagesDan McGee2009-07-01
* Enable remove progressbar with -S (conflict resolving)Nagy Gabor2009-06-13