Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-06 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- default to "/usr/lib/apt/apt-report-mirror-failure" * cmdline/apt-report-mirror-failure: - no default comit url for now * debian/rules: - move apt-report-mirror-failure into /usr/lib/apt * doc/examples/configure-index: - more documentation * methods/mirror.cc: - updated TODO | |||
2007-02-05 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- use FailReason in pkgAcquire::Item::Failed when available * methods/mirror.cc: - move some debug output into if(Debug) | |||
2007-02-05 | * use pkgAcqMethod::FailReason() for consistent error reporting | Michael Vogt | |
2007-02-01 | * get the mirror failure stuff really working | Michael Vogt | |
2007-02-01 | * commited the latest mirror failure detection code | Michael Vogt | |
2007-01-17 | * basic error reporting from apt in place now (ReportMirrorFailures()) | Michael Vogt | |
2007-01-08 | * apt-pkg/init.cc: | Michael Vogt | |
- added Dir::State::Mirrors * doc/examples/configure-index: - added Acquire::mirror::RefreshInterval * methods/mirror.{cc,h}: - download the mirror file into Dir::State::Mirrors - added RefreshInterval option to not ask for the mirror file too often | |||
2006-11-29 | * working mirror implementation based on http method | Michael Vogt | |
2006-11-22 | Correct grammar in one message. Unfuzzy translations. Closes: #399652 | bubulle@debian.org | |
2006-10-31 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- reset the line if a invalid line was read | |||
2006-10-30 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix segfault if dpkg sends multiline error messages | |||
2006-10-02 | * apt-pkg/tagfile.cc,h: | Michael Vogt | |
- make the internal buffer grow dynamically if required | |||
2006-09-30 | * apt-pkg/tagfile.h: | Michael Vogt | |
- increase the buffer in tagfile.cc for now, this really needs to become a dynamic buffer | |||
2006-09-30 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- translate the dpkg progress strings when they are used, not in the struct (thanks to Steinar Gunderson) * debian/changelog: - updated | |||
2006-09-15 | * apt-pkg/tagfile.cc, tagfile.h: | Michael Vogt | |
- reverted the mmap patch again, it caused too much trouble with pipes etc | |||
2006-09-15 | * apt-pkg/tagfile.cc: | Michael Vogt | |
- applied patch from jvw to make the tag key stuff case-insensitive | |||
2006-07-26 | * suport both MMapable files and non-mmapable files | Michael Vogt | |
2006-07-25 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- check "/bin/bzip2" instead of "/usr/bin/bzip2" | |||
2006-07-25 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- ignore lines that can't be split properly from dpkg (DpkgPM::Go) * doc/examples/configure-index: - documentation updates | |||
2006-07-24 | * merged ajs apt-ftparchive branch | Michael Vogt | |
2006-07-24 | * apt-pkg/contrib/sha256.cc: | Michael Vogt | |
- fix the sha256 code (thanks to Jakob Bohm, closes: #378183) | |||
2006-06-09 | * merged with bubulle | Michael Vogt | |
2006-06-09 | * merge the patch from Steinar | Michael Vogt | |
2006-05-27 | * added Debug::pkgDepCache::AutoInstall debug option | Michael Vogt | |
2006-05-16 | * apt-pkg/contrib/sha256.cc: | Michael Vogt | |
The patch below fixes the problem by open-coding the ntohl() call and combining it with a byte-by-byte load of the 32-bit word. | |||
2006-05-08 | * apt-pkg/deb/debversion.cc: | Michael Vogt | |
- applied patch from Lionel Elie Mamane to fix epoch handling (debian: #363358) | |||
2006-04-26 | * apt-pkg/tagfile.{cc,h}: | Michael Vogt | |
- use mmap for the tagfile code (closes: #350025) | |||
2006-04-25 | * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to mdz) | Michael Vogt | |
* debian/changelog: updated * debian/rules: invoke tar with --no-recursion to avoid cruft in the tarbal * po/apt-all.pot: updated | |||
2006-04-18 | * wording (thanks to mdz) | Michael Vogt | |
2006-03-28 | * "downloading" -> "retrieving" (thanks to kamion) | Michael Vogt | |
2006-03-28 | * only show ETA if that makes sense | Michael Vogt | |
2006-03-08 | * added ajs patch | Michael Vogt | |
2006-02-20 | tyop | Michael Vogt | |
2006-02-20 | * only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a ↵ | Michael Vogt | |
network error | |||
2006-01-19 | * don't explod if a Provides has DepCompareOp | Michael Vogt | |
2006-01-06 | * merged with main | Michael Vogt | |
Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-114 * merged with mvo * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-115 * string fix | |||
2006-01-06 | * support multiple signatures | Michael Vogt | |
2006-01-05 | * be more clever about I-M-S hits for the Release file and gpg-failures with ↵ | Michael Vogt | |
it, requeue it without i-m-s then | |||
2006-01-04 | * make apt-get source smarter about not downloading the same sources twice | Michael Vogt | |
2005-11-29 | * fix a string (thanks to bubulle) | Michael Vogt | |
2005-11-23 | * fix for #340448 | Michael Vogt | |
2005-11-23 | * applied parts of the string speedup patch from debian #319377 (ABI change) | Michael Vogt | |
2005-11-22 | * merged http download limit for apt (#146877) | Michael Vogt | |
2005-11-22 | * ABI change: merged more flexible pkgAcquireFile code | Michael Vogt | |
2005-11-22 | * some more debug output | Michael Vogt | |
2005-11-21 | * merge fix for #339533 | Michael Vogt | |
2005-11-14 | * merged the sources.list.d patch | Michael Vogt | |
Patches applied: * apt@packages.debian.org/apt--sources-list-d--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-30 * apt@packages.debian.org/apt--sources-list-d--0--patch-1 Patch from apt-rpm via Michael Vogt to implement /etc/apt/sources.list.d | |||
2005-11-09 | * turn off "secure-acquire" when --allow-unauthenticated is given | Michael Vogt | |
2005-10-22 | * revert patch from patch-59, causes all sorts of trouble | Michael Vogt | |
2005-10-20 | * renamed Trust-CDROM to TrustCDROM to make it consistent with ubuntu | Michael Vogt | |