summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/trans.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-15Patch from FW: Better control over CTRL-C interruptions -- do not leave the D...Judd Vinet1-0/+2
2006-07-15spelling fixJudd Vinet1-1/+1
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-1/+2
2006-03-04- changed flags type from char to intAurelien Foret1-1/+1
2006-03-01added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug...Aurelien Foret1-0/+2
2006-02-22improved _alpm_list_free handlingAurelien Foret1-1/+3
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-26/+26
2006-01-10fixed a memory leak in the transaction cleanup codeAurelien Foret1-1/+2
2006-01-09- merged pkg_new and pkg_dummy functionsAurelien Foret1-4/+0
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret1-2/+2