summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-26dpkg: Use DPKG_ADMINDIR to set the admindirGuillem Jover1-1/+1
2019-10-30dpkg, u-a: Make variables staticGuillem Jover1-3/+12
2019-10-30libdpkg: Add new C locale switch over supportGuillem Jover1-0/+1
2019-05-09dpkg: Set the force defaults before loading the config fileGuillem Jover1-1/+1
2019-02-23dpkg: Parse and set new DPKG_FORCE environment variable for subprocessesGuillem Jover1-0/+2
2019-02-23dpkg: Switch to set the default force option from the forceinfos arrayGuillem Jover1-0/+1
2019-02-23dpkg: Switch force options from individual variables to bit fieldsGuillem Jover1-6/+6
2019-02-23dpkg: Move force options support into its own fileGuillem Jover1-160/+0
2019-01-22libdpkg: Rename pkg_db symbols to pkg_hashGuillem Jover1-4/+4
2019-01-22libdpkg: Cleanup fsys module symbol namesGuillem Jover1-3/+3
2019-01-22When allocating use the variable instead of the type in sizeof()Guillem Jover1-1/+1
2019-01-22dpkg: Fix --help output to clarify optional argumentsGuillem Jover1-15/+15
2018-10-08dpkg, dpkg-query: Add new --no-pager optionGuillem Jover1-0/+11
2018-10-08dpkg-divert, dpkg-statoverride: Add new --instdir and --root optionsGuillem Jover1-9/+3
2018-08-30Switch from strchr() + strlen() to strchrnul()Guillem Jover1-3/+4
2018-08-30libdpkg: Move db-fsys code from src to lib/dpkgGuillem Jover1-1/+1
2018-05-04dpkg: Fix a short-lived file descriptor leakGuillem Jover1-0/+2
2017-05-06doc: Spelling fixesJosh Soref1-1/+1
2016-12-17dpkg: Add new --validate-<thing> commandsGuillem Jover1-1/+10
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