summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.c
AgeCommit message (Expand)Author
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
2007-07-09Remove gettext from any alpm_logaction callsDan McGee
2007-06-27Remove scriptlet START and DONE commands that we don't useDan McGee
2007-06-04Move functions out of alpm.c to where they belongDan McGee
2007-06-02Remove freespace checking codeDan McGee
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee
2007-04-29libalpm util.c and util.h cleanupDan McGee
2007-04-28Remove FREELISTPTR macroDan McGee
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee
2007-04-27Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee
2007-04-27Remove FREESYNC macro and correctly type _alpm_sync_freeDan McGee
2007-04-27Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
2007-04-04Backport changes from 3.0.1Aaron Griffin
2007-03-12* Fix an issue where the same dependency was recorded multiple times in theDan McGee
2007-03-07* Bug fix for makepkg dependency testing. This requires that weAaron Griffin
2007-03-06* Added missing header include guards in md5.h and sha1.h.Dan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-03* A little more hacking with wchar_t output, but nothing really changed inDan McGee
2007-03-03Big commit this time:Aaron Griffin
2007-03-01*** empty log message ***Aaron Griffin
2007-02-26* Enforce const char* params when using stringsAaron Griffin
2007-02-21* Fixed inconsistency of args- _alpm_db_read, _alpm_db_write.Dan McGee
2007-02-20* Updated conflict checking one last time. You can finally have a file moveDan McGee
2007-02-18Moved the update_depends function to trans.c, as it depends on a transactionAaron Griffin
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee