]> git.saurik.com Git - apt.git/history - apt-pkg
fail early (again) on gpg sig failures
[apt.git] / apt-pkg /
2014-07-31  Michael Vogtfail early (again) on gpg sig failures
2014-07-31  Michael Vogtensure InRelease->Release is transactional as well
2014-07-31  Michael Vogtmake test_inreleae_to_release_reverts_all work
2014-07-31  Michael VogtRework TransactionID stuff
2014-07-22  Michael VogtWIP cleanup pkgAcqMetaSig
2014-07-21  Michael VogtDownload Release first, then Release.gpg
2014-07-21  Michael Vogtadd pkgAcquire::TransactionHasError()
2014-07-18  Michael VogtWIP transaction based update
2014-07-16  Michael VogtDo not crash for apt-get install /dev/null
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...
2014-05-27  Michael VogtDo not try to cast a pkgDepCache::Policy to a pkgCache
2014-05-27  Michael Vogtuse free() instead of delete() when realloc is used
2014-05-27  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-05-22  Michael Vogtmove ByHash into its own function
2014-05-22  David Kalnischkiesfix tight loop detection and temporary removes
2014-05-22  David Kalnischkiesconsistently fail if Smart* packagemanager actions...
2014-05-22  David Kalnischkiesmark as Automatic/Downloadable pure as gcc suggests
2014-05-22  Michael VogtAdd APT::Acquire::$(host)::By-Hash=1 knob, add Acquire...
2014-05-22  Michael Vogtadd TODO
2014-05-22  Michael VogtImplement simple by-hash for apt update
2014-05-15  Michael VogtNever parse Version/Architecture tags in a Translation...
2014-05-14  Michael VogtMerge remote-tracking branch 'donkult/debian/experiment...
2014-05-14  Michael VogtAdd new pkgAcqBaseIndex as base class for pkgAcq{DiffIn...
2014-05-14  Michael VogtPass struct IndexTarget/indexRecords to pkgAcqIndex...
2014-05-10  David Kalnischkiesinvalid cache if architecture set doesn't match
2014-05-10  David Kalnischkiesimprove pkgTagSection scanning and parsing
2014-05-09  David Kalnischkiesparse and retrieve multiple Descriptions in one record
2014-05-09  David Kalnischkiestell download methods the expected hashes
2014-05-09  David Kalnischkiespromote ExpectedHashes to a pkgAcquire::Item member
2014-05-09  David Kalnischkiesuse HashStringList in the acquire system
2014-05-09  David Kalnischkiesuse 'best' hash for source authentication
2014-05-08  David Kalnischkiesadd a simple container for HashStrings
2014-05-08  David Kalnischkiesmark as Automatic/Downloadable pure as gcc suggests
2014-05-08  Michael Vogtapt-pkg/deb/debindexfile.cc: do not hardcode dpkg
2014-05-08  Michael VogtMerge remote-tracking branch 'mvo/feature/build-dep...
2014-05-08  Michael VogtMerge remote-tracking branch 'mvo/bugfix/update-progres...
2014-05-08  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-05-08  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-05-08  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-ftparchiv...
2014-05-08  Michael VogtMerge remote-tracking branch 'mvo/bugfix/update-progres...
2014-05-08  Michael Vogtcheck for UnfetchedReleaseFiles when calculating the...
2014-05-08  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-05-07  Michael Vogtfix some compile errors in the now enabled #if (APT_PKG...
2014-05-07  Michael Vogtapt-pkg/contrib/macros.h: bump library version to 4.13
2014-05-07  Michael VogtMerge remote-tracking branch 'mvo/bugfix/update-progres...
2014-05-07  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-install...
2014-05-07  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-ftparchiv...
2014-05-07  Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2014-05-07  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-05-07  Michael Vogtmove pkgSourceList::AddMetaIndex() into a private subcl...
2014-05-07  Michael Vogtrename pkgSourceList::Add() to pkgSourceList::AddMetaIn...
2014-05-07  Michael VogtMerge branch 'debian/sid' into bugfix/update-progress...
2014-05-05  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-05-04  Stefano ZacchiroliEDSP: add APT-Release field to Package stanzas
2014-05-04  Stefano ZacchiroliEDSP: add Source field to Package stanzas
2014-05-04  Stefano ZacchiroliEDSP: add Architecture(s) multi-arch fields to the...
2014-05-04  Stefano ZacchiroliEDSP: bump protocol version to 0.5
next