summaryrefslogtreecommitdiff
path: root/src/pacman/add.c
AgeCommit message (Expand)Author
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-01* Just a note for future referenceAaron Griffin
2007-02-23* conflicts are returned with the full path, so prepending root is redundantAaron Griffin
2007-02-14* Updated a too-verbose message in pacman/add.c. (shouldn't be an issue withiDan McGee
2007-02-04* Added archive verification when loading package metadata for -u and -AAaron Griffin
2007-02-03Add newlines to error messagesDan McGee
2007-02-01* Tried to clean up newline display a bit in the frontend.Dan McGee
2007-01-31Debug logging changes:Aaron Griffin
2007-01-31More uninitialized stuff... I believe these were removed at some point. ShouldAaron Griffin
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin
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-11-22* Fixed a double free which happened in 2 cases in --syncAaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet
2006-02-05added support for the PM_CONFLICT structure to handle file conflictsAurelien Foret
2006-01-27added missing retval values in trans_release error casesAurelien Foret
2006-01-26- fixed a compilation warningAurelien Foret
2006-01-17code cleanupAurelien Foret
2006-01-13code cleanupAurelien 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-10-29fixed some compilation warningsAurelien Foret
2005-10-29renamed pmconfig_t to config_tAurelien Foret
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret
2005-10-09added conversation callback support for transactionsJudd Vinet
2005-04-17fixed a user messageAurelien Foret
2005-04-06reworked MSG and ERR outputsAurelien Foret
2005-03-29turned pmdepmissing_t into an opaque structureAurelien Foret
2005-03-19Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret
2005-03-15Initial revisionJudd Vinet