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