Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-17 | remove the python testcases as this is covered by integration/ | David Kalnischkies | 1 | -266/+0 | |
2010-06-09 | merged from lp:~donkult/apt/sid | Michael Vogt | 1 | -0/+14 | |
2010-06-08 | * apt-pkg/indexrecords.cc: | David Kalnischkies | 1 | -0/+14 | |
- backport forgotten Valid-Until patch from the obsolete experimental branch to prevent replay attacks better, thanks to Thomas Viehmann for the initial patch! (Closes: #499897) | |||||
2008-02-08 | merged from apt-authentication-reliablity | Michael Vogt | 1 | -5/+6 | |
2008-02-08 | make the test-suit more reliable | Michael Vogt | 1 | -5/+6 | |
2008-02-04 | merged from apt-authentication-reliability | Michael Vogt | 1 | -3/+11 | |
2008-02-04 | add APT::Update::Auth-Failure script | Michael Vogt | 1 | -5/+13 | |
2008-01-02 | test/authReliability/sources.list.good: | Michael Vogt | 1 | -3/+4 | |
- add missing file to make the test/pre-upload-check.py work again apt-pkg/acquire-item.cc: - fix auth-reliable code when file:// uris are used test/pre-upload-check.py: - use the standard apt, not "../bin/apt-get" by default - make the error messages more useful on test-failure | |||||
2007-12-21 | implement AptAuthenticationReliabtlity spec | Michael Vogt | 1 | -3/+91 | |
2007-11-29 | test/pre-upload-check.py: | Michael Vogt | 1 | -16/+0 | |
- remove bogus "testLocalRepo2" test case | |||||
2007-10-05 | apt-pkg/acquire-item.cc: | Michael Vogt | 1 | -2/+19 | |
- do not unlink() on normal i-m-s hit, this fixes the problem that local repository files got a i-m-s hit too and got removed test/pre-upload-check.py - add test for local Packages.gz file removal - add test for leftover files in partial/ | |||||
2007-08-28 | * test/pre-upload-check.py: | Michael Vogt | 1 | -1/+6 | |
- add pointer to test-data-repo | |||||
2007-08-09 | * apt-pkg/pkgcachegen.cc: | Michael Vogt | 1 | -20/+49 | |
- increase default mmap size * tests/local-repo: - added local repository testcase | |||||
2007-08-03 | * make apt -Wall clean | Michael Vogt | 1 | -0/+1 | |
2007-08-03 | * test/pre-upload-check.py: | Michael Vogt | 1 | -0/+118 | |
- commit initial testsuit code to do a blackbox test on the generated binary to catch common problem before a upload |