summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-12-14merged patches from david (many thanks)Michael Vogt20-285/+619
2009-12-12fix to other oddities observed by Chris Leick while translatingDavid Kalnischkies2-3/+6
in doc/apt-get.8.xml, namely: - change equivalent "for" to "to the" (purge command) - clarify --fix-broken sentence about specifying packages
2009-12-12decrease the libapt-inst major version again to 1.1 as the increaseDavid Kalnischkies1-1/+1
was a backport error and is not needed (and destroys our non-abi-break hack)
2009-12-12remove informalexample tag which hides the programlisting in theDavid Kalnischkies2-2/+4
tree section of the apt-ftparchive manpage, thanks Chris Leick for noticing it!
2009-12-12refactor the current changelog a bitDavid Kalnischkies1-9/+9
2009-12-12French translation updatebubulle@debian.org1-58/+51
2009-12-12revert this commit as fast as possible (aka next ABI break)David Kalnischkies4-15/+22
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...
2009-12-11fix the backport of the https methods as they would require an ABI breakDavid Kalnischkies1-3/+3
otherwise in the Configuration class.
2009-12-11fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies7-9/+12
thanks Karl Goetz! (Closes: #558757)
2009-12-11check cache size even if we do nothing else otherwise in apt.cron.daily,David Kalnischkies2-1/+8
thanks Francesco Poli for patch(s) and patience! (Closes: #459344)
2009-12-11add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien JarnoDavid Kalnischkies2-0/+3
in his response to Bernhard R. Link's patch, thanks! (Closes: #505020)
2009-12-11add https options which default to the ones from http for the httpsDavid Kalnischkies4-67/+76
method as this is more sane than using only the http options without a possibility to override these for https.
2009-12-11add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies5-3/+18
thanks Timothy J. Miller! (Closes: #355782)
2009-12-11Backport rred patches from my own sid branch to the 0.7.25 branchDavid Kalnischkies2-184/+468
* rewrite and refactor rred method to be able to handle even big (>30 MB) patches (Closes: #554349) and hardening the method itself by using more constants and a return value which can't be misinterpreted as linenumber * Finally adope the patch from Morten Hustveit <morten@debian.org> to be able to optional use mmaps and iovec to increase patch speed - but as this increase memory usage we can always fall back to the "old" method which doesn't depend on mmaps.
2009-12-10* apt-pkg/init.h:Michael Vogt2-1/+5
- add compatibilty with old ABI name until the next ABI break
2009-12-10* apt-pkg/init.h:Michael Vogt2-1/+5
- add compatibilty with old ABI name until the next ABI break
2009-12-10merged -r 1898..1899 from lp:~donkult/apt/sidMichael Vogt9-1145/+1952
2009-12-10merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt122-14532/+48881
2009-12-10merged -r 1923..1926 from lp:~donkult/apt/sidMichael Vogt51-6147/+8300
2009-12-10merged -r 1920..1922 from lp:~donkult/apt/sidMichael Vogt5-4/+43
2009-12-10merged -r 1918..1919 from lp:~donkult/apt/sidMichael Vogt2-3/+6
2009-12-10merged -r 1914..1915 from lp:~donkult/apt/sidMichael Vogt2-2/+9
2009-12-10merged -r1901..1911 from lp:~donkult/apt/sidMichael Vogt39-4743/+35098
2009-12-10merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt32-3725/+708
2009-12-10* cmdline/apt-get.cc:Michael Vogt3-154/+175
- source should displays his final pkg pick (Closes: #249383, #550952) - source doesn't need the complete version for match (Closes: #245250) - source ignores versions/releases if not available (Closes: #377424)
2009-12-10merged -r1875..1886 from lp:~donkult/apt/sidMichael Vogt14-37/+97
2009-12-10merge debian sid branchMichael Vogt2-26/+30
2009-12-10* merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt10-7/+266
/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
2009-12-10* merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt10-7/+266
/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
2009-12-09* apt-pkg/deb/dpkgpm.cc:Michael Vogt2-0/+3
- add "purge" to list of known actions
2009-12-07merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt10-78/+356
/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.
2009-12-07if "/" is found in the machine, do a uri.startswith(host) substring match to ↵Michael Vogt1-4/+8
support multiple user/passwds on the same host
2009-12-04* apt-pkg/contrib/netrc.cc:Michael Vogt2-8/+28
- check for hostname and then host+path - better debug output * methods/https.cc: - fix bug in netrc integration
2009-12-03Slovak translation updatebubulle@debian.org2-26/+30
2009-12-02merge from the debian-sid branchMichael Vogt151-25975/+51814
2009-12-02* apt-pkg/packagemanager.cc:Michael Vogt7-12/+45
- 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)
2009-12-01drop quote elementsbubulle@debian.org1-1/+1
2009-12-01Simplified CHinese translation updatebubulle@debian.org2-232/+235
2009-12-01doc/po: Rerun po4a to update the template and translations.Julian Andres Klode4-3450/+2964
2009-12-01doc/po/de.po: Fix missing > in </option>.Julian Andres Klode1-1/+1
2009-12-01doc/po/de.po: Fix the umlauts.Julian Andres Klode1-2411/+2596
2009-12-01* debian/apt.conf.autoremove:Julian Andres Klode2-0/+3
- Add kfreebsd-image-* to the list (Closes: #558803)
2009-11-24* ftparchive/apt-ftparchive.cc:Julian Andres Klode2-0/+3
- Call setlocale() so translations are actually used.
2009-11-24fix a typo in debian/NEWS entry for 0.7.24: Allready -> Already (Closes: ↵David Kalnischkies2-1/+3
#557674)
2009-11-17methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIMEMichael Vogt2-2/+3
2009-11-17* methods/https.cc:Michael Vogt2-1/+7
- fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972 thanks to Brian Thomason for the patch
2009-11-12Italian translation updatebubulle@debian.org1-21/+11
2009-11-11Italian translation updatebubulle@debian.org2-26/+40
2009-11-02bump policy to 3.8.3 as we have no outdated manpages anymoreDavid Kalnischkies2-2/+2
2009-11-02don't try to detect glibc and libstdc++ version as we don't need this ↵David Kalnischkies3-54/+0
information any longer