summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-26Fix some fallout from the delta/download changesDan McGee1-4/+14
2008-04-26get_filename : use the FILENAME db field only.Chantry Xavier1-0/+4
2008-04-26libalpm/sync.c : memleak fixes.Chantry Xavier1-9/+8
2008-04-26Get rid of the delta patches listChantry Xavier1-76/+67
2008-04-26Completely rework delta algorithmChantry Xavier1-106/+69
2008-04-26Rework delta struct and modify code accordinglyDan McGee1-18/+13
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-03-23Avoid duplicated target names.Nagy Gabor1-20/+25
2008-03-22Kill the dependsonly option.Chantry Xavier1-9/+3
2008-03-18Kill PM_TRANS_TYPE_ADD.Chantry Xavier1-1/+1
2008-03-11Remove trans->targetsNagy Gabor1-7/+4
2008-02-28libalpm: clean up of md5sum functions.Chantry Xavier1-102/+24
2008-02-28clean up dltotal leftover from 81a2a06818d367f852.Chantry Xavier1-9/+0
2008-02-26Merge branch 'maint'Dan McGee1-1/+1
2008-02-25Remove pmserver_t abstractionDan McGee1-1/+0
2008-02-25Add new stub download functions for use throughout the codeDan McGee1-2/+2
2008-02-25Move download code out of server.cDan McGee1-0/+1
2008-02-25libalpm/sync.c : fix poorly worded debug message.Chantry Xavier1-1/+1
2008-02-21Merge branch 'maint'Dan McGee1-2/+4
2008-02-18Do not warn about up to date package when downloading onlyAllan McRae1-2/+4
2008-02-08Remove alpm_sync_get_newversion functionNagy Gabor1-8/+0
2008-02-08alpm_sync_sysupgrade splitNagy Gabor1-44/+65
2008-01-27pmsyncpkg_t cleanupNagy Gabor1-58/+40
2008-01-27Fix PM_ERR_CONFLICTING_DEPS handling in sync.cNagy Gabor1-13/+14
2008-01-27small sync.c code clean-upNagy Gabor1-16/+6
2008-01-24libalpm/sync.c : conflicts resolving cleanup.Chantry Xavier1-153/+110
2008-01-24Add new public alpm_checkdbconflicts function.Chantry Xavier1-1/+2
2008-01-24small memleak fix in sync.c.Chantry Xavier1-1/+2
2008-01-13libalpm/sync.c: don't duplicate packages for the sync->data field.Chantry Xavier1-35/+7
2008-01-12Merge branch 'maint'Dan McGee1-2/+2
2008-01-11Fix library interfaceDan McGee1-2/+2
2008-01-11Use dynamic string allocation in package structuresDan McGee1-10/+23
2008-01-10Move the fallback on providers from backend to frontend.Chantry Xavier1-26/+2
2008-01-06sync.c: add sanity check so we don't dereference a null pointerDan McGee1-6/+8
2008-01-02Fix another usage of pkg_new in _alpm_sync_addtargetDan McGee1-2/+1
2008-01-02Switch pkg_new -> pkg_dup in find_replacementsDan McGee1-1/+1
2007-12-29Allow NULL parameter in alpm_trans_commitAllan McRae1-18/+28
2007-12-21Check ignored packages in _alpm_sync_addtarget().Nathan Jones1-0/+8
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-03alpm_list : change the alpm_list_find* to return the matching item.Chantry Xavier1-1/+1
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