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
2019-02-23
dpkg: Switch force options from individual variables to bit fields
Guillem Jover
1
-8
/
+9
2019-01-22
libdpkg: Rename pkg_db symbols to pkg_hash
Guillem Jover
1
-4
/
+4
2019-01-22
dpkg: Introduce a new dependency try level for trigger processing
Guillem Jover
1
-2
/
+2
2019-01-22
dpkg: Convert one trigger processing required type into the new try-queued
Guillem Jover
1
-1
/
+1
2019-01-22
dpkg: Reset progress_bytrigproc once we have injected into the current iteration
Guillem Jover
1
-0
/
+1
2019-01-21
dpkg: Switch dependtry from an int to an enum
Guillem Jover
1
-6
/
+16
2018-08-30
libdpkg: Move db-fsys code from src to lib/dpkg
Guillem Jover
1
-1
/
+1
2018-08-30
dpkg: Check that clientdata is allocated before using it
Guillem Jover
1
-1
/
+2
2018-05-04
libdpkg: Move control database code into db-ctrl modules
Guillem Jover
1
-1
/
+1
2018-03-26
Use internerr() or BUG() instead of assert()
Guillem Jover
1
-6
/
+17
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
[next]