summaryrefslogtreecommitdiff
path: root/src/querycmd.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-22libdpkg: Rename pkg_db symbols to pkg_hashGuillem Jover1-2/+2
2019-01-22libdpkg: Cleanup fsys module symbol namesGuillem Jover1-14/+16
2019-01-22dpkg-query: Rename variable to avoid shadowing a local functionGuillem Jover1-4/+4
2018-10-08dpkg, dpkg-query: Add new --no-pager optionGuillem Jover1-0/+7
2018-10-08libdpkg: Pass the file contents to the pager instead of the filenameGuillem Jover1-1/+1
2018-08-30dpkg-query: Support dumping all --status and --print-avail recordsGuillem Jover1-42/+44
2018-08-30dpkg-query: Split enqperpackage() into each different actionGuillem Jover1-66/+115
2018-08-30dpkg-query: Flush output for --status, --print-avail and --listfiles at the endGuillem Jover1-2/+1
2018-08-30dpkg-query: Run --list output through a pager if we are on a terminalGuillem Jover1-79/+31
2018-08-30libdpkg: Move db-fsys code from src to lib/dpkgGuillem Jover1-1/+1
2018-08-30libdpkg: Move files list information from dpkg clientdata to pkginfoGuillem Jover1-1/+1
2018-08-30libdpkg: Rename struct pkginfo files member to archivesGuillem Jover1-1/+1
2018-07-24Use Synopsis instead of Summary for the short DescriptionGuillem Jover1-2/+2
2018-05-04libdpkg: Move control database code into db-ctrl modulesGuillem Jover1-1/+1
2016-07-03dpkg-query: Fix strtol() errno check when parsing the COLUMNS envvarSven Joachim1-1/+1
2016-04-01dpkg-query: Refactor pkg_array_match_pattenr()Guillem Jover1-82/+57
2016-04-01dpkg-query: Be more strict when parsing the COLUMNS environment variableGuillem Jover1-3/+8
2015-12-12libdpkg: Rename pkg_summary to pkgbin_summaryGuillem Jover1-2/+2
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-05-30libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASEGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-2/+2
2015-03-30dpkg-query: Do not fail on -W and -l when multiple arguments match a packageGuillem Jover1-8/+19
2015-03-30dpkg-query: Use pkg_array_foreach() instead of ad-hoc traversalGuillem Jover1-18/+4
2015-01-26libdpkg: Change m_calloc() signature to take also a nmemb argumentGuillem Jover1-2/+2
2015-01-26dpkg-query: Only trim trailing "/" and "/." from pathnames in --searchGuillem Jover1-14/+9
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-7/+8
2014-06-02libdpkg: Uppercase and namespace pkgpriority enum valuesGuillem Jover1-1/+1
2014-06-02libdpkg: Uppercase and namespace pkgwant enum valuesGuillem Jover1-1/+1
2014-05-28libdpkg: Uppercase and reword pkg_spec_flags enum valuesGuillem Jover1-2/+2
2014-05-23libdpkg: Refactor dpkg_options_parse_pkgname()Guillem Jover1-25/+5
2014-01-15dpkg-query: Ignore same packages when computing screen width as when printingGuillem Jover1-3/+26
2013-12-12libdpkg: Change non-tty output to be line buffered by defaultGuillem Jover1-0/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-11-23libdpkg: New dpkg_locales_init()Guillem Jover1-4/+1
2013-10-14Use <termios.h> instead of deprecated <sys/termios.h>Guillem Jover1-1/+1
2013-10-14libdpkg: Rename and namespace option parsing and loading functionsGuillem Jover1-1/+1
2013-10-14libdpkg: Add dpkg-based program startup and shutdown functionsGuillem Jover1-4/+2
2013-10-14libdpkg: Refactor report output buffering setup into a new functionGuillem Jover1-1/+1
2013-10-14dpkg-query: Fix output when using multibyte character stringsGuillem Jover1-6/+15
2013-10-14dpkg-query: Do not hardcode summary width in list_format_print_header()Guillem Jover1-1/+1
2013-04-14Avoid assignments in C conditionalsGuillem Jover1-4/+10
2013-04-14dpkg-query: Always print a descriptive architecture column on --listGuillem Jover1-2/+2
2012-07-01dpkg-query: Fix bogus badusage() strings in control_show()Guillem Jover1-2/+2
2012-06-30dpkg-query: Add --control-list and --control-show to --help outputGuillem Jover1-0/+3
2012-06-30dpkg-query: Add an Architecture column to --list outputGuillem Jover1-12/+28
2012-06-30Align --version with --help on help outputGuillem Jover1-1/+1
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-2/+2
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-11/+9
2012-06-30libdpkg: Change pkg_format_parse() to take a dpkg_error argumentGuillem Jover1-1/+5