summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-18libalpm/package.c : fix requiredby with multiple providers.Chantry Xavier1-5/+2
2007-10-09libalpm/package.c: ensure we use package name when loading packagesDan McGee1-4/+7
2007-10-09Fix backward compatibility with non-epoch builddatesDan McGee1-3/+8
2007-09-28Support for localized times in metadataAaron Griffin1-7/+9
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee1-14/+26
2007-09-28Remove package name dependency from libalpmDan McGee1-99/+2
2007-09-26Preliminary support for optdependsDan McGee1-1/+18
2007-09-23alpm: removed unused strtoupper wrapper, remove installeddate on parse_descfileDan McGee1-2/+0
2007-09-23libalpm/package.c : fix for FS#8081, case sensitive comparisons in parse_desc...Chantry Xavier1-17/+16
2007-09-12libalpm/package.c : add new alpm_pkg_compute_requiredby function.Chantry Xavier1-38/+47
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-22/+22
2007-08-22Post trial install changes, round oneDan McGee1-1/+1
2007-08-20libalpm/add.c,trans.c : cleanup of requiredby handling.Nagy Gabor1-0/+3
2007-08-20Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee1-12/+4
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe1-65/+0
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee1-35/+40
2007-08-14Code cleanupDan McGee1-17/+0
2007-07-18Reorder functions in libalpm/package.c for Doxygen purposesDan McGee1-414/+413
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee1-1/+95
2007-07-12Remove 'buildtype' from libalpm and pacmanDan McGee1-16/+0
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-5/+5