summaryrefslogtreecommitdiff
path: root/src/querycmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-16dpkg-query: Use ohshit() for not installed package in --control-pathGuillem Jover1-1/+1
2011-01-16Propagate --admindir to programs run from maintainer scriptsGuillem Jover1-1/+3
2011-01-16libdpkg: Rename varbufaddstr() to varbuf_add_str()Guillem Jover1-4/+4
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-6/+6
2011-01-16libdpkg: Rename varbufreset() to varbuf_reset()Guillem Jover1-2/+2
2011-01-16libdpkg: Rename varbufinit() to varbuf_init()Guillem Jover1-1/+1
2011-01-08dpkg-query: Refactor --list header printing into list_format_print_header()Guillem Jover1-33/+42
2011-01-08dpkg-query: Refactor --list format creation into new list_format_init()Guillem Jover1-48/+72
2010-12-20Merge branch 'sid' (through tag '1.15.8.7')Guillem Jover1-1/+1
2010-12-10dpkg-query: Fix stanza delimiting on -L, -s and -p outputGuillem Jover1-1/+1
2010-11-19libdpkg: Rename path_rtrim_slash_slashdot to path_trim_slash_slashdotGuillem Jover1-1/+1
2010-11-19Cleanup white spacesGuillem Jover1-10/+5
2010-11-19Cleanup and improve source code commentsGuillem Jover1-16/+33
2010-11-19libdpkg: Rename informative to pkg_is_informativeGuillem Jover1-2/+2
2010-11-19libdpkg: Namespace package database functions with pkg_db_ prefixGuillem Jover1-2/+2
2010-11-19Use push_error_context() instead of ad-hoc codeGuillem Jover1-2/+1
2010-11-19dpkg-query: Fix --search not found string to be more meaningfulGuillem Jover1-1/+2
2010-11-19Use thisname variable instead of hard-coded 'dpkg' stringGuillem Jover1-1/+1
2010-11-19Add a comment for translators to 'dpkg-query -l' header stringGuillem Jover1-0/+6
2010-11-19Move action and obsolete related functionality to the myopt moduleGuillem Jover1-14/+0
2010-07-26Use varbuf_trunc instead of directly assigning to member 'used'Guillem Jover1-2/+3
2010-07-16dpkg-query: Rename query.c to querycmd.cGuillem Jover1-0/+704