Guillem Jover 41494c1356 dpkg-deb: Add support for “none” as a valid compression strategy value 14 years ago
..
test b5c0d13c6c libdpkg: Add more test cases for version module 14 years ago
.gitignore 9cdcabb0a7 Add a new libdpkg-dev package with the headers and the static library 16 years ago
Makefile.am 6d4c03ebe9 libdpkg: Fold vercmp module into version module 14 years ago
ar.c dea5536797 libdpkg: Refactor ar member check into new dpkg_ar_member_is_illegal() 14 years ago
ar.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
arch.c f98c0a68a9 libdpkg: Handle and ignore arch_empty in varbuf_add_archqual() 14 years ago
arch.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
atomic-file.c e5954543cb libdpkg: New atomic file module 14 years ago
atomic-file.h 49c76f6186 Use DPKG_BIT to define bit flags instead of literal octal values 14 years ago
buffer.c a9f88f151c libdpkg: Do not return from 0 sized buffer_copy() w/o doing filtering 14 years ago
buffer.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
cleanup.c 7337447704 libdpkg: Rename cu_closefile to cu_closestream 15 years ago
command.c 42a2f26ac7 Use new str_is_set()/str_is_unset() instead of ad-hoc checks 14 years ago
command.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
compress.c 41494c1356 dpkg-deb: Add support for “none” as a valid compression strategy value 14 years ago
compress.h d630b04733 libdpkg: Switch compression strategy code from strings to enums 14 years ago
dbdir.c 18d1daa7bf libdpkg: Add new dbdir module 15 years ago
dbmodify.c c30a50a8a1 libdpkg: Add new pdb_parse_update flag 14 years ago
deb-version.c a44743e16e libdpkg: New deb format version module 14 years ago
deb-version.h a44743e16e libdpkg: New deb format version module 14 years ago
debug.c 5e7235bf69 Move and generalize debug API from dpkg to libdpkg 15 years ago
debug.h 49c76f6186 Use DPKG_BIT to define bit flags instead of literal octal values 14 years ago
depcon.c 24953072b7 libdpkg: Rename versionsatisfied3() to dpkg_version_relate() 14 years ago
dir.c ae3500585c libdpkg: Make dir_sync() private 15 years ago
dir.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
dlist.h b8799d9f10 Use consistent naming for linked lists members 16 years ago
dpkg-db.h 49c76f6186 Use DPKG_BIT to define bit flags instead of literal octal values 14 years ago
dpkg.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
dump.c ef8c24b49e libdpkg: Rework enum depverrel into new enum dpkg_relation 14 years ago
ehandle.c d5682c6656 Use implicit __func__ in internerr() instead of explicit literal strings 14 years ago
ehandle.h 49c76f6186 Use DPKG_BIT to define bit flags instead of literal octal values 14 years ago
error.c b03f212d3a libdpkg: Add new error module 15 years ago
error.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
fdio.c 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
fdio.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
fields.c ef8c24b49e libdpkg: Rework enum depverrel into new enum dpkg_relation 14 years ago
file.c dbe742b7db Fix spelling errors 15 years ago
file.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
glob.c 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
glob.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
i18n.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
libdpkg.map d630b04733 libdpkg: Switch compression strategy code from strings to enums 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 8636dd4283 libdpkg: Add new DPKG_BIT macro 14 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 e7eccb3083 Fix coding-style 14 years ago
namevalue.c 902cc15dc8 libdpkg: Add support for fallback namevalues 15 years ago
namevalue.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
nfmalloc.c c6ea15b985 Cleanup white spaces 15 years ago
options.c 6431c053b7 Use cmp() == 0 instead of !cmp() 14 years ago
options.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
parse.c 4f315d811d libdpkg: Rename versioncompare() to dpkg_version_compare() 14 years ago
parsedump.h 49c76f6186 Use DPKG_BIT to define bit flags instead of literal octal values 14 years ago
parsehelp.c 2bf4b48a9a Check parsed integers for out of range errors 14 years ago
path.c 42a2f26ac7 Use new str_is_set()/str_is_unset() instead of ad-hoc checks 14 years ago
path.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 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 adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
pkg-db.c 95bbdf3b1a libdpkg: Fix comment header titles 14 years ago
pkg-format.c 2bf4b48a9a Check parsed integers for out of range errors 14 years ago
pkg-format.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
pkg-list.c 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
pkg-list.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
pkg-queue.c 01d9ba9dfa Fix comment header lines describing the subproject 15 years ago
pkg-queue.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 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 adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
pkg-spec.c 58e0ed5e77 libdpkg: Add functions to handle package specifiers 14 years ago
pkg-spec.h 49c76f6186 Use DPKG_BIT to define bit flags instead of literal octal values 14 years ago
pkg.c 42a2f26ac7 Use new str_is_set()/str_is_unset() instead of ad-hoc checks 14 years ago
pkg.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
progname.c 49a0022b72 libdpkg: Refactor path basename code into new path_basename function 15 years ago
progname.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
progress.c 07a2d8fe8b Print errors while reading file list files on a new line 14 years ago
progress.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
string.c 8578e79d03 libdpkg: Add new str_quote_meta() function 15 years ago
string.h d3727ed32d libdpkg: Add new functions str_is_set() and str_is_unset() 14 years ago
subproc.c 23cd39aae0 libdpkg: Rename catch_signals to signo_ignores in subproc module 15 years ago
subproc.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
tarfn.c 142c6b659c libdpkg: Use m_strndup() instead of StoC() 14 years ago
tarfn.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
test.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
trigdeferred.h 49c76f6186 Use DPKG_BIT to define bit flags instead of literal octal values 14 years ago
trigdeferred.l d04d596cd3 Update triggers support to understand multi-arch 14 years ago
triglib.c 91f647d666 libdpkg: Use TRIGGERSFILEFILE instead of a literal string 14 years ago
triglib.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
trigname.c 2e9a20901a libdpkg: Move trig_name_is_illegal to a new trigname module 15 years ago
trignote.c 6431c053b7 Use cmp() == 0 instead of !cmp() 14 years ago
utils.c 95bbdf3b1a libdpkg: Fix comment header titles 14 years ago
varbuf.c 10f28a9948 Clarify internerr() messages 14 years ago
varbuf.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
version.c 74946af470 libdpkg: Add documentation for version module 14 years ago
version.h 74946af470 libdpkg: Add documentation for version module 14 years ago