summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-09-19dpkg: Use an enum for the saidread variableGuillem Jover1-7/+13
2013-09-19dpkg: When ignoring invalid remove requests consider that progressGuillem Jover1-0/+2
2013-09-19dpkg: Use enum dep_check type and values instead of int and literalsGuillem Jover2-7/+9
2013-09-19Decapitalize error and warning messagesGuillem Jover4-8/+8
2013-08-11dpkg: Add a debug line when hashing on-disk files on refcountingGuillem Jover1-1/+3
2013-08-11dpkg: Pass the package reference count to maintainer scriptsGuillem Jover1-0/+5
2013-08-11dpkg: Remove extra newline from path filter debug outputGuillem Jover1-1/+1
2013-08-10dpkg: Automatically prepend needed spaces for continuation force-help linesGuillem Jover1-6/+25
2013-07-22dpkg-divert: Rename file_copy() argumentsGuillem Jover1-13/+13
2013-07-22dpkg-divert: Remove temporary file on error during --renameGuillem Jover1-1/+3
2013-07-18Change user-friendly UI recommendation from dselect to aptGuillem Jover1-3/+3
2013-07-18dpkg: Rename processarc.c to unpack.cGuillem Jover3-3/+3
2013-06-24dpkg: Clarify that --set-selections needs an up-to-date available dbGuillem Jover1-0/+6
2013-05-08perl: Unify regex delimiters to //, {} or <>Guillem Jover1-5/+5
2013-05-08perl: Slurp files more efficientlyGuillem Jover1-3/+4
2013-05-08perl: Use the .. operator instead of C-style for loopsGuillem Jover1-0/+2
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-62/+62
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-10/+10
2013-04-29scripts: Do not use sort directly on the return keywordGuillem Jover1-1/+2
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-12/+12
2013-04-24Use three-argument form of open in perl codeGuillem Jover1-4/+4
2013-04-24dpkg: On Mac OS X check for update_dyld_shared_cache instead of ldconfigGuillem Jover1-0/+6
2013-04-19Explicitly quote HEREDOC markers in perl codeGuillem Jover1-12/+12
2013-04-19test: Add a correct shebang to all test scriptsGuillem Jover1-0/+1
2013-04-19build: Set a default TEST_VERBOSE to 0Guillem Jover1-2/+0
2013-04-19Remove Emacs and vim modelinesGuillem Jover3-7/+0
2013-04-14Avoid assignments in C conditionalsGuillem Jover4-10/+22
2013-04-14dpkg: Refactor tortoise_not_in_hare() out from check_trigger_cycle()Guillem Jover1-35/+44
2013-04-14pkg: Change directory to / before executing maintainer scriptsGuillem Jover1-2/+4
2013-04-14dpkg: Activate file triggers on removal more accuratelyGuillem Jover1-3/+4
2013-04-14dpkg: Defer cleanup of .dpkg-new and .dpkg-tmp paths on removalGuillem Jover1-15/+16
2013-04-14dpkg: Always reset want status when installing a packageGuillem Jover2-2/+3
2013-04-14dpkg: Always reset want status when removing or purging a packageGuillem Jover1-10/+10
2013-04-14dpkg: Do not call modstatdb_note() unnecessarily on remove or purgeGuillem Jover1-2/+4
2013-04-14dpkg: Move modstatdb_note() calls from post_postinst_tasks_core() to call sitesGuillem Jover2-4/+4
2013-04-14dpkg: Execute maintainer scripts in a new SELinux execution contextGuillem Jover1-0/+71
2013-04-14dpkg: Reload the SELinux label database if it has changedGuillem Jover1-16/+76
2013-04-14dpkg: Do not check for selabel_lookup_raw() returning "<<none>>" contextGuillem Jover1-5/+3
2013-04-14dpkg-query: Always print a descriptive architecture column on --listGuillem Jover1-2/+2
2013-04-04dpkg-statoverride: Refer to path instead of fileGuillem Jover1-5/+5
2013-03-18dpkg: Initialize all filenamenode membersGuillem Jover1-0/+1
2013-03-18dpkg: Fix indentationGuillem Jover1-21/+22
2013-03-18dpkg: Use colon instead of dot for user:group in debug outputGuillem Jover1-1/+1
2013-03-18dpkg: Remove redundant word in commentGuillem Jover1-1/+1
2013-03-18dpkg: Mark security context error message for translationGuillem Jover1-1/+1
2013-03-18dpkg: Abort installation if we cannot set the security context for a fileGuillem Jover1-3/+3
2012-10-13dpkg: Take arch into account in virtual packages on remove and configureGuillem Jover1-0/+5
2012-10-13Avoid info database corruption and bogus accesses on unknown format valuesGuillem Jover4-4/+22
2012-10-13dpkg: Fix logic on reinstallation of previously configured shared conffilesGuillem Jover1-1/+8
2012-10-13dpkg: Sync the Conffiles fields for all package instancesGuillem Jover1-1/+48