summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-40/+42
2007-07-09Remove gettext from any alpm_logaction callsDan McGee1-2/+2
2007-07-02Remove unnecessary and extra includesDan McGee1-2/+0
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor1-2/+2
2007-06-11Attempt to clean up _alpm_sync_prepareDan McGee1-64/+56
2007-06-11Ensure correct and consistent usage of depmissChantry Xavier1-52/+15
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee1-31/+70
2007-06-05Const correctness!Dan McGee1-5/+5
2007-06-02Remove freespace checking codeDan McGee1-11/+0
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-13/+14
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee1-7/+7
2007-05-10Fix IgnorePkg handling with replacement packagesAaron Griffin1-1/+3
2007-04-29libalpm util.c and util.h cleanupDan McGee1-3/+1
2007-04-29Remove STRNCPY macro from libalpmDan McGee1-1/+1
2007-04-28Remove FREELISTPTR macroDan McGee1-8/+9
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee1-6/+13
2007-04-28Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee1-1/+1
2007-04-27Remove FREESYNC macro and correctly type _alpm_sync_freeDan McGee1-6/+5
2007-04-27Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee1-3/+6
2007-04-27Clean up gettext on the libalpm sideDan McGee1-1/+0
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