summaryrefslogtreecommitdiff
path: root/src/help.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-04-21Remove some unnecessary includes of assert.hNiels Thykier1-1/+0
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-04-01dpkg: Rework oldconffsetflags() into pkg_conffiles_mark_old()Guillem Jover1-7/+14
2015-04-01libdpkg: Move path removal functions to path-remove moduleGuillem Jover1-65/+0
2015-04-01libdpkg: Rename ensure_pathname_nonexisting() to path_remove_tree()Guillem Jover1-4/+5
2014-12-27libdpkg, dpkg: Fix out-of-bounds read accessesGuillem Jover1-1/+2
2014-10-12dpkg: Mark for translation and unify "rm cleanup" stringGuillem Jover1-1/+1
2014-10-06dpkg: Do not print pointers in debug output messagesGuillem Jover1-2/+2
2014-10-06libdpkg: Rename subproc_wait_check() to subproc_reap()Guillem Jover1-1/+1
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-8/+8
2014-05-28dpkg: Uppercase, namespace and reword istobe enum type and valuesGuillem Jover1-2/+2
2014-04-30dpkg: Do not leak the filepackages_iterator in dir_is_used_by_others()Guillem Jover1-0/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-04-24dpkg: On Mac OS X check for update_dyld_shared_cache instead of ldconfigGuillem Jover1-0/+6
2012-10-13dpkg: Properly mark obsolete conffiles on package replacesGuillem Jover1-0/+21
2012-10-13dpkg: Do not consider obsolete conffiles as actively owned by the packageGuillem Jover1-0/+2
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-5/+5
2012-05-04dpkg: Move maintainer script handling into a new script moduleGuillem Jover1-287/+0
2012-04-14build: Switch from --without- to --disable- for programs to be builtGuillem Jover1-1/+1
2012-04-03Move pkg_infodb_get_dir() and pkg_infodb_get_file() to infodb-format.cGuillem Jover1-0/+1
2012-04-03Rename pkgadmin*() to pkg_infodb_get_*()Guillem Jover1-2/+2
2012-04-01Rename pif variables to pkgbinGuillem Jover1-2/+2
2012-03-27Do not use `' quote pairs for non-translatable stringsGuillem Jover1-5/+6
2012-03-27Clarify internerr() messagesGuillem Jover1-1/+2
2012-03-18dpkg: Change debug output to always arch-qualify package namesGuillem Jover1-6/+6
2012-03-14dpkg: Use package specifiers in statusfd and log messagesGuillem Jover1-2/+3
2012-02-18Use new package status setters instead of direct assignmentsGuillem Jover1-3/+8
2012-02-01Change debug, progress and error output to use package specifiersGuillem Jover1-6/+6
2012-02-01dpkg: Pass struct pkgbin to namenodetouse()Guillem Jover1-1/+4
2012-02-01dpkg: Pass struct pkgbin to log_action()Guillem Jover1-1/+3
2012-01-16dpkg: Get rid of all remaining deppossi->ed->pkg accessRaphaël Hertzog1-2/+20
2011-11-14Update diversions to work with pkgset instead of pkginfoRaphaël Hertzog1-2/+2
2011-11-14Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()Raphaël Hertzog1-1/+1
2011-10-30Switch pkgadminfile() to get an explicit pkgbin as argumentGuillem Jover1-2/+2
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover1-10/+10
2011-10-27Update deppossi->ed to point to a pkgset instead of a pkginfoGuillem Jover1-2/+2
2011-10-24libdpkg: Update pkgbin.arch to be a pointer to struct dpkg_archRaphaël Hertzog1-1/+1
2011-09-09dpkg: Fix double “error:” string in missing PATH error outputGuillem Jover1-1/+1
2011-06-18dpkg: ensure that post_postinst_tasks() doesn't introduce bad dataRaphaël Hertzog1-2/+5
2011-05-16dpkg: Keep parent directories of directories kept during removalGuillem Jover1-0/+31
2011-05-15dpkg: Add debug output on match in dir_is_used_by_others()Guillem Jover1-0/+2
2011-05-06dpkg: Rename isdirectoryinuse() to dir_is_used_by_others()Guillem Jover1-4/+4
2011-05-06dpkg: Rename hasdirectoryconffiles() to dir_has_conffiles()Guillem Jover1-3/+3
2011-05-06dpkg: Fix wrong matching for check on directory containing conffilesGuillem Jover1-1/+2
2011-03-14Make admindir file local everywhereGuillem Jover1-0/+1
2011-03-14Do not pass admindir to database initialization functionsGuillem Jover1-2/+2
2011-03-02dpkg: Pass correct DPKG_ADMINDIR to maintainer scripts with --rootGuillem Jover1-5/+6
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-2/+2
2011-02-11Move and generalize debug API from dpkg to libdpkgGuillem Jover1-12/+1