summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2014-05-30Merge EDSP 0.5 w/ multi-arch support for external solversDavid Kalnischkies1-7/+24
"I am going to merge it tomorrow…"
2014-05-29Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt1-943/+1365
Conflicts: test/integration/test-bug-747261-arch-specific-conflicts
2014-05-22update Doxyfile to 1.8.7 to silence deprecation warningsDavid Kalnischkies1-943/+1365
Git-Dch: ignore
2014-05-09reenable pipelining via hashsum reordering supportDavid Kalnischkies1-3/+3
Now that methods have the expected hashes available they can check if the response from the server is what they expected. Pipelining is one of those areas in which servers can mess up by not supporting it properly, which forced us to disable it for the time being. Now, we check if we got a response out of order, which we can not only use to disable pipelining automatically for the next requests, but we can fix it up just like the server responded in proper order for the current requests. To ensure that this little trick works pipelining is only attempt if we have hashsums for all the files in the chain which in theory reduces the use of pipelining usage even on the many servers which work properly, but in practice only the InRelease file (or similar such) will be requested without a hashsum – and as it is the only file requested in that stage it can't be pipelined even if we wanted to. Some minor annoyances remain: The display of the progress we have doesn't reflect this change, so it looks like the same package gets downloaded multiple times while others aren't at all. Further more, partial files are not supported in this recovery as the received data was appended to the wrong file, so the hashsum doesn't match. Both seem to be minor enough to reenable pipelining by default until further notice through to test if it really solves the problem. This therefore reverts commit 8221431757c775ee875a061b184b5f6f2330f928.
2014-05-05prepare release 1.0.31.0.3Michael Vogt10-20/+29
2014-05-04EDSP: add APT-Release field to Package stanzasStefano Zacchiroli1-0/+9
2014-05-04EDSP: add Architecture(s) multi-arch fields to the Request stanzaStefano Zacchiroli1-1/+12
2014-05-04EDSP: bump protocol version to 0.5Stefano Zacchiroli1-2/+2
2014-05-04EDSP doc: fix typo in Request stanza descriptionStefano Zacchiroli1-6/+3
2014-04-25prepare release 1.0.21.0.2Michael Vogt10-28/+42
2014-04-22Consistently use Dpkg::Progress* in documentationJames McCoy1-1/+1
Closes: 745452
2014-04-22Fix option name DPkg::Progress-Fancy in apt.8 manpage (LP: #1310506)Michael Vogt1-1/+1
2014-04-10prepare 1.0.1 release1.0.1Michael Vogt10-20/+20
2014-04-10apt: Minor typo in 'apt' man page (closes: #743657)Josef Vitu1-1/+1
2014-04-01releasing package apt version 1.01.0Michael Vogt2-2/+2
2014-04-01prepare releaseMichael Vogt9-1223/+653
2014-04-01remove no longer needed apt.7 pageMichael Vogt4-64/+2
2014-04-01fix small apt.8.xml issuesMichael Vogt2-5/+13
2014-04-01refresh po/pot and unfuzzy apt-extracttemplate changeMichael Vogt9-1030/+2638
2014-04-01Merge remote-tracking branch 'mvo/feature/apt-manpage' into debian/sidMichael Vogt6-10/+216
Conflicts: cmdline/apt.cc
2014-04-01add "full-upgrade" to the apt.5.xml documentationMichael Vogt1-0/+7
2014-04-01Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-manpageMichael Vogt22-2485/+3537
Conflicts: cmdline/apt.cc
2014-04-01Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2-3/+3
2014-04-01Add new Debug::RunScripts optionMichael Vogt2-1/+13
This debug option will display all scripts that are run by apts RunScripts and RunScriptsWithPkgs helpers.
2014-03-27Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt3-95/+134
2014-03-27Use mkstemp() in apt-extracttemplaes (closes: #741627)Michael Vogt1-2/+2
Use mkstemp() in apt-extractemplates and add a integrationtest for apt-extracttemplates too. Thanks to Steve Kemp for the report.
2014-03-27fix documentation for APT::Periodic::MaxSize "0" (closes: #740551)Michael Vogt1-1/+1
2014-03-21Italian manpages translation updateBeatrice Torracca1-92/+131
Closes: 741867
2014-03-15Release 0.9.16.10.9.16.1Julian Andres Klode2-3/+3
2014-03-15Updated German doc translationChris Leick1-84/+28
2014-03-14prepare 0.9.16 release0.9.16Michael Vogt10-1379/+1705
2014-03-13fix polish --install-suggests text in apt-get manpageWojciech Górski1-1/+1
Description of the --install-suggests option is wrong in the polish apt-get man page. The actual meaning of this option is the opposite to what is written in the manual. Closes: 741056
2014-03-13make doxygen more quiet, fix issues and disable latexDavid Kalnischkies1-5/+5
Git-Dch: Ignore
2014-03-13support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2-1/+21
Inspired by the rest of the patch in 661537, but abstract the parsing of various ways of setting the build profiles more so it can potentially be reused and all apt parts have the same behaviour. Especially config options, cmdline options and environment will not be combined as proposed as this isn't APTs usual behaviour and dpkg doesn't do it either, so one overrides the other as it normally does.
2014-03-13autogenerate makefile for vendor systemDavid Kalnischkies1-1/+0
It can be useful to have a whole makefile available for vendor setup, but by providing a basic one we can deal with the simple cases more easily (and changes to the system are presumably easier).
2014-02-28releasing package apt version 0.9.15.50.9.15.5Michael Vogt10-20/+20
2014-02-23releasing package apt version 0.9.15.40.9.15.4Michael Vogt10-20/+20
2014-02-22add apt-vendor information for tangluJon Severinsson1-0/+1
2014-02-22Fix typos in documentation (codespell)Michael Vogt8-19/+19
2014-02-20releasing package apt version 0.9.15.3Michael Vogt10-514/+718
2014-02-14do not recommend dselect in apt-get manpageDavid Kalnischkies1-7/+4
The current description says: "Many users find dselect intimidating and new users may prefer to use apt-based user interfaces." It doesn't feel right to refer users to it then. Closes: 617625
2014-02-13releasing package apt version 0.9.15.20.9.15.2Michael Vogt10-20/+20
2014-02-10disable doxygen undocumented method warningDavid Kalnischkies1-1/+1
Very few methods we have are documented, so this is A LOT of noise hidden the "interesting" warnings about methods which are documented, but incorrectly and such stuff. Git-Dch: Ignore
2014-02-06releasing package apt version 0.9.15.1Michael Vogt10-36/+45
2014-01-26Trivian unfuzzies of the German po4a translationChris Leick1-78/+49
2014-01-26Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2-78/+88
Conflicts: apt-private/private-list.cc doc/po/de.po test/integration/framework
2014-01-25releasing package apt version 0.9.150.9.15Michael Vogt10-11/+11
2014-01-25use svg in doxygen and ensure dot is around for itDavid Kalnischkies1-4/+4
2014-01-24releasing package apt version 0.9.14.3~exp50.9.14.3.exp5Michael Vogt10-135/+136
2014-01-24make update-poMichael Vogt9-136/+135