summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe1-12/+8
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee1-1/+1
2007-07-20libalpm/sync.c : two memleak fixes in _alpm_sync_prepare.Nagy Gabor1-8/+3
2007-07-20libalpm/sync.c : fix DEPENDSONLY flag handling.Chantry Xavier1-16/+9
2007-07-15Add --asdeps option to pacmanDan McGee1-5/+1
2007-07-15libalpm/deps.c : cleanup + little fix for resolvedeps.Nagy Gabor1-5/+2
2007-07-14libalpm/sync.c : ldconfig is run twice.Nagy Gabor1-6/+0
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee1-1/+0
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