summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.c
AgeCommit message (Expand)Author
2011-05-19Merge branch 'maint'Dan McGee
2011-05-16trans.c: create transaction prior to checking DB versionDave Reisner
2011-05-04Deal with unused function parameters correctlyAllan McRae
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-15Merge branch 'maint'Dan McGee
2011-04-09Move documentation of public transaction functions to alpm.hRémy Oudompheng
2011-04-09Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng
2011-04-09libalpm: set pm_errno correctly in alpm_trans_get_flags()Rémy Oudompheng
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-28Check local DB version before continuing transactionDan McGee
2011-02-28Move locking functions to where they are neededDan McGee
2011-02-28Fix trans no-argument function definitionsDan McGee
2011-02-27Fix double close of the lock fileJonathan Conder
2011-02-22Remove trans->skip_addDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-29Detect undefined PATH_MAXAllan McRae
2010-12-12Merge branch 'maint'Dan McGee
2010-12-10Fix possible null pointer deref in check_archDan McGee
2010-10-13Move the cache stuff where it should beDan McGee
2010-08-27use execv to avoid using sh just to run ldconfigJonathan Conder
2010-08-23fgets invocation cleanupDan McGee
2010-07-07Check return value of fgets callsAllan McRae
2010-06-21Clarify testing within conditional statementsAllan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2009-11-15Refactor do/while cycle and multiple while cyclesLaszlo Papp
2009-10-19Size handling was changed in fgets() functionsLaszlo Papp
2009-10-11Rework the alpm_unpack functionsXavier Chantry
2009-10-11typing: a few more fixes for special int typesDan McGee
2009-09-12Change the interface for target loadingXavier Chantry
2009-09-08Remove transaction typeXavier Chantry
2009-09-08Use sync.c for upgrade transaction prepare and commitNagy Gabor
2009-09-06Check package arch before installingXavier Chantry
2009-07-22Introduce -SuuNagy Gabor
2009-07-16Run ldconfig inside chroot.Xavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-06-07Introduce _alpm_pkg_free_trans()Nagy Gabor
2009-06-01Introduce PM_TRANS_FLAG_NOLOCKNagy Gabor
2009-04-11Remove pmsyncpkg_tNagy Gabor
2009-03-15Revert "popen does NOT require /bin/sh in a subchroot"Xavier Chantry
2009-03-15runscriptlet : Flush open fds before fork() to avoid cloning buffersXavier Chantry
2008-10-31-Qu reworkNagy Gabor
2008-10-28Merge branch 'maint'Dan McGee
2008-10-18Correctly close the pipe used for scriptlet executionDan McGee
2008-10-12Merge branch 'maint'Dan McGee
2008-10-12libalpm: handle syscall interruption correctlyDan McGee
2008-09-03Remove unnecessary initialization in new functionsDan McGee
2008-07-15_alpm_db_add_pkgincache reworkNagy Gabor
2008-06-15Use access() instead of stat() when possibleDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee