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
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
2011-04-02
Rename struct cmdinfo member arg_func to action and call it directly
Guillem Jover
1
-4
/
+1
2011-04-02
Use new action_func typedef instead of ad-hoc function casts
Guillem Jover
1
-2
/
+2
2011-04-01
dpkg-divert: fix minor file descriptor leak found by cppcheck
Raphaël Hertzog
1
-1
/
+3
2011-03-17
dpkg-divert: fix return value of rename_mv
Raphaël Hertzog
1
-1
/
+1
2011-03-14
Make admindir file local everywhere
Guillem Jover
1
-1
/
+1
2011-03-14
Use dpkg_db_set_dir() instead of pkgadmindir_init()
Guillem Jover
1
-2
/
+2
2011-03-14
Use dpkg_db_get_path() instead of using m_asprintf() and admindir
Guillem Jover
1
-1
/
+1
2011-03-02
dpkg-divert: Honour --local when DPKG_MAINTSCRIPT_PACKAGE is present
Guillem Jover
1
-1
/
+1
2011-02-11
libdpkg: Rename cmdinfo arg members
Guillem Jover
1
-1
/
+1
2011-01-16
Propagate --admindir to programs run from maintainer scripts
Guillem Jover
1
-1
/
+3
2011-01-16
Use string literals instead of macros for environment variable names
Guillem Jover
1
-1
/
+1
2011-01-16
Use m_asprintf() instead varbuf_printf() for one-off strings
Guillem Jover
1
-30
/
+28
2011-01-16
libdpkg: Rename varbufprintf() to varbuf_printf()
Guillem Jover
1
-16
/
+16
2011-01-16
libdpkg: Rename varbufreset() to varbuf_reset()
Guillem Jover
1
-2
/
+2
2010-11-19
libdpkg: Namespace package database functions with pkg_db_ prefix
Guillem Jover
1
-2
/
+2
2010-11-19
Use push_error_context() instead of ad-hoc code
Guillem Jover
1
-2
/
+1
2010-11-19
dpkg-divert: Use DPKG_MAINTSCRIPT_PACKAGE environment variable
Guillem Jover
1
-0
/
+5
2010-11-19
Use setaction() instead of directly assigning to cipaction
Guillem Jover
1
-1
/
+1
2010-11-19
Move action and obsolete related functionality to the myopt module
Guillem Jover
1
-20
/
+0
2010-08-03
Move glob module to libdpkg
Guillem Jover
1
-1
/
+1
2010-07-22
Check the stat structure only if it has been initialized
Raphaël Hertzog
1
-1
/
+2
2010-07-08
dpkg-divert: Refactor writable directory check into a new function
Guillem Jover
1
-22
/
+18
2010-07-08
dpkg-divert: Disable renaming of the source file does not exist
Guillem Jover
1
-7
/
+6
2010-07-03
dpkg-divert: Rewrite in C
Guillem Jover
1
-0
/
+757