summaryrefslogtreecommitdiff
path: root/src/remove.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-08dpkg: Use the conffile name instead of the real pathname it might refer toGuillem Jover1-1/+1
2016-07-03dpkg: Activate file triggers for conffiles on purgeGuillem Jover1-0/+7
2016-02-27libdpkg, dpkg: Rename iterators from ‘it’ to ‘iter’Guillem Jover1-6/+6
2015-10-18libdpkg: Add varbuf_snapshot() and varbuf_rollback() supportGuillem Jover1-11/+14
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-5/+7
2015-04-01dpkg: Rework oldconffsetflags() into pkg_conffiles_mark_old()Guillem Jover1-1/+1
2015-04-01libdpkg: Move path removal functions to path-remove moduleGuillem Jover1-0/+1
2015-04-01libdpkg: Rename ensure_pathname_nonexisting() to path_remove_tree()Guillem Jover1-2/+2
2015-03-31Say directory instead of dir in output messagesGuillem Jover1-1/+1
2015-01-28Switch code to use the new C locale character type functionsGuillem Jover1-2/+3
2014-10-06dpkg: Never try to remove the root directory or its backupsGuillem Jover1-10/+14
2014-08-09dpkg: On removal check Depends and Pre-Depends for unpacked packagesGuillem Jover1-3/+1
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-15/+16
2014-06-02libdpkg: Uppercase and namespace pkgeflag enum valuesGuillem Jover1-1/+1
2014-06-02libdpkg: Uppercase and namespace pkgwant enum valuesGuillem Jover1-7/+7
2014-05-28dpkg: Uppercase, namespace and reword istobe enum type and valuesGuillem Jover1-5/+6
2014-05-28dpkg: Uppercase dep_check enum valuesGuillem Jover1-7/+7
2014-01-15Rename return code variables from r to rcGuillem Jover1-4/+5
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-07dpkg: Rename add_to_queue() to enqueue_package()Guillem Jover1-1/+1
2013-11-23dpkg: Rename and unify maintscript function namesGuillem Jover1-6/+3
2013-10-17dpkg: Print the package version on main progress messagesGuillem Jover1-4/+8
2013-10-14dpkg: Activate all path components for file triggers on removalGuillem Jover1-2/+2
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 Jover1-6/+8
2013-09-19Decapitalize error and warning messagesGuillem Jover1-4/+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 removing or purging a packageGuillem Jover1-10/+10
2013-04-14dpkg: Do not call modstatdb_note() unnecessarily on remove or purgeGuillem Jover1-2/+4
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-3/+3
2012-06-30Switch to new notice() output functionGuillem Jover1-4/+2
2012-06-06dpkg: Use enum dep_check values instead of literal stringsGuillem Jover1-2/+3
2012-04-03Rename pkgadmin*() to pkg_infodb_get_*()Guillem Jover1-4/+4
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover1-4/+5
2012-03-31Rename blankversion() to dpkg_version_blank()Guillem Jover1-2/+2
2012-03-27Do not use `' quote pairs for non-translatable stringsGuillem Jover1-19/+22
2012-03-19dpkg: Allow shared files between Multi-Arch: same packagesGuillem Jover1-6/+47
2012-03-18dpkg: Change debug output to always arch-qualify package namesGuillem Jover1-5/+5
2012-02-18Use new package status setters instead of direct assignmentsGuillem Jover1-11/+17
2012-02-01Change debug, progress and error output to use package specifiersGuillem Jover1-15/+20
2012-02-01dpkg: Pass struct pkgbin to namenodetouse()Guillem Jover1-2/+2
2012-02-01dpkg: Pass struct pkgbin to log_action()Guillem Jover1-2/+2
2012-01-23libdpkg: Pass pkgbin to trig_parse_ci callbacksGuillem Jover1-1/+1
2011-11-14Update diversions to work with pkgset instead of pkginfoRaphaël Hertzog1-1/+1
2011-11-14dpkg: Switch functions to take pkgset to reduce deppossi->ed->pkg accessRaphaël Hertzog1-4/+4
2011-10-30Switch pkgadminfile() to get an explicit pkgbin as argumentGuillem Jover1-8/+9
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover1-15/+15