Age | Commit message (Expand) | Author |
2011-06-03 | Remove global handle from remove.c | Dan McGee |
2011-06-03 | Remove global handle from util.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-01 | Merge branch 'maint' | Dan McGee |
2011-05-19 | Bail early if we don't have a valid lockfile path | Dan McGee |
2011-05-19 | Merge branch 'maint' | Dan McGee |
2011-05-16 | trans.c: create transaction prior to checking DB version | Dave Reisner |
2011-05-04 | Deal with unused function parameters correctly | Allan McRae |
2011-04-20 | Header inclusion cleanup | Dan McGee |
2011-04-20 | syntax: if/while statements should have no trailing space | Dan McGee |
2011-04-15 | Merge branch 'maint' | Dan McGee |
2011-04-09 | Move documentation of public transaction functions to alpm.h | Rémy Oudompheng |
2011-04-09 | Fix broken documentation for alpm_trans_prepare() | Rémy Oudompheng |
2011-04-09 | libalpm: set pm_errno correctly in alpm_trans_get_flags() | Rémy Oudompheng |
2011-03-20 | Style change: return(x) --> return x | Dan McGee |
2011-02-28 | Check local DB version before continuing transaction | Dan McGee |
2011-02-28 | Move locking functions to where they are needed | Dan McGee |
2011-02-28 | Fix trans no-argument function definitions | Dan McGee |
2011-02-27 | Fix double close of the lock file | Jonathan Conder |
2011-02-22 | Remove trans->skip_add | Dan McGee |
2011-01-07 | Update copyright years for 2011 | Allan McRae |
2010-12-29 | Detect undefined PATH_MAX | Allan McRae |
2010-12-12 | Merge branch 'maint' | Dan McGee |
2010-12-10 | Fix possible null pointer deref in check_arch | Dan McGee |
2010-10-13 | Move the cache stuff where it should be | Dan McGee |
2010-08-27 | use execv to avoid using sh just to run ldconfig | Jonathan Conder |
2010-08-23 | fgets invocation cleanup | Dan McGee |
2010-07-07 | Check return value of fgets calls | Allan McRae |
2010-06-21 | Clarify testing within conditional statements | Allan McRae |
2010-03-14 | Bump copyright dates to 2010 | Dan McGee |
2009-11-15 | Refactor do/while cycle and multiple while cycles | Laszlo Papp |
2009-10-19 | Size handling was changed in fgets() functions | Laszlo Papp |
2009-10-11 | Rework the alpm_unpack functions | Xavier Chantry |
2009-10-11 | typing: a few more fixes for special int types | Dan McGee |
2009-09-12 | Change the interface for target loading | Xavier Chantry |
2009-09-08 | Remove transaction type | Xavier Chantry |
2009-09-08 | Use sync.c for upgrade transaction prepare and commit | Nagy Gabor |
2009-09-06 | Check package arch before installing | Xavier Chantry |
2009-07-22 | Introduce -Suu | Nagy Gabor |
2009-07-16 | Run ldconfig inside chroot. | Xavier Chantry |
2009-07-01 | Update copyright headers and messages | Dan McGee |
2009-06-07 | Introduce _alpm_pkg_free_trans() | Nagy Gabor |
2009-06-01 | Introduce PM_TRANS_FLAG_NOLOCK | Nagy Gabor |
2009-04-11 | Remove pmsyncpkg_t | Nagy Gabor |
2009-03-15 | Revert "popen does NOT require /bin/sh in a subchroot" | Xavier Chantry |
2009-03-15 | runscriptlet : Flush open fds before fork() to avoid cloning buffers | Xavier Chantry |
2008-10-31 | -Qu rework | Nagy Gabor |
2008-10-28 | Merge branch 'maint' | Dan McGee |
2008-10-18 | Correctly close the pipe used for scriptlet execution | Dan McGee |