remove the Section member from package struct
[ntk/apt.git] / apt-pkg /
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
2014-04-30 Michael VogtOnly do openpty() if both stdin/stdout are terminals
2014-04-28 David Kalnischkiesinitialize Verify in second pkgAcqIndex constructor
2014-04-28 Michael VogtMerge branch 'feature/abspath' into feature/apt-install-deb
2014-04-28 Michael Vogtuse flAbsPath()
2014-04-28 Michael VogtMerge branch 'feature/abspath' into feature/apt-install-deb
2014-04-28 Michael Vogtadd flAbsPath() as a wrapper to realpath()
2014-04-28 Michael Vogtuse new Popen()
2014-04-28 Michael VogtMerge branch 'feature/popen' into feature/apt-install-deb
2014-04-28 Michael VogtImplement Popen() execv helper to avoid popen()
2014-04-28 Michael Vogtavoid deb specific code in private-install
2014-04-28 Michael VogtWIP local deb install
2014-04-26 Adam Conradfix FileFd::Size bitswap on big-endian architectures
2014-04-26 David Kalnischkieshandle pkgnames shorter than modifiers
2014-04-26 John Ognessproperly undo CD-ROM mount in all error cases
2014-04-25 Michael Vogtreduce delta from ubuntu
2014-04-25 Michael Vogtadd support for apt-get build-dep unpacked-source-dir
2014-04-24 Michael Vogtcreate debIFTypeDscFile type
2014-04-22 Michael Vogtadd support for apt-get build-dep foo.dsc
2014-04-22 Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-04-22 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2014-04-17 Michael Vogtpass Target/MetaIndexParser around into pkgAcqDiffIndex...
2014-04-16 Michael Vogtcalculate Percent as part of pkgAcquireStatus to provid...
next