summaryrefslogtreecommitdiff
path: root/src/querycmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-30dpkg-query: Add new --control-list and --control-show commandsGuillem Jover1-0/+82
2012-06-30dpkg-query: Refactor pkg_infodb_check_filetype() from control_path()Guillem Jover1-8/+13
2012-06-30dpkg-query: Refactor pkg_infodb_is_internal() from pkg_infodb_print_filename()Guillem Jover1-3/+12
2012-04-27Use new str_is_set()/str_is_unset() instead of ad-hoc checksGuillem Jover1-1/+2
2012-04-03Rename pkgadmin*() to pkg_infodb_get_*()Guillem Jover1-1/+1
2012-03-31Rename file iterator variables to iterGuillem Jover1-4/+4
2012-03-31Rename iterfiles*() functions to files_db_iter_*()Guillem Jover1-3/+3
2012-03-31dpkg-query: Use literal format in printf call to allow compiler checksGuillem Jover1-15/+21
2012-03-30Fix coding-styleGuillem Jover1-1/+1
2012-03-14dpkg-query: Update output commands to print package specifiersGuillem Jover1-4/+4
2012-03-14dpkg-query: Update commands to accept package specifiers as argumentsRaphaël Hertzog1-4/+35
2012-03-14dpkg-query: Only load the available file on -l or -W with new --load-availGuillem Jover1-2/+6
2012-03-13libdpkg: Change pkg_sorter_by_name() to pkg_sorter_by_nonambig_name_arch()Guillem Jover1-2/+2
2012-02-05libdpkg: Pass struct pkgbin to pkg_summary()Guillem Jover1-3/+3
2012-02-01Change debug, progress and error output to use package specifiersGuillem Jover1-5/+10
2011-12-22libdpkg: Refactor pkg status to abbreviations mapping into new functionsGuillem Jover1-3/+3
2011-12-04dpkg-query: Use m_calloc() instead of m_malloc() + memset()Guillem Jover1-4/+2
2011-11-14Update diversions to work with pkgset instead of pkginfoRaphaël Hertzog1-6/+6
2011-11-14Rename pkg_name variables to pkgnameGuillem Jover1-4/+4
2011-11-10dpkg-query: Fix short-lived memory leak in --show and --list commandsRaphaël Hertzog1-0/+4
2011-10-30Switch pkgadminfile() to get an explicit pkgbin as argumentGuillem Jover1-2/+2
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover1-13/+14
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-07-07Use new dpkg_set_progname and dpkg_get_progname instead of thisnameGuillem Jover1-3/+3
2011-07-07libdpkg: Do not require programs to define printforhelpGuillem Jover1-2/+3