summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/trans.c
AgeCommit message (Expand)AuthorFilesLines
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
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