summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Collapse)AuthorAgeFilesLines
* fix another mistake spotted by lintian:David Kalnischkies2010-01-021-2/+2
| | | | I: apt: spelling-error-in-binary ./usr/lib/libapt-pkg-libc6.9-6.so.4.8.0 Alot A lot
* Fix the following gcc-4.5 buildfailure in pkgcache.cc by following the ↵David Kalnischkies2010-01-021-1/+1
| | | | | | | | suggestion: pkgcache.cc: In member function ‘const char* pkgCache::PkgIterator::CandVersion() const’: pkgcache.cc:301:51: error: cannot call constructor ‘pkgPolicy::pkgPolicy’ directly pkgcache.cc:301:51: note: for a function-style cast, remove the redundant ‘::pkgPolicy’
* add configuration PDiffs::Limit-options (FileLimit and SizeLimit) toDavid Kalnischkies2010-01-021-13/+49
| | | | not download too many or too big patches (Closes: #554349)
* merge with lp:~mvo/apt/sid to get the finale 0.7.25 stateDavid Kalnischkies2009-12-222-4/+3
|\
| * merge segfault fix from Mario Sanchez Prada, many thanksMichael Vogt2009-12-141-1/+2
| | | | | | (closes: #561109)
| * merged patches from david (many thanks)Michael Vogt2009-12-141-3/+1
| |\
| | * revert this commit as fast as possible (aka next ABI break)David Kalnischkies2009-12-121-1/+1
| | | | | | | | | | | | | | | | | | This commit sets up our faked library extension to trick the build system into building the packages with libc6.9-6 while we are actually already at libc6.10-6. Oh dear...
| * | * apt-pkg/init.h:Michael Vogt2009-12-101-1/+3
| | | | | | | | | - add compatibilty with old ABI name until the next ABI break
* | | merge Michaels wonderful "fix" for the currently unwanted ABI BreakDavid Kalnischkies2009-12-101-1/+3
|\ \ \ | | |/ | |/|
| * | * apt-pkg/init.h:Michael Vogt2009-12-101-1/+3
| |/ | | | | - add compatibilty with old ABI name until the next ABI break
* | merge with lp:~mvo/apt/debian-sid : move all my ABI break changesDavid Kalnischkies2009-12-109-8/+260
|\| | | | | | | to the "new" 0.7.26 version
| * merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt2009-12-105-23/+31
| |\
| | * merged -r 1923..1926 from lp:~donkult/apt/sidMichael Vogt2009-12-101-1/+7
| | |
| | * merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt2009-12-104-20/+24
| | |\
| | * | merged -r1875..1886 from lp:~donkult/apt/sidMichael Vogt2009-12-101-6/+4
| |/| |
| * | | * merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt2009-12-105-3/+245
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /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
| | * | | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2009-12-091-0/+1
| | | | | | | | | | | | | | | - add "purge" to list of known actions
| | * | | merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt2009-12-074-3/+244
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | /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.
| | | * | | if "/" is found in the machine, do a uri.startswith(host) substring match to ↵Michael Vogt2009-12-071-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | support multiple user/passwds on the same host
| | | * | | * apt-pkg/contrib/netrc.cc:Michael Vogt2009-12-041-7/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - check for hostname and then host+path - better debug output * methods/https.cc: - fix bug in netrc integration
| | | * | | add ftp support, basic debuggingMichael Vogt2009-10-161-1/+4
| | | | | |
| | | * | | port netrc support from maemonMichael Vogt2009-10-164-3/+217
| | | | | |
| * | | | | * apt-pkg/packagemanager.cc:Michael Vogt2009-12-023-4/+14
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add output about pre-depends configuring when debug::pkgPackageManager is used * methods/https.cc: - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972 thanks to Brian Thomason for the patch * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc: - typo fix (LP: #462328) * cmdline/apt-key: - Emit a warning if removed keys keyring is missing and skip associated checks (LP: #218971)
| | * | | | * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:Michael Vogt2009-10-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | - typo fix (LP: #462328)
| | * | | | more debug output in SmartConfigureMichael Vogt2009-10-211-0/+6
| | | | | |
| | * | | | * apt-pkg/packagemanager.cc:Michael Vogt2009-10-211-0/+7
| | |/ / / | | | | | | | | | | | | | | | - add output about pre-depends configuring when debug::pkgPackageManager is used
* | | | | Ignore :qualifiers after package name in build dependenciesDavid Kalnischkies2009-11-296-14/+24
| | | | | | | | | | | | | | | | | | | | for now as long we don't understand them (Closes: #558103)
* | | | | use "diff" filetype for .debian.tar.* files (Closes: #554898) inDavid Kalnischkies2009-11-271-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | apt-pkg/deb/debsrcrecords.cc as source format v3 uses this name scheme for their "diff" files.
* | | | | [BREAK] add possibility to download and use multiplyDavid Kalnischkies2009-11-269-77/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | another round of method hardening with const& in ConfigurationDavid Kalnischkies2009-11-252-30/+31
| | | | |
* | | | | allow also to skip the last patch if target is reached in acquire-item.cc,David Kalnischkies2009-11-252-3/+16
| | | | | | | | | | | | | | | | | | | | thanks Bernhard R. Link! (Closes: #545699)
* | | | | use long instead of short for {Ver,Desc}File size in pkgcache.hDavid Kalnischkies2009-11-251-2/+2
| | | | | | | | | | | | | | | | | | | | patch from Víctor Manuel Jáquez Leal, thanks! (Closes: #538917)
* | | | | merge my rred-rewrite branch & add it's changes to the changelogDavid Kalnischkies2009-11-252-45/+92
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | extent the mmap to be able to handle currently not implementedDavid Kalnischkies2009-11-092-45/+92
| | | | | | | | | | | | | | | | | | | | (but planed) growable mmaps
* | | | | refactor the buildsystem to extract library versions from one file,David Kalnischkies2009-10-282-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so it is not needed to change x-files to just increase a version number (because this is far to easy to forget one of the files, which will not result in failures or is bad in general, but is inconsitent.)
* | | | | Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249)David Kalnischkies2009-10-242-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Backported from lp:~mvo/apt/debian-experimental Based on patch by Eugene V. Lyubimkin
* | | | | Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2David Kalnischkies2009-10-241-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Backported from lp:~mvo/apt/debian-experimental Patch by Eugene V. Lyubimkin
* | | | | add more description to the manpage for the Immediate-Configuration andDavid Kalnischkies2009-10-191-5/+6
| |_|_|/ |/| | | | | | | | | | | change another message to be also translatable.
* | | | improve the documentation and errormessages regarding a failingDavid Kalnischkies2009-10-011-2/+4
| | | | | | | | | | | | | | | | | | | | immediate configuration as the old message was quite a bit scare and uninformative.
* | | | backout revno 1875 - as this aggressive immediate propergation is something ↵David Kalnischkies2009-10-011-4/+0
| |/ / |/| | | | | | | | we want sometimes
* | | * apt-pkg/packagemanager.cc:Michael Vogt2009-09-292-4/+8
|/ / | | | | | | - fix overly aggressive immediate config propergation (thanks to David Kalnischkies)
* | merged from davidMichael Vogt2009-09-241-2/+17
|\ \
| * | Ignore TriggerPendings between multiple --configure callsDavid Kalnischkies2009-09-241-2/+17
| | |
* | | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2009-09-241-24/+27
|\ \ \ | |/ / |/| / | |/ | | | | - when tcgetattr() returns non-zero skip all pty magic (thanks to Simon Richter, closes: #509866) * apt-inst/contrib/arfile.cc: - show propper error message for Invalid archive members
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2009-09-241-24/+27
| | | | | | | | - when tcgetattr() returns non-zero skip all pty magic (thanks to Simon Richter, closes: #509866)
* | cleanup commit for trigger processing:David Kalnischkies2009-09-182-13/+6
| | | | | | | | | | | | | | | | - 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-154-44/+97
| | | | | | | | | | 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-132-7/+34
| | | | | | | | | | | | | | | | | | | | | | 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.
* | apt-pkg/deb/dpkgpm.cc: make some variables constant and add foldmarkersDavid Kalnischkies2009-09-111-36/+38
| |
* | Rework the CompressionTypes system by adding an Order subgroup toDavid Kalnischkies2009-09-081-22/+34
| | | | | | | | | | simplify customisation of the order and improve the documentation about this setting group.