summaryrefslogtreecommitdiff
path: root/dselect/pkglist.cc
AgeCommit message (Expand)AuthorFilesLines
2014-08-15dselect: Add new architecture columns to package list viewGuillem Jover1-0/+2
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-18/+18
2014-06-02libdpkg: Uppercase and namespace pkgpriority enum valuesGuillem Jover1-7/+7
2014-06-02libdpkg: Uppercase and namespace pkgwant enum valuesGuillem Jover1-6/+6
2014-06-02Move enum definitions out of structsGuillem Jover1-32/+33
2014-01-15Rename return code variables from r to rcGuillem Jover1-3/+3
2014-01-15dselect: Do not reuse variable r in packagelist::checksearch()Guillem Jover1-9/+10
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05dselect: Use C++11 nullptr instead of 0 or NULLGuillem Jover1-22/+24
2013-12-05Switch variables from int to bool where appropriateGuillem Jover1-10/+12
2013-04-19Remove Emacs and vim modelinesGuillem Jover1-3/+0
2013-04-14Avoid assignments in C conditionalsGuillem Jover1-1/+2
2013-03-18dselect: Use str_is_unset() instead of ad-hoc checksGuillem Jover1-2/+3
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-1/+1
2012-05-10libdpkg: Rename versioncompare() to dpkg_version_compare()Guillem Jover1-1/+1
2012-05-09libdpkg: Rename struct versionrevision to dpkg_versionGuillem Jover1-2/+2
2012-04-09Use implicit __func__ in internerr() instead of explicit literal stringsGuillem Jover1-8/+6
2012-03-31Rename informativeversion() to dpkg_version_is_informative()Guillem Jover1-2/+2
2012-03-30Fix coding-styleGuillem Jover1-4/+4
2012-03-27Clarify internerr() messagesGuillem Jover1-6/+8
2012-03-18dselect: Change debug output to always arch-qualify package namesGuillem Jover1-3/+3
2011-11-14Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()Raphaël Hertzog1-1/+1
2011-11-14Replace all pkg_db_count() calls with pkg_db_count_pkg()Raphaël Hertzog1-1/+1
2011-11-06dselect: Use modstatdb_get_status() instead of a global variableGuillem Jover1-3/+5
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover1-15/+19
2011-02-11dselect: Switch to use libdpkg debug supportGuillem Jover1-57/+52
2011-01-16Rename struct pkginfoperfile to struct pkgbinGuillem Jover1-1/+1
2010-11-19Cleanup white spacesGuillem Jover1-23/+21
2010-11-19libdpkg: Namespace package database functions with pkg_db_ prefixGuillem Jover1-4/+5
2010-06-27libdpkg: Remove 'valid' member from struct pkginfoperfileGuillem Jover1-3/+0
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-11/+17
2010-04-15dselect: treat unknown packages as known and marked for purgeRobert Luberda1-4/+6
2010-03-05Use while () instead for () when using package iteratorsGuillem Jover1-3/+3
2010-03-05Release the package iterators when doneGuillem Jover1-0/+2
2010-02-19dselect: Do not shadow global thisname variableGuillem Jover1-4/+5
2010-01-28libdpkg: Rename varbuffree to varbuf_destroyGuillem Jover1-1/+1
2009-11-17Merge branch sid (through commit '1.15.4.1')Guillem Jover1-0/+4
2009-11-08Unify text in license headersGuillem Jover1-5/+5
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-10-26Sort order of header includesGuillem Jover1-5/+4
2009-10-19dselect: Do not mark any package as unseenGuillem Jover1-0/+4
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-2/+2
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2008-12-09Mark strings for translationGuillem Jover1-5/+10
2008-09-14libdpkg: Move stdlib.h inclusion to its direct includersGuillem Jover1-0/+1
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-09-14dselect: Unmark debug messages for translationGuillem Jover1-2/+2
2008-08-26Unify usage of extern "C" declarationsGuillem Jover1-4/+2
2008-08-04Unify usage of FIXME in commentsGuillem Jover1-1/+1