summaryrefslogtreecommitdiff
path: root/src/packages.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-20dpkg: Fix trigger dependency checks and cycle detectionGuillem Jover1-0/+18
2014-08-09Add versioned Provides supportGuillem Jover1-35/+62
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-19/+20
2014-06-02libdpkg: Uppercase and namespace pkgwant enum valuesGuillem Jover1-4/+4
2014-05-28dpkg: Uppercase, namespace and reword istobe enum type and valuesGuillem Jover1-8/+15
2014-05-28dpkg: Uppercase found_status enum valuesGuillem Jover1-23/+23
2014-05-28dpkg: Uppercase dep_check enum valuesGuillem Jover1-8/+8
2014-05-28libdpkg: Uppercase dpkg_relation enum valuesGuillem Jover1-4/+4
2014-05-23libdpkg: Refactor dpkg_options_parse_pkgname()Guillem Jover1-7/+1
2014-05-19libdpkg, dpkg: Use new status to names mapping functionsGuillem Jover1-1/+2
2014-05-17dpkg: Switch an assert() on a volatile variable to an internerr()Guillem Jover1-1/+2
2014-04-30dpkg: Annotate case statements that fall through with a commentGuillem Jover1-0/+1
2014-04-21dpkg-split, dpkg: Use new str_match_end() function instead of ad-hoc codeGuillem Jover1-7/+5
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-07dpkg: Rename add_to_queue() to enqueue_package()Guillem Jover1-5/+5
2012-10-13dpkg: Take arch into account in virtual packages on remove and configureGuillem Jover1-0/+5
2012-06-30Switch to new notice() output functionGuillem Jover1-4/+3
2012-05-10libdpkg: Rework enum depverrel into new enum dpkg_relationGuillem Jover1-4/+5
2012-03-19dpkg: Upgrade the database automatically to the new multi-arch layoutGuillem Jover1-0/+3
2012-03-18dpkg: Change debug output to always arch-qualify package namesGuillem Jover1-6/+6
2012-03-14dpkg: Complete arch checking of package relationships in the resolverSteve Langasek1-0/+4
2012-03-14dpkg: Do not force dependencies on dependtry >= 3, wait until >= 4Guillem Jover1-1/+1
2012-03-14dpkg: Let --force-depends rescue the dependency check in all casesRaphaël Hertzog1-5/+7
2012-03-14dpkg: Use package specifiers in statusfd and log messagesGuillem Jover1-1/+2
2012-03-14dpkg: Update commands and options to accept package specifiersGuillem Jover1-1/+7
2012-02-01Change debug, progress and error output to use package specifiersGuillem Jover1-22/+28
2012-01-16dpkg: Get rid of all remaining deppossi->ed->pkg accessRaphaël Hertzog1-4/+17
2011-11-14Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()Raphaël Hertzog1-1/+1
2011-11-14dpkg: Switch functions to take pkgset to reduce deppossi->ed->pkg accessRaphaël Hertzog1-17/+20
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover1-27/+27
2011-10-27Update deppossi->ed to point to a pkgset instead of a pkginfoGuillem Jover1-4/+5
2011-10-27Move the reverse dependencies from struct pkgbin to struct pkgsetRaphaël Hertzog1-2/+2
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-04-02Make all command line action functions return intGuillem Jover1-1/+3
2011-03-14Do not pass admindir to database initialization functionsGuillem Jover1-2/+1
2011-03-14libdpkg: Rename modstatdb_init() to modstatdb_open()Guillem Jover1-1/+1
2011-03-14Do not read the available file unnecessarilyGuillem Jover1-3/+3
2011-03-14Switch the logic from msdbrw_noavail to msdbrw_availableGuillem Jover1-3/+3
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-2/+2
2011-02-11libdpkg: Rename cmdinfo arg membersGuillem Jover1-8/+8
2011-01-16libdpkg: Rename varbufprintf() to varbuf_printf()Guillem Jover1-37/+34
2011-01-16libdpkg: Rename varbufaddstr() to varbuf_add_str()Guillem Jover1-6/+6
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-2/+2
2011-01-16libdpkg: Rename varbufreset() to varbuf_reset()Guillem Jover1-1/+1
2010-11-19Use new enum for dependency found statusGuillem Jover1-30/+40
2010-11-19Use new enum for dependency check result valuesGuillem Jover1-20/+27
2010-11-19Cleanup white spacesGuillem Jover1-5/+5
2010-11-19Cleanup and improve source code commentsGuillem Jover1-22/+30
2010-11-19libdpkg: Namespace package database functions with pkg_db_ prefixGuillem Jover1-4/+4
2010-11-19libdpkg: Use push_error_context_jump() instead of push_error_handler()Guillem Jover1-1/+2