summaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-10dpkg: Make enum conffopt declaration private by moving to configure.cGuillem Jover1-18/+0
2012-03-27Mark enum and struct member comments as doxygen descriptionsGuillem Jover1-3/+3
2012-03-19dpkg: Add --assert-multi-arch optionGuillem Jover1-0/+2
2012-03-14dpkg: Make md5hash() a public functionRaphaël Hertzog1-0/+1
2012-02-01dpkg: Pass struct pkgbin to namenodetouse()Guillem Jover1-1/+2
2012-02-01dpkg: Pass struct pkgbin to log_action()Guillem Jover1-1/+1
2012-01-16dpkg: Add new deppossi package iterator functionsGuillem Jover1-0/+15
2012-01-02dpkg: Switch from foreign arch option to add and remove commandsGuillem Jover1-0/+2
2011-10-24dpkg: Add --foreign-architecture and --print-foreign-architectures optionsRaphaël Hertzog1-0/+2
2011-10-24dpkg: Use dpkg_arch_get_native() instead of native_archGuillem Jover1-1/+0
2011-05-16dpkg: Keep parent directories of directories kept during removalGuillem Jover1-0/+2
2011-05-14dpkg: depisok() can now suggest to process awaited triggers for a packageRaphaël Hertzog1-1/+2
2011-05-06dpkg: Rename isdirectoryinuse() to dir_is_used_by_others()Guillem Jover1-1/+1
2011-05-06dpkg: Rename hasdirectoryconffiles() to dir_has_conffiles()Guillem Jover1-1/+1
2011-04-26Add --force-bad-version to allow installing packages with bogus versionsGuillem Jover1-0/+1
2011-04-21dpkg: Remove unused force_conff_new() and force_conff_miss() declarationsGuillem Jover1-2/+0
2011-04-02Make all command line action functions return intGuillem Jover1-17/+17
2011-04-01dpkg: Pass default return value to reportbroken_retexitstatus()Guillem Jover1-1/+1
2011-03-14Make admindir file local everywhereGuillem Jover1-1/+0
2011-02-11Move and generalize debug API from dpkg to libdpkgGuillem Jover1-18/+1
2011-01-31dpkg: Rename arch variable to native_archGuillem Jover1-1/+1
2011-01-31Rename architecture variables to archGuillem Jover1-1/+1
2011-01-16dpkg: Change wanttoinstall() return type from int to boolGuillem Jover1-1/+1
2011-01-16dpkg: Fix wanttoinstall() to use the new version from pkg->availableGuillem Jover1-1/+1
2011-01-16dpkg: Always say why in wanttoinstall()Guillem Jover1-2/+1
2010-11-25Merge branch 'sid' (through tag '1.15.8.6')Guillem Jover1-0/+1
2010-11-25Add new --force-unsafe-io to disable safe I/O operations on unpackGuillem Jover1-0/+1
2010-11-19Use new enum for dependency check result valuesGuillem Jover1-3/+10
2010-11-19Cleanup white spacesGuillem Jover1-1/+1
2010-11-19Cleanup and improve source code commentsGuillem Jover1-13/+11
2010-11-19Move action and obsolete related functionality to the myopt moduleGuillem Jover1-1/+0
2010-07-16Move pkg-show module to libdpkgGuillem Jover1-2/+0
2010-07-16Convert limiteddescription() to pkg_summary()Guillem Jover1-2/+1
2010-07-03Add new dpkg --force-confask optionHenning Makholm1-0/+1
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-4/+5
2010-03-24dpkg-query: Make local functions staticGuillem Jover1-4/+0
2010-03-05dpkg: Use FIEMAP to sort .list files before scanningMorten Hustveit1-0/+2
2010-02-25dpkg: Switch code to use “struct pkg_queue” instead of “struct pkgqueue”Guillem Jover1-10/+0
2010-01-28libdpkg: Add and use new DPKG_ATTR_SENTINELGuillem Jover1-3/+4
2009-12-22Move color member from struct pkginfo to struct perpackagestateGuillem Jover1-0/+7
2009-11-08Unify text in license headersGuillem Jover1-5/+5
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-11-07Rename process description function arguments to descGuillem Jover1-3/+3
2009-10-04libdpkg: Move pkg_sorter code to a new pkg moduleGuillem Jover1-5/+0
2009-10-04libdpkg: Rename pkglistqsortcmp to pkg_sorter_by_nameGuillem Jover1-1/+1
2009-09-30Switch to use stdbool were appropriateGuillem Jover1-12/+12
2009-09-15Switch ad-hoc code to use struct pkg_list data typeGuillem Jover1-10/+7
2009-09-15Rename chmodsafe_unlink functions to secure_unlinkGuillem Jover1-2/+2
2009-09-15Only use errno for error reason when securely removing a fileGuillem Jover1-3/+2
2009-09-06dpkg-query: Add installed package control path query supportGuillem Jover1-0/+1