summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)Author
2007-03-28Fix --ignore behavior on sysupgradeDan McGee
2007-03-21* Fix asking the user to upgrade when using -SpAaron Griffin
2007-03-20* Fix pacman -Se which installs depends only, as it was brokenAaron Griffin
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-04* Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin
2007-03-04* Maybe that call to _alpm_trans_update_depends was necessary. Added it backDan McGee
2007-03-03Big commit this time:Aaron Griffin
2007-03-01* Modified values of INFRQ_* options so we start at 0x01 and not 0x00. ThisDan McGee
2007-02-26* Enforce const char* params when using stringsAaron Griffin
2007-02-23* Too much debugging output in the alpm_pkg_compare_versions functionAaron Griffin
2007-02-23* Modified the handling and output w.r.t. IgnorePkg entries. -Sy always ignoresAaron Griffin
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin
2007-02-13* Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin
2007-02-07Cleanup and more debug info for alpm_pkg_compare_versionsAaron Griffin
2007-02-06Attempt to unify the -S and -Su version comparissons for when a package is newerAaron Griffin
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin
2007-02-01* Minor output fix (move colon so it's not part of the URL)Aaron Griffin
2007-01-31Debug logging changes:Aaron Griffin
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-03* bug fix FS#6100 - fix --print-uris outputAaron Griffin
2007-01-02* Missing error label in sync.cAaron Griffin
2006-12-29* Removed latest fix from TODO.autoconfAaron Griffin
2006-12-22Cleanup from Dan McGee <dpmcgee@gmail.com> and Jürgen Hötzel <juergen@hoet...Aaron Griffin
2006-12-01* Cosmetic changes and typo fixesAaron Griffin
2006-11-24* Fixed some error output for "-Sd" and "-Rsc" dealing with missing/ignoredAaron Griffin
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin
2006-11-14* has_archname changesAaron Griffin
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin
2006-11-01Fixed pacman -U:Aaron Griffin
2006-10-31Numerous changes:Aaron Griffin
2006-10-21Minor changes:Aaron Griffin
2006-10-20A handful of minor changes:Aaron Griffin
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin
2006-09-28removed libtar support in favour of libarchiveJudd Vinet
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet
2006-03-09code cleanupAurelien Foret
2006-03-04added a FLAG_NOCONFLICTAurelien Foret
2006-03-02code cleanupAurelien Foret
2006-03-01added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug...Aurelien Foret
2006-02-22improved _alpm_list_free handlingAurelien Foret
2006-02-22skipped conflict resolution for targets removed from transaction setAurelien Foret
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret
2006-02-16code cleanupAurelien Foret