summaryrefslogtreecommitdiff
path: root/src/divertcmd.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-30libdpkg: Add new C locale switch over supportGuillem Jover1-0/+1
2019-01-22libdpkg: Rename pkg_db symbols to pkg_hashGuillem Jover1-6/+6
2019-01-22libdpkg: Cleanup fsys module symbol namesGuillem Jover1-42/+42
2018-10-08dpkg-divert, dpkg-statoverride: Add new --instdir and --root optionsGuillem Jover1-1/+26
2018-08-30libdpkg: Split push_cleanup() into push_cleanup_fallback()Guillem Jover1-1/+1
2018-08-30libdpkg: Move db-fsys code from src to lib/dpkgGuillem Jover1-2/+1
2018-05-10dpkg-divert: Do not assume that diversions are always presentGuillem Jover1-3/+3
2018-05-03dpkg-divert: Warn when using --rename on a file from an Essential packageGuillem Jover1-0/+30
2018-05-03dpkg-divert: Warn when using --add or --remove w/o --rename or --no-renameGuillem Jover1-1/+15
2018-05-03dpkg-divert: Add new --no-rename optionGuillem Jover1-1/+3
2017-01-22doc: Fix typos in documentation and code commentsGuillem Jover1-1/+1
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 Jover1-8/+4
2015-09-14libdpkg, dpkg-divert: Mark unimportant unlink() return code as unwantedGuillem Jover1-1/+1
2015-05-30libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASEGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-7/+7
2014-05-28dpkg-divert: Uppercase file_stat enum valuesGuillem Jover1-13/+13
2014-05-28libdpkg: Uppercase and expand atomic_file_flags enum valuesGuillem Jover1-1/+1
2014-05-28libdpkg: Uppercase and namespace dpkg_arch_type enum valuesGuillem Jover1-2/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05Rename cmdinfos set functions to have underscores between wordsGuillem Jover1-6/+6
2013-11-23libdpkg: New dpkg_locales_init()Guillem Jover1-4/+1
2013-10-14libdpkg: Rename and namespace option parsing and loading functionsGuillem Jover1-1/+1
2013-10-14libdpkg: Add dpkg-based program startup and shutdown functionsGuillem Jover1-4/+3
2013-10-14libdpkg: Refactor report output buffering setup into a new functionGuillem Jover1-2/+1
2013-09-19Decapitalize error and warning messagesGuillem Jover1-1/+1
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
2012-06-30Recognize -? as an alias for --help in all commandsGuillem Jover1-1/+1
2012-06-30libdpkg: Switch buffer I/O code to use struct dpkg_errorGuillem Jover1-1/+3
2012-04-27dpkg-divert: Do not rename files owned by the diverting packageGuillem Jover1-1/+34
2012-03-31dpkg-divert: Check all dpkg-divert filename argumentsGuillem Jover1-4/+16
2012-03-31dpkg-divert: Only check for --divert being absolute when setting itGuillem Jover1-2/+2
2012-03-31Rename iterfiles*() functions to files_db_iter_*()Guillem Jover1-6/+6
2012-03-16dpkg-divert: Improve ignored removal request messageSven Joachim1-1/+1
2012-03-16dpkg-divert: Properly handle diversions of shared filesRaphaël Hertzog1-0/+46
2012-02-01Move copyright information from --version output to file comment headersGuillem Jover1-5/+0
2012-01-02Use the new atomic file API instead of ad-hoc codeGuillem Jover1-24/+9
2011-11-14Update diversions to work with pkgset instead of pkginfoRaphaël Hertzog1-16/+16
2011-11-14Rename pkg_name variables to pkgnameGuillem Jover1-3/+3
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover1-3/+3
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-07-07Fix printforhelp string in dpkg-divert and dpkg-statoverrideGuillem Jover1-1/+1
2011-07-07Use new dpkg_set_progname and dpkg_get_progname instead of thisnameGuillem Jover1-3/+4
2011-07-07libdpkg: Do not require programs to define printforhelpGuillem Jover1-2/+3
2011-04-02dpkg-divert: Unlink the source file when moving across filesystemsGuillem Jover1-0/+4
2011-04-02dpkg-divert: Inline rename_mv() into file_rename()Guillem Jover1-12/+5
2011-04-02dpkg-divert: Move atomic rename logic from rename_mv() to file_copy()Guillem Jover1-11/+9
2011-04-02dpkg-divert: Change file_copy() and rename_mv() to ohshite() on errorGuillem Jover1-17/+10
2011-04-02Revert "dpkg-divert: fix minor file descriptor leak found by cppcheck"Guillem Jover1-3/+1