Guillem Jover 4b924a7b47 libdpkg: Fix crashes on Mac OS X when using first gettext() after fork() пре 12 година
..
test 237e3a9497 doc: Write hyphen instead of dash when we mean the ‘-’ character пре 12 година
.gitignore 9cdcabb0a7 Add a new libdpkg-dev package with the headers and the static library пре 16 година
Makefile.am fa1cd230b9 libdpkg: New dpkg_locales_init() пре 12 година
ar.c bd0da280d1 libdpkg: Switch buffer I/O code to use struct dpkg_error пре 14 година
ar.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
arch.c 237e3a9497 doc: Write hyphen instead of dash when we mean the ‘-’ character пре 12 година
arch.h bc92c31742 libdpkg: Add new dpkg_arch_describe() function пре 13 година
atomic-file.c e5954543cb libdpkg: New atomic file module пре 14 година
atomic-file.h 49c76f6186 Use DPKG_BIT to define bit flags instead of literal octal values пре 14 година
buffer.c c24cc696c7 libcompat: Take over md5 module from libdpkg пре 13 година
buffer.h bd0da280d1 libdpkg: Switch buffer I/O code to use struct dpkg_error пре 14 година
cleanup.c 7e892ff30f libdpkg: Add new cu_filename() function пре 13 година
command.c 47d2aef60d libdpkg: Add new command_get_pager() function пре 14 година
command.h 47d2aef60d libdpkg: Add new command_get_pager() function пре 14 година
compress.c 2fa8794747 libdpkg: Reset environment variables for all compressors in the filter пре 12 година
compress.h ac02d172c0 dpkg-deb: Add support for gzip compression strategies пре 13 година
dbdir.c 18d1daa7bf libdpkg: Add new dbdir module пре 15 година
dbmodify.c 9431994c82 libdpkg: Unify scandir() list element free()ing пре 12 година
deb-version.c c1b63899f2 libdpkg: Document deb-version module пре 13 година
deb-version.h 41974a3952 libdpkg: Add new DEB_VERSION macro пре 13 година
debug.c 5e7235bf69 Move and generalize debug API from dpkg to libdpkg пре 15 година
debug.h 49c76f6186 Use DPKG_BIT to define bit flags instead of literal octal values пре 14 година
depcon.c ff180c359c libdpkg: Refactor deparchsatisfied() from archsatisfied() пре 14 година
dir.c ae3500585c libdpkg: Make dir_sync() private пре 15 година
dir.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
dlist.h b8799d9f10 Use consistent naming for linked lists members пре 16 година
dpkg-db.h ff180c359c libdpkg: Refactor deparchsatisfied() from archsatisfied() пре 14 година
dpkg.h 0c977fa968 libdpkg: Add dpkg-based program startup and shutdown functions пре 12 година
dump.c 0d32799fe1 libdpkg: Fix theoretical stack buffer overflow in w_dependency() пре 13 година
ehandle.c 43e95b3aea libdpkg: Change error printer argument from const char * to const void * пре 12 година
ehandle.h 43e95b3aea libdpkg: Change error printer argument from const char * to const void * пре 12 година
error.c 85ec281bf4 libdpkg: Do not use an undefined va_list variable in dpkg_put_errno() пре 13 година
error.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
fdio.c 01d9ba9dfa Fix comment header lines describing the subproject пре 15 година
fdio.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
fields.c 9b8a544549 Decapitalize error and warning messages пре 13 година
file.c 025669285a libdpkg: Add new file_show() function пре 14 година
file.h 025669285a libdpkg: Add new file_show() function пре 14 година
glob.c 01d9ba9dfa Fix comment header lines describing the subproject пре 15 година
glob.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
i18n.c 4b924a7b47 libdpkg: Fix crashes on Mac OS X when using first gettext() after fork() пре 12 година
i18n.h fa1cd230b9 libdpkg: New dpkg_locales_init() пре 12 година
libdpkg.map fa1cd230b9 libdpkg: New dpkg_locales_init() пре 12 година
libdpkg.pc.in 8ace79f21c libdpkg: Add @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in пре 13 година
log.c 5a5203e9aa Switch to new notice() output function пре 14 година
macros.h eb3efdf553 libdpkg: Add new clamp macro пре 14 година
mlib.c d33cf5c4aa Avoid assignments in C conditionals пре 13 година
namevalue.c 902cc15dc8 libdpkg: Add support for fallback namevalues пре 15 година
namevalue.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
nfmalloc.c c6ea15b985 Cleanup white spaces пре 15 година
options.c b44d62d911 libdpkg: Refactor integer parsing into new dpkg_options_parse_arg_int() пре 12 година
options.h b44d62d911 libdpkg: Refactor integer parsing into new dpkg_options_parse_arg_int() пре 12 година
parse.c 18e59730c2 dpkg, libdpkg: Remove unused variable assignments пре 12 година
parsedump.h 3b9e6070df libdpkg: Use uintptr_t instead of char * in STRUCTFIELD cast пре 13 година
parsehelp.c 2bf4b48a9a Check parsed integers for out of range errors пре 14 година
path.c 42a2f26ac7 Use new str_is_set()/str_is_unset() instead of ad-hoc checks пре 14 година
path.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
pkg-array.c 5ec7516601 Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg() пре 14 година
pkg-array.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
pkg-db.c 95bbdf3b1a libdpkg: Fix comment header titles пре 14 година
pkg-format.c 8e4795d3a8 libdpkg: Change find_field_info() to return NULL on not-found пре 12 година
pkg-format.h bae98fb22f libdpkg: Change pkg_format_parse() to take a dpkg_error argument пре 14 година
pkg-list.c 01d9ba9dfa Fix comment header lines describing the subproject пре 15 година
pkg-list.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
pkg-queue.c 01d9ba9dfa Fix comment header lines describing the subproject пре 15 година
pkg-queue.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
pkg-show.c 463fbf8e93 libdpkg: Change pkg_sorter_by_name() to pkg_sorter_by_nonambig_name_arch() пре 14 година
pkg-show.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
pkg-spec.c 58e0ed5e77 libdpkg: Add functions to handle package specifiers пре 14 година
pkg-spec.h 49c76f6186 Use DPKG_BIT to define bit flags instead of literal octal values пре 14 година
pkg.c 5ba5d34199 libdpkg: Defer Multi-Arch field reset to pkg_blank() пре 14 година
pkg.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
progname.c 49a0022b72 libdpkg: Refactor path basename code into new path_basename function пре 15 година
progname.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
program.c 0c977fa968 libdpkg: Add dpkg-based program startup and shutdown functions пре 12 година
program.h 0c977fa968 libdpkg: Add dpkg-based program startup and shutdown functions пре 12 година
progress.c 07a2d8fe8b Print errors while reading file list files on a new line пре 14 година
progress.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
report.c 50c1cb4d6e libdpkg: Use fully buffered output on non-tty пре 12 година
report.h 3b786cf079 libdpkg: Refactor report output buffering setup into a new function пре 12 година
string.c 93e1759546 libdpkg: Document that str_quote_meta() never returns NULL пре 13 година
string.h ab5bdc1fc7 dpkg-query: Fix output when using multibyte character strings пре 12 година
strwide.c ab5bdc1fc7 dpkg-query: Fix output when using multibyte character strings пре 12 година
subproc.c 43e95b3aea libdpkg: Change error printer argument from const char * to const void * пре 12 година
subproc.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
tarfn.c d61fbafbbe libdpkg: Move verification out of tar_header_checksum() пре 13 година
tarfn.h 85c4b70a49 libdpkg: Remove unused header inclusions from tarfn.h пре 12 година
test.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
trigdeferred.h 49c76f6186 Use DPKG_BIT to define bit flags instead of literal octal values пре 14 година
trigdeferred.l d04d596cd3 Update triggers support to understand multi-arch пре 14 година
triglib.c c39373bdc0 libdpkg: Fix explicit file trigger activation пре 14 година
triglib.h 2f19452e96 dpkg: Activate all path components for file triggers пре 14 година
trigname.c 2e9a20901a libdpkg: Move trig_name_is_illegal to a new trigname module пре 15 година
trignote.c 6431c053b7 Use cmp() == 0 instead of !cmp() пре 14 година
utils.c 95bbdf3b1a libdpkg: Fix comment header titles пре 14 година
varbuf.c 10f28a9948 Clarify internerr() messages пре 14 година
varbuf.h adf22adf15 libdpkg: Add JavaDoc module definitions пре 14 година
version.c 74946af470 libdpkg: Add documentation for version module пре 14 година
version.h 74946af470 libdpkg: Add documentation for version module пре 14 година