summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Replace all "press enter" occurrences with "press [Enter]"Luca Bruno2015-08-121-1/+1
* replace direct calls to egrep with grep -EDaniel Hartwig2015-08-121-1/+1
* travis: add ppa:ubuntu-toolschain-r/test as source for gcc-5David Kalnischkies2015-08-123-4/+13
* move manual-bit from 'oldlibs' pkg to its dependenciesDavid Kalnischkies2015-08-101-0/+31
* move APT::Never-MarkAuto-Sections handling to MarkDeleteDavid Kalnischkies2015-08-102-40/+31
* no value for MultiArch field is 'no', not 'none'David Kalnischkies2015-08-101-2/+2
* mark again deps of pkgs in APT::Never-MarkAuto-Sections as manualDavid Kalnischkies2015-08-102-1/+109
* drop extra newline in 'Failed to fetch' and 'GPG error' messageDavid Kalnischkies2015-08-104-12/+0
* enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies2015-08-103-10/+11
* parse packages from all architectures into the cacheDavid Kalnischkies2015-08-105-22/+105
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-102-7/+7
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-102-8/+49
* just-in-time creation for (explicit) negative depsDavid Kalnischkies2015-08-103-16/+8
* just-in-time creation for (implicit) ProvidesDavid Kalnischkies2015-08-104-1/+364
* hide implicit deps in apt-cache again by defaultDavid Kalnischkies2015-08-102-63/+71
* link DependencyData structs togetherDavid Kalnischkies2015-08-101-4/+4
* bunch of micro-optimizations for depcacheDavid Kalnischkies2015-08-102-13/+13
* show or-groups in not-installed recommends and suggests listsDavid Kalnischkies2015-08-106-6/+168
* implement a more generic ShowList methodDavid Kalnischkies2015-08-106-0/+107
* rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies2015-08-104-17/+17
* handle site-changing redirects as mirror changesDavid Kalnischkies2015-08-101-0/+23
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-103-7/+7
* implement Signed-By without using gpg for verificationDavid Kalnischkies2015-08-102-2/+3
* merge keyrings with cat instead of gpg in apt-keyDavid Kalnischkies2015-08-101-1/+1
* support gpg 2.1.x in apt-keyDavid Kalnischkies2015-08-101-51/+64
* allow individual targets to be kept compressedDavid Kalnischkies2015-08-102-2/+18
* implement Signed-By option for sources.listDavid Kalnischkies2015-08-103-14/+93
* add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies2015-08-101-0/+9
* merge indexRecords into metaIndexDavid Kalnischkies2015-08-101-3/+1
* detect and error out on conflicting Trusted settingsDavid Kalnischkies2015-08-102-4/+21
* bring back deb822 sources.list entries as .sourcesDavid Kalnischkies2015-08-103-31/+70
* support lang= and target= sources.list optionsDavid Kalnischkies2015-08-104-21/+108
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-105-11/+13
* some CXXFLAGS housekeepingDavid Kalnischkies2015-08-101-1/+2
* Fix test case breakage from the new policy implementationJulian Andres Klode2015-08-105-47/+48
* fileutl_test.cc: Check for /etc/passwd instead of /bin/shJulian Andres Klode2015-08-101-3/+3
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-20/+26
* allow ratelimiting progress reporting for testcasesDavid Kalnischkies2015-06-152-11/+14
* condense parallel requests with the same hashes to oneDavid Kalnischkies2015-06-1512-95/+193
* show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies2015-06-159-65/+65
* call URIStart in cdrom and file methodDavid Kalnischkies2015-06-155-21/+26
* deal better with acquiring the same URI multiple timesDavid Kalnischkies2015-06-152-1/+81
* provide a public interface for acquiring changelogsDavid Kalnischkies2015-06-154-35/+103
* implement default apt-get file --release-info modeDavid Kalnischkies2015-06-151-0/+6
* store Release files data in the CacheDavid Kalnischkies2015-06-122-2/+9
* implement 'apt-get files' to access index targetsDavid Kalnischkies2015-06-111-0/+2
* show URI.Path in all acquire item descriptionsDavid Kalnischkies2015-06-1113-39/+79
* store all targets data in IndexTarget structDavid Kalnischkies2015-06-101-2/+2
* abstract the code to iterate over all targets a bitDavid Kalnischkies2015-06-102-1/+39
* configureable acquire targets to download additional filesDavid Kalnischkies2015-06-092-5/+61