Guillem Jover 4509efdc14 Add gettext plurals infrastructure support 16 years ago
..
test c548891846 libdpkg: Add additional branches to informative() test-case 16 years ago
.gitignore 9cdcabb0a7 Add a new libdpkg-dev package with the headers and the static library 16 years ago
Makefile.am 92838b1a97 Move pkg-show module to libdpkg 16 years ago
ar.c f4e116b3a2 libdpkg: Fix buffer overflow in dpkg_ar_member_put_header 16 years ago
ar.h 9200eb93df libdpkg: Add new dpkg ar support functions 16 years ago
buffer.c 97bc3081d2 Unify naming of va_list variables to args or args_copy 16 years ago
buffer.h 230eecd402 libdpkg: Remove unused desc argument from buffer_read and buffer_write 16 years ago
cleanup.c 7ba3f71c0c Unify text in license headers 16 years ago
command.c 1ccdb04d4b libdpkg: Fix command_add_argv doxygen comment to match param name 16 years ago
command.h 97bc3081d2 Unify naming of va_list variables to args or args_copy 16 years ago
compress.c 97bc3081d2 Unify naming of va_list variables to args or args_copy 16 years ago
compress.h 54be54799f Use xz-utils instead of lzma for the lzma compression format 16 years ago
database.c 50391de87a libdpkg: Remove 'valid' member from struct pkginfoperfile 16 years ago
dbmodify.c 357ab38575 libdpkg: When parsing database files only warn on bogus versions 16 years ago
dir.c 20fdb395cc Do an fsync on database directories 16 years ago
dir.h 20fdb395cc Do an fsync on database directories 16 years ago
dlist.h b8799d9f10 Use consistent naming for linked lists members 16 years ago
dpkg-db.h 357ab38575 libdpkg: When parsing database files only warn on bogus versions 16 years ago
dpkg.h 1a6633e2d9 dpkg: Stop exporting DPKG_LIBDIR to maintainer scripts 16 years ago
dump.c 50391de87a libdpkg: Remove 'valid' member from struct pkginfoperfile 16 years ago
ehandle.c 97bc3081d2 Unify naming of va_list variables to args or args_copy 16 years ago
fields.c 357ab38575 libdpkg: When parsing database files only warn on bogus versions 16 years ago
file.c c3d9eea8d0 dpkg: Detect locked databases on --audit 16 years ago
file.h c3d9eea8d0 dpkg: Detect locked databases on --audit 16 years ago
i18n.h 4509efdc14 Add gettext plurals infrastructure support 16 years ago
libdpkg.Versions 15cf1342b8 libdpkg: Rename TarExtractor to tar_extractor 16 years ago
libdpkg.pc.in 9cdcabb0a7 Add a new libdpkg-dev package with the headers and the static library 16 years ago
log.c 97bc3081d2 Unify naming of va_list variables to args or args_copy 16 years ago
macros.h 7e98241b11 dselect: Show dependency/conflicts resolution screen again 16 years ago
md5.c 12416df9a1 libdpkg: Blank the whole MD5 context not just the size of a pointer 16 years ago
md5.h 01d05324e0 Move libraries to subdirectories under lib/ 17 years ago
mlib.c 9ddef90d43 Do not include unneeded <signal.h> 16 years ago
myopt.c 97bc3081d2 Unify naming of va_list variables to args or args_copy 16 years ago
myopt.h 6ac3217267 libdpkg: Remove unused showcopyright prototype 16 years ago
nfmalloc.c 7eb30624a0 Use bool instead of int wherever appropriate 16 years ago
parse.c 672b0664cb libdpkg: Do not print bogus warnings when parsing status files 16 years ago
parsedump.h 357ab38575 libdpkg: When parsing database files only warn on bogus versions 16 years ago
parsehelp.c 357ab38575 libdpkg: When parsing database files only warn on bogus versions 16 years ago
path.c 1021129285 libdpkg: Fix buffer size limit handling in path_quote_filename 16 years ago
path.h 3516d105a4 libdpkg: Always include <stddef.h> 16 years ago
pkg-array.c c6520d6700 libdpkg: Rename pkg_array_free to pkg_array_destroy 16 years ago
pkg-array.h 5d1099ae03 Header files should not include <config.h> and <compat.h> 16 years ago
pkg-format.c c5309f8009 Switch variables from int to bool where appropriate 16 years ago
pkg-format.h 3e9f202bc1 libdpkg: Unify and namespace pkg-format functions and types 16 years ago
pkg-list.c 7ba3f71c0c Unify text in license headers 16 years ago
pkg-list.h 5d1099ae03 Header files should not include <config.h> and <compat.h> 16 years ago
pkg-queue.c 2e9ea71aef libdpkg: Add a new pkg-queue module 16 years ago
pkg-queue.h 2e9ea71aef libdpkg: Add a new pkg-queue module 16 years ago
pkg-show.c fad96a4555 libdpkg: Make pkginfo argument const in pkg_summary() 16 years ago
pkg-show.h fad96a4555 libdpkg: Make pkginfo argument const in pkg_summary() 16 years ago
pkg.c 6b62761d7c Use earlier/later instead of smaller/bigger for comparison relationships 16 years ago
pkg.h 7ba3f71c0c Unify text in license headers 16 years ago
progress.c 7ba3f71c0c Unify text in license headers 16 years ago
progress.h e93fdb8223 Fix file names in comment header 16 years ago
string.c 7ba3f71c0c Unify text in license headers 16 years ago
string.h 7ba3f71c0c Unify text in license headers 16 years ago
subproc.c 9fd4358545 libdpkg: Add “subprocess” to strings to clarify 16 years ago
subproc.h c53fdb8552 libdpkg: Change subproc_fork return type to pid_t 16 years ago
tarfn.c d25407536d dpkg: Assign correct SE Linux label to non-regular files 16 years ago
tarfn.h ccb9d03ffd libdpkg: Rename TarInfo to tar_entry 16 years ago
test.h 5d1099ae03 Header files should not include <config.h> and <compat.h> 16 years ago
trigdeferred.h 1f6b854a2d libdpkg: Rename trigdef_yylex() to trigdef_parse() 16 years ago
trigdeferred.l 1f6b854a2d libdpkg: Rename trigdef_yylex() to trigdef_parse() 16 years ago
triglib.c b8799d9f10 Use consistent naming for linked lists members 16 years ago
triglib.h b8799d9f10 Use consistent naming for linked lists members 16 years ago
utils.c 7ba3f71c0c Unify text in license headers 16 years ago
varbuf.c 1433317d2f libdpkg: Add new varbuf_trunc() function 16 years ago
varbuf.h 1433317d2f libdpkg: Add new varbuf_trunc() function 16 years ago
vercmp.c 7ba3f71c0c Unify text in license headers 16 years ago