summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.c
Commit message (Expand)AuthorAge
* Ensure DESC infolevel is loaded before checking pkg->filenameDan McGee2008-02-13
* Fix library interfaceDan McGee2008-01-11
* Remove upgradedelay and all code associated with itDan McGee2008-01-08
* Remove unused date element from pmpkg_t structDan McGee2008-01-08
* Small code cleanups with indents/spacesDan McGee2008-01-01
* Remove .FILELIST generation from makepkg (and elsewhere)Dan McGee2007-12-29
* Check for errors on descfile extractionDan McGee2007-12-16
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* Improve changelog handling through addition of open/read/close functionsDan McGee2007-12-09
* Add missing header includes for setlocaleDan McGee2007-11-20
* Remove the IgnorePkg handling from alpm_pkg_compare_version.Chantry Xavier2007-11-18
* Remove provide.c and provide.h .Chantry Xavier2007-11-17
* libalpm: use FREELIST when possibleDan McGee2007-11-16
* War on whitespaceDan McGee2007-11-16
* Fix alpm_list_copy_dataDan McGee2007-11-14
* Move alpm_splitdep usage to db_readDan McGee2007-11-14
* Remove REQUIREDBY usage from libalpmDan McGee2007-11-14
* Implement IgnoreGroup.Nathan Jones2007-11-11
* Fix some issues with localized dates/epoch usageDan McGee2007-11-08
* Copy pmdelta_t objects in _alpm_pkg_dup()Dan McGee2007-10-29
* libalpm: introduce MALLOC and CALLOC macrosDan McGee2007-10-29
* Add pmdelta_t structure and functions to libalpm.Nathan Jones2007-10-19
* libalpm/package.c : fix requiredby with multiple providers.Chantry Xavier2007-10-18
* libalpm/package.c: ensure we use package name when loading packagesDan McGee2007-10-08
* Fix backward compatibility with non-epoch builddatesDan McGee2007-10-08
* Support for localized times in metadataAaron Griffin2007-09-28
* Add 'full' parameter to alpm_pkg_loadDan McGee2007-09-28
* Remove package name dependency from libalpmDan McGee2007-09-28
* Preliminary support for optdependsDan McGee2007-09-25
* alpm: removed unused strtoupper wrapper, remove installeddate on parse_descfileDan McGee2007-09-23
* libalpm/package.c : fix for FS#8081, case sensitive comparisons in parse_desc...Chantry Xavier2007-09-23
* libalpm/package.c : add new alpm_pkg_compute_requiredby function.Chantry Xavier2007-09-11
* libalpm: add newlines to all strings passed to log callbackDan McGee2007-08-23
* Post trial install changes, round oneDan McGee2007-08-21
* libalpm/add.c,trans.c : cleanup of requiredby handling.Nagy Gabor2007-08-20
* Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee2007-08-20
* Remove support for SHA1 from pacman.Andrew Fyfe2007-08-16
* package.h: implement origin_data union in pmpkg_t structDan McGee2007-08-14
* Code cleanupDan McGee2007-08-14
* Reorder functions in libalpm/package.c for Doxygen purposesDan McGee2007-07-18
* Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee2007-07-12
* Remove 'buildtype' from libalpm and pacmanDan McGee2007-07-11
* Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee2007-07-10
* Add top level hidden file code to package.cDan McGee2007-07-08
* Allow multiple CacheDirs to be specifiedDan McGee2007-06-09
* Const correctness!Dan McGee2007-06-05
* Move functions out of alpm.c to where they belongDan McGee2007-06-04
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Fix extraneous "ignoring upgrade" output on Ignore'd packagesChantry Xavier2007-05-18
* Use alpm_depcmp in _alpm_pkg_update_requiredbyNagy Gabor2007-05-14