| Commit message (Expand) | Author | Age |
... | |
* | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 2011-07-02 |
* | Prefix alpm_pkgreason_t members with ALPM | Allan McRae | 2011-07-02 |
* | Make alpm_db_get_sigverify_level() public | Dan McGee | 2011-06-30 |
* | Rename public functions with grp in their name | Allan McRae | 2011-06-29 |
* | Rename pmdelta_t to alpm_delta_t | Allan McRae | 2011-06-28 |
* | Rename pmgrp_t to alpm_group_t | Allan McRae | 2011-06-28 |
* | Rename pmconflict_t to alpm_conflict_t | Allan McRae | 2011-06-28 |
* | Rename pmdepend_t to alpm_depend_t | Allan McRae | 2011-06-28 |
* | Rename pmtrans_t to alpm_trans_t | Allan McRae | 2011-06-28 |
* | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 2011-06-28 |
* | Rename pmdb_t to alpm_db_t | Allan McRae | 2011-06-28 |
* | Rename pmhandle_t to alpm_handle_t | Allan McRae | 2011-06-28 |
* | Make pmgrp_t public | Dan McGee | 2011-06-16 |
* | Make pmdelta_t public | Dan McGee | 2011-06-16 |
* | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 2011-06-14 |
* | Small handle related cleanups | Dan McGee | 2011-06-14 |
* | Add handle argument to _alpm_pkg_should_ignore() | Dan McGee | 2011-06-14 |
* | Switch all logging to use handle directly | Dan McGee | 2011-06-13 |
* | Move pm_errno onto the handle | Dan McGee | 2011-06-13 |
* | Add handle argument to two more alpm methods | Dan McGee | 2011-06-13 |
* | Require handle for alpm_checkconflicts() | Dan McGee | 2011-06-13 |
* | Require handle for alpm_pkg_load() | Dan McGee | 2011-06-13 |
* | Require handle for alpm_sync_sysupgrade() | Dan McGee | 2011-06-09 |
* | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 2011-06-09 |
* | Remove global handle dependencies from sync/upgrade paths | Dan McGee | 2011-06-03 |
* | Remove global handle from remove.c | Dan McGee | 2011-06-03 |
* | 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 |