summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/trans.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-29libalpm util.c and util.h cleanupDan McGee1-2/+256
2007-04-28Remove FREELISTPTR macroDan McGee1-1/+1
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee1-1/+6
2007-04-28Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee1-2/+2
2007-04-27Remove FREESYNC macro and correctly type _alpm_sync_freeDan McGee1-1/+2
2007-04-27Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee1-3/+1
2007-04-27Clean up gettext on the libalpm sideDan McGee1-1/+0
2007-04-04Backport changes from 3.0.1Aaron Griffin1-1/+2
2007-03-12* Fix an issue where the same dependency was recorded multiple times in theDan McGee1-11/+22
2007-03-07* Bug fix for makepkg dependency testing. This requires that weAaron Griffin1-1/+1
2007-03-06* Added missing header include guards in md5.h and sha1.h.Dan McGee1-1/+1
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-2/+5
2007-03-03* A little more hacking with wchar_t output, but nothing really changed inDan McGee1-7/+8
2007-03-03Big commit this time:Aaron Griffin1-14/+20
2007-03-01*** empty log message ***Aaron Griffin1-1/+4
2007-02-26* Enforce const char* params when using stringsAaron Griffin1-2/+2
2007-02-21* Fixed inconsistency of args- _alpm_db_read, _alpm_db_write.Dan McGee1-2/+2
2007-02-20* Updated conflict checking one last time. You can finally have a file moveDan McGee1-2/+4
2007-02-18Moved the update_depends function to trans.c, as it depends on a transactionAaron Griffin1-0/+93
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin1-0/+14
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin1-2/+2
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee1-1/+1
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-2/+4
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-8/+8
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin1-0/+35
2006-10-31Numerous changes:Aaron Griffin1-1/+1
2006-10-21Minor changes:Aaron Griffin1-2/+0
2006-10-20A handful of minor changes:Aaron Griffin1-3/+3
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-4/+12