index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
querycmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-07
libdpkg: Rename myopt module to options
Guillem Jover
1
-1
/
+1
2011-07-07
Use new dpkg_set_progname and dpkg_get_progname instead of thisname
Guillem Jover
1
-3
/
+3
2011-07-07
libdpkg: Do not require programs to define printforhelp
Guillem Jover
1
-2
/
+3
2011-04-02
Rename struct cmdinfo member arg_func to action and call it directly
Guillem Jover
1
-4
/
+1
2011-04-02
Use new action_func typedef instead of ad-hoc function casts
Guillem Jover
1
-2
/
+2
2011-03-14
dpkg-query: Return a valid width even if opening /dev/tty failed
Guillem Jover
1
-3
/
+6
2011-03-14
Make admindir file local everywhere
Guillem Jover
1
-1
/
+1
2011-03-14
Do not pass admindir to database initialization functions
Guillem Jover
1
-8
/
+8
2011-03-14
Use dpkg_db_set_dir() instead of pkgadmindir_init()
Guillem Jover
1
-2
/
+2
2011-03-14
libdpkg: Rename modstatdb_init() to modstatdb_open()
Guillem Jover
1
-8
/
+8
2011-03-14
Make modstatdb available file options explicit
Guillem Jover
1
-3
/
+3
2011-03-14
Do not read the available file unnecessarily
Guillem Jover
1
-5
/
+11
2011-03-14
Switch the logic from msdbrw_noavail to msdbrw_available
Guillem Jover
1
-6
/
+6
2011-03-03
dpkg-query: Document that --list and --show arguments are optional
Guillem Jover
1
-1
/
+1
2011-03-02
dpkg: Refactor infodb directory traversal into new pkg_infodb_foreach()
Guillem Jover
1
-50
/
+2
2011-03-02
dpkg: Refactor specific infodb traversal logic into their own functions
Guillem Jover
1
-18
/
+17
2011-03-02
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
Guillem Jover
1
-4
/
+4
2011-02-11
libdpkg: Rename cmdinfo arg members
Guillem Jover
1
-4
/
+4
2011-01-16
dpkg-query: Use ohshit() for not installed package in --control-path
Guillem Jover
1
-1
/
+1
2011-01-16
Propagate --admindir to programs run from maintainer scripts
Guillem Jover
1
-1
/
+3
2011-01-16
libdpkg: Rename varbufaddstr() to varbuf_add_str()
Guillem Jover
1
-4
/
+4
2011-01-16
libdpkg: Rename varbufaddc() to varbuf_add_char()
Guillem Jover
1
-6
/
+6
2011-01-16
libdpkg: Rename varbufreset() to varbuf_reset()
Guillem Jover
1
-2
/
+2
2011-01-16
libdpkg: Rename varbufinit() to varbuf_init()
Guillem Jover
1
-1
/
+1
2011-01-08
dpkg-query: Refactor --list header printing into list_format_print_header()
Guillem Jover
1
-33
/
+42
2011-01-08
dpkg-query: Refactor --list format creation into new list_format_init()
Guillem Jover
1
-48
/
+72
2010-12-20
Merge branch 'sid' (through tag '1.15.8.7')
Guillem Jover
1
-1
/
+1
2010-12-10
dpkg-query: Fix stanza delimiting on -L, -s and -p output
Guillem Jover
1
-1
/
+1
2010-11-19
libdpkg: Rename path_rtrim_slash_slashdot to path_trim_slash_slashdot
Guillem Jover
1
-1
/
+1
2010-11-19
Cleanup white spaces
Guillem Jover
1
-10
/
+5
2010-11-19
Cleanup and improve source code comments
Guillem Jover
1
-16
/
+33
2010-11-19
libdpkg: Rename informative to pkg_is_informative
Guillem Jover
1
-2
/
+2
2010-11-19
libdpkg: Namespace package database functions with pkg_db_ prefix
Guillem Jover
1
-2
/
+2
2010-11-19
Use push_error_context() instead of ad-hoc code
Guillem Jover
1
-2
/
+1
2010-11-19
dpkg-query: Fix --search not found string to be more meaningful
Guillem Jover
1
-1
/
+2
2010-11-19
Use thisname variable instead of hard-coded 'dpkg' string
Guillem Jover
1
-1
/
+1
2010-11-19
Add a comment for translators to 'dpkg-query -l' header string
Guillem Jover
1
-0
/
+6
2010-11-19
Move action and obsolete related functionality to the myopt module
Guillem Jover
1
-14
/
+0
2010-07-26
Use varbuf_trunc instead of directly assigning to member 'used'
Guillem Jover
1
-2
/
+3
2010-07-16
dpkg-query: Rename query.c to querycmd.c
Guillem Jover
1
-0
/
+704