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
2015-10-18
Update Ian Jackson's email address
Guillem Jover
1
-1
/
+1
2015-04-18
debian: Update my copyright years
Guillem Jover
1
-1
/
+1
2015-03-30
dpkg: Use dpkg_error_print() instead of explicitly printing a dpkg_error
Guillem Jover
1
-8
/
+2
2015-02-11
dpkg: Fix --audit to report missing and empty architecture fields
Guillem Jover
1
-1
/
+1
2015-02-08
dpkg: Warn on obsolete '<' and '>' operators in --compare-versions
Guillem Jover
1
-2
/
+7
2014-08-09
Add versioned Provides support
Guillem Jover
1
-2
/
+10
2014-06-02
libdpkg: Uppercase and namespace pkgstatus enum values
Guillem Jover
1
-16
/
+22
2014-06-02
libdpkg: Uppercase and namespace pkgeflag enum values
Guillem Jover
1
-2
/
+2
2014-06-02
libdpkg: Uppercase and namespace pkgwant enum values
Guillem Jover
1
-2
/
+2
2014-05-28
dpkg: Uppercase, namespace and reword istobe enum type and values
Guillem Jover
1
-6
/
+7
2014-05-28
libdpkg: Uppercase dpkg_relation enum values
Guillem Jover
1
-2
/
+2
2014-05-28
libdpkg: Uppercase and namespace dpkg_arch_type enum values
Guillem Jover
1
-5
/
+5
2014-05-23
dpkg: Add support for per-package --audit
Guillem Jover
1
-10
/
+28
2014-05-23
dpkg: Rename audit variables to more generic names
Guillem Jover
1
-27
/
+28
2014-01-15
Rename return code variables from r to rc
Guillem Jover
1
-5
/
+5
2013-12-17
dpkg: Fix debug string to use proper quotes
Guillem Jover
1
-1
/
+1
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-10-14
Remove unused sys header inclusions
Guillem Jover
1
-3
/
+0
2012-06-30
Avoid full stop and double newline at the end of errors and warnings
Jonathan Nieder
1
-1
/
+1
2012-06-30
Switch to new notice() output function
Guillem Jover
1
-1
/
+1
2012-05-10
Use new str_is_set() instead of ad-hoc checks
Guillem Jover
1
-2
/
+3
2012-05-10
libdpkg: Rename versionsatisfied3() to dpkg_version_relate()
Guillem Jover
1
-1
/
+1
2012-05-10
libdpkg: Rename versioncompare() to dpkg_version_compare()
Guillem Jover
1
-1
/
+1
2012-05-10
libdpkg: Rework enum depverrel into new enum dpkg_relation
Guillem Jover
1
-2
/
+2
2012-05-09
libdpkg: Rename struct versionrevision to dpkg_version
Guillem Jover
1
-7
/
+7
2012-04-27
dpkg: Add missing list and md5sums database file checks to --audit
Guillem Jover
1
-0
/
+21
2012-04-27
dpkg: Switch struct badstatinfo value member to an union of int and char *
Guillem Jover
1
-12
/
+15
2012-03-31
Rename informativeversion() to dpkg_version_is_informative()
Guillem Jover
1
-3
/
+6
2012-03-31
Rename blankversion() to dpkg_version_blank()
Guillem Jover
1
-2
/
+2
2012-03-19
dpkg: Add --assert-multi-arch option
Guillem Jover
1
-0
/
+8
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
[next]