summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/trans.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-15runscriptlet : Flush open fds before fork() to avoid cloning buffersXavier Chantry1-0/+3
2008-11-01-Qu reworkNagy Gabor1-12/+1
2008-10-29Merge branch 'maint'Dan McGee1-3/+3
2008-10-19Correctly close the pipe used for scriptlet executionDan McGee1-3/+3
2008-10-13Merge branch 'maint'Dan McGee1-3/+2
2008-10-13libalpm: handle syscall interruption correctlyDan McGee1-3/+2
2008-09-03Remove unnecessary initialization in new functionsDan McGee1-9/+0
2008-07-16_alpm_db_add_pkgincache reworkNagy Gabor1-2/+1
2008-06-16Use access() instead of stat() when possibleDan McGee1-4/+4
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-03-18Kill PM_TRANS_TYPE_ADD.Chantry Xavier1-3/+0
2008-03-11Remove trans->targetsNagy Gabor1-18/+0
2008-01-24libalpm/cache.c : don't duplicate packages in pkgcache.Chantry Xavier1-1/+2
2008-01-14FS#9183 : force correct permissions on tmp/.Jaroslaw Swierczynski1-1/+1
2007-12-29Allow NULL parameter in alpm_trans_commitAllan McRae1-1/+3
2007-12-11popen does NOT require /bin/sh in a subchrootAaron Griffin1-3/+3
2007-12-11Correct scriptlet usage patternAaron Griffin1-5/+2
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-25Fix a memleak in _alpm_sync_free.Chantry Xavier1-8/+2
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier1-1/+2
2007-11-18Fix sh and scriptlet interactionDan McGee1-4/+11
2007-11-18POSIX shell does not specify meaning of source operationDan McGee1-2/+2
2007-11-17Remove provide.c and provide.h .Chantry Xavier1-1/+0
2007-11-17Fix memleak in _alpm_trans_free with package listsDan McGee1-8/+5
2007-11-17War on whitespaceDan McGee1-2/+2
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-65/+0
2007-11-05Remove the newline automatically added by alpm_logaction.Chantry Xavier1-1/+1
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee1-2/+17
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee1-4/+1
2007-10-15libalpm/trans.c : fix a recently introduced breakage in scriptlets handling.Chantry Xavier1-6/+10
2007-10-15libalpm/trans.c : remove the DBPath <-> RootDir dependence in runscriptlet.Chantry Xavier1-15/+21
2007-10-09Clean up the scriptlet fork code a bit, honor the child return valueDan McGee1-3/+20
2007-10-05Fail loudly is scriptlets cannot be run via /bin/shAaron Griffin1-0/+7
2007-09-17trans.c : reworking of transaction interruptionsChantry Xavier1-11/+23
2007-09-07libalpm/trans.c : remove the lock even on interrupted transactions.Chantry Xavier1-2/+3
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-19/+19
2007-08-22Post trial install changes, round oneDan McGee1-1/+1
2007-08-20libalpm/add.c,trans.c : cleanup of requiredby handling.Nagy Gabor1-61/+12
2007-08-16Fix some errors spit out by -WextraDan McGee1-1/+1
2007-07-14Ensure requiredby entries are removed during an upgradeDan McGee1-7/+14
2007-07-12Some doxygen comments.Andrew Fyfe1-0/+5
2007-07-12Remove some more conditional include stuffDan McGee1-3/+0
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-8/+8
2007-07-09libalpm/trans.c : exit the forked process correctly in case of errors.Chantry Xavier1-2/+2
2007-07-09Clean up the alpm handleDan McGee1-6/+0
2007-07-09Remove gettext from any alpm_logaction callsDan McGee1-1/+1
2007-06-28Remove scriptlet START and DONE commands that we don't useDan McGee1-32/+1
2007-06-05Move functions out of alpm.c to where they belongDan McGee1-0/+166
2007-06-02Remove freespace checking codeDan McGee1-79/+0
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee1-3/+3