Guillem Jover
|
5f40ae0644
dpkg: Print a message instead of asserting on readlink/stat size discrepancy
|
15 years ago |
Guillem Jover
|
3650a669fb
libdpkg: Rename fd_null_copy() to fd_skip()
|
15 years ago |
Raphaël Hertzog
|
277e572fac
dpkg: correctly handle a hardlink pointing to a conffile
|
15 years ago |
Guillem Jover
|
efcf279a50
dpkg: Defer hardlink renames to avoid breakage on unpack
|
15 years ago |
Guillem Jover
|
cf22cf6118
libdpkg: Rename myopt module to options
|
15 years ago |
Guillem Jover
|
6ab502b6a7
dpkg: Use braces on ‘if’ to avoid ambiguous ‘else’
|
15 years ago |
Sven Joachim
|
1ea0da5ac9
dpkg: Mark error message for translation
|
15 years ago |
Raphaël Hertzog
|
fc625d1613
dpkg: add the missing ohshite() on a failed syscall
|
15 years ago |
Guillem Jover
|
b6ca9bcdb5
dpkg: Unpack missing shared directories when the package is replaced
|
15 years ago |
Raphaël Hertzog
|
f64a8d66c0
Fix bad indentation in various parts of the code
|
15 years ago |
Raphaël Hertzog
|
2b8cfa5070
dpkg: depisok() can now suggest to process awaited triggers for a package
|
15 years ago |
Guillem Jover
|
8b9315219d
dpkg: Use “unselected” as an adjective instead of “deselected”
|
15 years ago |
Guillem Jover
|
e897fdba4e
dpkg: Do not fail when unpacking a diverted hardlink
|
15 years ago |
Guillem Jover
|
66810a5ef3
Merge branch 'sid' (through tag '1.16.0.1')
|
15 years ago |
Guillem Jover
|
2393193c27
dpkg: Rename set_selinux_path_context() to tarobject_set_se_context()
|
15 years ago |
Raphaël Hertzog
|
888a5bbbd9
dpkg: don't ohshite if lutimes() fails with ENOSYS
|
15 years ago |
Raphaël Hertzog
|
fddba30d74
dpkg: fix regression when using -R option
|
15 years ago |
Guillem Jover
|
b3eb59cf43
dpkg: Set the modification time for unpacked symlinks if possible
|
15 years ago |
Guillem Jover
|
e49efcbbb9
dpkg: Move lchown() call from tarobject() to tarobject_set_perms()
|
15 years ago |
Guillem Jover
|
632048a0a1
libdpkg: Move mtime from file_stat back to tar_info
|
15 years ago |
Guillem Jover
|
b5e4c93f82
dpkg: Use utimes(2) instead of obsolete utime(2)
|
15 years ago |
Guillem Jover
|
36a3883ee1
dpkg: Move conditionals to tarobject_set_*() functions
|
15 years ago |
Guillem Jover
|
f281bc0fd6
dpkg: Rename newtarobject_allmodes() to tarobject_set_perms()
|
15 years ago |
Guillem Jover
|
37d86f2b77
dpkg: Rename newtarobject_utime() to tarobject_set_mtime()
|
15 years ago |
Guillem Jover
|
5e50a926b2
dpkg: Factor out newtarobject_allmodes() call
|
15 years ago |
Guillem Jover
|
b1ef911615
dpkg: Move newtarobject_utime() call out of newtarobject_allmodes()
|
15 years ago |
Guillem Jover
|
07bbb73fcd
dpkg: Fix typo in comment ‘cheched’ → ‘checked’
|
15 years ago |
Guillem Jover
|
ba372a8c55
Make all command line action functions return int
|
15 years ago |
Raphaël Hertzog
|
6a7a20c723
dpkg: use the correct mtime when installing a file with statoverrides
|
15 years ago |
Guillem Jover
|
86cbf575b1
Use off_t and %jd or %jx to handle file sizes and offsets
|
15 years ago |