summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Collapse)AuthorAgeFilesLines
* doc/examples/configure-index:Michael Vogt2010-09-211-0/+1
| | | | - add info on debug::acquire::cdrom
* * doc/apt.conf.5.xml:David Kalnischkies2010-07-091-1/+3
| | | - add and document APT::Cache-{Start,Grow,Limit} options for mmap control
* - backport forgotten Valid-Until patch from the obsolete experimentalDavid Kalnischkies2010-06-091-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | branch to prevent replay attacks better, thanks to Thomas Viehmann for the initial patch! (Closes: #499897) * doc/apt.conf.5.xml: - document the new Valid-Until related options * apt-pkg/contrib/strutl.cc: - split StrToTime() into HTTP1.1 and FTP date parser methods and use strptime() instead of some self-made scanf mangling - use the portable timegm shown in his manpage instead of a strange looking code copycat from wget * ftparchive/writer.cc: - add ValidTime option to generate a Valid-Until header in Release file
| * rename the options, document them and reorder the changelog a bitDavid Kalnischkies2010-06-091-0/+4
| |
* | * apt-pkg/deb/debsystem.cc:David Kalnischkies2010-05-281-2/+1
|/ | | - add better config item for extended_states file
* * apt-pkg/acquire-item.cc:David Kalnischkies2010-04-091-0/+1
| | | | | - Acquire::ForceHash to force method for expected hash - display MD5Sum in --print-uris if not forced to use another method instead of displaying the strongest available (Closes: #576420)
* merged from lp:~donkult/apt/sidMichael Vogt2010-04-011-0/+2
|\
| * Add with pkgCacheGen::Essential a way to control which packages get theDavid Kalnischkies2010-03-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | essential flag: * native is the default and will only mark packages of the main arch * all will mark all packages which have these flag in Packages * none will obviously do the opposite * installed will only mark packages which are installed as essential, so it will behave in the same way as dpkg does it. It is mostly needed sometimes for debugging but some users with special needs might like to switch the mode as well under the expense to be on their own…
* | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-03-261-0/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | - fix backgrounding when dpkg runs (closes: #486222) * cmdline/apt-mark: - show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler * cmdline/apt-get.cc: - if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641) * apt-pkg/packagemanager.cc: - better debug output * doc/examples/configure-index: - add missing Debug::pkgPackageManager option
| * apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManagerMichael Vogt2010-03-161-0/+1
| |
* | * [BREAK] merged lp:~mvo/apt/historyMichael Vogt2010-02-181-0/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - this writes a /var/log/apt/history tagfile that contains details from the transaction (complements term.log) * methods/http.cc: - add cache-control headers even if no cache is given to allow adding options for intercepting proxies - add Acquire::http::ProxyAutoDetect configuration that can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout (this is a step towards WPAD and zeroconf/avahi support) * abicheck/ - add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker * Change the package index Info methods to allow apt-cache policy to be useful when using several different archives on the same host. (Closes: #329814, LP: #22354)
| * merged from debian-sidMichael Vogt2010-02-172-6/+35
| |\
| * | add Dir::Media::MountPath config optionMichael Vogt2010-01-261-0/+7
| | |
| * | add new "Acquire::cdrom::AutoDetect" variable that enables/disablesMichael Vogt2010-01-261-0/+4
| | | | | | | | | the dlopen of libudev for automatic cdrom detection
| * | * merged lp:~mvo/apt/historyMichael Vogt2009-12-181-0/+1
| |\ \ | | | | | | | | | | | | - this writes a /var/log/apt/history tagfile that contains details from the transaction (complements term.log)
| | * | * debian/apt.logrotate:Michael Vogt2009-12-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | - add to logratation * doc/examples/configure-index: - add as example
* | | | merge with debian-sidDavid Kalnischkies2010-02-131-0/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt2010-01-271-0/+11
| | | |
* | | | merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies2010-01-131-0/+1
|\| | |
| * | | * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:Michael Vogt2010-01-091-0/+1
| | | | | | | | | | | | | | | | | | | | - add debug option Debug::pkgCacheGen - merge fix for apt-get source pkg=version regression (closes: #561971)
| * | | * French manpage translation updateMichael Vogt2010-01-082-6/+27
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spot & fix various typos in all manpages * German manpage translation update * cmdline/apt-cache.cc: - remove translatable marker from the "%4i %s\n" string * buildlib/po4a_manpage.mak: - instruct debiandoc to build files with utf-8 encoding * buildlib/tools.m4: - fix some warning from the buildtools * apt-pkg/acquire-item.cc: - add configuration PDiffs::Limit-options to not download too many or too big patches (Closes: #554349) * debian/control: - let all packages depend on ${misc:Depends} * share/*-archive.gpg: - remove the horrible outdated files. We already depend on the keyring so we don't need to ship our own version * cmdline/apt-key: - errors out if wget is not installed (Closes: #545754) - add --keyring option as we have now possibly many * methods/gpgv.cc: - pass all keyrings (TrustedParts) to gpgv instead of using only one trusted.gpg keyring (Closes: #304846) * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963)
| * | add https options which default to the ones from http for the httpsDavid Kalnischkies2009-12-111-9/+24
| | | | | | | | | | | | | | | 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-12-111-0/+3
| |/ | | | | | | thanks Timothy J. Miller! (Closes: #355782)
* | finally merge the rest of the patchset from Arnaud EbalardDavid Kalnischkies2010-01-041-0/+21
| | | | | | | | with the CRL and Issuers options for https, thanks! (Closes: #485963)
* | add TrustedParts so in the future new keyrings can just be droppedDavid Kalnischkies2010-01-041-5/+2
| | | | | | | | | | | | | | into /etc/apt/trusted.gpg.d/ which eliminates the need to have gpg installed to add keys to APTs trusted keyring (with apt-key) (Closes #304846) - Thanks to Timo Weingärtner & Peter Palfrader for providing different patchs/ideas for this!
* | add configuration PDiffs::Limit-options (FileLimit and SizeLimit) toDavid Kalnischkies2010-01-021-1/+4
| | | | | | | | not download too many or too big patches (Closes: #554349)
* | merge with lp:~mvo/apt/debian-sid : move all my ABI break changesDavid Kalnischkies2009-12-101-0/+2
|\| | | | | | | to the "new" 0.7.26 version
| * * merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt2009-12-101-0/+2
| |\ | | | | | | | | | | | | | | | | | | /etc/apt/auth.conf that can be used to store username/passwords in a "netrc" style file (with the extension that it supports "/" in a machine definition). Based on the maemo git branch. * apt-pkg/deb/dpkgpm.cc: - add "purge" to list of known actions
| | * add ftp support, basic debuggingMichael Vogt2009-10-161-0/+1
| | |
| | * port netrc support from maemonMichael Vogt2009-10-161-0/+1
| | |
* | | [BREAK] add possibility to download and use multiplyDavid Kalnischkies2009-11-261-0/+9
| | | | | | | | | | | | | | | | | | | | | 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-9/+24
| | | | | | | | | | | | | | | 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-0/+3
|/ / | | | | | | thanks Timothy J. Miller! (Closes: #355782)
* | add and document experimental options to make aggressiveDavid Kalnischkies2009-09-131-4/+11
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Rework the CompressionTypes system by adding an Order subgroup toDavid Kalnischkies2009-09-081-0/+9
|/ | | | | simplify customisation of the order and improve the documentation about this setting group.
* The 'not dead yet' releaseMichael Vogt2009-07-211-0/+1
|\ | | | | | | | | | | | | | | | | | | | | * add hook for MarkInstall and MarkDelete (closes: #470035) * add the various foldmarkers in apt-pkg & cmdline (no code change) * versions with a pin of -1 shouldn't be a candidate (Closes: #355237) * prefer mmap as memory allocator in MMap instead of a static char array which can (at least in theory) grow dynamic * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc which can arise if cache doesn't fit into the mmap (Closes: #535218) * display warnings instead of errors if the parts dirs doesn't exist * honor the dpkg hold state in new Marker hooks (closes: #64141)
| * merge with lp:~mvo/apt/debian-sidDavid Kalnischkies2009-07-151-2/+6
| |\
| * | [apt-get] add possibility to hide the user simulation noteDavid Kalnischkies2009-07-071-0/+1
| | |
* | | * apt-pkg/acquire.cc:Michael Vogt2009-07-211-0/+52
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make the max pipeline depth of the acquire queue configurable via Acquire::Max-Pipeline-Depth * apt-pkg/deb/dpkgpm.cc: - add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3 (off by default) - send "dpkg-exec" message on the status fd when dpkg is run - provide DPkg::Chroot-Directory config option (useful for testing) - fix potential hang when in a backgroud process group * apt-pkg/algorithms.cc: - consider recommends when making the scores for the problem resolver * apt-pkg/acquire-worker.cc: - show error details of failed methods * apt-pkg/contrib/fileutl.cc: - if a process aborts with signal, show signal number * methods/http.cc: - ignore SIGPIPE, we deal with EPIPE from write in HttpMethod::ServerDie() (LP: #385144) * apt-pkg/indexcopy.cc: - support having CDs with no Packages file (just a Packages.gz) by not forcing a verification on non-existing files (LP: #255545) - remove the gettext from a string that consists entirely of variables (LP: #56792) * apt-pkg/cacheiterators.h: - add missing checks for Owner == 0 in end() * apt-pkg/indexrecords.cc: - fix some i18n issues * apt-pkg/contrib/strutl.h: - add new strprintf() function to make i18n strings easier - fix compiler warning * apt-pkg/deb/debsystem.cc: - make strings i18n able * fix problematic use of tolower() when calculating the version hash by using locale independant tolower_ascii() function. Thanks to M. Vefa Bicakci (LP: #80248) * build fixes for g++-4.4 * cmdline/apt-mark: - add "showauto" option to show automatically installed packages * document --install-recommends and --no-install-recommends (thanks to Dereck Wonnacott, LP: #126180) * Updated cron script to support backups by hardlinks and verbose levels. All features turned off by default. * Added more error handlings. Closes: #438803, #462734, #454989, * Refactored condition structure to make download and upgrade performed if only previous steps succeeded. Closes: #341970 * Documented all cron script related configuration items in configure-index. * apt-ftparchive might write corrupt Release files (LP: #46439) * Apply --important option to apt-cache depends (LP: #16947)
| * | * methods/https.cc:Michael Vogt2009-02-031-2/+4
| | | | | | | | | - add Acquire::https::AllowRedirect support
| * | merged from the debian-sid branchMichael Vogt2008-12-092-4/+4
| |\ \
| * | | make "apt-get build-dep" installed packages marked automaticMichael Vogt2008-08-061-0/+1
| | | | | | | | | | | | | | | | | | | | by default. This can be changed by setting the value of APT::Get::Build-Dep-Automatic to false (thanks to Aaron Haviland, closes: #44874, LP: #248268)
| * | | * add doc/examples/apt-https-method-example.cofMichael Vogt2008-07-251-0/+165
| | | | | | | | | | | | (thanks to Arnaud Ebalard, closes: #485964)
| * | | replaced cron.daily with new version and updated document accordinglyOsamu Aoki2008-05-051-0/+52
| | | |
* | | | Support /etc/apt/preferences.d, by adding ReadPinDir() (Closes: #535512)Julian Andres Klode2009-07-061-1/+2
|\ \ \ \ | | |_|/ | |/| |
* / | | configure-index: document Dir::Etc::SourceParts and some other optionsJulian Andres Klode2009-07-061-2/+5
|/ / / | | | | | | (Closes: #459605)
* | | * add Debug::pkgDepCache::Marker with more detailed debug output Michael Vogt2009-06-291-0/+1
| | | | | | | | | | | | * add Debug::pkgProblemResolver::ShowScores and make the scores adjustable
* | | * add depth information to the debug output and show what dependsMichael Vogt2009-06-291-0/+1
| | | | | | | | | | | | | | | type triggers a autoinst (closes: #458389) * add debug::pkgDepCache::Marker with more detailed debug output (closes: #87520)
* | | * apt-pkg/contrib/strutl.cc:Michael Vogt2009-04-091-2/+4
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix TimeToStr i18n (LP: #289807) * [ABI break] merge support for http redirects, thanks to Jeff Licquia and Anthony Towns * [ABI break] use int for the package IDs (thanks to Steve Cotton) * apt-pkg/pkgcache.cc: - do not run "dpkg --configure pkg" if pkg is in trigger-awaited state (LP: #322955) * methods/https.cc: - add Acquire::https::AllowRedirect support * Clarify the --help for 'purge' (LP: #243948) * cmdline/apt-get.cc - fix "apt-get source pkg" if there is a binary package and a source package of the same name but from different packages (LP: #330103) * cmdline/acqprogress.cc: - Call pkgAcquireStatus::Pulse even if quiet, so that we still get dlstatus messages on the status-fd (LP: #290234).
* | make "apt-get build-dep" installed packages marked automaticMichael Vogt2008-12-021-0/+1
| | | | | | | | | | by default. This can be changed by setting the value of APT::Get::Build-Dep-Automatic to false (thanks to Aaron Haviland, closes: #44874, LP: #248268)