summaryrefslogtreecommitdiff
path: root/src/enquiry.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-30libdpkg: Move db-fsys code from src to lib/dpkgGuillem Jover1-1/+1
2018-08-30libdpkg: Rename struct pkginfo files member to archivesGuillem Jover1-3/+3
2018-07-24Use Synopsis instead of Summary for the short DescriptionGuillem Jover1-1/+1
2018-05-04libdpkg: Move control database code into db-ctrl modulesGuillem Jover1-1/+1
2018-03-26Use internerr() or BUG() instead of assert()Guillem Jover1-2/+3
2016-12-17dpkg: Add new --validate-<thing> commandsGuillem Jover1-1/+66
2016-10-30dpkg: Remove obsolete --print-installation-architecture optionGuillem Jover1-8/+0
2016-02-27libdpkg, dpkg: Rename iterators from ‘it’ to ‘iter’Guillem Jover1-14/+14
2015-12-12libdpkg: Rename pkg_summary to pkgbin_summaryGuillem Jover1-1/+1
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-03-30dpkg: Use dpkg_error_print() instead of explicitly printing a dpkg_errorGuillem Jover1-8/+2
2015-02-11dpkg: Fix --audit to report missing and empty architecture fieldsGuillem Jover1-1/+1
2015-02-08dpkg: Warn on obsolete '<' and '>' operators in --compare-versionsGuillem Jover1-2/+7
2014-08-09Add versioned Provides supportGuillem Jover1-2/+10
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-16/+22
2014-06-02libdpkg: Uppercase and namespace pkgeflag enum valuesGuillem Jover1-2/+2
2014-06-02libdpkg: Uppercase and namespace pkgwant enum valuesGuillem Jover1-2/+2
2014-05-28dpkg: Uppercase, namespace and reword istobe enum type and valuesGuillem Jover1-6/+7
2014-05-28libdpkg: Uppercase dpkg_relation enum valuesGuillem Jover1-2/+2
2014-05-28libdpkg: Uppercase and namespace dpkg_arch_type enum valuesGuillem Jover1-5/+5
2014-05-23dpkg: Add support for per-package --auditGuillem Jover1-10/+28
2014-05-23dpkg: Rename audit variables to more generic namesGuillem Jover1-27/+28
2014-01-15Rename return code variables from r to rcGuillem Jover1-5/+5
2013-12-17dpkg: Fix debug string to use proper quotesGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-10-14Remove unused sys header inclusionsGuillem Jover1-3/+0
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-1/+1
2012-06-30Switch to new notice() output functionGuillem Jover1-1/+1
2012-05-10Use new str_is_set() instead of ad-hoc checksGuillem Jover1-2/+3
2012-05-10libdpkg: Rename versionsatisfied3() to dpkg_version_relate()Guillem Jover1-1/+1
2012-05-10libdpkg: Rename versioncompare() to dpkg_version_compare()Guillem Jover1-1/+1
2012-05-10libdpkg: Rework enum depverrel into new enum dpkg_relationGuillem Jover1-2/+2
2012-05-09libdpkg: Rename struct versionrevision to dpkg_versionGuillem Jover1-7/+7
2012-04-27dpkg: Add missing list and md5sums database file checks to --auditGuillem Jover1-0/+21
2012-04-27dpkg: Switch struct badstatinfo value member to an union of int and char *Guillem Jover1-12/+15
2012-03-31Rename informativeversion() to dpkg_version_is_informative()Guillem Jover1-3/+6
2012-03-31Rename blankversion() to dpkg_version_blank()Guillem Jover1-2/+2
2012-03-19dpkg: Add --assert-multi-arch optionGuillem Jover1-0/+8
2012-03-14dpkg: Update output commands to print package specifiersRaphaël Hertzog1-3/+6
2012-03-13libdpkg: Never return NULL from pkg_db_find_singleton()Guillem Jover1-3/+0
2012-03-05dpkg: Use pkg_db_find_singleton() to get the dpkg package instanceGuillem Jover1-1/+4
2012-02-18dpkg: Do not change package eflags on --auditGuillem Jover1-2/+2
2012-02-05libdpkg: Pass struct pkgbin to pkg_summary()Guillem Jover1-1/+2
2012-02-01Change debug, progress and error output to use package specifiersGuillem Jover1-1/+2
2012-01-16dpkg: Get rid of all remaining deppossi->ed->pkg accessRaphaël Hertzog1-12/+26
2012-01-02dpkg: Add architecture checks to --auditGuillem Jover1-0/+23
2012-01-02dpkg: Switch from foreign arch option to add and remove commandsGuillem Jover1-0/+2
2011-12-08libdpkg: Add new dpkg_arch_get() to retrieve special architecturesGuillem Jover1-1/+1
2011-12-08dpkg: Change --print-foreign-architectures to print an entry per lineGuillem Jover1-4/+2