summaryrefslogtreecommitdiff
path: root/src/querycmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-02Rename struct cmdinfo member arg_func to action and call it directlyGuillem Jover1-4/+1
2011-04-02Use new action_func typedef instead of ad-hoc function castsGuillem Jover1-2/+2
2011-03-14dpkg-query: Return a valid width even if opening /dev/tty failedGuillem Jover1-3/+6
2011-03-14Make admindir file local everywhereGuillem Jover1-1/+1
2011-03-14Do not pass admindir to database initialization functionsGuillem Jover1-8/+8
2011-03-14Use dpkg_db_set_dir() instead of pkgadmindir_init()Guillem Jover1-2/+2
2011-03-14libdpkg: Rename modstatdb_init() to modstatdb_open()Guillem Jover1-8/+8
2011-03-14Make modstatdb available file options explicitGuillem Jover1-3/+3
2011-03-14Do not read the available file unnecessarilyGuillem Jover1-5/+11
2011-03-14Switch the logic from msdbrw_noavail to msdbrw_availableGuillem Jover1-6/+6
2011-03-03dpkg-query: Document that --list and --show arguments are optionalGuillem Jover1-1/+1
2011-03-02dpkg: Refactor infodb directory traversal into new pkg_infodb_foreach()Guillem Jover1-50/+2
2011-03-02dpkg: Refactor specific infodb traversal logic into their own functionsGuillem Jover1-18/+17
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-4/+4
2011-02-11libdpkg: Rename cmdinfo arg membersGuillem Jover1-4/+4