summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Collapse)Author
2007-12-16* Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key andOtavio Salvador
apt-get to ignore time conflicts, closes: #451328.
2007-12-06* methods/gpgv.cc:Michael Vogt
- remove cruft code that caused timestamp/I-M-S issues
2007-10-25Changed ABIOtavio Salvador
2007-10-05methods/https.cc:Michael Vogt
- delete zero size I-M-S hits - fix of-by-one error in I-M-S code
2007-10-02 - methods/ftp.cc: likewise;Otavio Salvador
2007-10-02 - methods/gpgv.cc: conversion from string constant to 'char*';Otavio Salvador
2007-08-10* Reset curl options and timestamp between downloaded files. Thanks toOtavio Salvador
Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
2007-08-06* Add hash support to copy method. Thanks Anders Kaseorg by the patchOtavio Salvador
(closes: #436055)
2007-08-03* apt-pkg/deb/dpkgpm.{cc,h}:Michael Vogt
- merged dpkg-log branch, this lets you specify a Dir::Log::Terminal file to log dpkg output to ABI break
2007-08-03* apt-pkg/acquire-item.cc:Michael Vogt
- remove zero size files on I-M-S hit * methods/https.cc: - only send LastModified if we actually have one - send range request with if-range - delete failed downloads
2007-08-02* methods/https.cc:Michael Vogt
- only send i-m-s if last-modified is > 0 - instead of resume send a range: if-range: custom header - merge 304 detection patch from thom may (thanks!) * apt-pkg/acquire-item.cc: - remove empty files on i-m-s hits from partial/
2007-07-30* methods/makefile:Michael Vogt
- install lzma symlink method (for full lzma support) * debian/control: - suggest "lzma"
2007-07-14* Simplified HttpMethod::Fetch on http.cc removing Tail variable;Michael Vogt
* Fix pipeline handling on http.cc (closes: #413324) * Fix building to properly support binNMUs. Thanks to Daniel Schepler <schepler@math.unipd.it> by the patch (closes: #359634) * Fix example for Install-{Recommends,Suggests} options on configure-index example file. Thanks to Peter Eisentraut <peter_e@gmx.net> by the patch (closes: #432223)
2007-07-10 * Fix pipeline handling on http.cc (closes: #413324)Otavio Salvador
2007-07-10Simplified HttpMethod::Fetch on http.cc removing Tail variable;Otavio Salvador
2007-07-10Minor typos.Otavio Salvador
2007-07-10 * Fix compilation warnings:Otavio Salvador
- apt-pkg/contrib/configuration.cc: wrong argument type; - apt-pkg/deb/dpkgpm.cc: wrong signess; - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; - methods/https.cc: - type conversion; - unused variable; - changed SetupProxy() method to void;
2007-06-09* debian/control: increase standards versionMichael Vogt
* methods/http.cc: revert pipeline depth and move global Proxy to here * methods/http.h: remove Proxy from here
2007-06-09* huge merge to bring the apt debian-sid and ubuntu branches as closeMichael Vogt
as possible to apt--mvo again
2007-05-02* merged with the apt--mvo branchMichael Vogt
2007-04-17* [ABI] apt-pkg/acquire.{cc,h}:Michael Vogt
- deal better with duplicated sources.list entries (avoid double queuing of URLs) - this fixes hangs in bzip/gzip
2007-03-07* apt-pkg/cdrom.cc:Michael Vogt
- only unmount if APT::CDROM::NoMount is false * methods/cdrom.cc: - only umount if it was mounted by the method before
2007-03-07 - added APT::CDROM::UnMountOnFinish to have more control overMichael Vogt
the umount/mount process
2007-03-07* apt-pkg/cdrom.cc, methods/cdrom.cc:Michael Vogt
- only unmount if APT::CDROM::NoMount is false
2007-01-12* merged from apt--mvoMichael Vogt
2006-12-19* merged apt--curl-https branchMichael Vogt
2006-12-19* methods/https.cc:Michael Vogt
- implemented various cert verification options
2006-12-19* added https transport method as optional pacakgeMichael Vogt
2006-12-19* apt-pkg/deb/debrecords.cc:Michael Vogt
- return the correct SHA1Hash() * methods/http.cc: - send VERSION of apt in the User-Agent string
2006-12-14* merged the no-pragma branchMichael Vogt
2006-10-02* merged with unstable, prepared uploadMichael Vogt
2006-09-30* methods/gzip.cc:Michael Vogt
- fix invalid reanem
2006-09-30* merged from mainlineMichael Vogt
2006-09-30* methods/gzip.cc:Michael Vogt
- just stop on empty files, don't call the extractor * debian/changelog: - merged the last debian upload - added entry for extractor
2006-09-12* merged with mainlineMichael Vogt
2006-09-12* methods/gzip.cc:Michael Vogt
- if it can't write (because var is full), close the FromGz stream to not hang in ExecWait() later
2006-08-16* methods/http.cc:Michael Vogt
- check for incorrect proxy settings more carefully
2006-08-15* merged the install-recommends branchMichael Vogt
2006-07-26* merged with mainlineMichael Vogt
2006-07-25* merged with mainlineMichael Vogt
2006-07-25* methods/gpgv.cc:Michael Vogt
- deal with gpgs NODATA message
2006-06-26* merged the auto-remove branchMichael Vogt
2006-06-26* apt-pkg/init.h:Michael Vogt
- increased lib-version to 3.13
2006-05-17merged with the debian-sid branchMichael Vogt
2006-05-08* merged from mainlineMichael Vogt
2006-05-08* methods/ftp.cc: remove a tried-to-downloaded file if the file is missing ↵Michael Vogt
on the sever
2006-05-01* methods/gpgv.cc: typoMichael Vogt
2006-04-30* string i18n handling fixes (debian bug #349298)Michael Vogt
2006-04-02* merged the pdiff stuffMichael Vogt
2006-03-01* merged with debian-sid branchMichael Vogt
Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-160 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-161 Galician translation completed * bubulle@debian.org--2005/apt--main--0--patch-162 Spanish translation update * bubulle@debian.org--2005/apt--main--0--patch-163 Two strings corrected in the British translation * bubulle@debian.org--2005/apt--main--0--patch-164 Danish translation update * bubulle@debian.org--2005/apt--main--0--patch-165 Completed Greek translation * bubulle@debian.org--2005/apt--main--0--patch-166 Fix some permissions * bubulle@debian.org--2005/apt--main--0--patch-167 Resync with Michael * bubulle@debian.org--2005/apt--main--0--patch-168 Vietnamese translation completed * bubulle@debian.org--2005/apt--main--0--patch-169 Update PO files and POT file...again * bubulle@debian.org--2005/apt--main--0--patch-170 Compelted French translation * bubulle@debian.org--2005/apt--main--0--patch-171 Activate Welsh translation * bubulle@debian.org--2005/apt--main--0--patch-172 Completed to 512 strings * bubulle@debian.org--2005/apt--main--0--patch-173 Russian translation completed * bubulle@debian.org--2005/apt--main--0--patch-174 Swedish translation completed * bubulle@debian.org--2005/apt--main--0--patch-175 Merge from Philippe Batailler French manpages tree/Vietnamese translation update * bubulle@debian.org--2005/apt--main--0--patch-176 Galician translation update * bubulle@debian.org--2005/apt--main--0--patch-177 Slovak translation update * bubulle@debian.org--2005/apt--main--0--patch-178 Polish translation update * bubulle@debian.org--2005/apt--main--0--patch-179 Correct permissions * bubulle@debian.org--2005/apt--main--0--patch-180 Japanese translation update * bubulle@debian.org--2005/apt--main--0--patch-181 Basque translation update * bubulle@debian.org--2005/apt--main--0--patch-182 Catalan translation completed * bubulle@debian.org--2005/apt--main--0--patch-183 Brazilian Portuguese translation update * bubulle@debian.org--2005/apt--main--0--patch-184 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-185 Japanese manpages translation update * bubulle@debian.org--2005/apt--main--0--patch-186 Simplified Chinese translation update * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-120 * added debian-archive-keyring to recommends * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-121 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-122 * fix apt-key to ask for the correct package * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-123 * fix typo in apt-cache.8 manpage * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-124 * fixed another typo in doc/apt-secure.8.xml * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-125 * merged the debian-sid changes back * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-126 * fixed the changelog yet again * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-127 * merged with apt--mvo * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-128 * don't explod if a Provides has DepCompareOp * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-129 * fix regression about not working --print-uris in "install" * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-130 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-131 * create sources.list.d as well * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-132 * make apt-cache madion wotk without deb-src lines * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-133 * only clean out the list dir if the update was successful * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-134 * only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a network error * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-135 tyop * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-136 * merged with bubulle * mvo@debian.org--2005/apt--debian-sid--0--patch-18 * merged with apt--mvo * mvo@debian.org--2005/apt--debian-sid--0--patch-19 * synced with mainline * mvo@debian.org--2005/apt--debian-sid--0--patch-20 * merged with mainline, finalized changelog * philippe.batailler@free.fr--2005/apt--main--0--patch-9 manpages