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