Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | * apt-pkg/cdrom.cc, methods/cdrom.cc: | Michael Vogt | 2007-03-07 | 1 | -2/+3 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | * apt-pkg/deb/debrecords.cc: | Michael Vogt | 2006-12-19 | 1 | -1/+2 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | * methods/gzip.cc: | Michael Vogt | 2006-09-30 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | * methods/gzip.cc: | Michael Vogt | 2006-09-30 | 1 | -0/+7 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | * methods/gzip.cc: | Michael Vogt | 2006-09-12 | 1 | -0/+1 | |
* | | | | | | | | * methods/http.cc: | Michael Vogt | 2006-08-16 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | * methods/gpgv.cc: | Michael Vogt | 2006-07-25 | 1 | -1/+7 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | * methods/ftp.cc: remove a tried-to-downloaded file if the file is missing on... | Michael Vogt | 2006-05-08 | 1 | -2/+5 | |
* | | | | | | * methods/gpgv.cc: typo | Michael Vogt | 2006-05-01 | 1 | -1/+1 | |
* | | | | | | * string i18n handling fixes (debian bug #349298) | Michael Vogt | 2006-04-30 | 1 | -12/+18 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | * only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a networ... | Michael Vogt | 2006-02-20 | 1 | -0/+2 | |
| |_|/ / |/| | | | ||||||
* | | | | * fix http data corruption (#280844) | Michael Vogt | 2006-01-10 | 1 | -9/+4 | |
|\| | | | ||||||
| * | | | * added http data corruption fix patch (#280844) | Michael Vogt | 2005-10-23 | 1 | -9/+4 | |
| * | | | * merged pdiff support | Michael Vogt | 2005-10-17 | 3 | -2/+272 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | * removed the URL-Reamp hack (we have pdiff support in the main archive now),... | Michael Vogt | 2005-10-17 | 2 | -42/+1 | |
| | * | | * merged with michael.vogt@ubuntu.com--2005/apt--mvo--0 to be in sync with de... | Michael Vogt | 2005-09-06 | 3 | -2/+20 | |
| | |\ \ | ||||||
| | * | | | * debug support (Debug::pkgAcquire::RRed) for rred method added | Michael Vogt | 2005-08-29 | 1 | -0/+16 | |
| | * | | | * method/rred.cc cleanup (thanks to robertle) | Michael Vogt | 2005-08-23 | 1 | -143/+149 | |
| | * | | | * bugfix/updates in the rred.cc code (big thanks for helping Robert!) | Michael Vogt | 2005-08-22 | 1 | -9/+35 | |
| | * | | | * rred.cc: use the d'tor of FileFd to close the file-fd; acquuire-item.cc: ma... | Michael Vogt | 2005-08-22 | 1 | -9/+2 | |
| | * | | | * merged with mainline | Michael Vogt | 2005-08-19 | 2 | -14/+18 | |
| | * | | | * use the new cool rred method for the patchting | Michael Vogt | 2005-08-19 | 2 | -2/+2 | |
| | * | | | * added methods/rred.cc (thanks to robertle) | Michael Vogt | 2005-07-28 | 2 | -0/+228 | |
| | * | | | * merged with apt--main and apt--fixes | Michael Vogt | 2005-06-08 | 2 | -4/+8 | |
| | * | | | * merged the apt--main with the 2004 bwlimit tree | Michael Vogt | 2005-03-31 | 2 | -2/+44 | |
* | | | | | * support multiple signatures | Michael Vogt | 2006-01-06 | 1 | -1/+5 | |
| |_|_|/ |/| | | | ||||||
* | | | | * build-depend on libdb4.3 now, fix for kFreeBSD (#317718) | Michael Vogt | 2005-11-28 | 1 | -2/+8 | |
* | | | | * merged http download limit for apt (#146877) | Michael Vogt | 2005-11-22 | 2 | -2/+44 | |
* | | | | * ABI change: merged more flexible pkgAcquireFile code | Michael Vogt | 2005-11-22 | 1 | -1/+1 | |
|/ / / | ||||||
* | / | * merged from apt--cdrom-fallback--0 | Michael Vogt | 2005-09-13 | 1 | -2/+1 | |
| |/ |/| | ||||||
* | | * merged with apt--fixes--0 | Michael Vogt | 2005-08-23 | 2 | -1/+14 | |
* | | * improve the timeout handling (again) | Michael Vogt | 2005-08-22 | 1 | -0/+3 | |
* | | * merged the apt--sane-handle-timeout--0 branch | Michael Vogt | 2005-08-09 | 1 | -1/+3 | |
|\ \ | ||||||
| * | | * merged with main | Michael Vogt | 2005-08-08 | 1 | -13/+17 | |
| * | | * report timeouts (from Connect) and fail if they happen in pkgAcqMetaSig | Michael Vogt | 2005-06-07 | 1 | -1/+3 | |
| * | | Merge michael.vogt@ubuntu.com--2005/apt--fixes--0 | Matt Zimmerman | 2005-05-24 | 2 | -4/+8 | |
| |/ | ||||||
* | | * merged from main | Michael Vogt | 2005-08-09 | 1 | -1/+1 | |
* | | * merged with matts tree | Michael Vogt | 2005-08-01 | 1 | -13/+17 | |
* | | * merged with my apt--fixes--0 branch | Michael Vogt | 2005-05-23 | 1 | -1/+1 | |
* | | * fix the cache-control header generation | Michael Vogt | 2005-05-19 | 1 | -3/+7 | |
|/ | ||||||
* | Complete unfuzzification of PO files after the capitalization fixes | Christian Perrier | 2005-03-09 | 1 | -1/+1 | |
* | Bring consistency to the use of capitals in programs messages | Christian Perrier | 2005-03-06 | 4 | -16/+16 | |
* | * fix for apt-get update removing the cdroms Release.gpg files | Michael Vogt | 2005-02-25 | 1 | -1/+1 | |
* | * merge with matts tree, added documentation for the gpgv stuff | Michael Vogt | 2005-02-09 | 1 | -2/+2 | |
|\ | ||||||
| * | Add missing whitespace in new Debug::Acquire::gpgv output | Matt Zimmerman | 2005-02-09 | 1 | -1/+1 | |
|/ | ||||||
* | * slightly cosmetic change in methods/gpgv.cc | Michael Vogt | 2005-02-08 | 1 | -2/+1 | |
* | * added support for "Acquire::gpgv::options" in methods/gpgv.cc | Michael Vogt | 2005-02-08 | 1 | -5/+35 | |
* | Merge misc-abi-changes | Matt Zimmerman | 2004-12-13 | 2 | -2/+2 | |
* | Merge apt--authentication--0 | Matt Zimmerman | 2004-12-13 | 9 | -8/+276 | |
* | Call setlocale in all methods, don't call bindtextdomain in http | Matt Zimmerman | 2004-11-27 | 7 | -1/+12 |