summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-24Use Synopsis instead of Summary for the short DescriptionGuillem Jover2-3/+3
2018-06-22dpkg: Check for ldconfig command only on platforms that do have itGuillem Jover1-1/+2
2018-05-10dpkg-divert: Do not assume that diversions are always presentGuillem Jover1-3/+3
2018-05-04dpkg: Print the environment variables setup for the conffile shellGuillem Jover1-0/+4
2018-05-04dpkg: Fix a short-lived file descriptor leakGuillem Jover1-0/+2
2018-05-04libdpkg: Move control database code into db-ctrl modulesGuillem Jover18-597/+14
2018-05-03libdpkg: Use a single struct filenamenode definitionGuillem Jover2-7/+3
2018-05-03libdpkg: Move filesystem nodename hash implementation into a new moduleGuillem Jover2-330/+1
2018-05-03dpkg-divert: Warn when using --rename on a file from an Essential packageGuillem Jover1-0/+30
2018-05-03dpkg-divert: Warn when using --add or --remove w/o --rename or --no-renameGuillem Jover2-5/+20
2018-05-03dpkg-divert: Add new --no-rename optionGuillem Jover1-1/+3
2018-05-03dpkg: Add new fsys_hash_entries() function to abstract nfiles accessGuillem Jover2-2/+10
2018-05-03src: Fix database modules to not depend unnecessarily on main.hGuillem Jover2-2/+2
2018-03-26Use internerr() or BUG() instead of assert()Guillem Jover9-35/+79
2018-03-26dpkg: Switch DEBIAN/conffile parsing assert() into an ohshit()Guillem Jover1-1/+2
2018-02-19dpkg: Increment the line number on --set-selections on unknown packagesGuillem Jover1-0/+1
2017-10-17dpkg: Print the package name on maintainter script errorsGuillem Jover1-7/+22
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