summaryrefslogtreecommitdiff
path: root/doc/apt.conf.5.xml
Commit message (Collapse)AuthorAgeFilesLines
* Document ↵Michael Vogt2014-10-131-0/+32
| | | | | | | Acquire{MaxReleaseFileSize,AllowInsecureRepositories,AllowDowngradeToInsecureRepositories} and --no-allow-insecure-repositories Document the new options to restrict loading unauthenticated data into our parsers.
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-051-9/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apt-pkg/acquire-item.cc configure.ac debian/changelog doc/apt-verbatim.ent doc/po/apt-doc.pot doc/po/de.po doc/po/es.po doc/po/fr.po doc/po/it.po doc/po/ja.po doc/po/pt.po po/ar.po po/ast.po po/bg.po po/bs.po po/ca.po po/cs.po po/cy.po po/da.po po/de.po po/dz.po po/el.po po/es.po po/eu.po po/fi.po po/fr.po po/gl.po po/hu.po po/it.po po/ja.po po/km.po po/ko.po po/ku.po po/lt.po po/mr.po po/nb.po po/ne.po po/nl.po po/nn.po po/pl.po po/pt.po po/pt_BR.po po/ro.po po/ru.po po/sk.po po/sl.po po/sv.po po/th.po po/tl.po po/tr.po po/uk.po po/vi.po po/zh_CN.po po/zh_TW.po test/integration/test-ubuntu-bug-346386-apt-get-update-paywall
| * ensure that all docs use all entities filesDavid Kalnischkies2014-08-261-9/+3
| | | | | | | | | | | | | | | | | | Not all are needed for all files at the moment, but the new docbook building hadn't available some of the entities it used as the files weren't correctly copied around in all cases and having the same across the bord makes working with all of them a little easier. Git-Dch: Ignore
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-081-4/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apt-pkg/deb/deblistparser.cc doc/po/apt-doc.pot doc/po/de.po doc/po/es.po doc/po/fr.po doc/po/it.po doc/po/ja.po doc/po/pl.po doc/po/pt.po doc/po/pt_BR.po po/da.po po/mr.po po/vi.po
| * Improve description how to turn off the cachesCédric Barboiron2014-07-081-4/+5
| | | | | | | | Closes: #753531
* | reenable pipelining via hashsum reordering supportDavid Kalnischkies2014-05-091-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.
* Add new Debug::RunScripts optionMichael Vogt2014-04-011-0/+12
| | | | | This debug option will display all scripts that are run by apts RunScripts and RunScriptsWithPkgs helpers.
* support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2014-03-131-0/+9
| | | | | | | | | | 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.
* add a vendor specific file to have configurable entitiesDavid Kalnischkies2013-11-301-0/+2
| | | | | | | manpages sometimes refer to distro-specific things like the name of the package providing the achive-keyring. Having a central place to configure this helps in having it consistent in the manpages and allows to load this info from other places in the buildsystem as well later.
* improve documentation for Acquire::http::Proxy-Auto-Detect (thanks to ↵Michael Vogt2013-10-251-4/+10
| | | | Francesco Poli)
* add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)Michael Vogt2013-10-221-0/+8
|
* allow Pre-Install-Pkgs hooks to get info over an FD != stdinDavid Kalnischkies2013-08-161-2/+11
| | | | | | | | | | | | | | | This adds ::InfoFD option alongside the ::Version one to request sending the information to the specified FD, by default it is STDIN as it was the case before. The environment variable APT_HOOK_INFO_FD contains the FD the data is on as a confirmation that the APT version used understood the request. Allowing the hook to choose the FD is needed/helpful e.g. for shellscripts which have a hard time accessing FDs above 9 (as >= 10 are usually used internally by them) Closes: #671728
* merge patch from Daniel Hartwig to Clarify units of Acquire::http::Dl-Limit ↵Michael Vogt2013-08-151-4/+6
| | | | | | | (closes: #705445) Conflicts: debian/changelog
* Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies2013-07-111-4/+10
| | | | | | | | | | | | | | | | | | | | | Adds on top of Version 2 to all displayed version numbers the architecture as well as the MultiArch flag for consumption by the hooks. Most of the time the architecture will be the same for both versions displayed, but packages might change from "all" to "any" (or back) between versions so we can't display the architecture for packages. Pseudo-Format for Version 3: <name> <version> <arch> <m-a-flag> <compare> <version> <arch> <m-a-flag> Examples: stuff - - none < 1 amd64 none **CONFIGURE** libsame 1 i386 same < 2 i386 same **CONFIGURE** stuff 2 i386 none > 1 i386 none **CONFIGURE** libsame 2 i386 same > - - none **REMOVE** toolkit 1 all foreign > - - none **REMOVE** Closes: #712116
* fix file location for configure-index.gz in apt.conf(5)David Kalnischkies2013-06-131-2/+1
| | | | Closes: #711921
* * doc/apt.conf.5.xml:Michael Vogt2013-03-251-0/+12
| | | - document Acquire::ForceIPv{4,6}
* updating <date> tags and the po files for the manpagesDavid Kalnischkies2012-06-091-1/+1
|
* * doc/apt.conf.5.xml:Justin B Rye2012-06-091-270/+308
| | | | | - review and fix typo, grammar and style issues - rephrase APT::Immediate-Configuration and many others
* * doc/apt-key.8.xml, doc/apt-mark.8.xml,Justin B Rye2012-06-061-2/+2
| | | | | doc/apt_preferences.5.xml: - review and fix spelling issues
* * doc/apt-cdrom.8.xml:Justin B Rye2012-05-251-3/+3
| | | | - replace CDROM with the proper CD-ROM in text
* use docbook DTD 4.5 instead of 4.2 to have valid docsDavid Kalnischkies2012-05-231-2/+2
|
* merge fix from david for warning during xml buildMichael Vogt2012-05-211-0/+1
|
* add also <refentryinfo> to the list of unstranslated tags for po4aDavid Kalnischkies2012-05-211-3/+1
|
* auto-generate the correct <date> translationDavid Kalnischkies2012-05-211-1/+1
|
* in <term> mark all options with <option> and mark <term><option>David Kalnischkies2012-05-211-69/+69
| | | as untranslated for po4a removing ~200 unless "translateable" strings
* * doc/*.xml:David Kalnischkies2012-05-201-14/+24
| | | | - add a few translator notes and reword some paragraphs to ensure that translators and users alike can better understand them (Closes: #669409)
* * methods/http.cc:David Kalnischkies2012-05-151-7/+6
| | | | | - after many years of pointless discussions disable http/1.1 pipelining by default as many webservers and proxies seem to be unable to conform to specification must's (rfc2616 section 8.1.2.2) (LP: #996151)
* * German manpage translation updateChris Leick2011-11-201-1/+1
| | | | | * doc/*.xml: - find and fix a bunch of misspellings
* * doc/apt.conf.5.xml:David Kalnischkies2011-10-051-1/+1
| | | - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
* - add an Acquire::Min-ValidTime option (Closes: #640122)David Kalnischkies2011-09-051-8/+17
| | | | | * doc/apt.conf.5.xml: - reword Acquire::Max-ValidTime documentation to make clear that it doesn't provide the new Min-ValidTime functionality
* * doc/apt.conf.5.xml:David Kalnischkies2011-07-051-1/+9
| | | - document APT::Architectures list (Closes: #612102)
* various typo and syntax corrections in doc/*.xmlMichael Vogt2011-06-281-3/+3
|
* a notice is printed for ignored files (Closes: #597615)David Kalnischkies2011-02-071-2/+4
|
* - change the internal handling of Extensions in pkgAcqIndexDavid Kalnischkies2011-01-261-5/+4
| | | | | - add a special uncompressed compression type to prefer those files * methods/{gzip,bzip}.cc: - print a good error message if FileSize() is zero
* * doc/apt.conf.5.xml:Jakub Wilk2011-01-131-1/+1
| | | | - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
* * doc/apt.ent:David Kalnischkies2010-10-141-0/+3
| | | | - move some strings into apt-verbatim.ent to avoid showing them in apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
* [ Martin Pitt ]David Kalnischkies2010-07-111-0/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * debian/rules: - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS. * apt-pkg/contrib/fileutl.{h,cc}: - Add support for reading of gzipped files with the new "ReadOnlyGzip" OpenMode. (Closes: #188407) - Link against zlib (in apt-pkg/makefile) and add zlib build dependency. - [ABI BREAK] This adds a new private member to FileFd, but its initialization is in the public header file. * configure.in: - Check for zlib library and headers. * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc, apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h, cmdline/apt-cache.cc: - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode. * apt-pkg/deb/debindexfile.cc: - If we do not find uncompressed package/source/translation indexes, look for gzip compressed ones. * apt-pkg/acquire-item.cc: - If the Acquire::GzipIndexes option is true and we download a gzipped index file, keep it as it is (and rename to .gz) instead of uncompressing it. * doc/apt.conf.5.xml: - Document the new Acquire::GzipIndexes option. * doc/po/apt-doc.pot, doc/po/de.po: - German translation of new Acquire::GzipIndexes option. * Add test/test-indexes.sh: - Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. * methods/gzip.cc: With FileFd now being able to read gzipped files, there is no need for the gzip method any more to spawn an external gzip process. Rewrite it to use FileFd directly, which makes the code a lot simpler, and also using less memory and overhead.
| * * doc/apt.conf.5.xml:martin@piware.de2010-06-111-0/+9
| | | | | | - Document the new Acquire::GzipIndexes option.
* | * doc/apt.conf.5.xml:David Kalnischkies2010-07-091-3/+14
| | | | | | - add and document APT::Cache-{Start,Grow,Limit} options for mmap control
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-06-261-0/+9
| | | | | | | | | | - show notice about ignored file instead of being always silent - add a Dir::Ignore-Files-Silently list option to control the notice *
* | rename the options, document them and reorder the changelog a bitDavid Kalnischkies2010-06-091-0/+24
| |
* | * doc/apt.entDavid Kalnischkies2010-05-131-2/+3
|/ | | | | | | - add entities for the current oldstable/stable/testing codenames * doc/sources.list.5.xml: - use stable-codename instead of stable in the examples (Closes: #531492) * doc/apt_preferences.5.xml: - adapt some examples here to use current codenames as well
* Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies2010-01-161-11/+22
| | | | | | | | | | | | | | | | | file if no extension is enforced (= restore old behaviour). (Closes: #565213) This commit includes also: * apt-pkg/policy.cc: - accept also partfiles with "pref" file extension as valid * apt-pkg/contrib/configuration.cc: - accept also partfiles with "conf" file extension as valid * doc/apt.conf.5.xml: - reorder description and split out syntax - add partfile name convention (Closes: #558348) * doc/apt_preferences.conf.5.xml: - describe partfile name convention also here And a lovely test application of course.
* fix a typo in the apt.conf manpage spotted by lintianDavid Kalnischkies2010-01-021-1/+1
| | | | W: apt: spelling-error-in-manpage usr/share/man/man5/apt.conf.5.gz enviroment environment
* add configuration PDiffs::Limit-options (FileLimit and SizeLimit) toDavid Kalnischkies2010-01-021-1/+8
| | | | not download too many or too big patches (Closes: #554349)
* Chris Leick spot & fix various typos in all manpagesDavid Kalnischkies2010-01-011-5/+5
|
* [BREAK] add possibility to download and use multiplyDavid Kalnischkies2009-11-261-1/+23
| | | | | | | Translation files, configurable with Acquire::Languages accessable with APT::Configuration::getLanguages() and as always with documentation in apt.conf. The commit also includes a very very simple testapp.
* add https options which default to the ones from http for the httpsDavid Kalnischkies2009-11-251-3/+5
| | | | | method as this is more sane than using only the http options without a possibility to override these for https.
* add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies2009-11-251-1/+6
| | | | thanks Timothy J. Miller! (Closes: #355782)
* correct various errors, typos and oddities in the manpagesDavid Kalnischkies2009-10-291-9/+9
| | | | | | | | Patch by Chris Leick which closes his on bug. Thanks! * doc/ various manpages: - correct various errors, typos and oddities (Closes: #552535) * doc/apt-secure.8.xml: - replace literal with emphasis tags in Archive configuration