summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-26dpkg: Refactor pkg_remove_files_from_others()Guillem Jover1-56/+69
2016-02-26dpkg: Switch addfiletolist() to tar_filenamenode_queue_push()Guillem Jover3-17/+3
2016-02-26dpkg: Switch remove_file_from_list() to tar_filenamenode_queue_pop()Guillem Jover1-11/+11
2016-02-26dpkg: Switch tarcontext newfilesp member into a filenamenode_queueGuillem Jover3-15/+16
2016-02-26dpkg: Rename filenamenode_queu_push() to tar_filenamenode_queue_push()Guillem Jover4-23/+22
2016-02-26dpkg: Fix memory leak when unpacking conffilesGuillem Jover1-1/+1
2016-02-26dpkg: Encapsulate obstack usage inside new tar_pool functionsGuillem Jover1-18/+30
2016-02-26dpkg: Add a new struct invoke_list to store invoke hooksGuillem Jover2-19/+20
2016-02-26dpkg: Use a node instead the head pointer to traverse the namenode listGuillem Jover1-4/+4
2016-01-26dpkg: Detect non-regular file archive arguments earlierGuillem Jover1-0/+4
2016-01-26dpkg: Use ohshit() instead of internerr() for unhandled dpkg-split exit codesGuillem Jover1-1/+1
2016-01-26dpkg: Check that all passed archive filenames exist before queueing themGuillem Jover1-5/+14
2016-01-26dpkg: Print the archive filename when it cannot be accessedGuillem Jover1-1/+2
2015-12-25dpkg: Fix physical file offset comparisonYuri Gribov1-1/+3
2015-12-19dpkg: Add support for DPKG_MAINTSCRIPT_DEBUG environment variableGuillem Jover1-0/+5
2015-12-12libdpkg: Rename pkg_summary to pkgbin_summaryGuillem Jover2-3/+3
2015-12-12dpkg-trigger: Move exit from command function to its call siteGuillem Jover1-5/+5
2015-12-12dpkg-divert: Return from a command function instead of directly exitingGuillem Jover1-2/+2
2015-12-12Use new str_fmt() instead of m_asprintf()Guillem Jover4-21/+8