summaryrefslogtreecommitdiff
path: root/src/enquiry.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-14Replace most pkg_db_find() calls with its newer counterpartsRaphaël Hertzog1-1/+1
2011-11-14Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()Raphaël Hertzog1-5/+5
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover1-5/+6
2011-10-27Update deppossi->ed to point to a pkgset instead of a pkginfoGuillem Jover1-2/+2
2011-10-27Move the reverse dependencies from struct pkgbin to struct pkgsetRaphaël Hertzog1-1/+1
2011-10-24dpkg: Add --foreign-architecture and --print-foreign-architectures optionsRaphaël Hertzog1-0/+23
2011-10-24dpkg: Use dpkg_arch_get_native() instead of native_archGuillem Jover1-1/+1
2011-09-18dpkg: Destroy the dpkg_error variables on warningsGuillem Jover1-0/+2
2011-09-18dpkg: Do not fail on version parsing warnings in --compare-versionsGuillem Jover1-4/+12