summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.c
AgeCommit message (Expand)Author
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
2008-03-17Kill PM_TRANS_TYPE_ADD.Chantry Xavier
2008-03-10Remove trans->targetsNagy Gabor
2008-01-23libalpm/cache.c : don't duplicate packages in pkgcache.Chantry Xavier
2008-01-13FS#9183 : force correct permissions on tmp/.Jaroslaw Swierczynski
2007-12-28Allow NULL parameter in alpm_trans_commitAllan McRae
2007-12-10popen does NOT require /bin/sh in a subchrootAaron Griffin
2007-12-10Correct scriptlet usage patternAaron Griffin
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-25Fix a memleak in _alpm_sync_free.Chantry Xavier
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier
2007-11-18Fix sh and scriptlet interactionDan McGee
2007-11-18POSIX shell does not specify meaning of source operationDan McGee
2007-11-17Remove provide.c and provide.h .Chantry Xavier
2007-11-17Fix memleak in _alpm_trans_free with package listsDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-04Remove the newline automatically added by alpm_logaction.Chantry Xavier
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-10-14libalpm/trans.c : fix a recently introduced breakage in scriptlets handling.Chantry Xavier
2007-10-14libalpm/trans.c : remove the DBPath <-> RootDir dependence in runscriptlet.Chantry Xavier
2007-10-08Clean up the scriptlet fork code a bit, honor the child return valueDan McGee
2007-10-04Fail loudly is scriptlets cannot be run via /bin/shAaron Griffin
2007-09-16trans.c : reworking of transaction interruptionsChantry Xavier
2007-09-06libalpm/trans.c : remove the lock even on interrupted transactions.Chantry Xavier
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-08-20libalpm/add.c,trans.c : cleanup of requiredby handling.Nagy Gabor
2007-08-16Fix some errors spit out by -WextraDan McGee
2007-07-14Ensure requiredby entries are removed during an upgradeDan McGee
2007-07-12Some doxygen comments.Andrew Fyfe
2007-07-12Remove some more conditional include stuffDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-09libalpm/trans.c : exit the forked process correctly in case of errors.Chantry Xavier
2007-07-09Clean up the alpm handleDan McGee