Guillem Jover 18e59730c2 dpkg, libdpkg: Remove unused variable assignments 12 years ago
..
test 237e3a9497 doc: Write hyphen instead of dash when we mean the ‘-’ character 12 years ago
.gitignore 9cdcabb0a7 Add a new libdpkg-dev package with the headers and the static library 16 years ago
Makefile.am 0c977fa968 libdpkg: Add dpkg-based program startup and shutdown functions 13 years ago
ar.c bd0da280d1 libdpkg: Switch buffer I/O code to use struct dpkg_error 14 years ago
ar.h adf22adf15 libdpkg: Add JavaDoc module definitions 14 years ago
arch.c 237e3a9497 doc: Write hyphen instead of dash when we mean the ‘-’ character 12 years ago
arch.h bc92c31742 libdpkg: Add new dpkg_arch_describe() function 13 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 c24cc696c7 libcompat: Take over md5 module from libdpkg 13 years ago
buffer.h bd0da280d1 libdpkg: Switch buffer I/O code to use struct dpkg_error 14 years ago
cleanup.c 7e892ff30f libdpkg: Add new cu_filename() function 13 years ago
command.c 47d2aef60d libdpkg: Add new command_get_pager() function 14 years ago
command.h 47d2aef60d libdpkg: Add new command_get_pager() function 14 years ago
compress.c 2fa8794747 libdpkg: Reset environment variables for all compressors in the filter 13 years ago
compress.h ac02d172c0 dpkg-deb: Add support for gzip compression strategies 13 years ago
dbdir.c 18d1daa7bf libdpkg: Add new dbdir module 15 years ago
dbmodify.c 9431994c82 libdpkg: Unify scandir() list element free()ing 12 years ago
deb-version.c c1b63899f2 libdpkg: Document deb-version module 13 years ago
deb-version.h 41974a3952 libdpkg: Add new DEB_VERSION macro 13 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 ff180c359c libdpkg: Refactor deparchsatisfied() from archsatisfied() 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 ff180c359c libdpkg: Refactor deparchsatisfied() from archsatisfied() 14 years ago
dpkg.h 0c977fa968 libdpkg: Add dpkg-based program startup and shutdown functions 13 years ago
dump.c 0d32799fe1 libdpkg: Fix theoretical stack buffer overflow in w_dependency() 13 years ago
ehandle.c ed609ddb44 libdpkg: Move warning functions to a new report module 14 years ago
ehandle.h ed609ddb44 libdpkg: Move warning functions to a new report module 14 years ago
error.c 85ec281bf4 libdpkg: Do not use an undefined va_list variable in dpkg_put_errno() 13 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 9b8a544549 Decapitalize error and warning messages 13 years ago
file.c 025669285a libdpkg: Add new file_show() function 14 years ago
file.h 025669285a libdpkg: Add new file_show() function 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 3ae71d2472 libdpkg: Rename and namespace option parsing and loading functions 13 years ago
libdpkg.pc.in 8ace79f21c libdpkg: Add @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in 13 years ago
log.c 5a5203e9aa Switch to new notice() output function 14 years ago
macros.h eb3efdf553 libdpkg: Add new clamp macro 14 years ago
mlib.c d33cf5c4aa Avoid assignments in C conditionals 13 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 3ae71d2472 libdpkg: Rename and namespace option parsing and loading functions 13 years ago
options.h 3ae71d2472 libdpkg: Rename and namespace option parsing and loading functions 13 years ago
parse.c 18e59730c2 dpkg, libdpkg: Remove unused variable assignments 12 years ago
parsedump.h 3b9e6070df libdpkg: Use uintptr_t instead of char * in STRUCTFIELD cast 13 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 8e4795d3a8 libdpkg: Change find_field_info() to return NULL on not-found 13 years ago
pkg-format.h bae98fb22f libdpkg: Change pkg_format_parse() to take a dpkg_error argument 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 5ba5d34199 libdpkg: Defer Multi-Arch field reset to pkg_blank() 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
program.c 0c977fa968 libdpkg: Add dpkg-based program startup and shutdown functions 13 years ago
program.h 0c977fa968 libdpkg: Add dpkg-based program startup and shutdown functions 13 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
report.c 50c1cb4d6e libdpkg: Use fully buffered output on non-tty 13 years ago
report.h 3b786cf079 libdpkg: Refactor report output buffering setup into a new function 13 years ago
string.c 93e1759546 libdpkg: Document that str_quote_meta() never returns NULL 13 years ago
string.h ab5bdc1fc7 dpkg-query: Fix output when using multibyte character strings 13 years ago
strwide.c ab5bdc1fc7 dpkg-query: Fix output when using multibyte character strings 13 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 d61fbafbbe libdpkg: Move verification out of tar_header_checksum() 13 years ago
tarfn.h 85c4b70a49 libdpkg: Remove unused header inclusions from tarfn.h 13 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 c39373bdc0 libdpkg: Fix explicit file trigger activation 14 years ago
triglib.h 2f19452e96 dpkg: Activate all path components for file triggers 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