Age | Commit message (Expand) | Author | Files | Lines |
2009-12-14 | merged patches from david (many thanks) | Michael Vogt | 4 | -231/+509 |
2009-12-11 | fix the backport of the https methods as they would require an ABI break | David Kalnischkies | 1 | -3/+3 |
2009-12-11 | add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien Jarno | David Kalnischkies | 1 | -0/+1 |
2009-12-11 | add https options which default to the ones from http for the https | David Kalnischkies | 1 | -55/+45 |
2009-12-11 | add config setting for User-Agent in http and https to the Acquire group, | David Kalnischkies | 2 | -2/+6 |
2009-12-11 | Backport rred patches from my own sid branch to the 0.7.25 branch | David Kalnischkies | 1 | -184/+464 |
2009-12-10 | merged -r1887..1901 from lp:~donkult/apt/sid | Michael Vogt | 2 | -5/+4 |
2009-12-10 | merged -r1875..1886 from lp:~donkult/apt/sid | Michael Vogt | 1 | -1/+0 |
2009-12-10 | * merge lp:~mvo/apt/netrc branch, this adds support for a | Michael Vogt | 3 | -4/+13 |
2009-12-07 | merge lp:~mvo/apt/netrc branch, this adds support for a | Michael Vogt | 3 | -4/+13 |
2009-12-04 | * apt-pkg/contrib/netrc.cc: | Michael Vogt | 1 | -1/+1 |
2009-12-02 | * apt-pkg/packagemanager.cc: | Michael Vogt | 2 | -1/+5 |
2009-11-17 | methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIME | Michael Vogt | 2 | -2/+3 |
2009-11-17 | * methods/https.cc: | Michael Vogt | 1 | -1/+4 |
2009-10-28 | refactor the buildsystem to extract library versions from one file, | David Kalnischkies | 1 | -3/+2 |
2009-10-24 | Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249) | David Kalnischkies | 1 | -1/+1 |
2009-10-20 | * methods/connect.cc: | David Kalnischkies | 1 | -2/+2 |
2009-10-16 | add ftp support, basic debugging | Michael Vogt | 1 | -0/+1 |
2009-10-16 | add maybe_add_auth for ftp as well | Michael Vogt | 3 | -3/+5 |
2009-10-16 | port netrc support from maemon | Michael Vogt | 2 | -2/+8 |
2009-10-12 | methods/https.cc: Add support for authentication using netrc (Closes: #518473), | Julian Andres Klode | 1 | -0/+1 |
2009-09-26 | Fix some typos from #479997 | bubulle@debian.org | 1 | -1/+1 |
2009-09-08 | add text at the top without failing in rred (Closes: #545694) | David Kalnischkies | 1 | -1/+1 |
2009-08-27 | merged from lp:~donkult/apt/sid | Michael Vogt | 1 | -2/+2 |
2009-08-19 | merged from the jackyf-devel branch | Michael Vogt | 3 | -39/+56 |
2009-08-18 | Allow empty Reason-Phase in the Status-Lines, which is allowed by rtf | David Kalnischkies | 1 | -2/+2 |
2009-07-23 | [ABI] merged the libudev-dlopen branch, this allows to pass | Michael Vogt | 2 | -26/+105 |
2009-07-23 | methods/cdrom.cc: add AutoDetectAndMount method | Michael Vogt | 1 | -44/+61 |
2009-07-22 | methods/cdrom.cc: move the scan into the loop that waits for a CD | Michael Vogt | 1 | -28/+39 |
2009-07-22 | * methods/cdrom.cc: | Michael Vogt | 1 | -17/+65 |
2009-07-21 | * apt-pkg/acquire.cc: | Michael Vogt | 2 | -2/+4 |
2009-07-09 | move libudev based code into libapt cdrom.cc class | Michael Vogt | 1 | -54/+0 |
2009-07-08 | prototype for libudev dlopen() type of cdrom detection | Michael Vogt | 2 | -5/+62 |
2009-07-02 | * apt-pkg/acquire-worker.cc: | Michael Vogt | 1 | -1/+3 |
2009-06-09 | [ABI break] support '#' in apt.conf and /etc/apt/preferences | Michael Vogt | 1 | -1/+1 |
2009-04-09 | * apt-pkg/contrib/strutl.cc: | Michael Vogt | 4 | -3/+86 |
2009-04-08 | * methods/gpgv.cc: | Michael Vogt | 1 | -6/+34 |
2009-04-08 | * methods/gpgv.cc: | Michael Vogt | 1 | -6/+34 |
2009-02-03 | * methods/https.cc: | Michael Vogt | 1 | -0/+5 |
2009-02-03 | methods/https.cc: do not unlink partial files (thanks to robbiew) | Michael Vogt | 1 | -1/+0 |
2009-01-30 | [ABI break] merge support for http redirects, thanks to | Michael Vogt | 3 | -2/+81 |
2008-12-15 | Make apt proxy options have the highest priority, unified proxy determining c... | Eugene V. Lyubimkin | 3 | -39/+56 |
2008-12-09 | * methods/gpgv.cc: | Michael Vogt | 1 | -1/+1 |
2008-10-28 | * apt-ftparchive might write corrupt Release files (LP: #46439) | Michael Vogt | 1 | -10/+10 |
2008-10-28 | fix various -Wall warnings | Michael Vogt | 2 | -2/+3 |
2008-10-11 | * Compilation fixes and portability improvement for compiling APT against non... | Luca Bruno | 1 | -10/+10 |
2008-08-05 | fix various -Wall warnings | Michael Vogt | 2 | -2/+3 |
2008-07-25 | * merge patch that enforces stricter https server certificate | Michael Vogt | 1 | -12/+47 |
2008-07-25 | * merge patch that enforces stricter https server certificate | Michael Vogt | 1 | -12/+47 |
2008-05-02 | Add timeout support for https. | Otavio Salvador | 1 | -1/+5 |