| Commit message (Expand) | Author | Age |
... | |
* | Remove global handle from diskspace.c | Dan McGee | 2011-06-03 |
* | Push down extern handle variable to files that need it | Dan McGee | 2011-06-03 |
* | Remove ALPM_LOG_FUNC macro | Dan McGee | 2011-06-03 |
* | dload: ensure we return success if we found files on any mirror | Dan McGee | 2011-05-05 |
* | Perform package verification at package load time | Dan McGee | 2011-04-24 |
* | sync_commit: refactor out validate_deltas | Dan McGee | 2011-04-24 |
* | sync_commit: refactor out file downloads | Dan McGee | 2011-04-24 |
* | Rein in the complexity of the signature type | Dan McGee | 2011-04-24 |
* | libalpm/dload: major refactor of signature downloading | Dan McGee | 2011-04-22 |
* | sync.c: remove unnecessary check for PM_PGP_VERIFY_UNKNOWN | Rémy Oudompheng | 2011-04-21 |
* | alpm.h: add/improve function documentation | Rémy Oudompheng | 2011-04-21 |
* | Header inclusion cleanup | Dan McGee | 2011-04-20 |
* | syntax: if/while statements should have no trailing space | Dan McGee | 2011-04-20 |
* | Allow VerifySig to act as a default verification in [options] | Dave Reisner | 2011-04-20 |
* | style cleanup: cast as (type *) not (type*) | Dave Reisner | 2011-04-20 |
* | Put comments on their own line | Dan McGee | 2011-04-20 |
* | Added gpg verification options per repo to the config file. | Xavier Chantry | 2011-03-23 |
* | Integrate GPGME into libalpm | Dan McGee | 2011-03-23 |
* | Merge branch 'maint' | Dan McGee | 2011-03-23 |
|\ |
|
| * | Minor code cleanups | Dan McGee | 2011-03-21 |
| * | Ensure package removal list does not contain duplicates | Dan McGee | 2011-03-21 |
* | | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
|/ |
|
* | Fix some easy to find double translations | Dan McGee | 2011-02-28 |
* | alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache | Dave Reisner | 2011-02-25 |
* | Various small spelling fixes and small tweaks | Dan McGee | 2011-02-25 |
* | Read pkgcache into hash | Allan McRae | 2011-02-04 |
* | alpm: drop old target interfaces | Xavier Chantry | 2011-01-29 |
* | alpm: add alpm_find_grp_pkgs | Xavier Chantry | 2011-01-29 |
* | Compute download size for sync packages only | Dan McGee | 2011-01-22 |
* | Fix integrity check status when installing from file | Dan McGee | 2011-01-18 |
* | Add a progressbar for package integrity checking | Dan McGee | 2011-01-11 |
* | Use size_t for alpm_list sizes | Allan McRae | 2011-01-07 |
* | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | Merge branch 'maint' | Dan McGee | 2010-12-30 |
|\ |
|
| * | Respect Ignore{Pkg,Group} for group members | Jakob Gruber | 2010-12-30 |
| * | Move group code to separate function | Jakob Gruber | 2010-12-30 |
* | | Add const to some ALPM function signatures | Jakob Gruber | 2010-12-30 |
* | | Detect undefined PATH_MAX | Allan McRae | 2010-12-29 |
* | | Display progress bar for disk space checking | Allan McRae | 2010-12-12 |
* | | Add configuration option to control disk space checking | Allan McRae | 2010-12-12 |
* | | Prototype disk space checking functionality | Allan McRae | 2010-12-12 |
* | | dirent usage cleanup | Dan McGee | 2010-12-12 |
* | | alpm: don't expose alpm_depcmp | Xavier Chantry | 2010-12-12 |
* | | Merge branch 'maint' | Dan McGee | 2010-10-18 |
|\| |
|
| * | alpm/sync: very small memleak fix | Xavier Chantry | 2010-10-18 |
* | | Move the cache stuff where it should be | Dan McGee | 2010-10-13 |
* | | Allow local and sync db to be treated separately | Dan McGee | 2010-10-13 |
|/ |
|
* | Mark sync_pkg and sync_target as static functions | Dan McGee | 2010-07-27 |
* | Maintain a list of seen packages when installing a group | Dan McGee | 2010-07-27 |
* | Handle sync target + ignore properly | Dan McGee | 2010-06-20 |