index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
packages.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-27
libdpkg, dpkg: Rename iterators from ‘it’ to ‘iter’
Guillem Jover
1
-4
/
+4
2015-10-18
Update Ian Jackson's email address
Guillem Jover
1
-1
/
+1
2015-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
1
-1
/
+1
2015-01-26
Remove unused <ctype.h> includes
Guillem Jover
1
-1
/
+0
2014-11-22
libdpkg: Register all pending triggers for deferred processing
Guillem Jover
1
-0
/
+3
2014-11-22
dpkg: Do not ignore trigger cycles for direct dependencies
Guillem Jover
1
-18
/
+0
2014-11-22
dpkg: Fail on trigger processing when it is required to progress
Guillem Jover
1
-1
/
+1
2014-11-22
dpkg: Restore multiple processing checks for packages and archives
Guillem Jover
1
-6
/
+13
2014-10-23
dpkg: Make the initial dependtry be 1 instead of 0
Guillem Jover
1
-1
/
+1
2014-10-23
dpkg: Make sure to always switch to the next dependtry after no progress
Guillem Jover
1
-1
/
+9
2014-10-23
dpkg: Add a debug line for each package processed in the queue
Guillem Jover
1
-0
/
+3
2014-10-23
dpkg: Add a requeueing insertion protection for process_queue()
Guillem Jover
1
-0
/
+7
2014-10-20
dpkg: Fix trigger dependency checks and cycle detection
Guillem Jover
1
-0
/
+18
2014-08-09
Add versioned Provides support
Guillem Jover
1
-35
/
+62
2014-06-02
libdpkg: Uppercase and namespace pkgstatus enum values
Guillem Jover
1
-19
/
+20
2014-06-02
libdpkg: Uppercase and namespace pkgwant enum values
Guillem Jover
1
-4
/
+4
2014-05-28
dpkg: Uppercase, namespace and reword istobe enum type and values
Guillem Jover
1
-8
/
+15
2014-05-28
dpkg: Uppercase found_status enum values
Guillem Jover
1
-23
/
+23
2014-05-28
dpkg: Uppercase dep_check enum values
Guillem Jover
1
-8
/
+8
2014-05-28
libdpkg: Uppercase dpkg_relation enum values
Guillem Jover
1
-4
/
+4
2014-05-23
libdpkg: Refactor dpkg_options_parse_pkgname()
Guillem Jover
1
-7
/
+1
2014-05-19
libdpkg, dpkg: Use new status to names mapping functions
Guillem Jover
1
-1
/
+2
2014-05-17
dpkg: Switch an assert() on a volatile variable to an internerr()
Guillem Jover
1
-1
/
+2
2014-04-30
dpkg: Annotate case statements that fall through with a comment
Guillem Jover
1
-0
/
+1
2014-04-21
dpkg-split, dpkg: Use new str_match_end() function instead of ad-hoc code
Guillem Jover
1
-7
/
+5
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-12-07
dpkg: Rename add_to_queue() to enqueue_package()
Guillem Jover
1
-5
/
+5
2012-10-13
dpkg: Take arch into account in virtual packages on remove and configure
Guillem Jover
1
-0
/
+5
2012-06-30
Switch to new notice() output function
Guillem Jover
1
-4
/
+3
2012-05-10
libdpkg: Rework enum depverrel into new enum dpkg_relation
Guillem Jover
1
-4
/
+5
2012-03-19
dpkg: Upgrade the database automatically to the new multi-arch layout
Guillem Jover
1
-0
/
+3
2012-03-18
dpkg: Change debug output to always arch-qualify package names
Guillem Jover
1
-6
/
+6
2012-03-14
dpkg: Complete arch checking of package relationships in the resolver
Steve Langasek
1
-0
/
+4
2012-03-14
dpkg: Do not force dependencies on dependtry >= 3, wait until >= 4
Guillem Jover
1
-1
/
+1
2012-03-14
dpkg: Let --force-depends rescue the dependency check in all cases
Raphaël Hertzog
1
-5
/
+7
2012-03-14
dpkg: Use package specifiers in statusfd and log messages
Guillem Jover
1
-1
/
+2
2012-03-14
dpkg: Update commands and options to accept package specifiers
Guillem Jover
1
-1
/
+7
2012-02-01
Change debug, progress and error output to use package specifiers
Guillem Jover
1
-22
/
+28
2012-01-16
dpkg: Get rid of all remaining deppossi->ed->pkg access
Raphaël Hertzog
1
-4
/
+17
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
dpkg: Switch functions to take pkgset to reduce deppossi->ed->pkg access
Raphaël Hertzog
1
-17
/
+20
2011-10-27
Switch from pkginfo->name to pkginfo->set->name
Guillem Jover
1
-27
/
+27
2011-10-27
Update deppossi->ed to point to a pkgset instead of a pkginfo
Guillem Jover
1
-4
/
+5
2011-10-27
Move the reverse dependencies from struct pkgbin to struct pkgset
Raphaël Hertzog
1
-2
/
+2
2011-07-07
libdpkg: Rename myopt module to options
Guillem Jover
1
-1
/
+1
2011-04-02
Make all command line action functions return int
Guillem Jover
1
-1
/
+3
2011-03-14
Do not pass admindir to database initialization functions
Guillem Jover
1
-2
/
+1
2011-03-14
libdpkg: Rename modstatdb_init() to modstatdb_open()
Guillem Jover
1
-1
/
+1
2011-03-14
Do not read the available file unnecessarily
Guillem Jover
1
-3
/
+3
2011-03-14
Switch the logic from msdbrw_noavail to msdbrw_available
Guillem Jover
1
-3
/
+3
[next]