Guillem Jover 93a8d74235 build: Switch to use libtool for the static libraries 12 years ago
..
test 93a8d74235 build: Switch to use libtool for the static libraries 12 years ago
.gitignore 9cdcabb0a7 Add a new libdpkg-dev package with the headers and the static library 16 years ago
Makefile.am 93a8d74235 build: Switch to use libtool for the static libraries 12 years ago
ar.c 4e6079bb67 libdpkg: Add new struct dpkg_ar_member to handle in-core ar headers 12 years ago
ar.h 4e6079bb67 libdpkg: Add new struct dpkg_ar_member to handle in-core ar headers 12 years ago
arch.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
arch.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
atomic-file.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
atomic-file.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
buffer.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
buffer.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
cleanup.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
command.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
command.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
compress.c 517b54aff9 libdpkg: Add new compressor_get_name() function 12 years ago
compress.h 517b54aff9 libdpkg: Add new compressor_get_name() function 12 years ago
dbdir.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
dbmodify.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
deb-version.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
deb-version.h 07413972ae libdpkg, dpkg-deb: Fix compound literal usage with C99 compilers 12 years ago
debug.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
debug.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
depcon.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
dir.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
dir.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
dlist.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
dpkg-db.h a26fce6a81 libdpkg: Add support for interpreting filename '-' as stdin 12 years ago
dpkg.h 09d43d4f21 build: Set TAR variable at build time instead of hardcoding it 12 years ago
dump.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
ehandle.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
ehandle.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
error.c efc8feeb9a libdpkg: Add missing <string.h> header 12 years ago
error.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
fdio.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
fdio.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
fields.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
file.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
file.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
glob.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
glob.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
i18n.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
i18n.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
libdpkg.map 9933a758c0 libdpkg: Add new str_match_end() function 12 years ago
libdpkg.pc.in 8ace79f21c libdpkg: Add @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in 13 years ago
log.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
macros.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
mlib.c 4eca28c8bc Give better names to variables in malloc replacement functions 12 years ago
namevalue.c efc8feeb9a libdpkg: Add missing <string.h> header 12 years ago
namevalue.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
nfmalloc.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
options.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
options.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
parse.c a26fce6a81 libdpkg: Add support for interpreting filename '-' as stdin 12 years ago
parsedump.h 97e6268256 libdpkg: Refactor parsedb_load() out from parsedb_open() 12 years ago
parsehelp.c 1a27a761f5 libdpkg: Handle space-only strings when parsing versions 12 years ago
path.c 99e299736d libcompat: Make sure P_tmpdir is always defined 12 years ago
path.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg-array.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg-array.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg-db.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg-format.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg-format.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg-list.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg-list.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg-queue.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg-queue.h 07413972ae libdpkg, dpkg-deb: Fix compound literal usage with C99 compilers 12 years ago
pkg-show.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg-show.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg-spec.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg-spec.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
pkg.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
progname.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
progname.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
program.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
program.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
progress.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
progress.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
report.c 903d7cce6e libdpkg: Change non-tty output to be line buffered by default 12 years ago
report.h 903d7cce6e libdpkg: Change non-tty output to be line buffered by default 12 years ago
string.c 9933a758c0 libdpkg: Add new str_match_end() function 12 years ago
string.h 9933a758c0 libdpkg: Add new str_match_end() function 12 years ago
strwide.c 93d22496db libdpkg: Fix JavaDoc string 12 years ago
subproc.c d6341c151b Use dead_pid instead of r as variable name for waitpid() return value 12 years ago
subproc.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
tarfn.c 055717db09 libdpkg: Do not leak long tar names on bogus tar archives 12 years ago
tarfn.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
test.h e231f923b7 libdpkg: Move test_warn() and test_error() to dpkg/test.h 12 years ago
trigdeferred.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
trigdeferred.l ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
triglib.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
triglib.h ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
trigname.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
trignote.c efc8feeb9a libdpkg: Add missing <string.h> header 12 years ago
utils.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
varbuf.c ae25c683c0 Use https:// URLs instead of http:// when possible 12 years ago
varbuf.h efc8feeb9a libdpkg: Add missing <string.h> header 12 years ago
version.c 1c2b693e0b Rename return code variables from r to rc 12 years ago
version.h ef88152dc8 libdpkg: Add new DPKG_VERSION_OBJECT macro 12 years ago