Age | Commit message (Expand) | Author |
2015-08-10 | some CXXFLAGS housekeeping | David Kalnischkies |
2015-08-10 | apt manpage is built from xml nowadays like the rest | David Kalnischkies |
2015-08-10 | simplify Origin matchmaking for status files | David Kalnischkies |
2015-08-10 | cleanup Container.erase API to look more like std::containers | David Kalnischkies |
2015-08-10 | make all d-pointer * const pointers | David Kalnischkies |
2015-08-10 | apply various style suggestions by cppcheck | David Kalnischkies |
2015-08-10 | policy: Fix the handling of config-files states | Julian Andres Klode |
2015-08-10 | Fix test case breakage from the new policy implementation | Julian Andres Klode |
2015-08-10 | policy: Fix the new policy implementation to handle downgrades correctly | Julian Andres Klode |
2015-08-10 | Determine the candidate based on per-version pins, instead of old code | Julian Andres Klode |
2015-08-10 | policy: Return highest file pin if version pin == 0 in GetPriority() | Julian Andres Klode |
2015-08-10 | fileutl_test.cc: Check for /etc/passwd instead of /bin/sh | Julian Andres Klode |
2015-08-10 | apt-cache: Change version pin output to use per-version pins | Julian Andres Klode |
2015-08-10 | policy: Assign per-version pins | Julian Andres Klode |
2015-08-10 | versionmatch: Extract version match checking out of Find() | Julian Andres Klode |
2015-08-10 | pkgPolicy: Introduce storage and helpers for per-version pins | Julian Andres Klode |
2015-06-23 | Turkish translation update for apt | Mert Dirik |
2015-06-23 | Merge remote-tracking branch 'donkult/debian/experimental' into debian/experi... | Michael Vogt |
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 | ensure valid or remove destination file in file method | David Kalnischkies |
2015-06-15 | provide a public interface for acquiring changelogs | David Kalnischkies |
2015-06-15 | hide Translation-* in 'apt-cache policy' output | David Kalnischkies |
2015-06-15 | populate the Architecture field for PackageFiles | 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 | use an enum instead of strings as IndexTarget::Option interface | David Kalnischkies |
2015-06-11 | use IndexTarget to get to IndexFile | David Kalnischkies |
2015-06-11 | show URI.Path in all acquire item descriptions | David Kalnischkies |
2015-06-10 | rename Calculate- to GetIndexTargets and use it as official API | David Kalnischkies |
2015-06-10 | stop using IndexTarget pointers which are never freed | 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 | replace ULONG_MAX with c++ style std::numeric_limits | David Kalnischkies |
2015-06-09 | configureable acquire targets to download additional files | David Kalnischkies |
2015-06-09 | remove debianism file-content verification | David Kalnischkies |
2015-06-09 | do not request files if we expect an IMS hit | David Kalnischkies |
2015-06-09 | cleanup pdiff support detection decision | 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 |