Guillem Jover
|
f71e02c8e9
libdpkg: Add new tar extractor test cases
|
12 years ago |
Guillem Jover
|
b59b7403a7
libdpkg: Record user and group name in tar_entry
|
12 years ago |
Guillem Jover
|
bc684d1e43
libdpkg: Make the uname and gname file_stat members non-const
|
12 years ago |
Guillem Jover
|
67e532374a
libdpkg: Refactor tar_entry copying into tar_entry_copy()
|
12 years ago |
Guillem Jover
|
4c406e07d2
libdpkg: Consider a hardlink tar entry as a regular file for mode values
|
12 years ago |
Guillem Jover
|
a8c984c339
dpkg: Document optional -C argument in --help output
|
12 years ago |
Guillem Jover
|
3eab05ef9d
dpkg: Double the filesdb hash table size to the closest 2^18 prime
|
12 years ago |
Guillem Jover
|
67c4ac7e7a
dpkg: Switch the filesdb module to use the FNV hash function
|
12 years ago |
Guillem Jover
|
c8cd4cc0c1
libdpkg: Switch to the recommended FNV-1a variant
|
12 years ago |
Guillem Jover
|
c342c6d0bb
libdpkg: Move the FNV hash function into a new strhash module
|
12 years ago |
Guillem Jover
|
a8b3ff906c
libdpkg: Add missing <stddef.h> to dpkg/string.h needed for size_t and NULL
|
12 years ago |
Guillem Jover
|
9b9acf81ba
libdpkg: Fix off-by-one error in command argv size calculation
|
12 years ago |
Guillem Jover
|
183fcc5b4c
dpkg: Do not print pointers in debug output messages
|
12 years ago |
Guillem Jover
|
8f3c317bf1
dpkg-source: Rework command parsing and add --build and --extract aliases
|
12 years ago |
Guillem Jover
|
f88c908b5f
scripts: Unpack arguments just once
|
12 years ago |
Guillem Jover
|
4502f420bd
scripts: Unpack arguments instead of accessing @_ directly
|
12 years ago |
Guillem Jover
|
386e46306f
scripts/t: Make sure temporary files are always cleaned up
|
12 years ago |
Guillem Jover
|
49a77f01c5
dpkg-architecture: Say arch-wildcard instead of arch-alias in --help output
|
12 years ago |
Guillem Jover
|
1987e8e3e1
dpkg-architecture: Add architecture restriction options for -L
|
12 years ago |
Guillem Jover
|
ac00888ad6
dpkg-architecture: Move -L actual code close to the other commands
|
12 years ago |
Guillem Jover
|
175ba32030
dpkg-scanpackages: Add a new --hash option to enable specific file checksums
|
12 years ago |
Guillem Jover
|
e301741dc2
dpkg-buildpackage: Do not pipe the files to sign to GnuPG
|
12 years ago |
Guillem Jover
|
8a54695dd4
dpkg-deb: Remove arbitrary filename limit
|
12 years ago |
Guillem Jover
|
e9a73826b1
dpkg: Use varbuf_end_str() instead of varbuf_add_char() with explicit '\0'
|
12 years ago |
Guillem Jover
|
a1920c1323
dpkg: Never try to remove the root directory or its backups
|
12 years ago |
Guillem Jover
|
f524ee7c6d
dpkg: Normalize instdir by removing trailing '/' and '/.'
|
12 years ago |
Guillem Jover
|
d2efd3e270
dpkg: Use an intermediate variable for namenodetouse() return value
|
12 years ago |
Johannes Schauer
|
98956c26a2
scripts: Update restriction formula syntax
|
12 years ago |
Guillem Jover
|
61e228eb7b
dpkg-genchanges: Handle omitted packages due to build profiles
|
12 years ago |
Guillem Jover
|
1eb338d799
Dpkg::BuildProfiles: Add new parse_build_profile()
|
12 years ago |