| Commit message (Expand) | Author | Age |
* | Update copyright notices for 2015 | Allan McRae | 2015-02-01 |
* | remove.c: downgrade TRANS_DUP_TARGET to warning | Andrew Gregory | 2014-05-07 |
* | simplify check for leading "local/" | Andrew Gregory | 2014-03-04 |
* | alpm: export *_free functions | Andrew Gregory | 2014-02-04 |
* | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 2014-01-28 |
* | Update copyright years for 2014 | Allan McRae | 2014-01-06 |
* | remove :: prefix from all message | Simon Gomizelj | 2013-03-07 |
* | Update copyright year for 2013 | Allan McRae | 2013-01-03 |
* | Update copyright years | Allan McRae | 2012-02-20 |
* | Do not check for ALPM_ERR_PKG_INVALID_ARCH on remove operation | Allan McRae | 2012-02-13 |
* | Merge branch 'maint' | Dan McGee | 2012-02-06 |
|\ |
|
| * | remove.c: make "target not found" error consistent with sync.c | Andrew Gregory | 2012-02-06 |
* | | ALPM API adjustments for sanity and consistency | Dan McGee | 2012-02-06 |
* | | include config.h via Makefiles | Dave Reisner | 2011-12-21 |
* | | pacman: list all unknown targets on removal operation | Allan McRae | 2011-12-12 |
* | | create a typedef for enum _alpm_errno_t | Jonathan Conder | 2011-11-14 |
* | | add fnmatch support for HoldPkg | Dave Reisner | 2011-11-13 |
* | | Merge branch 'maint' | Dan McGee | 2011-10-21 |
|\| |
|
| * | Remove pm_fprintf() in favor of pm_printf() | Dan McGee | 2011-10-21 |
* | | Remove alpm_list_getdata wrapper function | Dan McGee | 2011-10-12 |
|/ |
|
* | Keep track of explicitly added and removed packages | Dan McGee | 2011-09-28 |
* | Combine add and removal package list display | Dan McGee | 2011-09-28 |
* | Allow invalid sync DBs to be returned by the library | Dan McGee | 2011-07-05 |
* | Prefix _alpm_errno_t members with ALPM | Allan McRae | 2011-07-02 |
* | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 2011-07-02 |
* | Rename public functions with grp in their name | Allan McRae | 2011-06-29 |
* | Rename pmerrno_t to alpm_errno_t | Allan McRae | 2011-06-28 |
* | Rename pmgrp_t to alpm_group_t | Allan McRae | 2011-06-28 |
* | Rename pmdepmissing_t to alpm_depmissing_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 |
* | Make pmgrp_t public | Dan McGee | 2011-06-16 |
* | Make pmdepend_t and pmdepmissing_t public | Dan McGee | 2011-06-16 |
* | Always pass data to trans_commit() | Dan McGee | 2011-06-13 |
* | Move pm_errno onto the handle | Dan McGee | 2011-06-13 |
* | Add handle argument to alpm_(add|remove)_pkg() | Dan McGee | 2011-06-13 |
* | Require handle argument to all alpm_trans_*() methods | Dan McGee | 2011-06-09 |
* | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 2011-06-09 |
* | Show net upgrade size on -U/-S operations | Dan McGee | 2011-06-02 |
* | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
* | pacman/remove: switch to new alpm_remove_pkg interface | Xavier Chantry | 2011-01-29 |
* | Remove need to explicitly register the local DB | Dan McGee | 2011-01-29 |
* | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | Bump copyright dates to 2010 | Dan McGee | 2010-03-14 |
* | Add new --print operation for all operations | Xavier Chantry | 2010-03-14 |
* | Print "there is nothing to do" with NOOP transactions | Nagy Gabor | 2010-01-19 |
* | Ask user confirmation for -R operation, too | Nagy Gabor | 2009-09-20 |
* | Change the interface for target loading | Xavier Chantry | 2009-09-12 |
* | Remove transaction type | Xavier Chantry | 2009-09-08 |
* | Check package arch before installing | Xavier Chantry | 2009-09-06 |