index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
divertcmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-30
libdpkg: Add new C locale switch over support
Guillem Jover
1
-0
/
+1
2019-01-22
libdpkg: Rename pkg_db symbols to pkg_hash
Guillem Jover
1
-6
/
+6
2019-01-22
libdpkg: Cleanup fsys module symbol names
Guillem Jover
1
-42
/
+42
2018-10-08
dpkg-divert, dpkg-statoverride: Add new --instdir and --root options
Guillem Jover
1
-1
/
+26
2018-08-30
libdpkg: Split push_cleanup() into push_cleanup_fallback()
Guillem Jover
1
-1
/
+1
2018-08-30
libdpkg: Move db-fsys code from src to lib/dpkg
Guillem Jover
1
-2
/
+1
2018-05-10
dpkg-divert: Do not assume that diversions are always present
Guillem Jover
1
-3
/
+3
2018-05-03
dpkg-divert: Warn when using --rename on a file from an Essential package
Guillem Jover
1
-0
/
+30
2018-05-03
dpkg-divert: Warn when using --add or --remove w/o --rename or --no-rename
Guillem Jover
1
-1
/
+15
2018-05-03
dpkg-divert: Add new --no-rename option
Guillem Jover
1
-1
/
+3
2017-01-22
doc: Fix typos in documentation and code comments
Guillem Jover
1
-1
/
+1
2015-12-12
dpkg-divert: Return from a command function instead of directly exiting
Guillem Jover
1
-2
/
+2
2015-12-12
Use new str_fmt() instead of m_asprintf()
Guillem Jover
1
-8
/
+4
2015-09-14
libdpkg, dpkg-divert: Mark unimportant unlink() return code as unwanted
Guillem Jover
1
-1
/
+1
2015-05-30
libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASE
Guillem Jover
1
-1
/
+1
2015-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
1
-7
/
+7
2014-05-28
dpkg-divert: Uppercase file_stat enum values
Guillem Jover
1
-13
/
+13
2014-05-28
libdpkg: Uppercase and expand atomic_file_flags enum values
Guillem Jover
1
-1
/
+1
2014-05-28
libdpkg: Uppercase and namespace dpkg_arch_type enum values
Guillem Jover
1
-2
/
+2
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-12-05
Rename cmdinfos set functions to have underscores between words
Guillem Jover
1
-6
/
+6
2013-11-23
libdpkg: New dpkg_locales_init()
Guillem Jover
1
-4
/
+1
2013-10-14
libdpkg: Rename and namespace option parsing and loading functions
Guillem Jover
1
-1
/
+1
2013-10-14
libdpkg: Add dpkg-based program startup and shutdown functions
Guillem Jover
1
-4
/
+3
2013-10-14
libdpkg: Refactor report output buffering setup into a new function
Guillem Jover
1
-2
/
+1
2013-09-19
Decapitalize error and warning messages
Guillem Jover
1
-1
/
+1
2013-07-22
dpkg-divert: Rename file_copy() arguments
Guillem Jover
1
-13
/
+13
2013-07-22
dpkg-divert: Remove temporary file on error during --rename
Guillem Jover
1
-1
/
+3
2012-06-30
Recognize -? as an alias for --help in all commands
Guillem Jover
1
-1
/
+1
2012-06-30
libdpkg: Switch buffer I/O code to use struct dpkg_error
Guillem Jover
1
-1
/
+3
2012-04-27
dpkg-divert: Do not rename files owned by the diverting package
Guillem Jover
1
-1
/
+34
2012-03-31
dpkg-divert: Check all dpkg-divert filename arguments
Guillem Jover
1
-4
/
+16
2012-03-31
dpkg-divert: Only check for --divert being absolute when setting it
Guillem Jover
1
-2
/
+2
2012-03-31
Rename iterfiles*() functions to files_db_iter_*()
Guillem Jover
1
-6
/
+6
2012-03-16
dpkg-divert: Improve ignored removal request message
Sven Joachim
1
-1
/
+1
2012-03-16
dpkg-divert: Properly handle diversions of shared files
Raphaël Hertzog
1
-0
/
+46
2012-02-01
Move copyright information from --version output to file comment headers
Guillem Jover
1
-5
/
+0
2012-01-02
Use the new atomic file API instead of ad-hoc code
Guillem Jover
1
-24
/
+9
2011-11-14
Update diversions to work with pkgset instead of pkginfo
Raphaël Hertzog
1
-16
/
+16
2011-11-14
Rename pkg_name variables to pkgname
Guillem Jover
1
-3
/
+3
2011-10-27
Switch from pkginfo->name to pkginfo->set->name
Guillem Jover
1
-3
/
+3
2011-07-07
libdpkg: Rename myopt module to options
Guillem Jover
1
-1
/
+1
2011-07-07
Fix printforhelp string in dpkg-divert and dpkg-statoverride
Guillem Jover
1
-1
/
+1
2011-07-07
Use new dpkg_set_progname and dpkg_get_progname instead of thisname
Guillem Jover
1
-3
/
+4
2011-07-07
libdpkg: Do not require programs to define printforhelp
Guillem Jover
1
-2
/
+3
2011-04-02
dpkg-divert: Unlink the source file when moving across filesystems
Guillem Jover
1
-0
/
+4
2011-04-02
dpkg-divert: Inline rename_mv() into file_rename()
Guillem Jover
1
-12
/
+5
2011-04-02
dpkg-divert: Move atomic rename logic from rename_mv() to file_copy()
Guillem Jover
1
-11
/
+9
2011-04-02
dpkg-divert: Change file_copy() and rename_mv() to ohshite() on error
Guillem Jover
1
-17
/
+10
2011-04-02
Revert "dpkg-divert: fix minor file descriptor leak found by cppcheck"
Guillem Jover
1
-3
/
+1
[next]