Age | Commit message (Expand) | Author | Files | Lines |
2011-06-14 | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 1 | -8/+8 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -7/+7 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -42/+28 |
2011-06-09 | Require handle argument to all alpm_trans_*() methods | Dan McGee | 1 | -13/+10 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -3/+3 |
2011-06-09 | Require handle argument to alpm_logaction() | Dan McGee | 1 | -1/+1 |
2011-06-03 | Remove global handle dependencies from sync/upgrade paths | Dan McGee | 1 | -2/+2 |
2011-06-03 | Remove global handle from remove.c | Dan McGee | 1 | -2/+2 |
2011-06-03 | Remove global handle from util.c | Dan McGee | 1 | -7/+6 |
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 | -16/+0 |
2011-06-01 | Merge branch 'maint' | Dan McGee | 1 | -1/+2 |
2011-05-20 | Bail early if we don't have a valid lockfile path | Dan McGee | 1 | -1/+2 |
2011-05-20 | Merge branch 'maint' | Dan McGee | 1 | -9/+10 |
2011-05-16 | trans.c: create transaction prior to checking DB version | Dave Reisner | 1 | -9/+10 |
2011-05-04 | Deal with unused function parameters correctly | Allan McRae | 1 | -2/+2 |
2011-04-21 | Header inclusion cleanup | Dan McGee | 1 | -4/+0 |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 1 | -1/+1 |
2011-04-16 | Merge branch 'maint' | Dan McGee | 1 | -25/+7 |
2011-04-09 | Move documentation of public transaction functions to alpm.h | Rémy Oudompheng | 1 | -23/+5 |
2011-04-09 | Fix broken documentation for alpm_trans_prepare() | Rémy Oudompheng | 1 | -2/+2 |
2011-04-09 | libalpm: set pm_errno correctly in alpm_trans_get_flags() | Rémy Oudompheng | 1 | -2/+2 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -31/+31 |
2011-02-28 | Check local DB version before continuing transaction | Dan McGee | 1 | -2/+13 |
2011-02-28 | Move locking functions to where they are needed | Dan McGee | 1 | -7/+48 |
2011-02-28 | Fix trans no-argument function definitions | Dan McGee | 1 | -3/+3 |
2011-02-27 | Fix double close of the lock file | Jonathan Conder | 1 | -8/+5 |
2011-02-22 | Remove trans->skip_add | Dan McGee | 1 | -1/+0 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-30 | Detect undefined PATH_MAX | Allan McRae | 1 | -0/+1 |
2010-12-13 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2010-12-11 | Fix possible null pointer deref in check_arch | Dan McGee | 1 | -1/+1 |
2010-10-13 | Move the cache stuff where it should be | Dan McGee | 1 | -1/+0 |
2010-08-27 | use execv to avoid using sh just to run ldconfig | Jonathan Conder | 1 | -1/+4 |
2010-08-24 | fgets invocation cleanup | Dan McGee | 1 | -2/+3 |
2010-07-07 | Check return value of fgets calls | Allan McRae | 1 | -2/+1 |
2010-06-20 | Clarify testing within conditional statements | Allan McRae | 1 | -2/+2 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-11-16 | Refactor do/while cycle and multiple while cycles | Laszlo Papp | 1 | -1/+4 |
2009-10-19 | Size handling was changed in fgets() functions | Laszlo Papp | 1 | -1/+2 |
2009-10-11 | Rework the alpm_unpack functions | Xavier Chantry | 1 | -1/+1 |
2009-10-11 | typing: a few more fixes for special int types | Dan McGee | 1 | -2/+2 |
2009-09-12 | Change the interface for target loading | Xavier Chantry | 1 | -94/+0 |
2009-09-09 | Remove transaction type | Xavier Chantry | 1 | -198/+173 |
2009-09-09 | Use sync.c for upgrade transaction prepare and commit | Nagy Gabor | 1 | -13/+3 |
2009-09-06 | Check package arch before installing | Xavier Chantry | 1 | -0/+33 |
2009-07-23 | Introduce -Suu | Nagy Gabor | 1 | -2/+2 |
2009-07-16 | Run ldconfig inside chroot. | Xavier Chantry | 1 | -87/+1 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-06-07 | Introduce _alpm_pkg_free_trans() | Nagy Gabor | 1 | -6/+1 |