summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
Commit message (Expand)AuthorAge
* Require handle for alpm_checkconflicts()Dan McGee2011-06-13
* Require handle for alpm_pkg_load()Dan McGee2011-06-13
* Require handle for alpm_sync_sysupgrade()Dan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Remove global handle dependencies from sync/upgrade pathsDan McGee2011-06-03
* Remove global handle from remove.cDan McGee2011-06-03
* Remove global handle from diskspace.cDan McGee2011-06-03
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* dload: ensure we return success if we found files on any mirrorDan McGee2011-05-05
* Perform package verification at package load timeDan McGee2011-04-24
* sync_commit: refactor out validate_deltasDan McGee2011-04-24
* sync_commit: refactor out file downloadsDan McGee2011-04-24
* Rein in the complexity of the signature typeDan McGee2011-04-24
* libalpm/dload: major refactor of signature downloadingDan McGee2011-04-22
* sync.c: remove unnecessary check for PM_PGP_VERIFY_UNKNOWNRémy Oudompheng2011-04-21
* alpm.h: add/improve function documentationRémy Oudompheng2011-04-21
* Header inclusion cleanupDan McGee2011-04-20
* syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* Allow VerifySig to act as a default verification in [options]Dave Reisner2011-04-20
* style cleanup: cast as (type *) not (type*)Dave Reisner2011-04-20
* Put comments on their own lineDan McGee2011-04-20
* 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
|\|