summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.c
Commit message (Expand)AuthorAge
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * A little more hacking with wchar_t output, but nothing really changed inDan McGee2007-03-03
* Big commit this time:Aaron Griffin2007-03-03
* *** empty log message ***Aaron Griffin2007-03-01
* * Enforce const char* params when using stringsAaron Griffin2007-02-26
* * Fixed inconsistency of args- _alpm_db_read, _alpm_db_write.Dan McGee2007-02-21
* * Updated conflict checking one last time. You can finally have a file moveDan McGee2007-02-20
* Moved the update_depends function to trans.c, as it depends on a transactionAaron Griffin2007-02-18
* K. Piche <kevin.piche@cgi.com>Aaron Griffin2007-01-30
* K. Piche <kpiche@rogers.com>Aaron Griffin2007-01-30
* Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee2007-01-30
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
* Numerous changes:Aaron Griffin2006-10-31
* Minor changes:Aaron Griffin2006-10-21
* A handful of minor changes:Aaron Griffin2006-10-20
* Merged frugalware changes (too many to list). Also added some config fileAaron Griffin2006-10-15
* Patch from FW: Better control over CTRL-C interruptions -- do not leave the D...Judd Vinet2006-07-14
* spelling fixJudd Vinet2006-07-14
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* - changed flags type from char to intAurelien Foret2006-03-04
* added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug...Aurelien Foret2006-03-01
* improved _alpm_list_free handlingAurelien Foret2006-02-22
* prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret2006-02-17
* fixed a memory leak in the transaction cleanup codeAurelien Foret2006-01-10
* - merged pkg_new and pkg_dummy functionsAurelien Foret2006-01-09
* sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret2006-01-07
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* added a FREESYNC macro to release pointers to pmsyncpkg_t structuresAurelien Foret2005-11-07
* - more sanity checksAurelien Foret2005-10-10
* added conversation callback support for transactionsJudd Vinet2005-10-09
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
* event transaction callback rework to prepare the introduction of a conversati...Aurelien Foret2005-05-04
* added support for the package reason fieldAurelien Foret2005-04-24
* bypass trans_prepare() if there is no targetAurelien Foret2005-04-20
* - reworked transaction prototypesAurelien Foret2005-04-16
* reverted back to trans->packages instead of install and remove queuesAurelien Foret2005-04-06
* replaced transaction 'packages' field by 2 queues: one for packages to be ins...Aurelien Foret2005-04-06
* started the work on "pacman_sync"Aurelien Foret2005-03-30
* Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internalAurelien Foret2005-03-16
* Initial revisionJudd Vinet2005-03-15