summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Merge branch 'maint'Dan McGee1-6/+4
2008-02-07Remove alpm_sync_get_newversion functionNagy Gabor2-9/+0
2008-02-07alpm_sync_sysupgrade splitNagy Gabor2-44/+66
2008-02-07libalpm/add.c : safety check for fixing FS#9235.Chantry Xavier1-6/+4
2008-02-06libalpm/package.c : add _alpm_pkgname_pkg_cmp function.Nagy Gabor3-4/+9
2008-02-06New remove option : -u / --unneeded (FS#6505).Nagy Gabor4-7/+49
2008-01-27pmsyncpkg_t cleanupNagy Gabor3-70/+45
2008-01-27Fix PM_ERR_CONFLICTING_DEPS handling in sync.cNagy Gabor1-13/+14
2008-01-27New _alpm_conflict_dup functionNagy Gabor2-0/+12
2008-01-27small sync.c code clean-upNagy Gabor1-16/+6
2008-01-23libalpm/sync.c : conflicts resolving cleanup.Chantry Xavier1-153/+110
2008-01-23Fix flip-flopped parameters to CALLOC macroDan McGee1-2/+2
2008-01-23libalpm/cache.c : don't duplicate packages in pkgcache.Chantry Xavier2-13/+5
2008-01-23Add new public alpm_checkdbconflicts function.Chantry Xavier4-5/+11
2008-01-23small memleak fix in sync.c.Chantry Xavier1-1/+2
2008-01-21conflict.c: move debug message out of inner loopDan McGee1-2/+2
2008-01-21Fix memleak found by add004.pyDan McGee1-12/+8
2008-01-21New --asexplicit optionNagy Gabor2-10/+10
2008-01-21Move the deptest code from frontend to backend.Chantry Xavier6-6/+33
2008-01-21Convert deltas to dynamic allocationDan McGee4-19/+28
2008-01-18Merge branch 'maint'Dan McGee11-2188/+1783
2008-01-19Portuguese Brazilian translation update for pacman 3.1.1João Felipe Santos1-192/+170
2008-01-18Corrections of German translationMatthias Gorissen1-78/+33
2008-01-16Spanish translation update for pacman 3.1.1Juan Pablo Gonzalez1-220/+159
2008-01-16Czech translation update for pacman 3.1.1Vojtěch Gondžala1-32/+23
2008-01-16English (British) translation update for pacman 3.1.1Jeff Bailes1-18/+32
2008-01-16Hungarian translation update for pacman 3.1.1Nagy Gabor1-10/+0
2008-01-14Update message files for 3.1.1 releaseDan McGee11-1749/+1477
2008-01-14Merge branch 'maint'Dan McGee5-6/+14
2008-01-14Change the versioned provision format.Chantry Xavier2-3/+3
2008-01-13FS#9183 : force correct permissions on tmp/.Jaroslaw Swierczynski3-3/+9
2008-01-13Ensure correct dir permissions in the database.Chantry Xavier1-0/+2
2008-01-13Merge branch 'maint'Dan McGee3-11/+15
2008-01-13util.c : fix segfault when the cachedir isn't usable.Chantry Xavier1-2/+0
2008-01-12memleak fix with new dynamic depend structureDan McGee1-1/+1
2008-01-12libalpm/sync.c: don't duplicate packages for the sync->data field.Chantry Xavier1-35/+7
2008-01-12small checkdeps speed-upNagy Gabor1-8/+12
2008-01-12don't send CHECKDEPS_DONE event when NODEPS is set.Chantry Xavier1-1/+3
2008-01-12Store replaces in the local DB tooAaron Griffin1-28/+9
2008-01-11Merge branch 'maint'Dan McGee5-8/+8
2008-01-11Add functions to manipulate pmdepend_t objectsDan McGee3-28/+44
2008-01-11Only notify of dependency check in removal if performedAllan McRae1-2/+2
2008-01-11Fix library interfaceDan McGee4-6/+6
2008-01-11Use dynamic string allocation in package structuresDan McGee13-203/+284
2008-01-09Move the fallback on providers from backend to frontend.Chantry Xavier1-26/+2
2008-01-08Remove upgradedelay and all code associated with itDan McGee5-42/+0
2008-01-08Remove unused date element from pmpkg_t structDan McGee2-3/+3
2008-01-06conflict.c : fix for FS#8156, detect conflict between symlink and dir.Chantry Xavier1-5/+12
2008-01-05Don't stat cachedir immediatelyDan McGee2-8/+3
2008-01-05sync.c: add sanity check so we don't dereference a null pointerDan McGee1-6/+8