summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.h
Commit message (Expand)AuthorAge
* include config.h via MakefilesDave Reisner2011-12-21
* Introduce alpm_time_t typeDan McGee2011-10-12
* Pass package signature data up one more levelDan McGee2011-09-20
* Extract an _alpm_pkg_validate_internal() methodDan McGee2011-09-20
* Remove const specifier from changelog_read() void parameterDan McGee2011-09-18
* More package operations cleanupDan McGee2011-09-02
* Clean up handling of size fieldsDan McGee2011-09-02
* Removed multiple definitions of pkgfrom_tDiogo Sousa2011-08-28
* Refactor some args out of pkg_load_internalDan McGee2011-08-28
* Be more robust when copying package dataDan McGee2011-08-19
* Validate the sha256sum if availableDan McGee2011-08-15
* Remove checksum access indirectionDan McGee2011-08-15
* Load and allow access to sha256sumDan McGee2011-08-15
* 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