2014-10-06 |
David Kalnischkies | fixup foldmarkers in acquire-item.cc |
tree | commitdiff |
2014-10-06 |
Michael Vogt | fix warnings |
tree | commitdiff |
2014-10-06 |
Michael Vogt | rename StopAuthentication -> CheckStopAuthentication... |
tree | commitdiff |
2014-10-06 |
Michael Vogt | rename AuthDone() -> CheckAuthDone() |
tree | commitdiff |
2014-10-06 |
Michael Vogt | cleanup pkgAcq*::Failed() |
tree | commitdiff |
2014-10-06 |
Michael Vogt | add missing TransactionStageCopy() in pkgAcqDiffIndex... |
tree | commitdiff |
2014-10-06 |
Michael Vogt | Rework pkgAcqMeta{Index,Sig,ClearSig}::Done() for reada... |
tree | commitdiff |
2014-10-06 |
Michael Vogt | fix incorrect docstrings for AcqMetaBase::TransactionSt... |
tree | commitdiff |
2014-10-06 |
Michael Vogt | add new "SetActiveSubprocess() |
tree | commitdiff |
2014-10-02 |
Michael Vogt | really do not download Release if InRelease does not... |
tree | commitdiff |
2014-10-02 |
Michael Vogt | cleanup around pkgAcqMetaSig and improved tests |
tree | commitdiff |
2014-10-02 |
Michael Vogt | add a bunch of docstrings etc |
tree | commitdiff |
2014-10-01 |
Michael Vogt | fix crash |
tree | commitdiff |
2014-10-01 |
Michael Vogt | donkults fixes |
tree | commitdiff |
2014-10-01 |
Michael Vogt | Cleanup pkgAcqIndex |
tree | commitdiff |
2014-10-01 |
Michael Vogt | refactor and add pkgAcqIndex::ValidateFile() |
tree | commitdiff |
2014-10-01 |
Michael Vogt | fix leftover files from Acquire::GzipIndex |
tree | commitdiff |
2014-10-01 |
Michael Vogt | hack around test-apt-update-unauth failure |
tree | commitdiff |
2014-10-01 |
Michael Vogt | update test/integration/test-releasefile-verification |
tree | commitdiff |
2014-10-01 |
Michael Vogt | Use Acquire::Allow{InsecureRepositories,DowngradeToInse... |
tree | commitdiff |
2014-10-01 |
Michael Vogt | add verify for the .diff/Index download and add FIXME... |
tree | commitdiff |
2014-09-29 |
Michael Vogt | cleanup |
tree | commitdiff |
2014-09-29 |
Michael Vogt | Merge remote-tracking branch 'debian/debian/experimenta... |
tree | commitdiff |
2014-09-29 |
Michael Vogt | fix DestFile ext |
tree | commitdiff |
2014-09-29 |
Michael Vogt | refactor |
tree | commitdiff |
2014-09-29 |
Michael Vogt | Adjust DestFile in ReverifyAfterIMS() to not include... |
tree | commitdiff |
2014-09-29 |
Michael Vogt | Merge remote-tracking branch 'upstream/debian/experimen... |
tree | commitdiff |
2014-09-29 |
Michael Vogt | Merge branch 'debian/sid' into debian/experimental |
tree | commitdiff |
2014-09-27 |
David Kalnischkies | replace c-string Mode with c++-string ActiveSubprocess |
tree | commitdiff |
2014-09-27 |
David Kalnischkies | allow options between command and -- on commandline |
tree | commitdiff |
2014-09-27 |
David Kalnischkies | allow fetcher setup without directory creation |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | store source name and version in binary cache |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | fix: The class 'pkgSourceList' defines member variable... |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | fix: Prefer prefix ++/-- operators for non-primitive... |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | fix: Consecutive return, break, continue, goto or throw... |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | Merge branch 'feature/gnupglimit' into debian/experimental |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | add and use 'apt-key verify' which prefers gpgv over gpg |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | add --readonly option for apt-key adv |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | use apt-key adv (+ gnupg) instead of gpgv for verify |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | fix: warning: extra ‘;’ [-Wpedantic] |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | fix: Member variable 'X' is not initialized in the... |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | fix occurrence typo in tagfile comment |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | add an API for cache filters/matcher |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | move PCI::From* methods into CacheSetHelper class |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | rework cachesets API to allow future extension |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | add APT::PackageUniverse as a pkgCache wrapper |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | add specialisations for std::vector |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | mark pkg(All|Dist)Upgrade as deprecated |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | fix progress output for (dist-)upgrade calculation |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | de-duplicate version strings in the cache |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | drop stored StringItems in favor of in-memory mappings |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | packages in the cache are sorted by name so noise-free |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | search for pkg names in the cache case-sensitive |
tree | commitdiff |
2014-09-26 |
David Kalnischkies | deprecate Pkg->Name in favor of Grp->Name |
tree | commitdiff |
2014-09-26 |
Michael Vogt | test fixes |
tree | commitdiff |
2014-09-26 |
Michael Vogt | Do not allow going from authenticated to unauthenticate... |
tree | commitdiff |
2014-09-26 |
Michael Vogt | Print warning for unauthenticated repositories |
tree | commitdiff |
2014-09-26 |
Michael Vogt | Do not download Packages/Sources files on I-M-S hit... |
tree | commitdiff |
2014-09-26 |
Michael Vogt | Merge remote-tracking branch 'donkult/feature/generaliz... |
tree | commitdiff |
2014-09-25 |
Michael Vogt | Merge remote-tracking branch 'upstream/debian/experimen... |
tree | commitdiff |
2014-09-25 |
Michael Vogt | Remove check for "Translation-" from pkgAcqIndex::Custo... |
tree | commitdiff |
2014-09-25 |
Michael Vogt | Revert making pkgAcquire::Item::DescURI() "const" |
tree | commitdiff |
2014-09-24 |
Julian Andres Klode | DropPrivs: Document what it does |
tree | commitdiff |
2014-09-24 |
Julian Andres Klode | DropPrivs: Use APT::Sandbox::User instead of Apt::User... |
tree | commitdiff |
2014-09-24 |
Julian Andres Klode | DropPrivs: Hard-fail if the user does not exist |
tree | commitdiff |
2014-09-24 |
Julian Andres Klode | DropPrivs: Add some comments for the more obscure setui... |
tree | commitdiff |
2014-09-24 |
Julian Andres Klode | DropPrivs: Move the re-set uid/gid thing to the end... |
tree | commitdiff |
2014-09-24 |
Julian Andres Klode | methods: Fail if we cannot drop privileges |
tree | commitdiff |
2014-09-24 |
Julian Andres Klode | DropPrivs: Improve comments |
tree | commitdiff |
2014-09-24 |
Julian Andres Klode | DropPrivs: Also check for saved set-user-ID and set... |
tree | commitdiff |
2014-09-24 |
Julian Andres Klode | DropPrivs: Do not use an invalid return check for setgr... |
tree | commitdiff |
2014-09-24 |
Julian Andres Klode | Use _apt as our unprivileged user name |
tree | commitdiff |
2014-09-24 |
Julian Andres Klode | DropPriv: Really call seteuid and not setuid, and add... |
tree | commitdiff |
2014-09-24 |
Michael Vogt | Drop Privileges to "Debian-apt" in most acquire methods |
tree | commitdiff |
2014-09-23 |
Michael Vogt | make pdiff transactional (but at the cost of a CopyFile() |
tree | commitdiff |
2014-09-23 |
Michael Vogt | cleanup, fix test-apt-update-unauth as the behavior... |
tree | commitdiff |
2014-09-23 |
Michael Vogt | cleanup |
tree | commitdiff |
2014-09-23 |
Michael Vogt | fix one broken test |
tree | commitdiff |
2014-09-23 |
Michael Vogt | Merge remote-tracking branch 'debian/debian/experimenta... |
tree | commitdiff |
2014-09-23 |
Michael Vogt | Merge remote-tracking branch 'upstream/debian/experimen... |
tree | commitdiff |
2014-09-23 |
Michael Vogt | fix tests |
tree | commitdiff |
2014-09-23 |
Michael Vogt | Merge branch 'debian/sid' into debian/experimental |
tree | commitdiff |
2014-09-21 |
Michael Vogt | Ensure that iTFRewritePackageOrder is "MD5sum" to match... |
tree | commitdiff |
2014-09-21 |
Michael Vogt | Fix regression for cdrom: sources from latest security... |
tree | commitdiff |
2014-09-21 |
Michael Vogt | generalize Acquire::GzipIndex |
tree | commitdiff |
2014-09-17 |
Michael Vogt | Merge remote-tracking branch 'vnwildman/debian/sid... |
tree | commitdiff |
2014-09-17 |
Michael Vogt | improve test for commit daff4a |
tree | commitdiff |
2014-09-17 |
Michael Vogt | Fix regression for file:/// uris from CVE-2014-0487 |
tree | commitdiff |
2014-09-17 |
Michael Vogt | fix gcc warnings |
tree | commitdiff |
2014-09-17 |
Michael Vogt | use pkgAcqMetaBase as the transactionManager |
tree | commitdiff |
2014-09-16 |
Michael Vogt | SECURITY UPDATE for CVE-2014-{0488,0487,0489} |
tree | commitdiff |
2014-09-16 |
Michael Vogt | add a bunch of dpointers |
tree | commitdiff |
2014-09-16 |
Michael Vogt | remove pkgAcqSubIndex |
tree | commitdiff |
2014-09-12 |
Michael Vogt | Allow override of Proxy-Auto-Detect by the users config... |
tree | commitdiff |
2014-09-08 |
David Kalnischkies | rework PTY magic to fix stair-stepping on kfreebsd |
tree | commitdiff |
2014-09-08 |
David Kalnischkies | fix progress report for upgrade and reinstall |
tree | commitdiff |
2014-09-07 |
David Kalnischkies | strip everything spacey in APT::String::Strip |
tree | commitdiff |
2014-09-07 |
David Kalnischkies | make GetLocalitySortedVersionSet more generic |
tree | commitdiff |
2014-09-05 |
Michael Vogt | Merge remote-tracking branch 'upstream/debian/experimen... |
tree | commitdiff |
2014-09-05 |
Michael Vogt | Merge branch 'debian/sid' into debian/experimental |
tree | commitdiff |
next |