Age | Commit message (Expand) | Author | Files | Lines |
2013-12-07 | dpkg-split: Get rid of global partqueue queue variable | Guillem Jover | 1 | -0/+1 |
2013-12-07 | dpkg: Reset the statoverrides from the in-core database on reload | Guillem Jover | 1 | -0/+3 |
2013-12-07 | dpkg: Add debug output on diversions and statoverride database loading | Guillem Jover | 1 | -0/+1 |
2013-12-07 | dpkg: Keep the diversions and statoverride database files open | Guillem Jover | 1 | -1/+5 |
2013-12-05 | Bump version to 1.17.4 | Guillem Jover | 1 | -0/+6 |
2013-12-05 | Release 1.17.3 | Guillem Jover | 1 | -2/+2 |
2013-12-05 | Update Vietnamese programs translation | Trần Ngọc Quân | 1 | -0/+4 |
2013-12-05 | dselect: Use C++11 nullptr instead of 0 or NULL | Guillem Jover | 1 | -0/+3 |
2013-12-05 | build: Reword C99 compiler check output | Guillem Jover | 1 | -0/+1 |
2013-12-05 | build: Move DPKG_C_C99 call just after AC_PROG_CC | Guillem Jover | 1 | -0/+2 |
2013-12-05 | build: Check availability of warning flags at build time | Guillem Jover | 1 | -1/+2 |
2013-12-05 | Bump version to 1.17.3 | Guillem Jover | 1 | -0/+6 |
2013-12-05 | Release 1.17.2 | Guillem Jover | 1 | -2/+2 |
2013-12-05 | dpkg-source(1): Document interaction of --extend-diff-ignore and -i | Guillem Jover | 1 | -0/+2 |
2013-12-05 | debian: Bump Standards-Version to 3.9.5 | Guillem Jover | 2 | -1/+2 |
2013-12-05 | Add experimental build profiles support | Guillem Jover | 1 | -0/+8 |
2013-12-05 | Do not accept an initial hyphen in field names | Guillem Jover | 1 | -0/+1 |
2013-12-05 | libdpkg: Do not accept empty field names | Guillem Jover | 1 | -0/+1 |
2013-12-04 | dpkg: Switch conflictor tracking from a fixed-size array to a queue | Guillem Jover | 1 | -0/+7 |
2013-12-04 | scripts: Add GnuPG 2.x support | Guillem Jover | 2 | -2/+7 |
2013-11-24 | Dpkg::Changelog::Entry::Debian: Deprecate regex package variables | Guillem Jover | 1 | -0/+2 |
2013-11-24 | Dpkg::Source::Package: Deprecate public package variables | Guillem Jover | 1 | -0/+2 |
2013-11-24 | Dpkg::Exit: Expose proper functions instead of variables | Guillem Jover | 1 | -0/+1 |
2013-11-24 | Dpkg::Compression: Add new compression_get_file_extension_regex() function | Guillem Jover | 1 | -1/+1 |
2013-11-23 | Dpkg::Compression: Deprecate default compression variables | Guillem Jover | 1 | -0/+3 |
2013-11-23 | build: Set DEFAULT_TEXT_DOMAIN to @PACKAGE@ for libdpkg | Guillem Jover | 1 | -0/+2 |
2013-11-23 | libdpkg: Fix crashes on Mac OS X when using first gettext() after fork() | Guillem Jover | 1 | -0/+3 |
2013-11-08 | dpkg: Distinguish error reports between archives and packages | Guillem Jover | 1 | -0/+2 |
2013-11-01 | dpkg-maintscript-helper: Add new dir_to_symlink command | Guillem Jover | 1 | -0/+1 |
2013-11-01 | dpkg-maintscript-helper: Add new symlink_to_dir command | Guillem Jover | 1 | -0/+2 |
2013-10-27 | dpkg: Always return from ensure_statoverrides() if file is NULL | Guillem Jover | 1 | -0/+2 |
2013-10-27 | libcompat: Do not NULL-terminate the list in scandir() | Guillem Jover | 1 | -0/+2 |
2013-10-27 | doc: Write hyphen instead of dash when we mean the ‘-’ character | Guillem Jover | 1 | -0/+2 |
2013-10-27 | scripts: Improve and unify -O option handling and man page wording | Guillem Jover | 1 | -0/+3 |
2013-10-26 | dpkg-buildflags: Add pie and stack-protector options to FFLAGS | Guillem Jover | 1 | -0/+3 |
2013-10-26 | Dpkg::Source::Package: Check subprocess exit codes | Guillem Jover | 1 | -0/+2 |
2013-10-26 | dpkg-buildpackage: Honor new DEB_SIGN_KEYID environment variable | Guillem Jover | 1 | -0/+2 |
2013-10-26 | dpkg: Use a simple list to track packages owning a file | Guillem Jover | 1 | -0/+3 |
2013-10-17 | libdpkg: Reset environment variables for all compressors in the filter | Guillem Jover | 1 | -0/+3 |
2013-10-17 | libdpkg: Do not store timestamps in gzip headers when using the command | Guillem Jover | 1 | -0/+3 |
2013-10-17 | dpkg: Print the package version on main progress messages | Guillem Jover | 1 | -0/+1 |
2013-10-17 | dpkg: Improve “Preparing to replace” and “Unpacking” messages | Guillem Jover | 1 | -0/+2 |
2013-10-17 | dpkg: Add new --verify command | Guillem Jover | 1 | -0/+4 |
2013-10-16 | u-a: When changing slave links do not warn that the link group is broken | Guillem Jover | 1 | -0/+3 |
2013-10-15 | s-s-d: Recognize -C as documented | Guillem Jover | 1 | -0/+2 |
2013-10-14 | libdpkg: Use fully buffered output on non-tty | Guillem Jover | 1 | -0/+2 |
2013-10-14 | dpkg-query: Fix output when using multibyte character strings | Guillem Jover | 1 | -0/+3 |
2013-10-14 | dpkg: Activate file triggers on disappearance more accurately | Guillem Jover | 1 | -0/+2 |
2013-10-14 | dpkg: Activate all path components for file triggers on removal | Guillem Jover | 1 | -0/+2 |
2013-09-19 | dpkg: When ignoring invalid remove requests consider that progress | Guillem Jover | 1 | -0/+2 |