summaryrefslogtreecommitdiff
path: root/doc/apt.conf.5.xml
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* add more description to the manpage for the Immediate-Configuration andDavid Kalnischkies2009-10-191-3/+7
| | | | change another message to be also translatable.
* merge Julians changes from lp:~mvo/apt/debian-sidDavid Kalnischkies2009-10-141-4/+9
|\
| * doc/apt.conf.5.xml: Deprecate #include, we have apt.conf.d nowadays which ↵Julian Andres Klode2009-09-281-1/+2
| | | | | | | | | | should be sufficient.
| * doc/apt.conf.5.xml: Restrict option names to alphanumerical characters and ↵Julian Andres Klode2009-09-261-3/+4
| | | | | | | | "/-:._+".
| * doc/apt.conf.5.xml: Start deprecating stuff.Julian Andres Klode2009-09-261-2/+5
| | | | | | | | - Deprecate unquoted values, string concatenation and explain what should not be written inside a value (quotes,backslash).
* | improve the documentation and errormessages regarding a failingDavid Kalnischkies2009-10-011-5/+16
|/ | | | | immediate configuration as the old message was quite a bit scare and uninformative.
* fix same typos in debian/changelog and doc/apt.conf.5.xmlDavid Kalnischkies2009-09-251-8/+8
|
* try to be cristal clear about the usage of :: and {} (Closes: #503481)David Kalnischkies2009-09-241-3/+26
| | | | | See the bugreport (and merged ones) for discussion details which lead to these additions to the introduction of the apt.conf manpage.
* document the Acquire::http::Dl-Limit option in the manpageDavid Kalnischkies2009-09-241-1/+6
|
* cleanup commit for trigger processing:David Kalnischkies2009-09-181-10/+2
| | | | | | | | - remove the DPkg::NoConfTriggers - absolutely useless as we need TriggersPending already so we can use --no-triggers. - remove the Immediate-option from the example, it doesn't help much. - UnpackCritical uses DepUnPackPre with a D (on simple letter...) - the "smart" optimisation to skip A was not so smart - revert.
* Add even more config options and try to handle configuration problemsDavid Kalnischkies2009-09-151-19/+62
| | | | | arising if we upgrade essential or predependencies which need to be configured before even unpacking packages depending on them.
* add and document experimental options to make aggressiveDavid Kalnischkies2009-09-131-0/+46
| | | | | | | | | | | use of dpkg's trigger and configuration handling (Closes: #473461) Add NoTriggers option to add --no-triggers to all dpkg calls, NoConfiguration to prevent apt from trying to configure packages - dpkg should handle this in the last ConfigurePending call. This options are for now deactivated as they require more testing in real world situations, but the plan is to enable them in the near future if anything works well.
* doc/apt.ent: move the description of files to globally usable entitiesDavid Kalnischkies2009-09-081-9/+1
|
* Rework the CompressionTypes system by adding an Order subgroup toDavid Kalnischkies2009-09-081-9/+23
| | | | | simplify customisation of the order and improve the documentation about this setting group.
* merge with my po4a branch & update both pot'sDavid Kalnischkies2009-08-281-0/+1
|\ | | | | | | | | | | Thanks again for the initial patch from KURASAWA Nozomu and for the improvements and cleanups done by Nicolas François to get po4a up and running for apt man page translations!
| * [ Nicolas François ]David Kalnischkies2009-08-261-0/+1
| | | | | | | | | | * doc/*.?.xml (manpages): - add contrib to author tags and also add refmiscinfo to fix warnings
* | merged from lp:~donkult/apt/sidMichael Vogt2009-08-271-1/+26
|\|
| * "backport" the APT::Configuration class to apt-sidDavid Kalnischkies2009-08-251-1/+1
| | | | | | | | | | | | We can use it to simplify the internal code to operate with Acquire::CompressionTypes group. This also made it possible to set this setting with the -o flag.
| * Add a Acquire::CompressionTypes config variable from there theDavid Kalnischkies2009-08-121-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acquire-items choose which compression file they should (try first to) download to easily add new or change the order of the compression types. And because it is easy now we directly add builtin lzma support. The compression ratio is better than bzip2 but we prefer the later for now as no (official) mirror uses lzma, so this would only generate useless hits on the servers. Maybe sometime in the future lzma will be the default... [apt-pkg/acquire-item.cc] - use configsettings for dynamic compression type use and order. Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746) [apt-pkg/init.cc] - add default configuration for compression types and add lzma support. Order is now bzip2, lzma, gzip, none (Closes: #510526) [ftparchive/writer.cc] - add lzma support also here, patch for this (and inspiration for the one above) by Robert Millan, thanks!