| Commit message (Expand) | Author | Age | Files | Lines |
* | Russian translation update | bubulle@debian.org | 2010-01-09 | 1 | -0/+2 |
* | * po/ru.po: | Michael Vogt | 2010-01-08 | 1 | -0/+2 |
* | * cmdline/apt-get.cc: | Michael Vogt | 2010-01-08 | 1 | -1/+5 |
* | * French manpage translation update | Michael Vogt | 2010-01-08 | 5 | -11/+43 |
* | releasing version 0.7.25 | Michael Vogt | 2009-12-15 | 1 | -2/+2 |
* | merge segfault fix from Mario Sanchez Prada, many thanks | Michael Vogt | 2009-12-14 | 1 | -0/+2 |
* | fix to other oddities observed by Chris Leick while translating | David Kalnischkies | 2009-12-12 | 1 | -0/+3 |
* | remove informalexample tag which hides the programlisting in the | David Kalnischkies | 2009-12-12 | 1 | -0/+2 |
* | refactor the current changelog a bit | David Kalnischkies | 2009-12-12 | 1 | -9/+9 |
* | revert this commit as fast as possible (aka next ABI break) | David Kalnischkies | 2009-12-12 | 1 | -7/+7 |
* | fix a few typos in strings, comments and manpage of apt-ftparchive | David Kalnischkies | 2009-12-11 | 1 | -0/+3 |
* | check cache size even if we do nothing else otherwise in apt.cron.daily, | David Kalnischkies | 2009-12-11 | 2 | -1/+8 |
* | add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien Jarno | David Kalnischkies | 2009-12-11 | 1 | -0/+2 |
* | add https options which default to the ones from http for the https | David Kalnischkies | 2009-12-11 | 1 | -0/+2 |
* | add config setting for User-Agent in http and https to the Acquire group, | David Kalnischkies | 2009-12-11 | 1 | -0/+3 |
* | Backport rred patches from my own sid branch to the 0.7.25 branch | David Kalnischkies | 2009-12-11 | 1 | -0/+4 |
* | * apt-pkg/init.h: | Michael Vogt | 2009-12-10 | 1 | -0/+2 |
* | merged from the mvo branch (and contains all non-abi break changes from donkult) | Michael Vogt | 2009-12-10 | 4 | -25/+69 |
|\ |
|
| * | merged -r 1923..1926 from lp:~donkult/apt/sid | Michael Vogt | 2009-12-10 | 1 | -0/+3 |
| * | merged -r 1920..1922 from lp:~donkult/apt/sid | Michael Vogt | 2009-12-10 | 1 | -0/+2 |
| * | merged -r 1918..1919 from lp:~donkult/apt/sid | Michael Vogt | 2009-12-10 | 1 | -0/+2 |
| * | merged -r 1914..1915 from lp:~donkult/apt/sid | Michael Vogt | 2009-12-10 | 1 | -0/+3 |
| * | merged -r1901..1911 from lp:~donkult/apt/sid | Michael Vogt | 2009-12-10 | 3 | -4/+13 |
| |\ |
|
| | * | fix a typo in debian/NEWS entry for 0.7.24: Allready -> Already (Closes: #557... | David Kalnischkies | 2009-11-24 | 2 | -1/+3 |
| | * | bump policy to 3.8.3 as we have no outdated manpages anymore | David Kalnischkies | 2009-11-02 | 2 | -2/+2 |
| | * | remove traces of old manpage-buildsystems | David Kalnischkies | 2009-11-02 | 2 | -1/+8 |
| * | | merged -r1887..1901 from lp:~donkult/apt/sid | Michael Vogt | 2009-12-10 | 3 | -14/+27 |
| |\| |
|
| | * | merge the german translations from lp:~mvo/apt/debian-sid | David Kalnischkies | 2009-10-29 | 1 | -0/+4 |
| | |\ |
|
| | * | | correct various errors, typos and oddities in the manpages | David Kalnischkies | 2009-10-29 | 1 | -0/+6 |
| | * | | remove (outdated) config.{sub,guess} and use the ones provided | David Kalnischkies | 2009-10-28 | 2 | -1/+4 |
| | * | | remove unneeded control field duplications as lintian suggests it | David Kalnischkies | 2009-10-28 | 1 | -4/+0 |
| | * | | refactor the buildsystem to extract library versions from one file, | David Kalnischkies | 2009-10-28 | 1 | -2/+1 |
| | * | | Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249) | David Kalnischkies | 2009-10-24 | 2 | -7/+9 |
| | * | | Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2 | David Kalnischkies | 2009-10-24 | 1 | -0/+4 |
| | * | | * methods/connect.cc: | David Kalnischkies | 2009-10-20 | 1 | -0/+2 |
| | * | | only warn if (free) space can't be determined as it overflows the struct | David Kalnischkies | 2009-10-20 | 1 | -0/+1 |
| * | | | * cmdline/apt-get.cc: | Michael Vogt | 2009-12-10 | 1 | -0/+4 |
| |\| | |
|
| | * | | rewrite FindSrc() in cmdline/apt-get.cc to fix some bugs, including: | David Kalnischkies | 2009-10-19 | 1 | -0/+4 |
| * | | | merged -r1875..1886 from lp:~donkult/apt/sid | Michael Vogt | 2009-12-10 | 1 | -7/+15 |
|/| | |
| |/ / |
|
| * | | correct apt-mark showauto synopsis, thanks Andrew Schulman (Closes: #551440) | David Kalnischkies | 2009-10-18 | 1 | -0/+2 |
| * | | merge Julians changes from lp:~mvo/apt/debian-sid | David Kalnischkies | 2009-10-14 | 1 | -0/+11 |
| |\ \ |
|
| * | | | add a note about the possibility to support more URI types by installing | David Kalnischkies | 2009-10-13 | 1 | -0/+2 |
| * | | | improve the documentation and errormessages regarding a failing | David Kalnischkies | 2009-10-01 | 1 | -0/+3 |
| * | | | add a log of the changes made to debian/changelog | David Kalnischkies | 2009-10-01 | 1 | -4/+5 |
* | | | | * merge lp:~mvo/apt/netrc branch, this adds support for a | Michael Vogt | 2009-12-10 | 1 | -0/+6 |
|\ \ \ \ |
|
| * \ \ \ | * merge lp:~mvo/apt/netrc branch, this adds support for a | Michael Vogt | 2009-12-10 | 1 | -0/+6 |
| |\ \ \ \ |
|
| | * | | | | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2009-12-09 | 1 | -0/+2 |
| | * | | | | merge lp:~mvo/apt/netrc branch, this adds support for a | Michael Vogt | 2009-12-07 | 1 | -0/+4 |
| | |\ \ \ \ |
|
* | | | | | | | Slovak translation update | bubulle@debian.org | 2009-12-03 | 1 | -0/+2 |
|/ / / / / / |
|
* | | | | | | * apt-pkg/packagemanager.cc: | Michael Vogt | 2009-12-02 | 1 | -0/+15 |
|\| | | | | |
|