summaryrefslogtreecommitdiff
path: root/src/errors.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-08dpkg: Fix --force-not-rootGuillem Jover1-0/+8
2016-11-11dpkg: Fix use after free issue on error summaryGuillem Jover1-2/+3
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-01-26Remove unused <ctype.h> includesGuillem Jover1-1/+0
2014-06-02libdpkg: Uppercase and namespace pkgwant enum valuesGuillem Jover1-1/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-07dpkg: Use warningv() to print message when overriding with --force optionGuillem Jover1-3/+1
2013-11-08dpkg: Distinguish error reports between archives and packagesGuillem Jover1-1/+14
2013-11-08dpkg: Refactor enqueue_error_report() out from print_error_perpackage()Guillem Jover1-7/+15
2013-11-08libdpkg: Change error printer argument from const char * to const void *Guillem Jover1-1/+4
2012-06-30Switch to new notice() output functionGuillem Jover1-8/+6
2012-02-01Change debug, progress and error output to use package specifiersGuillem Jover1-2/+2
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover1-2/+2
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-07-07Use new dpkg_set_progname and dpkg_get_progname instead of thisnameGuillem Jover1-3/+3
2011-04-01dpkg: Pass default return value to reportbroken_retexitstatus()Guillem Jover1-2/+4
2010-11-19Cleanup white spacesGuillem Jover1-2/+2
2010-11-19Use thisname variable instead of hard-coded 'dpkg' stringGuillem Jover1-3/+5
2010-07-16Fix file names in comment headerGuillem Jover1-1/+1
2010-07-16Switch variables from int to bool where appropriateGuillem Jover1-2/+2
2010-06-07Unify naming of va_list variables to args or args_copyGuillem Jover1-5/+6
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-1/+1
2010-01-28Do not include unneeded <signal.h>Guillem Jover1-1/+0
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-10-26Sort order of header includesGuillem Jover1-9/+10
2009-09-30Switch to use stdbool were appropriateGuillem Jover1-4/+7
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-3/+3
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-06-18Fix english mistake (“as you request” → “as you requested”)David Stansby1-1/+1
2008-12-05Use the warning function instead of hand-coded print callsGuillem Jover1-1/+2
2008-11-18Merge branch 'lenny' (through tag '1.14.23')Guillem Jover1-4/+6
2008-11-14dpkg: untangle onerr_abort from too many errors conditionGuillem Jover1-4/+5
2008-10-17dpkg-query: stop needlessly using functionality from error.cGuillem Jover1-1/+1
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-03-25Refactor status-fd duplicate output code into a new functionGuillem Jover1-17/+1
2008-01-16Use NULL instead of 0Guillem Jover1-2/+2
2007-11-29Move extern declarations to header files and stop defining them as externGuillem Jover1-2/+0
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant1-0/+132