summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-189-205/+217
* | | increase hashtable size for packages/groups by factor 5David Kalnischkies2014-06-183-22/+26
* | | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2014-06-1824-173/+265
|\| |
| * | EDSP doc: some typo and wording fixesDavid Kalnischkies2014-06-181-8/+8
| * | EDSP doc: (minor) consistently use 2 blank lines before headingsStefano Zacchiroli2014-06-181-0/+2
| * | EDSP doc: clarify that Install/Remove packages are arch-qualifiedStefano Zacchiroli2014-06-181-4/+12
| * | do not call resolver twice on (dist-)upgradeDavid Kalnischkies2014-06-185-18/+32
| * | show our broken packages message in 'apt' solverDavid Kalnischkies2014-06-184-117/+134
| * | fix SubstVar to be usable as a replace_all methodDavid Kalnischkies2014-06-182-7/+49
| * | don't send pkg from an unknown architecture via EDSPDavid Kalnischkies2014-06-181-0/+7
| * | use P_ instead of ngettext to compiling with --disable-nlsFredrik Fornwall2014-06-181-1/+1
| * | add missing comma in SEE ALSO of apt-secure manpageKonstantin Manna2014-06-1810-17/+17
| * | fix two german manpage spelling mistakesKonstantin Manna2014-06-181-2/+2
| * | Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2014-06-181-1/+4
| |\|
| | * Tell the user if no updates are available after apt updateMichael Vogt2014-06-181-1/+4
* | | Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimentalMichael Vogt2014-06-184-0/+27
|\ \ \
| * | | DropPrivs in the solvers (just to be on the safe side)Michael Vogt2014-06-114-0/+25
* | | | Merge remote-tracking branch 'mvo/feature/update-by-hash' into debian/experim...Michael Vogt2014-06-187-11/+124
|\ \ \ \
| * | | | move ByHash into its own functionMichael Vogt2014-05-222-26/+37
| * | | | Add APT::Acquire::$(host)::By-Hash=1 knob, add Acquire-By-Hash to Release fileMichael Vogt2014-05-226-34/+67
| * | | | add TODOMichael Vogt2014-05-221-0/+5
| * | | | Implement simple by-hash for apt updateMichael Vogt2014-05-223-9/+73
* | | | | Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt2014-06-184-16/+56
|\ \ \ \ \
| * | | | | Provide ShowHashTableStats functionMichael Vogt2014-06-181-55/+43
| * | | | | [API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::NextMichael Vogt2014-06-183-9/+9
| * | | | | improve formating of the hash statsMichael Vogt2014-06-181-15/+15
| * | | | | increase Pkg/Grp hash table size from 2k to 64kMichael Vogt2014-05-292-7/+3
| * | | | | add hashtable statsMichael Vogt2014-05-291-1/+57
| * | | | | cmdline/apt-extracttemplates.cc: remove unused private varMichael Vogt2014-05-282-2/+1
| * | | | | test/integration/test-apt-ftparchive-src-cachedb: make test more robustMichael Vogt2014-05-281-5/+5
| * | | | | Fix more warnings from clangMichael Vogt2014-05-287-19/+22
* | | | | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-1890-7895/+9703
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2014-06-181-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | test/integration/test-essential-force-loopbreak: fix on non-amd64 systemsMichael Vogt2014-06-121-1/+1
| | | |_|/ | | |/| |
| * | | | Updated translation of german documentationChris Leick2014-06-171-60/+61
| * | | | Check for gtest's header before building.Michele OrrĂ¹2014-06-171-4/+11
| * | | | fix test-apt-ftparchive-cachedb-lp1274466 and apt-internal-solver testsMichael Vogt2014-06-113-3/+5
| * | | | fix autopkgtest testsMichael Vogt2014-06-114-2/+5
| |/ / /
| * | | really release 1.0.4Michael Vogt2014-06-1046-47/+47
| * | | release 1.0.4Michael Vogt2014-06-1047-7488/+8779
| * | | apt-private/private-output.cc: fix cppcheck outputMichael Vogt2014-06-101-1/+1
| * | | fix test/integration/test-apt-ftparchive-cachedb-lp1274466 in travisMichael Vogt2014-06-102-5/+5
| * | | use pkgSrcRecords::Step() instead of Next()Michael Vogt2014-06-103-5/+5
| * | | prepare 1.0.4 uploadMichael Vogt2014-06-101-0/+41
| * | | Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sidMichael Vogt2014-06-103-0/+36
| |\ \ \
| | * | | show upgradable packages after apt updateMichael Vogt2014-05-223-0/+36
| * | | | Merge remote-tracking branch 'mvo/bugfix/apt-get-source-unauthenticated-warni...Michael Vogt2014-06-104-0/+51
| |\ \ \ \
| | * | | | Show unauthenticated warning for source packages as wellMichael Vogt2014-06-024-0/+51
| * | | | | Merge remote-tracking branch 'mvo/bugfix/lp1274466-cache' into debian/sidMichael Vogt2014-06-105-11/+129
| |\ \ \ \ \
| | * | | | | Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466)Michael Vogt2014-06-045-11/+129
| | | |_|/ / | | |/| | |