summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-30dpkg: Initialize and reset the filesdb in --command-fdGuillem Jover1-0/+4
2016-10-30dpkg: Track newargs in a different variable to avoid modifying itGuillem Jover1-3/+4
2016-10-30dpkg: Switch from non-freeing malloc to m_malloc for invoke hooksGuillem Jover1-2/+17
2016-10-30dpkg: Remove obsolete --print-installation-architecture optionGuillem Jover1-1/+0
2016-07-03dpkg: Set primary group to 0 when running as rootGuillem Jover1-0/+6
2016-05-02dpkg: Add new --force-script-chrootless optionHelmut Grohne1-0/+3
2016-05-02dpkg: Export variable DPKG_ROOT in maintainer scriptsHelmut Grohne1-0/+2
2016-02-26dpkg: Add a new struct invoke_list to store invoke hooksGuillem Jover1-19/+16
2015-12-12Use new str_fmt() instead of m_asprintf()Guillem Jover1-8/+2
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-08-06doc: Fix typos for --predep-package option nameGuillem Jover1-1/+1
2015-07-26Document --yet-to-unpack, --predep-packages and --assert-<feature> commandsGuillem Jover1-7/+8
2015-05-30libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASEGuillem Jover1-1/+1
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-4/+4
2015-04-06dpkg: Add --ctrl-tarfile forwarding command for dpkg-debGuillem Jover1-2/+4
2015-03-31Expand EOF and eof into "end of file" in error messagesGuillem Jover1-1/+2
2015-01-28Remove trailing newline from string literal in warning callsGuillem Jover1-1/+1
2015-01-28Switch code to use the new C locale character type functionsGuillem Jover1-4/+8
2014-10-20dpkg: Add invoke hooks for add-architecture and remove-architectureGuillem Jover1-0/+2
2014-10-06dpkg: Document optional -C argument in --help outputGuillem Jover1-1/+1
2014-10-06dpkg: Normalize instdir by removing trailing '/' and '/.'Guillem Jover1-3/+16
2014-08-10dpkg: Fix --add-architecture and --remove-architecture to take one argumentGuillem Jover1-4/+4
2014-08-09Add versioned Provides supportGuillem Jover1-1/+2
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-1/+1
2014-05-28libdpkg: Uppercase and namespace dpkg_arch_type enum valuesGuillem Jover1-4/+4
2014-05-23libdpkg: Refactor dpkg_options_parse_pkgname()Guillem Jover1-7/+1
2014-05-27dpkg: Use badusage() on illegal package names in --ignore-dependsGuillem Jover1-3/+3
2014-04-21dpkg: Add support for loading Packages-files from pipes or stdinGuillem Jover1-2/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05Rename cmdinfos set functions to have underscores between wordsGuillem Jover1-17/+29
2013-11-23libdpkg: New dpkg_locales_init()Guillem Jover1-4/+1
2013-11-08dpkg: Refactor out run_logger() from run_status_loggers()Guillem Jover1-18/+27
2013-11-08libdpkg: Refactor integer parsing into new dpkg_options_parse_arg_int()Guillem Jover1-17/+4
2013-10-27dpkg: Use line instead of desc to make use of the strtok() assignmentGuillem Jover1-1/+1
2013-10-17dpkg: Add new --verify commandGuillem Jover1-0/+11
2013-10-14libdpkg: Rename and namespace option parsing and loading functionsGuillem Jover1-3/+3
2013-10-14libdpkg: Add dpkg-based program startup and shutdown functionsGuillem Jover1-5/+2
2013-10-14libdpkg: Refactor report output buffering setup into a new functionGuillem Jover1-2/+1
2013-08-10dpkg: Automatically prepend needed spaces for continuation force-help linesGuillem Jover1-6/+25
2013-07-18Change user-friendly UI recommendation from dselect to aptGuillem Jover1-3/+3
2013-04-14Avoid assignments in C conditionalsGuillem Jover1-1/+2
2012-06-30Align --version with --help on help outputGuillem Jover1-1/+1
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-2/+2
2012-05-23Check parsed integers for out of range errorsGuillem Jover1-13/+16
2012-05-23dpkg: Use ohshit() instead of ohshite() on strtoul() errorGuillem Jover1-1/+1
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover1-2/+3
2012-03-27Clarify internerr() messagesGuillem Jover1-1/+1
2012-03-19dpkg: Add --assert-multi-arch optionGuillem Jover1-1/+3
2012-03-14dpkg: Update commands and options to accept package specifiersGuillem Jover1-5/+8