summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.c
Commit message (Expand)AuthorAge
...
* Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle argument to all alpm_trans_*() methodsDan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Require handle argument to alpm_logaction()Dan McGee2011-06-09
* Remove global handle dependencies from sync/upgrade pathsDan McGee2011-06-03
* Remove global handle from remove.cDan McGee2011-06-03
* Remove global handle from util.cDan McGee2011-06-03
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Merge branch 'maint'Dan McGee2011-06-01
|\
| * Bail early if we don't have a valid lockfile pathDan McGee2011-05-19
* | Merge branch 'maint'Dan McGee2011-05-19
|\|
| * trans.c: create transaction prior to checking DB versionDave Reisner2011-05-16
* | Deal with unused function parameters correctlyAllan McRae2011-05-04
* | Header inclusion cleanupDan McGee2011-04-20
* | syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* | Merge branch 'maint'Dan McGee2011-04-15
|\|
| * Move documentation of public transaction functions to alpm.hRémy Oudompheng2011-04-09
| * Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng2011-04-09
| * libalpm: set pm_errno correctly in alpm_trans_get_flags()Rémy Oudompheng2011-04-09
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Check local DB version before continuing transactionDan McGee2011-02-28
* Move locking functions to where they are neededDan McGee2011-02-28
* Fix trans no-argument function definitionsDan McGee2011-02-28
* Fix double close of the lock fileJonathan Conder2011-02-27
* Remove trans->skip_addDan McGee2011-02-22
* Update copyright years for 2011Allan McRae2011-01-07
* Detect undefined PATH_MAXAllan McRae2010-12-29
* Merge branch 'maint'Dan McGee2010-12-12
|\
| * Fix possible null pointer deref in check_archDan McGee2010-12-10
* | Move the cache stuff where it should beDan McGee2010-10-13
* | use execv to avoid using sh just to run ldconfigJonathan Conder2010-08-27
* | fgets invocation cleanupDan McGee2010-08-23
* | Check return value of fgets callsAllan McRae2010-07-07
* | Clarify testing within conditional statementsAllan McRae2010-06-21
|/
* Bump copyright dates to 2010Dan McGee2010-03-14
* Refactor do/while cycle and multiple while cyclesLaszlo Papp2009-11-15
* Size handling was changed in fgets() functionsLaszlo Papp2009-10-19
* Rework the alpm_unpack functionsXavier Chantry2009-10-11
* typing: a few more fixes for special int typesDan McGee2009-10-11
* Change the interface for target loadingXavier Chantry2009-09-12
* Remove transaction typeXavier Chantry2009-09-08
* Use sync.c for upgrade transaction prepare and commitNagy Gabor2009-09-08
* Check package arch before installingXavier Chantry2009-09-06
* Introduce -SuuNagy Gabor2009-07-22
* Run ldconfig inside chroot.Xavier Chantry2009-07-16
* Update copyright headers and messagesDan McGee2009-07-01
* Introduce _alpm_pkg_free_trans()Nagy Gabor2009-06-07