add --secret-keyring option for apt-key
[ntk/apt.git] / apt-pkg /
2014-09-26 David Kalnischkiesuse apt-key adv (+ gnupg) instead of gpgv for verify
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 Kalnischkiesadd an API for cache filters/matcher
2014-09-26 David Kalnischkiesmove PCI::From* methods into CacheSetHelper class
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 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-25 Michael VogtRemove check for "Translation-" from pkgAcqIndex::Custo...
2014-09-25 Michael VogtRevert making pkgAcquire::Item::DescURI() "const"
2014-09-24 Julian Andres KlodeDropPrivs: Document what it does
2014-09-24 Julian Andres KlodeDropPrivs: Use APT::Sandbox::User instead of Apt::User...
2014-09-24 Julian Andres KlodeDropPrivs: Hard-fail if the user does not exist
2014-09-24 Julian Andres KlodeDropPrivs: Add some comments for the more obscure setui...
2014-09-24 Julian Andres KlodeDropPrivs: Move the re-set uid/gid thing to the end...
2014-09-24 Julian Andres Klodemethods: Fail if we cannot drop privileges
2014-09-24 Julian Andres KlodeDropPrivs: Improve comments
2014-09-24 Julian Andres KlodeDropPrivs: Also check for saved set-user-ID and set...
2014-09-24 Julian Andres KlodeDropPrivs: Do not use an invalid return check for setgr...
2014-09-24 Julian Andres KlodeUse _apt as our unprivileged user name
2014-09-24 Julian Andres KlodeDropPriv: Really call seteuid and not setuid, and add...
2014-09-24 Michael VogtDrop Privileges to "Debian-apt" in most acquire methods
2014-09-23 Michael Vogtfix tests
2014-09-23 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-09-21 Michael VogtEnsure that iTFRewritePackageOrder is "MD5sum" to match...
2014-09-21 Michael VogtFix regression for cdrom: sources from latest security...
2014-09-17 Michael VogtMerge remote-tracking branch 'vnwildman/debian/sid...
2014-09-17 Michael Vogtimprove test for commit daff4a
2014-09-17 Michael VogtFix regression for file:/// uris from CVE-2014-0487
2014-09-16 Michael VogtSECURITY UPDATE for CVE-2014-{0488,0487,0489}
2014-09-12 Michael VogtAllow override of Proxy-Auto-Detect by the users config...
2014-09-08 David Kalnischkiesrework PTY magic to fix stair-stepping on kfreebsd
2014-09-08 David Kalnischkiesfix progress report for upgrade and reinstall
2014-09-07 David Kalnischkiesstrip everything spacey in APT::String::Strip
2014-09-07 David Kalnischkiesmake GetLocalitySortedVersionSet more generic
2014-09-05 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-09-05 Michael VogtEnsure we have a Policy in CacheFile.BuildDepCache()
2014-09-02 Michael Vogt* apt-pkg/deb/dpkgpm.cc:
2014-09-02 Michael VogtMake Proxy-Auto-Detect check for each host
2014-08-29 Warren Heinitialize iPolicyBrokenCount in DepCache::Update
2014-08-26 David Kalnischkiessupport versioned provides as implemented by dpkg
2014-08-24 Julian Andres KlodeFix debListParser to accept "no" as a value for the...
2014-08-24 Julian Andres KlodeFix debListParser to accept "no" as a value for the...
2014-07-29 Michael VogtFix SmartConfigure to ignore ordering of packages that...
2014-07-17 Michael Vogtapt-pkg/acquire-item.cc: make pkgAcqDiffIndex more...
2014-07-16 Michael VogtDo not crash for apt-get install /dev/null
2014-07-16 Michael VogtStringToBool: only act if the entire string is consumed...
2014-07-10 Michael VogtMerge remote-tracking branch 'mvo/feature/README' into...
2014-07-10 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-07-10 Michael VogtAllow passing a full path to apt-get install /foo/bar.deb
2014-07-08 Michael VogtOnly allow "apt-get build-dep path" when path starts...
2014-07-08 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-07-08 Michael VogtDo not clean "/" in pkgAcquire::Clean/pkgArchiveCleaner
2014-07-08 Guillem JoverAdd new Base256ToNum long long overload function
2014-07-07 David Kalnischkieshandle moved mmap after UniqFindTagWrite call
2014-07-03 Michael VogtTry not to parse invalid translation files (LP: #756317)
2014-06-18 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-06-18 Michael Vogtapt-pkg/indexrecords.cc: ensure that indexRecords:...
2014-06-18 Michael Vogtapt-pkg/acquire-item.h: add default argument to Expecte...
2014-06-18 Michael Vogtreadd pkgPackageManager::Go() to not break API
2014-06-18 David Kalnischkiescorrect 'apt-cache stats' to include more
2014-06-18 David Kalnischkiesremove the Section member from package struct
2014-06-18 David Kalnischkiescleanup datatypes mix used in binary cache
2014-06-18 David Kalnischkiesincrease hashtable size for packages/groups by factor 5
2014-06-18 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2014-06-18 David Kalnischkiesdo not call resolver twice on (dist-)upgrade
2014-06-18 David Kalnischkiesfix SubstVar to be usable as a replace_all method
2014-06-18 David Kalnischkiesdon't send pkg from an unknown architecture via EDSP
2014-06-18 Michael VogtMerge remote-tracking branch 'mvo/feature/drop-rights...
2014-06-18 Michael VogtMerge remote-tracking branch 'mvo/feature/update-by...
2014-06-18 Michael VogtMerge remote-tracking branch 'mvo/feature/hash-stats...
2014-06-18 Michael Vogt[API-Break] rename pkgCache::Package::NextPackage to...
2014-06-18 Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-06-11 Michael VogtDropPrivs in the solvers (just to be on the safe side)
2014-06-10 Michael Vogtuse pkgSrcRecords::Step() instead of Next()
2014-06-10 Michael VogtMerge remote-tracking branch 'mvo/feature/apt-update...
2014-06-10 Michael VogtMerge remote-tracking branch 'mvo/bugfix/apt-get-source...
2014-06-10 Michael VogtMerge remote-tracking branch 'mvo/bugfix/lp1274466...
2014-06-10 Michael VogtMerge remote-tracking branch 'mvo/feature/srcrec-enum2...
2014-06-09 Michael Vogtadd pkgSrcRecords::Next() to step through all the pkgSr...
2014-06-07 David Kalnischkiesdo not revert candidate for protected packages
2014-05-30 David Kalnischkiessupport parsing EDSP requests Architecture{,s} stanza
2014-05-30 David Kalnischkieswithout a filename we can't stat pipes
2014-05-30 David Kalnischkiescheck exit status of external solvers
2014-05-30 David KalnischkiesMerge EDSP 0.5 w/ multi-arch support for external solvers
2014-05-29 Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2014-05-29 Michael VogtFix more warnings from clang
2014-05-29 Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-05-29 Michael Vogtincrease Pkg/Grp hash table size from 2k to 64k
2014-05-28 Michael VogtFix more warnings from clang
2014-05-28 Michael VogtFix warning about uninitialized variable
2014-05-27 Michael Vogtuse free() instead of delete[] in debSrcRecordParser...
next