summaryrefslogtreecommitdiff
path: root/src/remove.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-27Update deppossi->ed to point to a pkgset instead of a pkginfoGuillem Jover1-1/+1
2011-10-27Move the reverse dependencies from struct pkgbin to struct pkgsetRaphaël Hertzog1-1/+1
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-05-18dpkg: properly remove triggers information during package removalRaphaël Hertzog1-0/+4
2011-05-16dpkg: Keep parent directories of directories kept during removalGuillem Jover1-0/+8
2011-05-16dpkg: On purge remove the conffiles from the file list fileGuillem Jover1-0/+6
2011-05-16dpkg: Do not preserve and check for conffiles on leftover dir removalGuillem Jover1-5/+4
2011-05-15dpkg: On purge correctly remove a symlink pointing to a directoryGuillem Jover1-0/+9
2011-05-06dpkg: Rename isdirectoryinuse() to dir_is_used_by_others()Guillem Jover1-2/+4
2011-05-06dpkg: Rename hasdirectoryconffiles() to dir_has_conffiles()Guillem Jover1-2/+2
2011-03-02dpkg: Refactor infodb directory traversal into new pkg_infodb_foreach()Guillem Jover1-28/+1
2011-03-02dpkg: Refactor specific infodb traversal logic into their own functionsGuillem Jover1-9/+19
2011-03-02dpkg: Refactor infodb file existence check into new pkg_infodb_has_file()Guillem Jover1-16/+2
2011-03-02dpkg: Sync and print the correct info database directoryGuillem Jover1-4/+2
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-11/+11
2011-03-02dpkg: Use pkgadminfile() instead of varbuf_pkgadminfile()Guillem Jover1-8/+12
2011-02-11libdpkg: Rename cmdinfo arg membersGuillem Jover1-2/+2
2011-02-11dpkg: Always call pkg_has_postrm_script() in removal_bulk()Guillem Jover1-11/+6
2011-02-11dpkg: Refactor out pkg_has_postrm_script() from removal_bulk()Guillem Jover1-10/+16
2011-02-11dpkg: Use varbuf_pkgadminfile() instead of manually building the pathGuillem Jover1-11/+2
2011-01-16dpkg: Do not fail when trying to remove the root directoryGuillem Jover1-0/+10
2011-01-16Rename struct pkginfoperfile to struct pkgbinGuillem Jover1-1/+1
2011-01-16libdpkg: Rename varbufaddstr() to varbuf_add_str()Guillem Jover1-14/+14
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-13/+14
2011-01-16libdpkg: Rename varbufreset() to varbuf_reset()Guillem Jover1-6/+6
2010-11-19Cleanup white spacesGuillem Jover1-20/+18
2010-11-19Cleanup and improve source code commentsGuillem Jover1-24/+24
2010-11-19libdpkg: Rename package blank functions to pkg_blank and pkg_perfile_blankGuillem Jover1-1/+1