Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-07 | fixup foldmarkers in acquire-item.cc | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-10-06 | fix warnings | Michael Vogt | |
2014-10-06 | rename StopAuthentication -> CheckStopAuthentication and make it protected | Michael Vogt | |
2014-10-06 | fix test | Michael Vogt | |
2014-10-06 | rename AuthDone() -> CheckAuthDone() | Michael Vogt | |
2014-10-06 | cleanup pkgAcq*::Failed() | Michael Vogt | |
2014-10-06 | add missing TransactionStageCopy() in pkgAcqDiffIndex::Done() | Michael Vogt | |
2014-10-06 | Rework pkgAcqMeta{Index,Sig,ClearSig}::Done() for readability | Michael Vogt | |
Move common code out but do not use subclassing for ::Done to make it easier to understand what each class is doing when its done | |||
2014-10-06 | fix incorrect docstrings for ↵ | Michael Vogt | |
AcqMetaBase::TransactionStageRemoval/AcqMetaBase::TransactionStageCopy | |||
2014-10-06 | add new "SetActiveSubprocess() | Michael Vogt | |
2014-10-06 | update test | Michael Vogt | |
2014-10-03 | really do not download Release if InRelease does not verify | Michael Vogt | |
2014-10-02 | cleanup around pkgAcqMetaSig and improved tests | Michael Vogt | |
2014-10-02 | add a bunch of docstrings etc | Michael Vogt | |
2014-10-02 | fix crash | Michael Vogt | |
2014-10-02 | donkults fixes | Michael Vogt | |
2014-10-02 | Cleanup pkgAcqIndex | Michael Vogt | |
2014-10-01 | refactor and add pkgAcqIndex::ValidateFile() | Michael Vogt | |
2014-10-01 | fix leftover files from Acquire::GzipIndex | Michael Vogt | |
2014-10-01 | hack around test-apt-update-unauth failure | Michael Vogt | |
2014-10-01 | fix test-apt-update-nofallback test | Michael Vogt | |
2014-10-01 | update test/integration/test-releasefile-verification | Michael Vogt | |
2014-10-01 | Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories} | Michael Vogt | |
The configuration key Acquire::AllowInsecureRepositories controls if apt allows loading of unsigned repositories at all. The configuration Acquire::AllowDowngradeToInsecureRepositories controls if a signed repository can ever become unsigned. This should really never be needed but we provide it to avoid having to mess around in /var/lib/apt/lists if there is a use-case for this (which I can't think of right now). | |||
2014-10-01 | add verify for the .diff/Index download and add FIXME for ↵ | Michael Vogt | |
pkgAcqIndexDiffs/pkgAcqMergeDiffs | |||
2014-09-29 | cleanup | Michael Vogt | |
2014-09-29 | Merge remote-tracking branch 'debian/debian/experimental' into feature/acq-trans | Michael Vogt | |
2014-09-29 | more test fixes | Michael Vogt | |
2014-09-29 | Test if TMPDIR is a directory in apt-key and if not unset it | Michael Vogt | |
This prevents a failure in mktemp -d - it will blindly trust TMPDIR and not use something else if the dir is not there. | |||
2014-09-29 | fix DestFile ext | Michael Vogt | |
2014-09-29 | test fixes | Michael Vogt | |
2014-09-29 | refactor | Michael Vogt | |
2014-09-29 | Adjust DestFile in ReverifyAfterIMS() to not include compr Extension | Michael Vogt | |
2014-09-29 | Merge remote-tracking branch 'upstream/debian/experimental' into ↵ | Michael Vogt | |
feature/acq-trans Conflicts: apt-pkg/acquire-item.cc apt-pkg/acquire-item.h methods/gpgv.cc | |||
2014-09-29 | Add missing "adduser" dependency (for the new _apt user) | Michael Vogt | |
Closes: #763004 Thanks: Russ Allbery | |||
2014-09-29 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: apt-pkg/acquire-item.cc | |||
2014-09-28 | Set STRIP_FROM_PATH for doxygen | Trần Ngọc Quân | |
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com> | |||
2014-09-28 | replace c-string Mode with c++-string ActiveSubprocess | David Kalnischkies | |
A long-lasting FIXME in the acquire code points out the problem that we e.g. for decompressors assign c-string representations of c++-strings to the Mode variable, which e.g. cppcheck points out as very bad. In practice, nothing major happens as the c++-strings do not run out of scope until Mode would do, but that is bad style and fragile, so the obvious proper fix is to use a c++ string for storage to begin with. The slight complications stems from the fact that progress reporting code in frontends potentially uses Mode and compares it with NULL, which can't be done with std::string, so instead of just changing the type we introduce a new variable and deprecate the old one. Git-Dch: Ignore | |||
2014-09-28 | allow options between command and -- on commandline | David Kalnischkies | |
This used to work before we implemented a stricter commandline parser and e.g. the dd-schroot-cmd command constructs commandlines like this. Reported-By: Helmut Grohne | |||
2014-09-27 | cleanup partial directory of lists in apt-get clean | David Kalnischkies | |
Not really the intended usecase for apt-get clean, but users expect it to help them in recovery and it can't really hurt as this directory should be empty if everything was fine and proper anyway. Closes: #762889 | |||
2014-09-27 | allow fetcher setup without directory creation | David Kalnischkies | |
apt-get download and changelog as well as apt-helper reuse the acquire system for their own proposes without requiring the directories the fetcher wants to create, which is a problem if you run them as non-root and the directories do not exist as it greets you with: E: Archives directory /var/cache/apt/archives/partial is missing. - Acquire (13: Permission denied) Closes: 762898 | |||
2014-09-27 | Japanese program translation update | Kenshi Muto | |
Closes: 763033 | |||
2014-09-27 | store source name and version in binary cache | David Kalnischkies | |
Accessing the package records to acquire this information is pretty costly, so that information wasn't used so far in many places. The most noticeable user by far is EDSP at the moment, but there are ideas to change that which this commit tries to enable. | |||
2014-09-27 | fix: %i in format string (no. 1) requires 'int' but the argument type is | David Kalnischkies | |
'unsigned int' Git-Dch: Ignore Reported-By: cppcheck | |||
2014-09-27 | fix: The class 'pkgSourceList' defines member variable with name 'SrcList' ↵ | David Kalnischkies | |
also defined in its parent class 'pkgSource' Git-Dch: Ignore Reported-By: cppcheck | |||
2014-09-27 | fix: Prefer prefix ++/-- operators for non-primitive types | David Kalnischkies | |
Git-Dch: Ignore Reported-By: cppcheck | |||
2014-09-27 | fix: Consecutive return, break, continue, goto or throw statements are ↵ | David Kalnischkies | |
unnecessary. Git-Dch: Ignore Reported-By: cppcheck | |||
2014-09-27 | Merge branch 'feature/gnupglimit' into debian/experimental | David Kalnischkies | |
2014-09-27 | add gnupg and gnupg2 as test-dependency | David Kalnischkies | |
apt can work with both, so it has an or-dependency on them, but the tests want to play with both of them. Git-Dch: Ignore | |||
2014-09-27 | ensure apt-key del handles 16-byte key ids | James McCoy | |
The original patch does not apply against the rewritten apt-key, but an additional test doesn't hurt. Closes: 754436 | |||
2014-09-27 | remove empty keyrings in trusted.gpg.d on upgrade | David Kalnischkies | |
Adding and deleting many repositories could cause (empty) keyring files to pill up in older apt-key versions, which in the end might cause gnupg to run into its internal limit of at most 40 keyrings |