summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.c
AgeCommit message (Expand)Author
2007-04-04* Fix FS#6798 - there is no reason to fail on a duplicate removal targetAaron 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
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin
2006-10-31Numerous changes:Aaron Griffin
2006-10-21Minor changes:Aaron Griffin
2006-10-20A handful of minor changes:Aaron Griffin
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin
2006-07-14Patch from FW: Better control over CTRL-C interruptions -- do not leave the D...Judd Vinet
2006-07-14spelling fixJudd Vinet
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet
2006-03-04- changed flags type from char to intAurelien Foret
2006-03-01added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug...Aurelien Foret
2006-02-22improved _alpm_list_free handlingAurelien Foret
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret
2006-01-10fixed a memory leak in the transaction cleanup codeAurelien Foret
2006-01-09- merged pkg_new and pkg_dummy functionsAurelien Foret
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2005-11-07added a FREESYNC macro to release pointers to pmsyncpkg_t structuresAurelien Foret
2005-10-10- more sanity checksAurelien Foret
2005-10-09added conversation callback support for transactionsJudd Vinet
2005-10-07Merging in recent fixes/additions from 2.9.7Judd Vinet
2005-05-04event transaction callback rework to prepare the introduction of a conversati...Aurelien Foret
2005-04-24added support for the package reason fieldAurelien Foret
2005-04-20bypass trans_prepare() if there is no targetAurelien Foret
2005-04-16- reworked transaction prototypesAurelien Foret
2005-04-06reverted back to trans->packages instead of install and remove queuesAurelien Foret
2005-04-06replaced transaction 'packages' field by 2 queues: one for packages to be ins...Aurelien Foret
2005-03-30started the work on "pacman_sync"Aurelien Foret
2005-03-16Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internalAurelien Foret
2005-03-15Initial revisionJudd Vinet