Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-12 | travis: add ppa:ubuntu-toolschain-r/test as source for gcc-5 | David Kalnischkies | |
This makes travis-ci able to run our tests again. Sometimes. If it doesn't spontaneously fails with internal gcc errors… Git-Dch: Ignore | |||
2014-11-06 | Merge remote-tracking branch 'upstream/debian/experimental' into ↵ | Michael Vogt | |
feature/no-more-acquire-guessing Conflicts: apt-pkg/acquire-item.cc | |||
2014-11-04 | test/integration/test-apt-update-filesize-mismatch: use "basename file ↵ | Michael Vogt | |
suffix" instead of -s for compatibility with older systems | |||
2014-10-24 | promote filesize to a hashstring | David Kalnischkies | |
It is a very simple hashstring, which is why it isn't contributing to the usability of a list of them, but it is also trivial to check and calculate, so it doesn't hurt checking it either as it can combined even with the simplest other hashes greatly complicate attacks on them as you suddenly need a same-size hash collision, which is usually a lot harder to achieve. |