summaryrefslogtreecommitdiff
path: root/test/libapt
Commit message (Expand)AuthorAgeFilesLines
* srv test: do 100 pulls twice and compare listDavid Kalnischkies2015-09-141-27/+61
* use clock() as source for SRV randomnessDavid Kalnischkies2015-09-011-8/+16
* use unusable-for-security hashes for integrity checksDavid Kalnischkies2015-09-011-0/+14
* Add test for using ExtractTar on compressed filesJulian Andres Klode2015-08-272-2/+43
* Add basic (non weight adjusted) shuffling for SrvRecords selectionMichael Vogt2015-08-201-0/+33
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-102-6/+6
* bring back deb822 sources.list entries as .sourcesDavid Kalnischkies2015-08-102-12/+14
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-104-11/+10
* some CXXFLAGS housekeepingDavid Kalnischkies2015-08-101-1/+2
* 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
* show URI.Path in all acquire item descriptionsDavid Kalnischkies2015-06-111-0/+39
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-092-2/+7
* rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-112-1/+271
* implement a more c++-style TFRewrite alternativeDavid Kalnischkies2015-05-111-0/+6
* do not require installed libapt-pkg-dev for gtestDavid Kalnischkies2015-05-111-1/+2
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-191-0/+24
* demote missing gtest to a buildtime warningDavid Kalnischkies2015-04-191-0/+9
* add a simple unit test for acquire progressDavid Kalnischkies2015-04-101-0/+170
* reimplement the last uses of sprintfDavid Kalnischkies2015-04-102-0/+34
* (style) Variable 'res' is assigned a value that is never usedDavid Kalnischkies2014-11-081-13/+16
* Division by result of sizeof(). memset() expects a size in bytesDavid Kalnischkies2014-11-081-2/+7
* tests: silence clang on uninitilized variablesDavid Kalnischkies2014-11-082-2/+3
* rewrite ReadMessages()David Kalnischkies2014-10-261-0/+70
* promote filesize to a hashstringDavid Kalnischkies2014-10-241-6/+19
* add test for Basic Authentication schemeDavid Kalnischkies2014-10-231-1/+15
* test if TMPDIR is accessible before usingDavid Kalnischkies2014-10-201-1/+9
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-10-141-9/+20
|\
| * implement the updated build profile specjosch2014-10-061-9/+20
* | allow options between command and -- on commandlineDavid Kalnischkies2014-09-282-2/+70
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-231-0/+15
|\|
| * strip everything spacey in APT::String::StripDavid Kalnischkies2014-09-071-0/+15
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-051-0/+29
|\|
| * StringToBool: only act if the entire string is consumed by strtol()Michael Vogt2014-07-161-0/+29
* | Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt2014-07-081-0/+9
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-081-2/+2
|\|
| * build: Convert from DebianDoc SGML to DocBook XMLGuillem Jover2014-07-081-2/+2
* | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2014-06-181-0/+35
|\|
| * fix SubstVar to be usable as a replace_all methodDavid Kalnischkies2014-06-181-0/+35
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-181-1/+1
|\|
| * Fix uninitialized valueMichael Vogt2014-05-281-1/+1
* | improve pkgTagSection scanning and parsingDavid Kalnischkies2014-05-101-0/+179
* | use HashStringList in the acquire systemDavid Kalnischkies2014-05-091-8/+77
* | add a simple container for HashStringsDavid Kalnischkies2014-05-091-12/+52
* | Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt2014-04-281-0/+4
|\ \
| * | fix testsMichael Vogt2014-04-281-0/+4
* | | Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt2014-04-281-1/+7
|\| |
| * | add flAbsPath() as a wrapper to realpath()Michael Vogt2014-04-281-0/+7
| |/
* / Implement Popen() execv helper to avoid popen()Michael Vogt2014-04-281-0/+48
|/
* use Google C++ Testing Framework for libapt testsDavid Kalnischkies2014-04-1628-2085/+1917