summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-25libalpm/package.c : fix infolevel bug in pkg_dupXavier Chantry1-11/+10
2008-07-25Fix vercmp and add additional testsDan McGee1-12/+14
2008-07-08New _alpm_dep_edge functionNagy Gabor1-12/+4
2008-07-08Don't duplicate packages in requiredby listNagy Gabor1-3/+2
2008-06-04Use correct C type for file sizesDan McGee1-2/+2
2008-05-30Fix versioncmp regression after updateDan McGee1-9/+27
2008-05-14Remove wrapper call around versioncmpDan McGee1-15/+2
2008-05-14Update _alpm_versioncmpDan McGee1-50/+102
2008-05-14Simplify _alpm_pkg_new()Dan McGee1-9/+1
2008-05-14Remove lazy init code from pkg name and version functionsDan McGee1-16/+0
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-9/+3
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor1-1/+1
2008-05-12Refactor pkg_load/parse_descfile into a new backend fileDan McGee1-243/+1
2008-04-26get_filename : use the FILENAME db field only.Chantry Xavier1-13/+0
2008-04-26Completely rework delta algorithmChantry Xavier1-0/+1
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-04-07libalpm error cleanup, step 1Dan McGee1-4/+4
2008-03-27Read .PKGINFO directly from package fileDan McGee1-50/+11
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 Xavier1-20/+7
2008-02-16Merge branch 'maint'Dan McGee1-3/+4
2008-02-14Ensure DESC infolevel is loaded before checking pkg->filenameDan McGee1-3/+4
2008-02-06libalpm/package.c : add _alpm_pkgname_pkg_cmp function.Nagy Gabor1-0/+6
2008-01-22Move the deptest code from frontend to backend.Chantry Xavier1-1/+1
2008-01-22Convert deltas to dynamic allocationDan McGee1-1/+2
2008-01-12Merge branch 'maint'Dan McGee1-1/+1
2008-01-12Add functions to manipulate pmdepend_t objectsDan McGee1-4/+7
2008-01-11Fix library interfaceDan McGee1-1/+1
2008-01-11Use dynamic string allocation in package structuresDan McGee1-30/+56
2008-01-08Remove upgradedelay and all code associated with itDan McGee1-23/+0
2008-01-08Remove unused date element from pmpkg_t structDan McGee1-2/+3
2008-01-02Small code cleanups with indents/spacesDan McGee1-3/+3
2007-12-29Remove .FILELIST generation from makepkg (and elsewhere)Dan McGee1-45/+19
2007-12-17Check for errors on descfile extractionDan McGee1-1/+5
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-09Improve changelog handling through addition of open/read/close functionsDan McGee1-0/+109
2007-11-20Add missing header includes for setlocaleDan McGee1-0/+1
2007-11-18Remove the IgnorePkg handling from alpm_pkg_compare_version.Chantry Xavier1-10/+0
2007-11-17Remove provide.c and provide.h .Chantry Xavier1-1/+0
2007-11-17libalpm: use FREELIST when possibleDan McGee1-2/+1
2007-11-17War on whitespaceDan McGee1-5/+5
2007-11-15Fix alpm_list_copy_dataDan McGee1-2/+4
2007-11-15Move alpm_splitdep usage to db_readDan McGee1-13/+5
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-23/+0
2007-11-11Implement IgnoreGroup.Nathan Jones1-1/+31
2007-11-09Fix some issues with localized dates/epoch usageDan McGee1-0/+2
2007-10-30Copy pmdelta_t objects in _alpm_pkg_dup()Dan McGee1-0/+2
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee1-14/+5
2007-10-20Add pmdelta_t structure and functions to libalpm.Nathan Jones1-0/+15