summaryrefslogtreecommitdiff
path: root/lib/dpkg/pkg-show.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-26dpkg-query: Try to use the description from the available file if not installedGuillem Jover1-0/+33
2018-08-30libdpkg: Change pkg_name() and pkgbin_name() back to get non-const structsGuillem Jover1-2/+6
2018-08-30libdpkg: Add new pkg_name() and pkgbin_name() const variantsGuillem Jover1-0/+52
2018-08-30libdpkg: Factor out cached arch-qualified package name generationGuillem Jover1-0/+17
2018-08-30libdpkg: Fix pkgbin_name_needs_arch() to ignore empty and missing archesGuillem Jover1-2/+5
2018-07-24Use Synopsis instead of Summary for the short DescriptionGuillem Jover1-4/+4
2018-03-26libdpkg: Make pkg_name() and pkgbin_name() get const structsGuillem Jover1-15/+2
2016-12-17libdpkg: Add a new source version accessorGuillem Jover1-0/+15
2016-12-17libdpkg: Refactor varbuf_add_source_version() out from virt_source_version()Guillem Jover1-0/+34
2015-12-12libdpkg: Document pkg-show moduleGuillem Jover1-1/+37
2015-12-12libdpkg: Rename pkg_summary to pkgbin_summaryGuillem Jover1-1/+1
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-09-14libdpkg: Do not fallback to strlen() when using strcspn()Guillem Jover1-7/+2
2015-05-18libdpkg: Consider foreign packages ambiguous in need of arch-qualifierGuillem Jover1-4/+4
2014-06-02libdpkg: Uppercase and namespace pkgpriority enum valuesGuillem Jover1-1/+1
2014-06-02libdpkg: Uppercase and namespace pkgmultiarch enum valuesGuillem Jover1-1/+1
2014-05-28libdpkg: Uppercase and namespace dpkg_arch_type enum valuesGuillem Jover1-3/+3
2014-05-31libdpkg: Add new pkg_priority_name() functionGuillem Jover1-0/+16
2014-05-19libdpkg: Add status to name mapping functionsGuillem Jover1-1/+40
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2012-03-13libdpkg: Change pkg_sorter_by_name() to pkg_sorter_by_nonambig_name_arch()Guillem Jover1-4/+21
2012-03-13libdpkg: Move pkg_sorter_by_name() from pkg module to pkg-showGuillem Jover1-0/+20
2012-02-05libdpkg: Pass struct pkgbin to pkg_summary()Guillem Jover1-3/+3
2012-01-09libdpkg: Add new package name accessorsGuillem Jover1-0/+101
2011-12-22libdpkg: Refactor pkg status to abbreviations mapping into new functionsGuillem Jover1-1/+19
2011-07-07Fix comment header lines describing the subprojectGuillem Jover1-1/+1
2010-11-19Cleanup white spacesGuillem Jover1-1/+0
2010-07-21libdpkg: Make pkginfo argument const in pkg_summary()Guillem Jover1-1/+1
2010-07-16libdpkg: Make pkg_summary() return the summary instead of voidGuillem Jover1-3/+4
2010-07-16Move pkg-show module to libdpkgGuillem Jover1-0/+49