Guillem Jover 141b8a46fa libdpkg: Make str_escape_fmt buffer overflow safe 16 years ago
..
test 141b8a46fa libdpkg: Make str_escape_fmt buffer overflow safe 15 years ago
.gitignore 9cdcabb0a7 Add a new libdpkg-dev package with the headers and the static library 16 years ago
Makefile.am e66836854e libdpkg: Add new namevalue_find_by_name function 15 years ago
ar.c 309d92878a libdpkg: Clarify fd_fd_copy error string in dpkg_ar_member_put_header 16 years ago
ar.h 9200eb93df libdpkg: Add new dpkg ar support functions 16 years ago
buffer.c 4546c3b92d libdpkg: Remove stream I/O support from the buffer API 15 years ago
buffer.h 4546c3b92d libdpkg: Remove stream I/O support from the buffer API 15 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 b89373e169 libdpkg: Rename package blank functions to pkg_blank and pkg_perfile_blank 15 years ago
dbmodify.c ba908783e3 libdpkg: Always print parse warnings on stderr 15 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 ba908783e3 libdpkg: Always print parse warnings on stderr 15 years ago
dpkg.h 2a92bb8118 libdpkg: Rename error_unwind() to pop_error_context() 15 years ago
dump.c a3dd7c6101 libdpkg: Rename informative to pkg_is_informative 15 years ago
ehandle.c 180e2e0e47 libdpkg: Add new warningv() function and make warning() use it 15 years ago
ehandle.h 180e2e0e47 libdpkg: Add new warningv() function and make warning() use it 15 years ago
fields.c 4afc4d0239 libdpkg: Reorded convert_string arguments 15 years ago
file.c 0cb6f131d8 libdpkg: Refactor file locking error message handling 15 years ago
file.h ceb07b08da Refactor file_stat code 15 years ago
glob.c 499088b2a6 Move glob module to libdpkg 16 years ago
glob.h 499088b2a6 Move glob module to libdpkg 16 years ago
i18n.h 4509efdc14 Add gettext plurals infrastructure support 16 years ago
libdpkg.Versions 180e2e0e47 libdpkg: Add new warningv() function and make warning() use it 15 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 7d4d1007c4 libdpkg: Add PURE, MALLOC, NONNULL and REQRET compiler attributes 15 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 c9b7af92e5 Move action and obsolete related functionality to the myopt module 15 years ago
myopt.h 9d6a9e4375 Do not make function typedefs pointers 15 years ago
namevalue.c e66836854e libdpkg: Add new namevalue_find_by_name function 15 years ago
namevalue.h e66836854e libdpkg: Add new namevalue_find_by_name function 15 years ago
nfmalloc.c 7eb30624a0 Use bool instead of int wherever appropriate 16 years ago
parse.c ba908783e3 libdpkg: Always print parse warnings on stderr 15 years ago
parsedump.h ba908783e3 libdpkg: Always print parse warnings on stderr 15 years ago
parsehelp.c 141b8a46fa libdpkg: Make str_escape_fmt buffer overflow safe 15 years ago
path.c 295a6102ca libdpkg: Refactor string termination in path_quote_filename 15 years ago
path.h 3516d105a4 libdpkg: Always include <stddef.h> 16 years ago
pkg-array.c 9db4a822bb libdpkg: Namespace package database functions with pkg_db_ prefix 15 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 141b8a46fa libdpkg: Make str_escape_fmt buffer overflow safe 15 years ago
string.h 141b8a46fa libdpkg: Make str_escape_fmt buffer overflow safe 15 years ago
subproc.c 29f4ab41c9 libdpkg: Create a new error context in subproc_fork 15 years ago
subproc.h c53fdb8552 libdpkg: Change subproc_fork return type to pid_t 16 years ago
tarfn.c ceb07b08da Refactor file_stat code 15 years ago
tarfn.h 9d6a9e4375 Do not make function typedefs pointers 15 years ago
test.h 2a92bb8118 libdpkg: Rename error_unwind() to pop_error_context() 15 years ago
trigdeferred.h 1f6b854a2d libdpkg: Rename trigdef_yylex() to trigdef_parse() 16 years ago
trigdeferred.l 0cb6f131d8 libdpkg: Refactor file locking error message handling 15 years ago
triglib.c f74dfc666e libdpkg: Rename illegal_packagename to pkg_name_is_illegal 15 years ago
triglib.h a6066a13aa libdpkg: Rename illegal_triggername to trig_name_is_illegal 15 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