summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-18Update Ian Jackson's email addressGuillem Jover25-25/+25
2015-09-14perl: Split overlong regexes into multiline extended regexesGuillem Jover1-2/+10
2015-09-14t: Fix coding styleGuillem Jover1-1/+1
2015-09-14dpkg: Fix --verify with --rootGuillem Jover1-1/+7
2015-09-14libdpkg, dpkg-divert: Mark unimportant unlink() return code as unwantedGuillem 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 Jover5-5/+5
2015-05-30dpkg: Honor Conflicts/Breaks/Pre-Depends for packages in unpacked and half st...Ian Jackson1-0/+5
2015-05-30dpkg: Sort PKG_STAT_ switch cases in descending orderGuillem Jover1-3/+3
2015-05-30dpkg: Simplify sehandle handlingGuillem Jover1-15/+7
2015-05-30dpkg: Set the SE Linux file context even without a file type in modeGuillem Jover1-4/+0
2015-05-30dpkg: Fix setting the SE Linux context when a file has a statoverrideGuillem Jover2-12/+16
2015-05-19dpkg-deb, dpkg: Do not allow pathnames with embedded newlinesGuillem Jover1-0/+4
2015-05-18dpkg: When upgrading, copy over the cached arch-qualified package nameGuillem Jover1-0/+1
2015-05-09dpkg-statoverride: Fix error messages on invalid uid/git/mode syntax errorsGuillem Jover1-3/+3
2015-04-21src/t: Fix dpkg-divert.t when skipping test due to missing /dev/fullGuillem Jover1-1/+3
2015-04-21Remove some unnecessary includes of assert.hNiels Thykier1-1/+0
2015-04-21dpkg: Use badusage() instead of ohshit() for command-line errorsGuillem Jover1-4/+4
2015-04-21src/t: Fix dpkg-divert.t to work even w/o /dev/fullGuillem Jover1-2/+8
2015-04-21src/t: Fix dpkg-divert.t to work on BSD userlandGuillem Jover1-0/+2
2015-04-18debian: Update my copyright yearsGuillem Jover14-13/+14
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover16-94/+98
2015-04-06dpkg: Add --ctrl-tarfile forwarding command for dpkg-debGuillem Jover1-2/+4
2015-04-01dpkg-statoverride: Do not accept unknown user or group names on --addGuillem Jover1-6/+4
2015-04-01dpkg: Rework oldconffsetflags() into pkg_conffiles_mark_old()Guillem Jover5-12/+19
2015-04-01libdpkg: Move path removal functions to path-remove moduleGuillem Jover6-105/+2
2015-04-01libdpkg: Rename ensure_pathname_nonexisting() to path_remove_tree()Guillem Jover5-13/+14
2015-03-31Say directory instead of dir in output messagesGuillem Jover1-1/+1
2015-03-31Expand EOF and eof into "end of file" in error messagesGuillem Jover4-6/+11
2015-03-30dpkg: Use dpkg_error_print() instead of explicitly printing a dpkg_errorGuillem Jover1-8/+2
2015-03-30dpkg-query: Do not fail on -W and -l when multiple arguments match a packageGuillem Jover1-8/+19
2015-03-30dpkg-query: Use pkg_array_foreach() instead of ad-hoc traversalGuillem Jover1-18/+4
2015-03-30dpkg-statoverride: Set the SE Linux context on --updateGuillem Jover2-0/+9
2015-03-30dpkg: Move SE Linux support into a separate fileGuillem Jover4-98/+147
2015-02-11dpkg: Fix --audit to report missing and empty architecture fieldsGuillem Jover1-1/+1
2015-02-08dpkg: Add comment describing pkg_istobe valuesGuillem Jover1-0/+5
2015-02-08dpkg: Warn on obsolete '<' and '>' operators in --compare-versionsGuillem Jover1-2/+7
2015-01-28dpkg: Fix indentationGuillem Jover1-2/+2
2015-01-28test: Move use strict and warnings as the first directivesGuillem Jover1-3/+5
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 Jover4-14/+23
2015-01-26Remove unused <ctype.h> includesGuillem Jover4-4/+0
2015-01-26libdpkg: Change m_calloc() signature to take also a nmemb argumentGuillem Jover1-2/+2
2015-01-26dpkg-query: Only trim trailing "/" and "/." from pathnames in --searchGuillem Jover1-14/+9
2014-12-27libdpkg, dpkg: Fix out-of-bounds read accessesGuillem Jover1-1/+2
2014-12-27dpkg: Reset trigger cycle tracking on unsatisfied dependencies during trigprocGuillem Jover1-0/+7
2014-11-22libdpkg: Register all pending triggers for deferred processingGuillem Jover3-0/+42
2014-11-22dpkg: Do not ignore trigger cycles for direct dependenciesGuillem Jover1-18/+0
2014-11-22dpkg: Fail on trigger processing when it is required to progressGuillem Jover4-6/+27