summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-18Use new package status setters instead of direct assignmentsGuillem Jover8-53/+80
2012-02-18dpkg: Do not change package eflags on --auditGuillem Jover1-2/+2
2012-02-06dpkg: When removing a foreign arch, only consider < halfinstalled an issueGuillem Jover1-1/+3
2012-02-05dpkg-trigger: Refactor package awaiter parsing into parse_awaiter_package()Guillem Jover1-8/+28
2012-02-05libdpkg: Pass struct pkgbin to pkg_summary()Guillem Jover2-4/+5
2012-02-05libdpkg: Change dpkg_arch_remove() to just unmark foreign architecturesGuillem Jover1-1/+1
2012-02-03dpkg: Refactor deconfiguration queueing into enqueue_deconfigure()Guillem Jover2-8/+16
2012-02-03dpkg: Rename push_conflictor() to enqueue_conflictor()Guillem Jover3-3/+3
2012-02-03dpkg: Use pnaw_nonambig instead of pnaw_foreign on .list file open errorGuillem Jover1-1/+1
2012-02-03dpkg: Fix memory leaks from deppossi iteratorsGuillem Jover1-2/+7
2012-02-01Change debug, progress and error output to use package specifiersGuillem Jover12-165/+237
2012-02-01dpkg: Pass struct pkgbin to namenodetouse()Guillem Jover6-11/+18
2012-02-01dpkg: Pass struct pkgbin to log_action()Guillem Jover6-9/+11
2012-02-01Move copyright information from --version output to file comment headersGuillem Jover3-10/+1
2012-01-23libdpkg: Pass pkgbin to trig_parse_ci callbacksGuillem Jover3-10/+12
2012-01-23dpkg: Rename infodb.c to infodb-access.cGuillem Jover2-2/+2
2012-01-23build: Move common headers to noinst_HEADERSGuillem Jover1-6/+10
2012-01-16dpkg: Get rid of all remaining deppossi->ed->pkg accessRaphaël Hertzog4-121/+202
2012-01-16dpkg: Add new deppossi package iterator functionsGuillem Jover2-0/+78
2012-01-09libdpkg: Pass pkginfo instead of void * to trig_parse_ci callbacksGuillem Jover1-5/+5
2012-01-02dpkg: Add architecture checks to --auditGuillem Jover1-0/+23
2012-01-02dpkg: Switch from foreign arch option to add and remove commandsGuillem Jover3-16/+73
2012-01-02Use the new atomic file API instead of ad-hoc codeGuillem Jover3-77/+28
2011-12-22libdpkg: Refactor pkg status to abbreviations mapping into new functionsGuillem Jover1-3/+3
2011-12-08libdpkg: Remove unused end pointer argument from pkg_name_is_illegal()Guillem Jover3-3/+3
2011-12-08libdpkg: Add new dpkg_arch_get() to retrieve special architecturesGuillem Jover2-2/+2
2011-12-08dpkg: Change --print-foreign-architectures to print an entry per lineGuillem Jover1-4/+2
2011-12-05dpkg: Error out if a database .list file is not a regular fileRaphaël Hertzog1-0/+4
2011-12-05dpkg: Initialize all clientdata members in ensure_package_clientdata()Raphaël Hertzog1-0/+1
2011-12-04dpkg-query: Use m_calloc() instead of m_malloc() + memset()Guillem Jover1-4/+2
2011-11-14Update diversions to work with pkgset instead of pkginfoRaphaël Hertzog8-45/+49
2011-11-14Replace most pkg_db_find() calls with its newer counterpartsRaphaël Hertzog1-1/+1
2011-11-14Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()Raphaël Hertzog7-12/+12
2011-11-14Replace all pkg_db_count() calls with pkg_db_count_pkg()Raphaël Hertzog1-1/+1
2011-11-14Rename pkg_name variables to pkgnameGuillem Jover2-7/+7
2011-11-14dpkg: Switch functions to take pkgset to reduce deppossi->ed->pkg accessRaphaël Hertzog2-21/+24
2011-11-10dpkg-query: Fix short-lived memory leak in --show and --list commandsRaphaël Hertzog1-0/+4
2011-10-30dpkg: Ignore conflict with one's own virtual package within a package setRaphaël Hertzog1-2/+2
2011-10-30libdpkg: Allow pkg:arch syntax in package relationship fieldsSteve Langasek1-0/+2
2011-10-30Switch pkgadminfile() to get an explicit pkgbin as argumentGuillem Jover10-37/+43
2011-10-27dpkg: Move match_node functions into a new file-match moduleGuillem Jover4-27/+86
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover16-200/+228
2011-10-27Update deppossi->ed to point to a pkgset instead of a pkginfoGuillem Jover7-45/+50
2011-10-27Move the reverse dependencies from struct pkgbin to struct pkgsetRaphaël Hertzog6-19/+16
2011-10-24dpkg: Add --foreign-architecture and --print-foreign-architectures optionsRaphaël Hertzog3-0/+49
2011-10-24dpkg: Use dpkg_arch_get_native() instead of native_archGuillem Jover4-4/+2
2011-10-24libdpkg: Update pkgbin.arch to be a pointer to struct dpkg_archRaphaël Hertzog2-4/+4
2011-10-24libdpkg: Add Multi-Arch field supportGuillem Jover1-0/+1
2011-10-24dpkg: Refactor disappear code into its own pkg_disappear() functionRaphaël Hertzog1-28/+35
2011-10-14Merge commit '1.16.1.1'Raphaël Hertzog1-0/+2