summaryrefslogtreecommitdiff
path: root/methods
Commit message (Expand)AuthorAgeFilesLines
...
* | * huge merge to bring the apt debian-sid and ubuntu branches as closeMichael Vogt2007-06-095-3/+575
|\ \
| * \ * merged with the apt--mvo branchMichael Vogt2007-05-022-6/+8
| |\ \ | |/ / |/| |
| * | * merged from apt--mvoMichael Vogt2007-01-121-1/+2
| |\ \
| * \ \ * merged apt--curl-https branchMichael Vogt2006-12-193-0/+304
| |\ \ \ | | | |/ | | |/|
| | * | * methods/https.cc:Michael Vogt2006-12-191-3/+26
| | * | * added https transport method as optional pacakgeMichael Vogt2006-12-193-0/+281
| * | | * merged the no-pragma branchMichael Vogt2006-12-141-1/+1
| |\| |
| | \ \
| | \ \
| *-. | | * merged with unstable, prepared uploadMichael Vogt2006-10-022-1/+9
| |\ \| |
| | * | | * merged from mainlineMichael Vogt2006-09-301-0/+7
| | |\ \ \
| | * \ \ \ * merged with mainlineMichael Vogt2006-09-122-1/+2
| | |\ \ \ \
| | * \ \ \ \ * merged with mainlineMichael Vogt2006-07-251-1/+7
| | |\ \ \ \ \
| * | \ \ \ \ \ * merged the install-recommends branchMichael Vogt2006-08-151-1/+1
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | * merged with mainlineMichael Vogt2006-07-261-1/+7
| |\| | | | | |
| * | | | | | | * merged the auto-remove branchMichael Vogt2006-06-261-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | * apt-pkg/init.h:Michael Vogt2006-06-261-1/+1
| * | | | | | | | merged with the debian-sid branchMichael Vogt2006-05-172-14/+23
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | * merged from mainlineMichael Vogt2006-05-082-14/+23
| | |\| | | | | |
| | * | | | | | | * merged the pdiff stuffMichael Vogt2006-04-023-1/+269
| | |\ \ \ \ \ \ \
| * | | | | | | | | * merged with debian-sid branchMichael Vogt2006-03-011-0/+2
| |\| | | | | | | |
| * | | | | | | | | * merged with apt--debian-sid--0Michael Vogt2006-01-122-2/+6
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ * merged with apt--mvoMichael Vogt2005-11-302-4/+50
| |\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | * [ABI] apt-pkg/acquire.{cc,h}:Michael Vogt2007-04-171-1/+1
* | | | | | | | | | | | * apt-pkg/cdrom.cc:Michael Vogt2007-03-071-5/+5
* | | | | | | | | | | | - added APT::CDROM::UnMountOnFinish to have more control overMichael Vogt2007-03-071-1/+2
* | | | | | | | | | | | * apt-pkg/cdrom.cc, methods/cdrom.cc:Michael Vogt2007-03-071-2/+3
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | * apt-pkg/deb/debrecords.cc:Michael Vogt2006-12-191-1/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | * methods/gzip.cc:Michael Vogt2006-09-301-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | * methods/gzip.cc:Michael Vogt2006-09-301-0/+7
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | * methods/gzip.cc:Michael Vogt2006-09-121-0/+1
* | | | | | | | * methods/http.cc:Michael Vogt2006-08-161-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | * methods/gpgv.cc:Michael Vogt2006-07-251-1/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | * methods/ftp.cc: remove a tried-to-downloaded file if the file is missing on...Michael Vogt2006-05-081-2/+5
* | | | | | * methods/gpgv.cc: typoMichael Vogt2006-05-011-1/+1
* | | | | | * string i18n handling fixes (debian bug #349298)Michael Vogt2006-04-301-12/+18
| |_|_|/ / |/| | | |
* | | | | * only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a networ...Michael Vogt2006-02-201-0/+2
| |_|/ / |/| | |
* | | | * fix http data corruption (#280844)Michael Vogt2006-01-101-9/+4
|\| | |
| * | | * added http data corruption fix patch (#280844)Michael Vogt2005-10-231-9/+4
| * | | * merged pdiff supportMichael Vogt2005-10-173-2/+272
| |\ \ \ | | | |/ | | |/|
| | * | * removed the URL-Reamp hack (we have pdiff support in the main archive now),...Michael Vogt2005-10-172-42/+1
| | * | * merged with michael.vogt@ubuntu.com--2005/apt--mvo--0 to be in sync with de...Michael Vogt2005-09-063-2/+20
| | |\ \
| | * | | * debug support (Debug::pkgAcquire::RRed) for rred method addedMichael Vogt2005-08-291-0/+16
| | * | | * method/rred.cc cleanup (thanks to robertle)Michael Vogt2005-08-231-143/+149
| | * | | * bugfix/updates in the rred.cc code (big thanks for helping Robert!)Michael Vogt2005-08-221-9/+35
| | * | | * rred.cc: use the d'tor of FileFd to close the file-fd; acquuire-item.cc: ma...Michael Vogt2005-08-221-9/+2
| | * | | * merged with mainlineMichael Vogt2005-08-192-14/+18
| | * | | * use the new cool rred method for the patchtingMichael Vogt2005-08-192-2/+2
| | * | | * added methods/rred.cc (thanks to robertle)Michael Vogt2005-07-282-0/+228
| | * | | * merged with apt--main and apt--fixesMichael Vogt2005-06-082-4/+8
| | * | | * merged the apt--main with the 2004 bwlimit treeMichael Vogt2005-03-312-2/+44
* | | | | * support multiple signaturesMichael Vogt2006-01-061-1/+5
| |_|_|/ |/| | |