Age | Commit message (Expand) | Author |
2015-08-10 | implement Signed-By without using gpg for verification | David Kalnischkies |
2015-08-10 | merge keyrings with cat instead of gpg in apt-key | David Kalnischkies |
2015-08-10 | support gpg 2.1.x in apt-key | David Kalnischkies |
2015-08-10 | allow individual targets to be kept compressed | David Kalnischkies |
2015-08-10 | implement Signed-By option for sources.list | David Kalnischkies |
2015-08-10 | add sources.list Check-Valid-Until and Valid-Until-{Max,Min} options | David Kalnischkies |
2015-08-10 | merge indexRecords into metaIndex | David Kalnischkies |
2015-08-10 | detect and error out on conflicting Trusted settings | David Kalnischkies |
2015-08-10 | bring back deb822 sources.list entries as .sources | David Kalnischkies |
2015-08-10 | support lang= and target= sources.list options | David Kalnischkies |
2015-08-10 | fix memory leaks reported by -fsanitize | David Kalnischkies |
2015-08-10 | some CXXFLAGS housekeeping | David Kalnischkies |
2015-08-10 | Fix test case breakage from the new policy implementation | Julian Andres Klode |
2015-08-10 | fileutl_test.cc: Check for /etc/passwd instead of /bin/sh | Julian Andres Klode |
2015-06-16 | add d-pointer, virtual destructors and de-inline de/constructors | David Kalnischkies |
2015-06-15 | allow ratelimiting progress reporting for testcases | David Kalnischkies |
2015-06-15 | condense parallel requests with the same hashes to one | David Kalnischkies |
2015-06-15 | show item ID in Hit, Ign and Err lines as well | David Kalnischkies |
2015-06-15 | call URIStart in cdrom and file method | David Kalnischkies |
2015-06-15 | deal better with acquiring the same URI multiple times | David Kalnischkies |
2015-06-15 | provide a public interface for acquiring changelogs | David Kalnischkies |
2015-06-15 | implement default apt-get file --release-info mode | David Kalnischkies |
2015-06-12 | store Release files data in the Cache | David Kalnischkies |
2015-06-11 | implement 'apt-get files' to access index targets | David Kalnischkies |
2015-06-11 | show URI.Path in all acquire item descriptions | David Kalnischkies |
2015-06-10 | store all targets data in IndexTarget struct | David Kalnischkies |
2015-06-10 | abstract the code to iterate over all targets a bit | David Kalnischkies |
2015-06-09 | configureable acquire targets to download additional files | David Kalnischkies |
2015-06-09 | do not request files if we expect an IMS hit | David Kalnischkies |
2015-06-09 | support hashes for compressed pdiff files | David Kalnischkies |
2015-06-09 | fix download-file using testcases to run as root | David Kalnischkies |
2015-06-09 | add more parsing error checking for rred | David Kalnischkies |
2015-06-09 | check patch hashes in rred worker instead of in the handler | David Kalnischkies |
2015-06-09 | rework hashsum verification in the acquire system | David Kalnischkies |
2015-06-07 | don't try other compressions on hashsum mismatch | David Kalnischkies |
2015-05-22 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2015-05-22 | Merge remote-tracking branch 'upstream/debian/jessie' into debian/sid | Michael Vogt |
2015-05-22 | Add regression test for LP: #1445239 | Michael Vogt |
2015-05-22 | Fix endless loop in apt-get update that can cause disk fillup | Michael Vogt |
2015-05-18 | treat older Release files than we already have as an IMSHit | David Kalnischkies |
2015-05-13 | detect Releasefile IMS hits even if the server doesn't | David Kalnischkies |
2015-05-12 | detect 416 complete file in partial by expected hash | David Kalnischkies |
2015-05-11 | rewrite all TFRewrite instances to use the new pkgTagSection::Write | David Kalnischkies |
2015-05-11 | implement a more c++-style TFRewrite alternative | David Kalnischkies |
2015-05-11 | sync TFRewrite*Order arrays with dpkg and dak | David Kalnischkies |
2015-05-11 | remove available file to have same dpkg -l behavior | David Kalnischkies |
2015-05-11 | remove unused and strange default-value for pins | David Kalnischkies |
2015-05-11 | a pin of 1000 always means downgrade allowed | David Kalnischkies |
2015-05-11 | do not require installed libapt-pkg-dev for gtest | David Kalnischkies |
2015-05-11 | improve partial/ cleanup in abort and failure cases | David Kalnischkies |