summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-03-02New alpm_version functionNagy Gabor2-0/+6
2008-03-01Merge branch 'maint'Dan McGee1-1/+1
2008-03-01Set a missing pm_errno in _alpm_pkg_load()Nagy Gabor1-1/+1
2008-02-28libalpm: clean up of md5sum functions.Chantry Xavier6-135/+55
2008-02-28Start removing some junk from the function templateDan McGee2-23/+7
2008-02-28libalpm/dload.c : memleak fixes.Chantry Xavier1-13/+20
2008-02-28clean up dltotal leftover from 81a2a06818d367f852.Chantry Xavier1-9/+0
2008-02-26Merge branch 'maint'Dan McGee4-14/+14
2008-02-26Update simplified chinese (zh_CN) translation.甘露(Lu.Gan)1-9/+9
2008-02-26fix two broken translated strings.Chantry Xavier1-2/+2
2008-02-26xgettext : change pass-c-format flag to c-format.Chantry Xavier1-2/+2
2008-02-25Remove pmserver_t abstractionDan McGee9-214/+38
2008-02-25Add new stub download functions for use throughout the codeDan McGee4-31/+45
2008-02-25Move download code out of server.cDan McGee7-388/+464
2008-02-25More cleanup to alpm_listDan McGee1-20/+7
2008-02-25alpm_list.c clean-upNagy Gabor2-59/+63
2008-02-25libalpm/sync.c : fix poorly worded debug message.Chantry Xavier1-1/+1
2008-02-24Merge branch 'maint'Dan McGee3-3/+659
2008-02-24Update Russian translationSergey Tereschenko1-3/+3
2008-02-22Add new Simplified Chinese translation甘露(Lu.Gan)2-0/+656
2008-02-21Merge branch 'maint'Dan McGee3-352/+333
2008-02-19Final updates to Polish translationMateusz Herych1-172/+161
2008-02-18Update libalpm russian translation.Sergey Tereschenko1-178/+168
2008-02-18Do not warn about up to date package when downloading onlyAllan McRae1-2/+4
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee6-38/+61
2008-02-16Merge branch 'maint'Dan McGee8-57/+56
2008-02-15More small updates to German translationMatthias Gorissen1-3/+5
2008-02-15Merge branch 'translations' into maintDan McGee2-44/+34
2008-02-14Ensure DESC infolevel is loaded before checking pkg->filenameDan McGee2-7/+4
2008-02-12Updated Czech translation for 3.1.2 releaseVojtěch Gondžala1-35/+34
2008-02-12Update french translation.Chantry Xavier1-9/+0
2008-02-12Move some translations to their generic language codeDan McGee4-3/+3
2008-02-12ensure chk_fileconflicts reads entire file listDan McGee1-4/+10
2008-02-08Merge branch 'maint'Dan McGee1-6/+4
2008-02-08Remove alpm_sync_get_newversion functionNagy Gabor2-9/+0
2008-02-08alpm_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-24libalpm/sync.c : conflicts resolving cleanup.Chantry Xavier1-153/+110
2008-01-24Fix flip-flopped parameters to CALLOC macroDan McGee1-2/+2
2008-01-24libalpm/cache.c : don't duplicate packages in pkgcache.Chantry Xavier2-13/+5
2008-01-24Add new public alpm_checkdbconflicts function.Chantry Xavier4-5/+11
2008-01-24small memleak fix in sync.c.Chantry Xavier1-1/+2
2008-01-22conflict.c: move debug message out of inner loopDan McGee1-2/+2
2008-01-22Fix memleak found by add004.pyDan McGee1-12/+8