summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Mark enum and struct member comments as doxygen descriptionsGuillem Jover3-21/+23
2012-03-27Do not use `' quote pairs for non-translatable stringsGuillem Jover5-39/+44
2012-03-27Clarify internerr() messagesGuillem Jover2-2/+3
2012-03-19dpkg: Add --assert-multi-arch optionGuillem Jover3-1/+13
2012-03-19dpkg: Only allow setting selections for known packagesGuillem Jover1-0/+6
2012-03-19dpkg: Do not try to disappear other packages from the same setRaphaël Hertzog2-0/+13
2012-03-19dpkg: Upgrade the database automatically to the new multi-arch layoutGuillem Jover6-0/+258
2012-03-19dpkg: Update on-disk database to use a multiarch compliant layoutGuillem Jover5-2/+138
2012-03-19dpkg: Allow shared files between Multi-Arch: same packagesGuillem Jover3-20/+246
2012-03-18dpkg: Store in tarcontext whether the pkgset is getting in syncGuillem Jover2-0/+27
2012-03-18dpkg: Change debug output to always arch-qualify package namesGuillem Jover7-40/+40
2012-03-16dpkg-divert: Improve ignored removal request messageSven Joachim1-1/+1
2012-03-16dpkg: Remove old control files on upgrade when needed for Multi-Arch changeRaphaël Hertzog1-0/+10
2012-03-16dpkg-divert: Properly handle diversions of shared filesRaphaël Hertzog2-1/+48
2012-03-16dpkg: Pass filenamenode instead of fileinlist to cu_installnew()Guillem Jover2-4/+2
2012-03-16dpkg: Compute and track hashes for newly unpacked fileGuillem Jover3-4/+14
2012-03-16dpkg: Use fd_skip() instead of fd_read() on tarobject_skip_padding()Guillem Jover1-3/+2
2012-03-16dpkg: Refactor skipping tarobject padding into new tarobject_skip_padding()Guillem Jover1-11/+12
2012-03-16dpkg: Rename tarfile_skip_one_forward() to tarobject_skip_entry()Guillem Jover1-3/+3
2012-03-16dpkg: Refactor tar object extraction into new tarobject_extract()Guillem Jover1-90/+102
2012-03-14dpkg: Add restrictions for configuration of a Multi-Arch: same packageRaphaël Hertzog1-0/+28
2012-03-14dpkg: Deconfigure other instances of the unpacked packageRaphaël Hertzog1-0/+11
2012-03-14dpkg: Update architecture check to allow foreign architecturesRaphaël Hertzog1-1/+4
2012-03-14dpkg: Complete arch checking of package relationships in the resolverSteve Langasek2-0/+8
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: Make md5hash() a public functionRaphaël Hertzog2-3/+3
2012-03-14dpkg: Update output commands to print package specifiersRaphaël Hertzog2-6/+10
2012-03-14dpkg: Use package specifiers for maintainer script argumentsGuillem Jover2-9/+21
2012-03-14dpkg: Use package specifiers in statusfd and log messagesGuillem Jover3-5/+7
2012-03-14dpkg-query: Update output commands to print package specifiersGuillem Jover1-4/+4
2012-03-14Update triggers support to understand multi-archGuillem Jover1-9/+14
2012-03-14dpkg: Update commands and options to accept package specifiersGuillem Jover3-11/+32
2012-03-14dpkg-query: Update commands to accept package specifiers as argumentsRaphaël Hertzog1-4/+35
2012-03-14dpkg-query: Only load the available file on -l or -W with new --load-availGuillem Jover1-2/+6
2012-03-14Rework common badusage strings to allow for possible translation reuseGuillem Jover2-11/+11
2012-03-14dpkg: Use ohshit() instead of ohshite() on illegal names in --ignore-dependsGuillem Jover1-1/+1
2012-03-13libdpkg: Never return NULL from pkg_db_find_singleton()Guillem Jover1-3/+0
2012-03-13libdpkg: Change pkg_sorter_by_name() to pkg_sorter_by_nonambig_name_arch()Guillem Jover2-3/+3
2012-03-13libdpkg: Move pkg_sorter_by_name() from pkg module to pkg-showGuillem Jover1-0/+1
2012-03-13Use new EMPTYHASHFLAG instead of EMPTY_HASH or literal stringGuillem Jover1-3/+2
2012-03-13dpkg: Add --status-logger information to --help outputGuillem Jover1-0/+1
2012-03-05dpkg: Use pkg_db_find_singleton() to get the dpkg package instanceGuillem Jover1-1/+4
2012-02-24dpkg: Use pdb_parse_available in process_archive() on --record-availGuillem Jover1-1/+4
2012-02-24dpkg: Inline parsedb_force_flags() into process_archive()Guillem Jover1-13/+8
2012-02-24dpkg: Move pkg_infodb_remove_file() before pkg_infodb_update_file()Guillem Jover1-9/+9
2012-02-24dpkg: Restore internal pkgset consistency on cross-gradesGuillem Jover1-0/+16
2012-02-24dpkg: Store Multi-Arch field in update log for newly installed packagesGuillem Jover1-1/+3
2012-02-18libdpkg: Refactor parsedb flags for standard operations into new aliasesGuillem Jover2-7/+4
2012-02-18dpkg: Relax --merge-avail Packages file parser to not fail on bogus versionsGuillem Jover1-2/+2