summaryrefslogtreecommitdiff
path: root/src/pacman/add.c
Commit message (Expand)AuthorAge
* Remove frontend add code that is no longer necessaryDan McGee2008-03-08
* Remove done and failed msg when loading targets.Chantry Xavier2008-02-25
* Add gettext call to 2 'failed' messagesDan McGee2008-02-16
* Clarify the "failed to add target" errors.Chantry Xavier2008-02-02
* two string fixes.Chantry Xavier2008-01-20
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* src/pacman/: use the FREELIST macro when possible.Chantry Xavier2007-12-08
* Fix several memleaks, mostly related to errors handling.Chantry Xavier2007-11-25
* Add the pmconflict_t type.Nagy Gabor2007-11-18
* Simple s/conflict/fileconflict/ renaming.Chantry Xavier2007-11-18
* War on whitespaceDan McGee2007-11-16
* Clean up usage of extern variablesDan McGee2007-11-04
* Add alpm_dep_get_string methodNagy Gabor2007-10-25
* make alpm_strerror binding friendlyStefano Esposito2007-09-11
* new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier2007-07-16
* Remove some use of goto in the pacman frontendDan McGee2007-06-17
* Remove some more diskspace checking holdover stuffDan McGee2007-06-13
* Fix up things after the last few changesDan McGee2007-06-09
* Remove hardcoded defines from libalpmDan McGee2007-06-04
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Remove output.c and output.hDan McGee2007-04-26
* Remove ERR calls from the codeDan McGee2007-04-26
* Remove MSG output macro (#define and in code)Dan McGee2007-04-26
* Move log.c/h -> output.c/h to properly reflect what is containedDan McGee2007-04-26
* Pacman side code consolidation- unify callback functions to one fileDan McGee2007-04-26
* add.c and remove.c cleanupDan McGee2007-04-25
* Remove more unnecessary stuffDan McGee2007-04-25
* Remove unnecessary includes of downloadprog.hDan McGee2007-04-25
* Remove single-function upgrade.cDan McGee2007-04-25
* Merge single-function header files on pacman sideDan McGee2007-04-25
* 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