summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.h
Commit message (Expand)AuthorAge
* Convert package filelists to an array instead of linked listDan McGee2011-07-21
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Move alpm filelists to a struct objectDan McGee2011-07-03
* Make local_db_read() private to the local backendDan McGee2011-06-30
* Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae2011-06-28
* Rename pmpkgfrom_t to alpm_pkgfrom_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae2011-06-28
* Convert backup list to new pmbackup_t typeDan McGee2011-06-22
* Add handle argument to _alpm_pkg_should_ignore()Dan McGee2011-06-14
* Require handle for alpm_pkg_load()Dan McGee2011-06-13
* Add handle attribute to pmpkg_t structDan McGee2011-06-03
* Perform package verification at package load timeDan McGee2011-04-24
* Rein in the complexity of the signature typeDan McGee2011-04-24
* Include "config.h" in header files using off_tDan McGee2011-04-15
* Remove indirection on get_name and get_version operationsDan McGee2011-04-15
* Add functions for verifying database signatureAllan McRae2011-03-23
* Allow PGP signature to be read from sync databaseDan McGee2011-03-23
* Remove epoch as an independent fieldDan McGee2011-01-21
* Update copyright years for 2011Allan McRae2011-01-07
* Reorganize fields in package structDan McGee2010-12-14
* When setting package name, set hash value as wellDan McGee2010-12-14
* Abstract has_scriptlet() to package ops structDan McGee2010-12-13
* Add epoch support to pacman/libalpmDan McGee2010-10-13
* Complete rework of package accessor logicDan McGee2010-10-13
* Allow local and sync db to be treated separatelyDan McGee2010-10-13
* Fix some whitespace issuesAllan McRae2010-08-23
* Bump copyright dates to 2010Dan McGee2010-03-14
* int typing: s/unsigned short/int/ in libalpmDan McGee2009-10-11
* Update copyright headers and messagesDan McGee2009-07-01
* Introduce _alpm_pkg_free_trans()Nagy Gabor2009-06-07
* Remove pmsyncpkg_tNagy Gabor2009-04-11
* Use correct C type for file sizesDan McGee2008-06-04
* Remove wrapper call around versioncmpDan McGee2008-05-14
* Simplify _alpm_pkg_new()Dan McGee2008-05-13
* Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier2008-05-13
* Swap the parameters of alpm_pkg_findNagy Gabor2008-05-13
* Refactor pkg_load/parse_descfile into a new backend fileDan McGee2008-05-11
* Completely rework delta algorithmChantry Xavier2008-04-26
* libalpm/package.c : add _alpm_pkgname_pkg_cmp function.Nagy Gabor2008-02-06
* Merge branch 'maint'Dan McGee2008-01-11
|\
| * Fix library interfaceDan McGee2008-01-11
* | Use dynamic string allocation in package structuresDan 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
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* War on whitespaceDan McGee2007-11-16
* Remove REQUIREDBY usage from libalpmDan McGee2007-11-14