summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-23do not rely on localdb for hook matchingAndrew Gregory1-0/+3
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-12-27Merge branch 'maint'Allan McRae1-1/+1
2014-12-27fix duplication of package sha256sumAllan McRae1-1/+1
2014-12-24libalpm: Add accessors for the base fieldJohannes Löthberg1-0/+9
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg1-0/+2
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz1-1/+1
2014-08-04replace strdup with STRDUPAndrew Gregory1-1/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2014-01-06Copy validation field in _alpm_pkg_dupAllan McRae1-0/+1
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae1-1/+1
2013-06-03alpm_filelist: remove resolved_pathAndrew Gregory1-19/+3
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Add public functions for accessing mtree dataAllan McRae1-0/+25
2012-12-14Add internal functions for reading mtree file from local dbAllan McRae1-0/+21
2012-12-14Make alpm_pkg_find publicAllan McRae1-1/+1
2012-12-14Add "Optional for" to package information outputAllan McRae1-7/+27
2012-12-14_alpm_filelist_resolve: use original filenames where possibleAndrew Gregory1-6/+13
2012-12-14Add resolved_path to alpm_filelist_tAllan McRae1-1/+10
2012-08-02Move filelist functions into separate source fileDan McGee1-9/+0
2012-04-25Pointer coding style cleanupsDan McGee1-1/+1
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae1-9/+9
2012-03-09Remove _alpm_csumAllan McRae1-1/+1
2012-03-09Add information on how an installed package was validatedAllan McRae1-0/+9
2012-03-09Hook new optdepend structures upBenedikt Morbach1-2/+2
2012-02-20Update copyright yearsAllan McRae1-1/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-01Add helper function for duplicating depends listsDan McGee1-27/+31
2011-11-13add support for back end fnmatch'd optionsDave Reisner1-2/+2
2011-11-11invert iteration order for ignoregroupDave Reisner1-2/+2
2011-10-12Introduce alpm_time_t typeDan McGee1-5/+5
2011-09-28Revert "libalpm: compare pkgname with strcoll"Dan McGee1-1/+1
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee1-1/+1
2011-09-19Remove const specifier from changelog_read() void parameterDan McGee1-2/+2
2011-09-19Remove dead changelog_feof() codeDan McGee1-7/+0
2011-09-03More package operations cleanupDan McGee1-7/+4
2011-09-03Clean up handling of size fieldsDan McGee1-4/+1
2011-08-29Allow access to package origin dataDan McGee1-0/+7
2011-08-19Be more robust when copying package dataDan McGee1-4/+24
2011-08-18Remove usages of alpm_list_next() in backendDan McGee1-7/+7
2011-08-18Remove use of no-op accessor functions in libraryDan McGee1-3/+2
2011-08-18Enhance and utilize database status flagsDan McGee1-1/+1
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee1-6/+16
2011-08-15Validate the sha256sum if availableDan McGee1-1/+1
2011-08-15Remove checksum access indirectionDan McGee1-6/+2
2011-08-15Load and allow access to sha256sumDan McGee1-0/+11
2011-08-15pacman/package: show presence of signature in in -SiDave Reisner1-0/+7
2011-08-09Depend on name_hash being setDan McGee1-2/+1