summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.c
Commit message (Expand)AuthorAge
* Fix memory leak in alpm_pkg_checkmd5sumAllan McRae2017-01-04
* Add alpm_pkg_get_makedepends and alpm_pkg_get_checkdependsMark Weiman2017-01-04
* Update copyright yearsAllan McRae2017-01-04
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* Add ALPM_ERR_OK to _alpm_errno_tIvy Foster2016-10-22
* do not rely on localdb for hook matchingAndrew Gregory2016-02-23
* Update copyright years for 2016Allan McRae2016-01-04
* Update copyright notices for 2015Allan McRae2015-02-01
* Merge branch 'maint'Allan McRae2014-12-27
|\
| * fix duplication of package sha256sumAllan McRae2014-12-27
* | libalpm: Add accessors for the base fieldJohannes Löthberg2014-12-24
* | libalpm: Parse and write PKGBASEsJohannes Löthberg2014-12-24
|/
* libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz2014-09-30
* replace strdup with STRDUPAndrew Gregory2014-08-04
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* Copy validation field in _alpm_pkg_dupAllan McRae2014-01-06
* Expose alpm_pkg_should_ignoreAllan McRae2013-10-31
* alpm_filelist: remove resolved_pathAndrew Gregory2013-06-03
* Update copyright year for 2013Allan McRae2013-01-03
* Add public functions for accessing mtree dataAllan McRae2012-12-14
* Add internal functions for reading mtree file from local dbAllan McRae2012-12-14
* Make alpm_pkg_find publicAllan McRae2012-12-14
* Add "Optional for" to package information outputAllan McRae2012-12-14
* _alpm_filelist_resolve: use original filenames where possibleAndrew Gregory2012-12-14
* Add resolved_path to alpm_filelist_tAllan McRae2012-12-14
* Move filelist functions into separate source fileDan McGee2012-08-02
* Pointer coding style cleanupsDan McGee2012-04-24
* Prefix alpm_pkgfrom_t members with ALPM_Allan McRae2012-04-07
* Remove _alpm_csumAllan McRae2012-03-08
* Add information on how an installed package was validatedAllan McRae2012-03-08
* Hook new optdepend structures upBenedikt Morbach2012-03-08
* Update copyright yearsAllan McRae2012-02-20
* include config.h via MakefilesDave Reisner2011-12-21
* Add helper function for duplicating depends listsDan McGee2011-11-30
* add support for back end fnmatch'd optionsDave Reisner2011-11-13
* invert iteration order for ignoregroupDave Reisner2011-11-11
* Introduce alpm_time_t typeDan McGee2011-10-12
* Revert "libalpm: compare pkgname with strcoll"Dan McGee2011-09-27
* Remove all usages of alpm_list_getdata() from the libraryDan McGee2011-09-20
* Remove const specifier from changelog_read() void parameterDan McGee2011-09-18
* Remove dead changelog_feof() codeDan McGee2011-09-18
* More package operations cleanupDan McGee2011-09-02
* Clean up handling of size fieldsDan McGee2011-09-02
* Allow access to package origin dataDan McGee2011-08-28
* Be more robust when copying package dataDan McGee2011-08-19
* Remove usages of alpm_list_next() in backendDan McGee2011-08-18
* Remove use of no-op accessor functions in libraryDan McGee2011-08-18
* Enhance and utilize database status flagsDan McGee2011-08-18
* Parse conflicts/provides/replaces at database load timeDan McGee2011-08-15