Age | Commit message (Expand) | Author | Files | Lines |
2011-06-16 | Make pmgrp_t public | Dan McGee | 1 | -1/+1 |
2011-06-16 | Make pmdelta_t public | Dan McGee | 1 | -5/+3 |
2011-06-14 | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 1 | -3/+4 |
2011-06-14 | Small handle related cleanups | Dan McGee | 1 | -1/+1 |
2011-06-14 | Add handle argument to _alpm_pkg_should_ignore() | Dan McGee | 1 | -7/+7 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -44/+47 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -28/+30 |
2011-06-14 | Add handle argument to two more alpm methods | Dan McGee | 1 | -2/+3 |
2011-06-14 | Require handle for alpm_checkconflicts() | Dan McGee | 1 | -1/+1 |
2011-06-14 | Require handle for alpm_pkg_load() | Dan McGee | 1 | -1/+1 |
2011-06-09 | Require handle for alpm_sync_sysupgrade() | Dan McGee | 1 | -4/+1 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -13/+15 |
2011-06-03 | Remove global handle dependencies from sync/upgrade paths | Dan McGee | 1 | -20/+18 |
2011-06-03 | Remove global handle from remove.c | Dan McGee | 1 | -1/+1 |
2011-06-03 | Remove global handle from diskspace.c | Dan McGee | 1 | -1/+1 |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee | 1 | -0/+3 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -6/+0 |
2011-05-05 | dload: ensure we return success if we found files on any mirror | Dan McGee | 1 | -1/+3 |
2011-04-24 | Perform package verification at package load time | Dan McGee | 1 | -29/+11 |
2011-04-24 | sync_commit: refactor out validate_deltas | Dan McGee | 1 | -50/+53 |
2011-04-24 | sync_commit: refactor out file downloads | Dan McGee | 1 | -32/+37 |
2011-04-24 | Rein in the complexity of the signature type | Dan McGee | 1 | -2/+1 |
2011-04-23 | libalpm/dload: major refactor of signature downloading | Dan McGee | 1 | -3/+22 |
2011-04-21 | sync.c: remove unnecessary check for PM_PGP_VERIFY_UNKNOWN | Rémy Oudompheng | 1 | -7/+0 |
2011-04-21 | alpm.h: add/improve function documentation | Rémy Oudompheng | 1 | -3/+1 |
2011-04-21 | Header inclusion cleanup | Dan McGee | 1 | -2/+0 |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 1 | -2/+2 |
2011-04-21 | Allow VerifySig to act as a default verification in [options] | Dave Reisner | 1 | -3/+13 |
2011-04-21 | style cleanup: cast as (type *) not (type*) | Dave Reisner | 1 | -1/+1 |
2011-04-21 | Put comments on their own line | Dan McGee | 1 | -4/+8 |
2011-03-23 | Added gpg verification options per repo to the config file. | Xavier Chantry | 1 | -5/+14 |
2011-03-23 | Integrate GPGME into libalpm | Dan McGee | 1 | -15/+21 |
2011-03-23 | Merge branch 'maint' | Dan McGee | 1 | -4/+11 |
2011-03-21 | Minor code cleanups | Dan McGee | 1 | -3/+6 |
2011-03-21 | Ensure package removal list does not contain duplicates | Dan McGee | 1 | -1/+5 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -14/+14 |
2011-03-01 | Fix some easy to find double translations | Dan McGee | 1 | -1/+1 |
2011-02-25 | alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache | Dave Reisner | 1 | -4/+4 |
2011-02-25 | Various small spelling fixes and small tweaks | Dan McGee | 1 | -1/+1 |
2011-02-04 | Read pkgcache into hash | Allan McRae | 1 | -4/+4 |
2011-01-29 | alpm: drop old target interfaces | Xavier Chantry | 1 | -173/+0 |
2011-01-29 | alpm: add alpm_find_grp_pkgs | Xavier Chantry | 1 | -0/+42 |
2011-01-22 | Compute download size for sync packages only | Dan McGee | 1 | -1/+1 |
2011-01-18 | Fix integrity check status when installing from file | Dan McGee | 1 | -2/+1 |
2011-01-12 | Add a progressbar for package integrity checking | Dan McGee | 1 | -2/+10 |
2011-01-08 | Use size_t for alpm_list sizes | Allan McRae | 1 | -1/+1 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-30 | Merge branch 'maint' | Dan McGee | 1 | -15/+35 |
2010-12-30 | Respect Ignore{Pkg,Group} for group members | Jakob Gruber | 1 | -0/+12 |
2010-12-30 | Move group code to separate function | Jakob Gruber | 1 | -15/+23 |