summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Remove an invalid fi from a testcaseJulian Andres Klode1-1/+0
2015-08-13Fix integration tests for the removal of the Package pin outputJulian Andres Klode2-12/+5
2015-08-10move manual-bit from 'oldlibs' pkg to its dependenciesDavid Kalnischkies1-0/+31
2015-08-10move APT::Never-MarkAuto-Sections handling to MarkDeleteDavid Kalnischkies2-40/+31
2015-08-10no value for MultiArch field is 'no', not 'none'David Kalnischkies1-2/+2
2015-08-10mark again deps of pkgs in APT::Never-MarkAuto-Sections as manualDavid Kalnischkies2-1/+109
2015-08-10drop extra newline in 'Failed to fetch' and 'GPG error' messageDavid Kalnischkies4-12/+0
2015-08-10enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies3-10/+11
2015-08-10parse packages from all architectures into the cacheDavid Kalnischkies5-22/+105
2015-08-10elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2-7/+7
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies2-8/+49
2015-08-10just-in-time creation for (explicit) negative depsDavid Kalnischkies3-16/+8
2015-08-10just-in-time creation for (implicit) ProvidesDavid Kalnischkies4-1/+364
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies2-63/+71
2015-08-10link DependencyData structs togetherDavid Kalnischkies1-4/+4
2015-08-10bunch of micro-optimizations for depcacheDavid Kalnischkies2-13/+13
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies6-6/+168
2015-08-10implement a more generic ShowList methodDavid Kalnischkies6-0/+107
2015-08-10rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies4-17/+17
2015-08-10handle site-changing redirects as mirror changesDavid Kalnischkies1-0/+23
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies3-7/+7
2015-08-10implement Signed-By without using gpg for verificationDavid Kalnischkies2-2/+3
2015-08-10merge keyrings with cat instead of gpg in apt-keyDavid Kalnischkies1-1/+1
2015-08-10support gpg 2.1.x in apt-keyDavid Kalnischkies1-51/+64
2015-08-10allow individual targets to be kept compressedDavid Kalnischkies2-2/+18
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies3-14/+93
2015-08-10add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies1-0/+9
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies1-3/+1
2015-08-10detect and error out on conflicting Trusted settingsDavid Kalnischkies2-4/+21
2015-08-10bring back deb822 sources.list entries as .sourcesDavid Kalnischkies3-31/+70
2015-08-10support lang= and target= sources.list optionsDavid Kalnischkies4-21/+108
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies5-11/+13
2015-08-10some CXXFLAGS housekeepingDavid Kalnischkies1-1/+2
2015-08-10Fix test case breakage from the new policy implementationJulian Andres Klode5-47/+48
2015-08-10fileutl_test.cc: Check for /etc/passwd instead of /bin/shJulian Andres Klode1-3/+3
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-20/+26
2015-06-15allow ratelimiting progress reporting for testcasesDavid Kalnischkies2-11/+14
2015-06-15condense parallel requests with the same hashes to oneDavid Kalnischkies12-95/+193
2015-06-15show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies9-65/+65
2015-06-15call URIStart in cdrom and file methodDavid Kalnischkies5-21/+26
2015-06-15deal better with acquiring the same URI multiple timesDavid Kalnischkies2-1/+81
2015-06-15provide a public interface for acquiring changelogsDavid Kalnischkies4-35/+103
2015-06-15implement default apt-get file --release-info modeDavid Kalnischkies1-0/+6
2015-06-12store Release files data in the CacheDavid Kalnischkies2-2/+9
2015-06-11implement 'apt-get files' to access index targetsDavid Kalnischkies1-0/+2
2015-06-11show URI.Path in all acquire item descriptionsDavid Kalnischkies13-39/+79
2015-06-10store all targets data in IndexTarget structDavid Kalnischkies1-2/+2
2015-06-10abstract the code to iterate over all targets a bitDavid Kalnischkies2-1/+39
2015-06-09configureable acquire targets to download additional filesDavid Kalnischkies2-5/+61
2015-06-09do not request files if we expect an IMS hitDavid Kalnischkies7-18/+77