Age | Commit message (Expand) | Author |
2015-09-14 | tests: try to support spaces in TMPDIR | David Kalnischkies |
2015-09-14 | deal with spaces in path, command and filepaths in apt-key | David Kalnischkies |
2015-09-14 | tests: use SHA1 checksum only by default in tests | David Kalnischkies |
2015-09-14 | add --sha512 option + documentation for apt-ftparchive | David Kalnischkies |
2015-09-14 | use APT::FTPArchive hash settings as default for APT::FPArchive::$filetype | David Kalnischkies |
2015-09-14 | do not generate bogus hashes if hash is disabled in apt-ftparchive | David Kalnischkies |
2015-09-14 | do not ignore differently versioned self-provides | David Kalnischkies |
2015-09-14 | various changes to increase test-coverage | David Kalnischkies |
2015-09-14 | implement apt-get source msg 'Please use: $vcs' for git | David Kalnischkies |
2015-09-14 | dereference redirect in Vcs-Browser URI to cgit | David Kalnischkies |
2015-09-14 | srv test: do 100 pulls twice and compare list | David Kalnischkies |
2015-09-14 | fix alloc-dealloc-mismatch (operator new [] vs operator delete) | David Kalnischkies |
2015-09-14 | fix two memory leaks reported by gcc | David Kalnischkies |
2015-09-14 | use std-algorithms instead of manual loops to avoid overflow warning | David Kalnischkies |
2015-09-14 | do not report deprecate warnings for the None declaration | David Kalnischkies |
2015-09-14 | move std=c++11 from CXXFLAGS to CXX | David Kalnischkies |
2015-09-14 | fix 'Dead assignment' by dropping unneeded boolean | David Kalnischkies |
2015-09-14 | tests: use more 'native' instead of 'amd64' if possible | David Kalnischkies |
2015-09-14 | avoid using global PendingError to avoid failing too often too soon | David Kalnischkies |
2015-09-14 | use a less generic special trigger filename for stdin | David Kalnischkies |
2015-09-14 | include debug information in the autoremove-kernels file | David Kalnischkies |
2015-09-14 | do not discard new manual-bits while applying EDSP solutions | David Kalnischkies |
2015-09-14 | implement autobit and pinning in EDSP solver 'apt' | David Kalnischkies |
2015-09-14 | remove incorrect optimization branches | David Kalnischkies |
2015-09-14 | select kernels to protect from autoremove based on Debian version | David Kalnischkies |
2015-09-14 | copy ReadWrite-error to the bottom to make clang happy | David Kalnischkies |
2015-09-14 | fix insecure use of /tmp in EDSP solver 'dump' | David Kalnischkies |
2015-09-14 | implement CopyFile without using FileFd::Size() | David Kalnischkies |
2015-09-14 | add Source-Version field for EDSP | David Kalnischkies |
2015-09-14 | implement dpkgs vision of interpreting pkg:<arch> dependencies | David Kalnischkies |
2015-09-14 | tests: allow to run (selfbuilt) dpkg under gdb | David Kalnischkies |
2015-09-14 | M-A: allowed pkgs of unconfigured archs do not statisfy :any | David Kalnischkies |
2015-09-14 | store ':any' pseudo-packages with 'any' as architecture | David Kalnischkies |
2015-09-14 | tests: refactor printing of the quiet failure header | David Kalnischkies |
2015-09-14 | tests: store msgmsg message for display in fail as well | David Kalnischkies |
2015-09-14 | tests: -y is the default on travis, but not on other ci's | David Kalnischkies |
2015-09-14 | po: Sort domains | Julian Andres Klode |
2015-09-12 | Sort pot input files | Michael Vogt |
2015-09-12 | Use xgettext --no-location in make update-pot | Michael Vogt |
2015-09-11 | releasing package apt version 1.1~exp121.1.exp12 | Michael Vogt |
2015-09-11 | apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failures | Julian Andres Klode |
2015-09-07 | Set APT::FTPArchive::DoByHash to false by default | Michael Vogt |
2015-09-07 | Ensure that no by-hash file for "Release/InRelease is written" | Michael Vogt |
2015-09-04 | Add support for writing by-hash dirs in apt-ftparchive | Michael Vogt |
2015-09-02 | avoid triggering the c++11 erase api change on travis | David Kalnischkies |
2015-09-02 | tests: collect more details about failed checkdiffs | David Kalnischkies |
2015-09-01 | use clock() as source for SRV randomness | David Kalnischkies |
2015-09-01 | use unusable-for-security hashes for integrity checks | David Kalnischkies |
2015-09-01 | Consider md5sum no longer a usable hash | Michael Vogt |
2015-09-01 | improve CheckDropPrivsMustBeDisabled further | David Kalnischkies |