Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LP: #263089 | Michael Vogt | 2009-01-28 | 1 | -1/+1 |
* | merged from debian-sid | Michael Vogt | 2008-11-24 | 1 | -10/+10 |
|\ | |||||
| * | fix various -Wall warnings | Michael Vogt | 2008-10-28 | 2 | -2/+3 |
| * | * Compilation fixes and portability improvement for compiling APT against non... | Luca Bruno | 2008-10-11 | 1 | -10/+10 |
| * | * merge patch that enforces stricter https server certificate | Michael Vogt | 2008-07-25 | 1 | -12/+47 |
* | | * fix various -Wall warnings | Michael Vogt | 2008-08-06 | 2 | -2/+3 |
|\ \ | |||||
| * | | fix various -Wall warnings | Michael Vogt | 2008-08-05 | 2 | -2/+3 |
* | | | * merge patch that enforces stricter https server certificate | Michael Vogt | 2008-08-06 | 1 | -12/+47 |
|\| | | |||||
| * | | * merge patch that enforces stricter https server certificate | Michael Vogt | 2008-07-25 | 1 | -12/+47 |
| |/ | |||||
* | | merged from debian | Michael Vogt | 2008-05-05 | 2 | -2/+6 |
|\| | |||||
| * | Add timeout support for https. | Otavio Salvador | 2008-05-02 | 1 | -1/+5 |
| * | typo fixes | Michael Vogt | 2008-03-11 | 1 | -2/+2 |
| * | * Fix typos in manpages. Thanks to Daniel Leidert for the fixes | Michael Vogt | 2008-02-21 | 1 | -1/+1 |
| |\ | |||||
| | * | * Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error | Otavio Salvador | 2008-01-17 | 1 | -1/+1 |
* | | | * typo fixes (LP: #107960) | Michael Vogt | 2008-03-11 | 1 | -2/+2 |
* | | | * methods/connect.cc: | Michael Vogt | 2008-02-08 | 1 | -0/+16 |
|\| | | |||||
| * | | * methods/connect.cc: | Michael Vogt | 2008-02-08 | 1 | -0/+16 |
| |/ | |||||
| * | * apt-pkg/acquire-worker.cc, methods/connect.cc: | Michael Vogt | 2008-01-07 | 1 | -0/+1 |
* | | methods/makefile: remove duplicated entry for https | Michael Vogt | 2008-01-03 | 1 | -7/+0 |
* | | merge from apt--mvo | Michael Vogt | 2008-01-03 | 1 | -0/+1 |
|\| | |||||
| * | * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and | Otavio Salvador | 2007-12-16 | 1 | -0/+1 |
* | | update ABI, the homepage change broke it | Michael Vogt | 2007-12-07 | 1 | -1/+1 |
* | | we do not break the abi | Michael Vogt | 2007-12-06 | 1 | -1/+1 |
* | | * methods/gpgv.cc: | Michael Vogt | 2007-12-06 | 1 | -17/+0 |
|\| | |||||
| * | * methods/gpgv.cc: | Michael Vogt | 2007-12-06 | 1 | -17/+0 |
* | | merge with the debian tree | Michael Vogt | 2007-11-28 | 4 | -8/+9 |
|\| | |||||
| * | Changed ABI | Otavio Salvador | 2007-10-25 | 1 | -1/+1 |
| * | methods/https.cc: | Michael Vogt | 2007-10-05 | 1 | -13/+13 |
| * | - methods/ftp.cc: likewise; | Otavio Salvador | 2007-10-02 | 1 | -1/+1 |
| * | - methods/gpgv.cc: conversion from string constant to 'char*'; | Otavio Salvador | 2007-10-02 | 1 | -3/+3 |
| * | * Reset curl options and timestamp between downloaded files. Thanks to | Otavio Salvador | 2007-08-10 | 1 | -0/+13 |
| * | * Add hash support to copy method. Thanks Anders Kaseorg by the patch | Otavio Salvador | 2007-08-06 | 1 | -0/+5 |
* | | * methods/mirror.{cc,h}: | Michael Vogt | 2007-11-28 | 2 | -62/+97 |
|\ \ | |||||
| * | | methods/mirror.{cc,h}: | Michael Vogt | 2007-11-28 | 2 | -62/+97 |
* | | | * methods/https.cc: | Michael Vogt | 2007-10-05 | 1 | -13/+13 |
* | | | * Reset curl options and timestamp between downloaded files. Thanks to | Michael Vogt | 2007-10-03 | 1 | -0/+13 |
* | | | * methods/copy.cc: | Michael Vogt | 2007-08-08 | 1 | -1/+7 |
|\ \ \ | |||||
| * | | | * apt-pkg/acquire-worker.cc: | Michael Vogt | 2007-08-08 | 1 | -1/+7 |
| * | | | * apt-pkg/acquire-item.{cc,h}: | Michael Vogt | 2007-07-30 | 1 | -1/+1 |
* | | | | * apt-inst/contrib/extracttar.cc: | Michael Vogt | 2007-08-03 | 2 | -12/+29 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | * apt-pkg/deb/dpkgpm.{cc,h}: | Michael Vogt | 2007-08-03 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | * apt-pkg/acquire-item.cc: | Michael Vogt | 2007-08-03 | 1 | -8/+20 |
| |\ \ \ \ | |||||
| | * | | | | * methods/https.cc: | Michael Vogt | 2007-08-02 | 1 | -8/+20 |
| * | | | | | * methods/makefile: | Michael Vogt | 2007-07-30 | 1 | -3/+8 |
| | |_|/ / | |/| | | | |||||
* | | | | | * Simplified HttpMethod::Fetch on http.cc removing Tail variable; | Michael Vogt | 2007-07-14 | 1 | -6/+18 |
|\| | | | | |||||
| * | | | | * Simplified HttpMethod::Fetch on http.cc removing Tail variable; | Michael Vogt | 2007-07-14 | 1 | -6/+18 |
| |\ \ \ \ | |||||
| | * | | | | * Fix pipeline handling on http.cc (closes: #413324) | Otavio Salvador | 2007-07-10 | 1 | -1/+18 |
| | * | | | | Simplified HttpMethod::Fetch on http.cc removing Tail variable; | Otavio Salvador | 2007-07-10 | 1 | -4/+0 |
| |/ / / / | |||||
* | | | | | * cmdline/apt-get.cc: | Michael Vogt | 2007-07-12 | 4 | -8/+7 |
|\| | | | | |||||
| * | | | | Minor typos. | Otavio Salvador | 2007-07-10 | 4 | -4/+4 |