summaryrefslogtreecommitdiffstats
path: root/src/pacman/add.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-08Remove frontend add code that is no longer necessaryDan McGee1-191/+0
2008-02-25Remove done and failed msg when loading targets.Chantry Xavier1-3/+1
2008-02-17Add gettext call to 2 'failed' messagesDan McGee1-1/+1
2008-02-03Clarify the "failed to add target" errors.Chantry Xavier1-2/+3
2008-01-20two string fixes.Chantry Xavier1-1/+1
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
2007-12-09src/pacman/: use the FREELIST macro when possible.Chantry Xavier1-2/+1
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier1-0/+1
2007-11-18Add the pmconflict_t type.Nagy Gabor1-3/+2
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier1-9/+9
2007-11-17War on whitespaceDan McGee1-4/+4
2007-11-04Clean up usage of extern variablesDan McGee1-2/+0
2007-10-25Add alpm_dep_get_string methodNagy Gabor1-15/+3
2007-09-12make alpm_strerror binding friendlyStefano Esposito1-5/+5
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier1-7/+9
2007-06-17Remove some use of goto in the pacman frontendDan McGee1-15/+22
2007-06-13Remove some more diskspace checking holdover stuffDan McGee1-14/+0
2007-06-09Fix up things after the last few changesDan McGee1-1/+2
2007-06-04Remove hardcoded defines from libalpmDan McGee1-1/+1
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-2/+1
2007-04-27Remove output.c and output.hDan McGee1-1/+0
2007-04-26Remove ERR calls from the codeDan McGee1-7/+7
2007-04-26Remove MSG output macro (#define and in code)Dan McGee1-15/+16
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee1-1/+1
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee1-1/+1
2007-04-25add.c and remove.c cleanupDan McGee1-23/+45
2007-04-25Remove more unnecessary stuffDan McGee1-1/+0
2007-04-25Remove unnecessary includes of downloadprog.hDan McGee1-1/+0
2007-04-25Remove single-function upgrade.cDan McGee1-1/+9
2007-04-25Merge single-function header files on pacman sideDan McGee1-1/+1
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-1/+4
2007-03-01* Just a note for future referenceAaron Griffin1-0/+4
2007-02-23* conflicts are returned with the full path, so prepending root is redundantAaron Griffin1-4/+2
2007-02-14* Updated a too-verbose message in pacman/add.c. (shouldn't be an issue withiDan McGee1-1/+1
2007-02-04* Added archive verification when loading package metadata for -u and -AAaron Griffin1-1/+1
2007-02-03Add newlines to error messagesDan McGee1-2/+2
2007-02-01* Tried to clean up newline display a bit in the frontend.Dan McGee1-1/+2
2007-01-31Debug logging changes:Aaron Griffin1-3/+3
2007-01-31More uninitialized stuff... I believe these were removed at some point. ShouldAaron Griffin1-1/+1
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin1-1/+1
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-3/+11
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-14/+15
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin1-13/+13
2006-11-22* Fixed a double free which happened in 2 cases in --syncAaron Griffin1-4/+4
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-5/+5
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-1/+1
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-12/+22
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-13/+15
2006-02-05added support for the PM_CONFLICT structure to handle file conflictsAurelien Foret1-3/+14
2006-01-27added missing retval values in trans_release error casesAurelien Foret1-0/+1