summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-02Add new --needed option for -S.Chantry Xavier1-9/+8
2007-12-01Minor fixes in sync.c and deps.c.Chantry Xavier1-1/+1
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor1-68/+32
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier1-24/+18
2007-11-25Fix a memleak in _alpm_sync_free.Chantry Xavier1-5/+2
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier1-92/+129
2007-11-19Versioned provisions.Nagy Gabor1-2/+2
2007-11-18Add the pmconflict_t type.Nagy Gabor1-35/+35
2007-11-18Remove the IgnorePkg handling from alpm_pkg_compare_version.Chantry Xavier1-18/+11
2007-11-17Remove provide.c and provide.h .Chantry Xavier1-1/+0
2007-11-17War on whitespaceDan McGee1-5/+5
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-49/+0
2007-11-11Incorrect usage of alpm_db_whatprovides in sync.cNagy Gabor1-4/+4
2007-11-11Implement TotalDownload option.Nathan Jones1-1/+11
2007-11-11Implement IgnoreGroup.Nathan Jones1-4/+3
2007-10-30When printing size_t, use %zdDan McGee1-2/+2
2007-10-29libalpm/delta: add const to most methodsDan McGee1-1/+1
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee1-4/+1
2007-10-29Add some more debugging output to dep checking codeDan McGee1-4/+5
2007-10-27Dependency error/log messages fixNagy Gabor1-1/+3
2007-10-20Add download size to target list.Nathan Jones1-0/+34
2007-10-20Download delta files if UseDelta is set.Nathan Jones1-3/+245
2007-10-20Refactor md5sum checking.Nathan Jones1-44/+89
2007-10-09Add gcc format attribute to _alpm_log, catch a few bugs in the processDan McGee1-2/+4
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-52/+52
2007-08-22Post trial install changes, round oneDan McGee1-4/+4
2007-08-20Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee1-92/+31
2007-08-17libalpm/sync.c : don't go back on STATE_PREPARED when committing fails.Chantry Xavier1-2/+0
2007-08-16Clean up MD5 code.Andrew Fyfe1-1/+0
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