Guillem Jover 463fbf8e93 libdpkg: Change pkg_sorter_by_name() to pkg_sorter_by_nonambig_name_arch() 14 years ago
..
test f98c0a68a9 libdpkg: Handle and ignore arch_empty in varbuf_add_archqual() 14 years ago
.gitignore 9cdcabb0a7 Add a new libdpkg-dev package with the headers and the static library 16 years ago
Makefile.am e5954543cb libdpkg: New atomic file module 14 years ago
ar.c 86cbf575b1 Use off_t and %jd or %jx to handle file sizes and offsets 15 years ago
ar.h 86cbf575b1 Use off_t and %jd or %jx to handle file sizes and offsets 15 years ago
arch.c f98c0a68a9 libdpkg: Handle and ignore arch_empty in varbuf_add_archqual() 14 years ago
arch.h 7ac9650539 libdpkg: Change dpkg_arch_remove() to just unmark foreign architectures 14 years ago
atomic-file.c e5954543cb libdpkg: New atomic file module 14 years ago
atomic-file.h e5954543cb libdpkg: New atomic file module 14 years ago
buffer.c 39a535646f libdpkg: Move ohshite calls into the buffer_copy loop 15 years ago
buffer.h c384fe2132 libdpkg: Add new fd_fd_copy_and_md5() 15 years ago
cleanup.c 7337447704 libdpkg: Rename cu_closefile to cu_closestream 15 years ago
command.c 49a0022b72 libdpkg: Refactor path basename code into new path_basename function 15 years ago
command.h 7f9153a39e libdpkg: Add new command_shell() to execute a shell instance 15 years ago
compress.c 584c3b4036 dpkg-deb: Add compression strategy support 14 years ago
compress.h 584c3b4036 dpkg-deb: Add compression strategy support 14 years ago
dbdir.c 18d1daa7bf libdpkg: Add new dbdir module 15 years ago
dbmodify.c fdc613b3d8 libdpkg: Refactor parsedb flags for standard operations into new aliases 14 years ago
debug.c 5e7235bf69 Move and generalize debug API from dpkg to libdpkg 15 years ago
debug.h 5e7235bf69 Move and generalize debug API from dpkg to libdpkg 15 years ago
depcon.c 6f4ebe26f5 libdpkg: Add new dpkg_arch_get() to retrieve special architectures 14 years ago
dir.c ae3500585c libdpkg: Make dir_sync() private 15 years ago
dir.h ae3500585c libdpkg: Make dir_sync() private 15 years ago
dlist.h b8799d9f10 Use consistent naming for linked lists members 16 years ago
dpkg-db.h 9fa906e106 libdpkg: Add package singleton retrieval support 14 years ago
dpkg.h 0fe9406130 Use new EMPTYHASHFLAG instead of EMPTY_HASH or literal string 14 years ago
dump.c f434c2ef94 libdpkg: Do not dump Architecture field for arch_empty 14 years ago
ehandle.c 9fe0a1b16d Use new dpkg_set_progname and dpkg_get_progname instead of thisname 15 years ago
ehandle.h 9fe0a1b16d Use new dpkg_set_progname and dpkg_get_progname instead of thisname 15 years ago
error.c b03f212d3a libdpkg: Add new error module 15 years ago
error.h b03f212d3a libdpkg: Add new error module 15 years ago
fdio.c 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
fdio.h 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
fields.c 6cffe2e524 libdpkg: Remove unused end pointer argument from pkg_name_is_illegal() 14 years ago
file.c dbe742b7db Fix spelling errors 15 years ago
file.h 632048a0a1 libdpkg: Move mtime from file_stat back to tar_info 15 years ago
glob.c 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
glob.h 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
i18n.h 58c6486cdf libdpkg: Include <locale.h> from <i18n.h> to fix unoptimized builds 15 years ago
libdpkg.map 463fbf8e93 libdpkg: Change pkg_sorter_by_name() to pkg_sorter_by_nonambig_name_arch() 14 years ago
libdpkg.pc.in 9cdcabb0a7 Add a new libdpkg-dev package with the headers and the static library 16 years ago
log.c 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
macros.h 25fb807882 libdpkg: Add new DPKG_GCC_VERSION macro and use it 15 years ago
md5.c 5b03e1e990 libdpkg: Update MD5 implementation with the one from OpenBSD 15 years ago
md5.h 68a6242098 Do not include unneeded <sys/cdefs.h> 14 years ago
mlib.c 9dfb225769 libdpkg: Add new m_calloc() 14 years ago
namevalue.c 902cc15dc8 libdpkg: Add support for fallback namevalues 15 years ago
namevalue.h 902cc15dc8 libdpkg: Add support for fallback namevalues 15 years ago
nfmalloc.c c6ea15b985 Cleanup white spaces 15 years ago
options.c cf22cf6118 libdpkg: Rename myopt module to options 15 years ago
options.h cf22cf6118 libdpkg: Rename myopt module to options 15 years ago
parse.c 0238c795df libdpkg: Use arch_empty type to track missing architectures too 14 years ago
parsedump.h 865a375dca libdpkg: Update pkgbin.arch to be a pointer to struct dpkg_arch 15 years ago
parsehelp.c 0b8652b226 Change debug, progress and error output to use package specifiers 14 years ago
path.c 49a0022b72 libdpkg: Refactor path basename code into new path_basename function 15 years ago
path.h 49a0022b72 libdpkg: Refactor path basename code into new path_basename function 15 years ago
pkg-array.c 5ec7516601 Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg() 14 years ago
pkg-array.h 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
pkg-db.c 9fa906e106 libdpkg: Add package singleton retrieval support 14 years ago
pkg-format.c 3e7d584421 lidpkg: Use pkgbin instead of explicit installed member in pkg-format 14 years ago
pkg-format.h de553e2746 Rename struct pkginfoperfile to struct pkgbin 15 years ago
pkg-list.c 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
pkg-list.h 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
pkg-queue.c 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
pkg-queue.h 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
pkg-show.c 463fbf8e93 libdpkg: Change pkg_sorter_by_name() to pkg_sorter_by_nonambig_name_arch() 14 years ago
pkg-show.h 463fbf8e93 libdpkg: Change pkg_sorter_by_name() to pkg_sorter_by_nonambig_name_arch() 14 years ago
pkg.c 77da8357e8 libdpkg: Move pkg_sorter_by_name() from pkg module to pkg-show 14 years ago
pkg.h 77da8357e8 libdpkg: Move pkg_sorter_by_name() from pkg module to pkg-show 14 years ago
progname.c 49a0022b72 libdpkg: Refactor path basename code into new path_basename function 15 years ago
progname.h ec206bf34b libdpkg: Add new progname module handling functions 15 years ago
progress.c 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
progress.h 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
string.c 8578e79d03 libdpkg: Add new str_quote_meta() function 15 years ago
string.h 8578e79d03 libdpkg: Add new str_quote_meta() function 15 years ago
subproc.c 23cd39aae0 libdpkg: Rename catch_signals to signo_ignores in subproc module 15 years ago
subproc.h c6ea15b985 Cleanup white spaces 15 years ago
tarfn.c 142c6b659c libdpkg: Use m_strndup() instead of StoC() 14 years ago
tarfn.h 632048a0a1 libdpkg: Move mtime from file_stat back to tar_info 15 years ago
test.h e22a6f1095 libdpkg: Make sure NDEBUG is never defined for the test suite 14 years ago
trigdeferred.h e0ae796d8c Do not pass admindir to database initialization functions 15 years ago
trigdeferred.l 4935913e08 libdpkg: Use %option noinput instead of defining YY_NO_INPUT 15 years ago
triglib.c 7db64047f1 Use new package status setters instead of direct assignments 14 years ago
triglib.h bbd5801c99 libdpkg: Pass pkgbin to trig_parse_ci callbacks 14 years ago
trigname.c 2e9a20901a libdpkg: Move trig_name_is_illegal to a new trigname module 15 years ago
trignote.c 7db64047f1 Use new package status setters instead of direct assignments 14 years ago
utils.c c6ea15b985 Cleanup white spaces 15 years ago
varbuf.c 3ae09f975d libdpkg: Add new varbuf_end_str() 15 years ago
varbuf.h f1bccd4763 Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls 15 years ago
vercmp.c b31617401d libdpkg: Move versionsatisfied() into a new depcon module 14 years ago
version.c 222996f8c6 libdpkg: Move informativeversion() to the version module 15 years ago
version.h 222996f8c6 libdpkg: Move informativeversion() to the version module 15 years ago