]> git.saurik.com Git - apt.git/shortlog
apt.git
2014-10-06  Michael Vogtrename AuthDone() -> CheckAuthDone()
2014-10-06  Michael Vogtcleanup pkgAcq*::Failed()
2014-10-06  Michael Vogtadd missing TransactionStageCopy() in pkgAcqDiffIndex...
2014-10-06  Michael VogtRework pkgAcqMeta{Index,Sig,ClearSig}::Done() for reada...
2014-10-06  Michael Vogtfix incorrect docstrings for AcqMetaBase::TransactionSt...
2014-10-06  Michael Vogtadd new "SetActiveSubprocess()
2014-10-06  Michael Vogtupdate test
2014-10-02  Michael Vogtreally do not download Release if InRelease does not...
2014-10-02  Michael Vogtcleanup around pkgAcqMetaSig and improved tests
2014-10-02  Michael Vogtadd a bunch of docstrings etc
2014-10-01  Michael Vogtfix crash
2014-10-01  Michael Vogtdonkults fixes
2014-10-01  Michael VogtCleanup pkgAcqIndex
2014-10-01  Michael Vogtrefactor and add pkgAcqIndex::ValidateFile()
2014-10-01  Michael Vogtfix leftover files from Acquire::GzipIndex
2014-10-01  Michael Vogthack around test-apt-update-unauth failure
2014-10-01  Michael Vogtfix test-apt-update-nofallback test
2014-10-01  Michael Vogtupdate test/integration/test-releasefile-verification
2014-10-01  Michael VogtUse Acquire::Allow{InsecureRepositories,DowngradeToInse...
2014-10-01  Michael Vogtadd verify for the .diff/Index download and add FIXME...
2014-09-29  Michael Vogtcleanup
2014-09-29  Michael VogtMerge remote-tracking branch 'debian/debian/experimenta...
2014-09-29  Michael Vogtmore test fixes
2014-09-29  Michael VogtTest if TMPDIR is a directory in apt-key and if not...
2014-09-29  Michael Vogtfix DestFile ext
2014-09-29  Michael Vogttest fixes
2014-09-29  Michael Vogtrefactor
2014-09-29  Michael VogtAdjust DestFile in ReverifyAfterIMS() to not include...
2014-09-29  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-09-29  Michael VogtAdd missing "adduser" dependency (for the new _apt...
2014-09-29  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-09-28  Trần Ngọc QuânSet STRIP_FROM_PATH for doxygen
2014-09-27  David Kalnischkiesreplace c-string Mode with c++-string ActiveSubprocess
2014-09-27  David Kalnischkiesallow options between command and -- on commandline
2014-09-27  David Kalnischkiescleanup partial directory of lists in apt-get clean
2014-09-27  David Kalnischkiesallow fetcher setup without directory creation
2014-09-27  Kenshi MutoJapanese program translation update
2014-09-26  David Kalnischkiesstore source name and version in binary cache
2014-09-26  David Kalnischkiesfix: %i in format string (no. 1) requires 'int' but...
2014-09-26  David Kalnischkiesfix: The class 'pkgSourceList' defines member variable...
2014-09-26  David Kalnischkiesfix: Prefer prefix ++/-- operators for non-primitive...
2014-09-26  David Kalnischkiesfix: Consecutive return, break, continue, goto or throw...
2014-09-26  David KalnischkiesMerge branch 'feature/gnupglimit' into debian/experimental
2014-09-26  David Kalnischkiesadd gnupg and gnupg2 as test-dependency
2014-09-26  James McCoyensure apt-key del handles 16-byte key ids
2014-09-26  David Kalnischkiesremove empty keyrings in trusted.gpg.d on upgrade
2014-09-26  David Kalnischkiesadd and use 'apt-key verify' which prefers gpgv over gpg
2014-09-26  David Kalnischkiesmiscellaneous small cleanups in apt-key
2014-09-26  David Kalnischkiesadd --readonly option for apt-key adv
2014-09-26  David Kalnischkiesuse only one --keyring in gpg interactions
2014-09-26  David Kalnischkiesadd --secret-keyring option for apt-key
2014-09-26  David Kalnischkiesallow to specify fingerprints in 'apt-key del'
2014-09-26  David Kalnischkiesadd a test for apt-key export{,all}
2014-09-26  David Kalnischkiesuse apt-key to wrap gpg calls in testcases
2014-09-26  David Kalnischkiesrespect --keyring also in merged keyring commands
2014-09-26  David Kalnischkiessupport gnupg2 as drop-in replacement for gnupg
2014-09-26  David Kalnischkiesdelay gnupg setup in apt-key until it is needed
2014-09-26  David Kalnischkiescorrect the error messages to refer to apt-key instead...
2014-09-26  David Kalnischkiesuse apt-key adv (+ gnupg) instead of gpgv for verify
2014-09-26  David Kalnischkiesmerge fragment keyrings in apt-key to avoid hitting...
2014-09-26  David Kalnischkiesrefactor key removal code to reuse it in next step
2014-09-26  David Kalnischkiesset a primary-keyring only if we have access to it
2014-09-26  David Kalnischkiessupport (multiple) arguments properly in apt-key
2014-09-26  David Kalnischkiesonly create new trusted.gpg if directory is writeable
2014-09-26  David Kalnischkiesall errors should be printed to stderr
2014-09-26  David Kalnischkiesadd a (hidden) --quiet option for apt-key
2014-09-26  David Kalnischkiesrename postrm to apt.postrm
2014-09-26  David Kalnischkiesremove leftover debug output from multikey softlink
2014-09-26  David Kalnischkiesfix: warning: extra ‘;’ [-Wpedantic]
2014-09-26  David Kalnischkiesfix: Member variable 'X' is not initialized in the...
2014-09-26  David Kalnischkiesfix occurrence typo in tagfile comment
2014-09-26  David Kalnischkiesremove outdated and unused po/ChangeLog
2014-09-26  David Kalnischkiesadd an API for cache filters/matcher
2014-09-26  David Kalnischkiesmove PCI::From* methods into CacheSetHelper class
2014-09-26  David Kalnischkiesadapt to the new CacheSetHelper API
2014-09-26  David Kalnischkiesrework cachesets API to allow future extension
2014-09-26  David Kalnischkiesadd APT::PackageUniverse as a pkgCache wrapper
2014-09-26  David Kalnischkiesadd specialisations for std::vector
2014-09-26  David Kalnischkiesmark pkg(All|Dist)Upgrade as deprecated
2014-09-26  David Kalnischkiesfix progress output for (dist-)upgrade calculation
2014-09-26  David Kalnischkiesde-duplicate version strings in the cache
2014-09-26  David Kalnischkiesdrop stored StringItems in favor of in-memory mappings
2014-09-26  David Kalnischkiescount strings more accurately for stats
2014-09-26  David Kalnischkiespackages in the cache are sorted by name so noise-free
2014-09-26  David Kalnischkiessearch for pkg names in the cache case-sensitive
2014-09-26  David Kalnischkiesdeprecate Pkg->Name in favor of Grp->Name
2014-09-26  Michael Vogttest fixes
2014-09-26  Michael VogtDo not allow going from authenticated to unauthenticate...
2014-09-26  Michael VogtPrint warning for unauthenticated repositories
2014-09-26  Michael VogtDo not download Packages/Sources files on I-M-S hit...
2014-09-26  Michael VogtMerge remote-tracking branch 'donkult/feature/generaliz...
2014-09-26  Michael VogtDisable Mth.DropPrivsOrDie() in copy.cc for now
2014-09-25  David Kalnischkiesrewrite compressed indexes test to check with all compr...
2014-09-25  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-09-25  Michael VogtRemove check for "Translation-" from pkgAcqIndex::Custo...
2014-09-25  Michael VogtRevert making pkgAcquire::Item::DescURI() "const"
2014-09-25  Michael VogtUse /var/empty as the homedir for _apt
2014-09-24  Michael Vogtreleasing package apt version 1.1~exp3
2014-09-24  Julian Andres... DropPrivs: Document what it does
2014-09-24  Julian Andres... DropPrivs: Use APT::Sandbox::User instead of Apt::User...
next