summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-17dpkg: Fix digest inference for shared conffilesGuillem Jover1-5/+1
2017-05-17dpkg: Fix conffile takeover handling during unpack on --root or diversionsGuillem Jover1-8/+1
2017-05-06doc: Spelling fixesGuillem Jover1-1/+1
2017-05-06doc: Spelling fixesJosh Soref5-5/+5
2017-02-26dpkg: Add a comment on any switch case that falls throughGuillem Jover2-2/+5
2017-01-22doc: Fix typos in documentation and code commentsGuillem Jover2-2/+2
2016-12-17dpkg: Allow readlink(2) returning a size smaller than stat(2)Guillem Jover2-3/+12
2016-12-17dpkg: Add new --validate-<thing> commandsGuillem Jover3-3/+86
2016-12-17dpkg: Fix typo in code commentGuillem Jover1-1/+1
2016-11-11dpkg: Fix use after free issue on error summaryGuillem Jover1-2/+3
2016-10-30dpkg: Give more information on --set-selections warningsGuillem Jover1-2/+3
2016-10-30dpkg: Do not log nor print duplicate removal actionGuillem Jover1-3/+8
2016-10-30Cast off_t variables to intmax_t when printing them with %jdGuillem Jover2-3/+4
2016-10-30dpkg: Initialize and reset the filesdb in --command-fdGuillem Jover1-0/+4
2016-10-30dpkg: Add new files_db_reset() functionGuillem Jover2-0/+10
2016-10-30dpkg: Track newargs in a different variable to avoid modifying itGuillem Jover1-3/+4
2016-10-30dpkg: Shutdown the modstatdb in --get-selectionsGuillem Jover1-0/+2
2016-10-30dpkg: Switch from non-freeing malloc to m_malloc for invoke hooksGuillem Jover2-3/+18
2016-10-30dpkg: Switch from non-freeing malloc to m_malloc on statdb slurpingGuillem Jover1-1/+3
2016-10-30dpkg: Fix md5sum parse error messages to include package name affectedGuillem Jover1-13/+14
2016-10-30dpkg: Remove obsolete --print-installation-architecture optionGuillem Jover3-10/+0
2016-07-08dpkg: Use the conffile name instead of the real pathname it might refer toGuillem Jover1-1/+1
2016-07-08dpkg: Fix a short-lived memory leak in archive argument parsingGuillem Jover1-1/+3
2016-07-03build: Uniformize library build optionsGuillem Jover2-8/+8
2016-07-03dpkg-query: Fix strtol() errno check when parsing the COLUMNS envvarSven Joachim1-1/+1
2016-07-03dpkg: Activate file triggers for conffiles on purgeGuillem Jover1-0/+7
2016-07-03dpkg: Set primary group to 0 when running as rootGuillem Jover1-0/+6
2016-07-03dpkg: Cleanup instdir handling in maintscript_pre_exec()Guillem Jover1-8/+13
2016-07-03dpkg: On --force-chrootless only set changedir to instdir if definedNiall Walsh1-1/+1
2016-07-03dpkg: Fix typo in debug outputGuillem Jover1-1/+1
2016-05-03dpkg: Fix off-by-one array allocationGuillem Jover1-1/+1
2016-05-03dpkg: Use m_strdup() instead of strdup()Guillem Jover1-1/+1
2016-05-03dpkg: Fix file queue tail assignment in file queue popGuillem Jover1-1/+1
2016-05-02dpkg: Add new --force-script-chrootless optionHelmut Grohne3-4/+9
2016-05-02dpkg: Export variable DPKG_ROOT in maintainer scriptsHelmut Grohne2-0/+4
2016-05-02dpkg: Pass <new-version> to maintscript actions that cannot get it otherwiseGuillem Jover3-0/+5
2016-04-01dpkg-query: Refactor pkg_array_match_pattenr()Guillem Jover1-82/+57
2016-04-01dpkg-query: Be more strict when parsing the COLUMNS environment variableGuillem Jover1-3/+8
2016-04-01dpkg: Do not error out when failing to open the SE label db on permissive modeGuillem Jover1-1/+1
2016-04-01dpkg: Search for debsig-verify in PATH instead of using an absolute pathGuillem Jover1-3/+4
2016-04-01dpkg: Factor find_command() out from checkpath()Guillem Jover2-27/+36
2016-02-27dpkg: Remove FIND usage, use treewalk insteadGuillem Jover2-45/+23
2016-02-27dpkg: Update unpack.c header commentGuillem Jover1-1/+1
2016-02-27dpkg: Refactor pkg_check_depcon()Guillem Jover1-58/+68
2016-02-27dpkg: Refactor pkg_deconfigure_others()Guillem Jover1-46/+53
2016-02-27libdpkg, dpkg: Rename iterators from ‘it’ to ‘iter’Guillem Jover8-51/+51
2016-02-27dpkg: Refactor pkg_remove_old_files()Guillem Jover1-146/+159
2016-02-26dpkg: Refactor pkg_update_fields()Guillem Jover1-74/+85
2016-02-26dpkg: Refactor pkg_disappear_others()Guillem Jover1-78/+108
2016-02-26dpkg: Refactor pkg_remove_backup_files()Guillem Jover1-17/+26