summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)Author
2008-01-11Fix library interfaceDan McGee
2008-01-09Move the fallback on providers from backend to frontend.Chantry Xavier
2008-01-05sync.c: add sanity check so we don't dereference a null pointerDan McGee
2008-01-01Fix another usage of pkg_new in _alpm_sync_addtargetDan McGee
2008-01-01Switch pkg_new -> pkg_dup in find_replacementsDan McGee
2007-12-28Allow NULL parameter in alpm_trans_commitAllan McRae
2007-12-21Check ignored packages in _alpm_sync_addtarget().Nathan Jones
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-02alpm_list : change the alpm_list_find* to return the matching item.Chantry Xavier
2007-12-02Add new --needed option for -S.Chantry Xavier
2007-12-01Minor fixes in sync.c and deps.c.Chantry Xavier
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier
2007-11-25Fix a memleak in _alpm_sync_free.Chantry Xavier
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier
2007-11-18Versioned provisions.Nagy Gabor
2007-11-18Add the pmconflict_t type.Nagy Gabor
2007-11-18Remove the IgnorePkg handling from alpm_pkg_compare_version.Chantry Xavier
2007-11-17Remove provide.c and provide.h .Chantry Xavier
2007-11-16War on whitespaceDan McGee
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-11Incorrect usage of alpm_db_whatprovides in sync.cNagy Gabor
2007-11-11Implement TotalDownload option.Nathan Jones
2007-11-11Implement IgnoreGroup.Nathan Jones
2007-10-29When printing size_t, use %zdDan McGee
2007-10-29libalpm/delta: add const to most methodsDan McGee
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-10-29Add some more debugging output to dep checking codeDan McGee
2007-10-26Dependency error/log messages fixNagy Gabor
2007-10-19Add download size to target list.Nathan Jones
2007-10-19Download delta files if UseDelta is set.Nathan Jones
2007-10-19Refactor md5sum checking.Nathan Jones
2007-10-08Add gcc format attribute to _alpm_log, catch a few bugs in the processDan McGee
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-08-20Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee
2007-08-17libalpm/sync.c : don't go back on STATE_PREPARED when committing fails.Chantry Xavier
2007-08-16Clean up MD5 code.Andrew Fyfe
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee
2007-07-20libalpm/sync.c : two memleak fixes in _alpm_sync_prepare.Nagy Gabor
2007-07-20libalpm/sync.c : fix DEPENDSONLY flag handling.Chantry Xavier
2007-07-15Add --asdeps option to pacmanDan McGee
2007-07-15libalpm/deps.c : cleanup + little fix for resolvedeps.Nagy Gabor
2007-07-14libalpm/sync.c : ldconfig is run twice.Nagy Gabor
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-09Remove gettext from any alpm_logaction callsDan McGee
2007-07-01Remove unnecessary and extra includesDan McGee
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor