Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-10 | merge with lp:~mvo/apt/debian-sid : move all my ABI break changes | David Kalnischkies | |
to the "new" 0.7.26 version | |||
2009-12-10 | merged from the mvo branch (and contains all non-abi break changes from donkult) | Michael Vogt | |
2009-12-10 | merged -r 1923..1926 from lp:~donkult/apt/sid | Michael Vogt | |
2009-12-10 | merged -r 1920..1922 from lp:~donkult/apt/sid | Michael Vogt | |
2009-12-10 | merged -r 1918..1919 from lp:~donkult/apt/sid | Michael Vogt | |
2009-12-10 | merged -r 1914..1915 from lp:~donkult/apt/sid | Michael Vogt | |
2009-12-10 | merged -r1901..1911 from lp:~donkult/apt/sid | Michael Vogt | |
2009-12-10 | merged -r1887..1901 from lp:~donkult/apt/sid | Michael Vogt | |
2009-12-10 | * cmdline/apt-get.cc: | Michael Vogt | |
- 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-10 | merged -r1875..1886 from lp:~donkult/apt/sid | Michael Vogt | |
2009-12-10 | merge debian sid branch | Michael Vogt | |
2009-12-10 | * merge lp:~mvo/apt/netrc branch, this adds support for a | Michael Vogt | |
/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 a | Michael Vogt | |
/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 Vogt | |
- add "purge" to list of known actions | |||
2009-12-07 | merge lp:~mvo/apt/netrc branch, this adds support for a | Michael Vogt | |
/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-07 | if "/" is found in the machine, do a uri.startswith(host) substring match to ↵ | Michael Vogt | |
support multiple user/passwds on the same host | |||
2009-12-04 | * apt-pkg/contrib/netrc.cc: | Michael Vogt | |
- check for hostname and then host+path - better debug output * methods/https.cc: - fix bug in netrc integration | |||
2009-12-03 | Slovak translation update | bubulle@debian.org | |
2009-12-02 | merge from the debian-sid branch | Michael Vogt | |
2009-12-02 | * apt-pkg/packagemanager.cc: | Michael Vogt | |
- 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-01 | drop quote elements | bubulle@debian.org | |
2009-12-01 | Simplified CHinese translation update | bubulle@debian.org | |
2009-12-01 | doc/po: Rerun po4a to update the template and translations. | Julian Andres Klode | |
2009-12-01 | doc/po/de.po: Fix missing > in </option>. | Julian Andres Klode | |
2009-12-01 | doc/po/de.po: Fix the umlauts. | Julian Andres Klode | |
2009-12-01 | * debian/apt.conf.autoremove: | Julian Andres Klode | |
- Add kfreebsd-image-* to the list (Closes: #558803) | |||
2009-12-01 | fix a few typos in strings, comments and manpage of apt-ftparchive | David Kalnischkies | |
thanks Karl Goetz! (Closes: #558757) | |||
2009-11-29 | Ignore :qualifiers after package name in build dependencies | David Kalnischkies | |
for now as long we don't understand them (Closes: #558103) | |||
2009-11-28 | convert getlanguages_test to our new equals() | David Kalnischkies | |
2009-11-28 | add our own equals method as assert doesn't really show the offending | David Kalnischkies | |
values which causes the failure. | |||
2009-11-28 | check cache size even if we do nothing else otherwise in apt.cron.daily, | David Kalnischkies | |
thanks Francesco Poli for patch(s) and patience! (Closes: #459344) | |||
2009-11-28 | tell every method in ftparchive/ that const& is sexy | David Kalnischkies | |
2009-11-28 | add APT::FTPArchive::AlwaysStat to disable the too aggressive | David Kalnischkies | |
caching if versions are build multiply times (not recommend) Patch by Christoph Goehre, thanks! (Closes: #463260) | |||
2009-11-28 | add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien Jarno | David Kalnischkies | |
in his response to Bernhard R. Link's patch, thanks! (Closes: #505020) | |||
2009-11-27 | use "diff" filetype for .debian.tar.* files (Closes: #554898) in | David Kalnischkies | |
apt-pkg/deb/debsrcrecords.cc as source format v3 uses this name scheme for their "diff" files. | |||
2009-11-27 | add --debian-only as alias for --diff-only for all source v3 lovers | David Kalnischkies | |
2009-11-27 | merge with lp:~mvo/apt/debian-sid and update all pot's and po's | David Kalnischkies | |
2009-11-26 | add a few closes tags to Acquire::Translation changelog | David Kalnischkies | |
2009-11-26 | Add APT::FTPArchive::LongDescription to disable the inclusion of the | David Kalnischkies | |
LongDescriptions in the generated Packages file. | |||
2009-11-26 | Add a very simple test runner | David Kalnischkies | |
2009-11-26 | [BREAK] add possibility to download and use multiply | David Kalnischkies | |
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. | |||
2009-11-25 | print an error and exit if python-apt is not installed for apt-mark, | David Kalnischkies | |
thanks Carl Chenet! (Closes: #521284) | |||
2009-11-25 | add https options which default to the ones from http for the https | David Kalnischkies | |
method as this is more sane than using only the http options without a possibility to override these for https. | |||
2009-11-25 | another round of method hardening with const& in Configuration | David Kalnischkies | |
2009-11-25 | add config setting for User-Agent in http and https to the Acquire group, | David Kalnischkies | |
thanks Timothy J. Miller! (Closes: #355782) | |||
2009-11-25 | print an error if a new state file can't be created in apt-mark, | David Kalnischkies | |
thanks Carl Chenet! (Closes: #521289) | |||
2009-11-25 | allow also to skip the last patch if target is reached in acquire-item.cc, | David Kalnischkies | |
thanks Bernhard R. Link! (Closes: #545699) | |||
2009-11-25 | use long instead of short for {Ver,Desc}File size in pkgcache.h | David Kalnischkies | |
patch from Víctor Manuel Jáquez Leal, thanks! (Closes: #538917) | |||
2009-11-25 | merge my rred-rewrite branch & add it's changes to the changelog | David Kalnischkies | |
2009-11-25 | cleanup code a bit more and expand error messages | David Kalnischkies | |