index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dselect
/
pkglist.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-19
Remove Emacs and vim modelines
Guillem Jover
1
-3
/
+0
2013-04-14
Avoid assignments in C conditionals
Guillem Jover
1
-1
/
+2
2013-03-18
dselect: Use str_is_unset() instead of ad-hoc checks
Guillem Jover
1
-2
/
+3
2012-06-30
Avoid full stop and double newline at the end of errors and warnings
Jonathan Nieder
1
-1
/
+1
2012-05-10
libdpkg: Rename versioncompare() to dpkg_version_compare()
Guillem Jover
1
-1
/
+1
2012-05-09
libdpkg: Rename struct versionrevision to dpkg_version
Guillem Jover
1
-2
/
+2
2012-04-09
Use implicit __func__ in internerr() instead of explicit literal strings
Guillem Jover
1
-8
/
+6
2012-03-31
Rename informativeversion() to dpkg_version_is_informative()
Guillem Jover
1
-2
/
+2
2012-03-30
Fix coding-style
Guillem Jover
1
-4
/
+4
2012-03-27
Clarify internerr() messages
Guillem Jover
1
-6
/
+8
2012-03-18
dselect: Change debug output to always arch-qualify package names
Guillem Jover
1
-3
/
+3
2011-11-14
Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()
Raphaël Hertzog
1
-1
/
+1
2011-11-14
Replace all pkg_db_count() calls with pkg_db_count_pkg()
Raphaël Hertzog
1
-1
/
+1
2011-11-06
dselect: Use modstatdb_get_status() instead of a global variable
Guillem Jover
1
-3
/
+5
2011-10-27
Switch from pkginfo->name to pkginfo->set->name
Guillem Jover
1
-15
/
+19
2011-02-11
dselect: Switch to use libdpkg debug support
Guillem Jover
1
-57
/
+52
2011-01-16
Rename struct pkginfoperfile to struct pkgbin
Guillem Jover
1
-1
/
+1
2010-11-19
Cleanup white spaces
Guillem Jover
1
-23
/
+21
2010-11-19
libdpkg: Namespace package database functions with pkg_db_ prefix
Guillem Jover
1
-4
/
+5
2010-06-27
libdpkg: Remove 'valid' member from struct pkginfoperfile
Guillem Jover
1
-3
/
+0
2010-05-19
Use bool instead of int wherever appropriate
Guillem Jover
1
-11
/
+17
2010-04-15
dselect: treat unknown packages as known and marked for purge
Robert Luberda
1
-4
/
+6
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
2010-02-19
dselect: Do not shadow global thisname variable
Guillem Jover
1
-4
/
+5
2010-01-28
libdpkg: Rename varbuffree to varbuf_destroy
Guillem Jover
1
-1
/
+1
2009-11-17
Merge branch sid (through commit '1.15.4.1')
Guillem Jover
1
-0
/
+4
2009-11-08
Unify text in license headers
Guillem Jover
1
-5
/
+5
2009-11-08
Replace FSF address by pointing to the gnu.org URL
Guillem Jover
1
-3
/
+2
2009-10-26
Sort order of header includes
Guillem Jover
1
-5
/
+4
2009-10-19
dselect: Do not mark any package as unseen
Guillem Jover
1
-0
/
+4
2009-07-15
Disable default automake preprocessor include paths
Guillem Jover
1
-2
/
+2
2009-07-15
libdpkg: Rename dpkg-i18n.h to i18n.h
Guillem Jover
1
-1
/
+1
2008-12-09
Mark strings for translation
Guillem Jover
1
-5
/
+10
2008-09-14
libdpkg: Move stdlib.h inclusion to its direct includers
Guillem Jover
1
-0
/
+1
2008-09-14
libcompat: Add new compat.h header
Guillem Jover
1
-0
/
+1
2008-09-14
libdpkg: Move gettext related definitions to a new dpkg-i18n.h
Guillem Jover
1
-0
/
+2
2008-09-14
dselect: Unmark debug messages for translation
Guillem Jover
1
-2
/
+2
2008-08-26
Unify usage of extern "C" declarations
Guillem Jover
1
-4
/
+2
2008-08-04
Unify usage of FIXME in comments
Guillem Jover
1
-1
/
+1
2008-07-06
Reduce dselect memory usage
Michel Lespinasse
1
-9
/
+1
2008-06-30
Switch to use UTF-8 copyright symbol and add missing ones
Guillem Jover
1
-2
/
+2
2008-03-30
Implement triggers support
Ian Jackson
1
-0
/
+4
2003-10-25
Almost *EVERY* damn file was including config.h in the wrong spot. After
Adam Heath
1
-1
/
+3
2002-05-06
Perl sucks, fix Ian's email address
Wichert Akkerman
1
-1
/
+1
2002-05-06
Update Ian Jacksons' email address
Wichert Akkerman
1
-1
/
+1
2001-07-16
implement checksearch and matchsearch using regular expressions
Wichert Akkerman
1
-0
/
+68
2001-07-16
Remove Linux references
Wichert Akkerman
1
-1
/
+1
2001-04-23
fix qsort_compareentries
Wichert Akkerman
1
-2
/
+2
2001-04-23
Fixed up several warning types: const, casting, incorrect sizes,
Adam Heath
1
-6
/
+6
[next]