index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
enquiry.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-14
dpkg: Update output commands to print package specifiers
Raphaël Hertzog
1
-3
/
+6
2012-03-13
libdpkg: Never return NULL from pkg_db_find_singleton()
Guillem Jover
1
-3
/
+0
2012-03-05
dpkg: Use pkg_db_find_singleton() to get the dpkg package instance
Guillem Jover
1
-1
/
+4
2012-02-18
dpkg: Do not change package eflags on --audit
Guillem Jover
1
-2
/
+2
2012-02-05
libdpkg: Pass struct pkgbin to pkg_summary()
Guillem Jover
1
-1
/
+2
2012-02-01
Change debug, progress and error output to use package specifiers
Guillem Jover
1
-1
/
+2
2012-01-16
dpkg: Get rid of all remaining deppossi->ed->pkg access
Raphaël Hertzog
1
-12
/
+26
2012-01-02
dpkg: Add architecture checks to --audit
Guillem Jover
1
-0
/
+23
2012-01-02
dpkg: Switch from foreign arch option to add and remove commands
Guillem Jover
1
-0
/
+2
2011-12-08
libdpkg: Add new dpkg_arch_get() to retrieve special architectures
Guillem Jover
1
-1
/
+1
2011-12-08
dpkg: Change --print-foreign-architectures to print an entry per line
Guillem Jover
1
-4
/
+2
2011-11-14
Replace most pkg_db_find() calls with its newer counterparts
Raphaël Hertzog
1
-1
/
+1
2011-11-14
Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()
Raphaël Hertzog
1
-5
/
+5
2011-10-27
Switch from pkginfo->name to pkginfo->set->name
Guillem Jover
1
-5
/
+6
2011-10-27
Update deppossi->ed to point to a pkgset instead of a pkginfo
Guillem Jover
1
-2
/
+2
2011-10-27
Move the reverse dependencies from struct pkgbin to struct pkgset
Raphaël Hertzog
1
-1
/
+1
2011-10-24
dpkg: Add --foreign-architecture and --print-foreign-architectures options
Raphaël Hertzog
1
-0
/
+23
2011-10-24
dpkg: Use dpkg_arch_get_native() instead of native_arch
Guillem Jover
1
-1
/
+1
2011-09-18
dpkg: Destroy the dpkg_error variables on warnings
Guillem Jover
1
-0
/
+2
2011-09-18
dpkg: Do not fail on version parsing warnings in --compare-versions
Guillem Jover
1
-4
/
+12
2011-09-18
libdpkg: Switch parseversion() to use dpkg_error
Guillem Jover
1
-7
/
+5
2011-07-07
libdpkg: Rename myopt module to options
Guillem Jover
1
-1
/
+1
2011-05-14
dpkg: depisok() can now suggest to process awaited triggers for a package
Raphaël Hertzog
1
-2
/
+2
2011-04-02
Make all command line action functions return int
Guillem Jover
1
-27
/
+62
2011-03-14
Do not pass admindir to database initialization functions
Guillem Jover
1
-4
/
+4
2011-03-14
Make modstatdb locking functions not take an admindir argument
Guillem Jover
1
-1
/
+1
2011-03-14
libdpkg: Rename modstatdb_init() to modstatdb_open()
Guillem Jover
1
-4
/
+4
2011-03-14
Make modstatdb available file options explicit
Guillem Jover
1
-1
/
+1
2011-03-14
Do not read the available file unnecessarily
Guillem Jover
1
-1
/
+1
2011-03-14
Switch the logic from msdbrw_noavail to msdbrw_available
Guillem Jover
1
-4
/
+4
2011-03-02
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
Guillem Jover
1
-1
/
+1
2011-01-31
dpkg: Rename arch variable to native_arch
Guillem Jover
1
-1
/
+1
2011-01-31
Rename architecture variables to arch
Guillem Jover
1
-1
/
+1
2011-01-16
libdpkg: Rename varbufaddc() to varbuf_add_char()
Guillem Jover
1
-1
/
+1
2011-01-16
libdpkg: Rename varbufreset() to varbuf_reset()
Guillem Jover
1
-1
/
+1
2011-01-08
Make short strings unique by using gettext context support
Guillem Jover
1
-1
/
+2
2010-11-19
Cleanup white spaces
Guillem Jover
1
-4
/
+4
2010-11-19
Cleanup and improve source code comments
Guillem Jover
1
-32
/
+47
2010-11-19
libdpkg: Namespace package database functions with pkg_db_ prefix
Guillem Jover
1
-16
/
+16
2010-08-26
Add gettext messages for plural forms
Guillem Jover
1
-1
/
+3
2010-07-16
libdpkg: Make pkg_summary() return the summary instead of void
Guillem Jover
1
-1
/
+1
2010-07-16
Move pkg-show module to libdpkg
Guillem Jover
1
-0
/
+1
2010-07-16
Convert limiteddescription() to pkg_summary()
Guillem Jover
1
-1
/
+4
2010-07-03
dpkg: Detect locked databases on --audit
Guillem Jover
1
-0
/
+8
2010-06-27
libdpkg: Remove 'valid' member from struct pkginfoperfile
Guillem Jover
1
-2
/
+2
2010-05-26
dpkg: Reduce scope of variables in audit()
Guillem Jover
1
-4
/
+4
2010-05-19
Use bool instead of int wherever appropriate
Guillem Jover
1
-5
/
+5
2010-03-05
Use while () instead for () when using package iterators
Guillem Jover
1
-3
/
+3
2010-03-05
Release the package iterators when done
Guillem Jover
1
-0
/
+2
2009-11-24
Use named initializers in structures
Guillem Jover
1
-13
/
+25
[next]