summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/trans.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee1-13/+10
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-3/+3
2011-06-09Require handle argument to alpm_logaction()Dan McGee1-1/+1
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee1-2/+2
2011-06-03Remove global handle from remove.cDan McGee1-2/+2
2011-06-03Remove global handle from util.cDan McGee1-7/+6
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-16/+0
2011-06-01Merge branch 'maint'Dan McGee1-1/+2
2011-05-20Bail early if we don't have a valid lockfile pathDan McGee1-1/+2
2011-05-20Merge branch 'maint'Dan McGee1-9/+10
2011-05-16trans.c: create transaction prior to checking DB versionDave Reisner1-9/+10
2011-05-04Deal with unused function parameters correctlyAllan McRae1-2/+2
2011-04-21Header inclusion cleanupDan McGee1-4/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-1/+1
2011-04-16Merge branch 'maint'Dan McGee1-25/+7
2011-04-09Move documentation of public transaction functions to alpm.hRémy Oudompheng1-23/+5
2011-04-09Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng1-2/+2
2011-04-09libalpm: set pm_errno correctly in alpm_trans_get_flags()Rémy Oudompheng1-2/+2
2011-03-21Style change: return(x) --> return xDan McGee1-31/+31
2011-02-28Check local DB version before continuing transactionDan McGee1-2/+13
2011-02-28Move locking functions to where they are neededDan McGee1-7/+48
2011-02-28Fix trans no-argument function definitionsDan McGee1-3/+3
2011-02-27Fix double close of the lock fileJonathan Conder1-8/+5
2011-02-22Remove trans->skip_addDan McGee1-1/+0
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Detect undefined PATH_MAXAllan McRae1-0/+1
2010-12-13Merge branch 'maint'Dan McGee1-1/+1
2010-12-11Fix possible null pointer deref in check_archDan McGee1-1/+1
2010-10-13Move the cache stuff where it should beDan McGee1-1/+0
2010-08-27use execv to avoid using sh just to run ldconfigJonathan Conder1-1/+4
2010-08-24fgets invocation cleanupDan McGee1-2/+3
2010-07-07Check return value of fgets callsAllan McRae1-2/+1
2010-06-20Clarify testing within conditional statementsAllan McRae1-2/+2
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-11-16Refactor do/while cycle and multiple while cyclesLaszlo Papp1-1/+4
2009-10-19Size handling was changed in fgets() functionsLaszlo Papp1-1/+2
2009-10-11Rework the alpm_unpack functionsXavier Chantry1-1/+1
2009-10-11typing: a few more fixes for special int typesDan McGee1-2/+2
2009-09-12Change the interface for target loadingXavier Chantry1-94/+0
2009-09-09Remove transaction typeXavier Chantry1-198/+173
2009-09-09Use sync.c for upgrade transaction prepare and commitNagy Gabor1-13/+3
2009-09-06Check package arch before installingXavier Chantry1-0/+33
2009-07-23Introduce -SuuNagy Gabor1-2/+2
2009-07-16Run ldconfig inside chroot.Xavier Chantry1-87/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-07Introduce _alpm_pkg_free_trans()Nagy Gabor1-6/+1
2009-06-02Introduce PM_TRANS_FLAG_NOLOCKNagy Gabor1-12/+20
2009-04-11Remove pmsyncpkg_tNagy Gabor1-1/+6
2009-03-15Revert "popen does NOT require /bin/sh in a subchroot"Xavier Chantry1-7/+0