summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Collapse)AuthorAgeFilesLines
* * commited the latest mirror failure detection codeMichael Vogt2007-02-014-22/+63
|
* * basic error reporting from apt in place now (ReportMirrorFailures())Michael Vogt2007-01-174-1/+12
|
* * apt-pkg/init.cc:Michael Vogt2007-01-081-0/+1
| | | | | | | | | - 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
* * working mirror implementation based on http methodMichael Vogt2006-11-291-3/+4
|
* Correct grammar in one message. Unfuzzy translations. Closes: #399652bubulle@debian.org2006-11-221-1/+1
|
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2006-10-311-0/+2
| | | | - reset the line if a invalid line was read
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2006-10-301-7/+12
| | | | - fix segfault if dpkg sends multiline error messages
* * apt-pkg/tagfile.cc,h:Michael Vogt2006-10-022-7/+41
| | | | - make the internal buffer grow dynamically if required
* * apt-pkg/tagfile.h:Michael Vogt2006-09-301-1/+1
| | | | | - increase the buffer in tagfile.cc for now, this really needs to become a dynamic buffer
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2006-09-301-11/+11
| | | | | | | - translate the dpkg progress strings when they are used, not in the struct (thanks to Steinar Gunderson) * debian/changelog: - updated
* * apt-pkg/tagfile.cc, tagfile.h:Michael Vogt2006-09-152-55/+21
| | | | | - reverted the mmap patch again, it caused too much trouble with pipes etc
* * apt-pkg/tagfile.cc:Michael Vogt2006-09-151-2/+2
| | | | - applied patch from jvw to make the tag key stuff case-insensitive
* * suport both MMapable files and non-mmapable filesMichael Vogt2006-07-262-17/+103
|
* * apt-pkg/acquire-item.cc:Michael Vogt2006-07-251-1/+1
| | | | - check "/bin/bzip2" instead of "/usr/bin/bzip2"
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2006-07-251-1/+7
| | | | | | - ignore lines that can't be split properly from dpkg (DpkgPM::Go) * doc/examples/configure-index: - documentation updates
* * merged ajs apt-ftparchive branchMichael Vogt2006-07-246-4/+507
|\
| * * apt-pkg/contrib/sha256.cc:Michael Vogt2006-07-241-4/+4
| | | | | | | | - fix the sha256 code (thanks to Jakob Bohm, closes: #378183)
| * * apt-pkg/contrib/sha256.cc:Michael Vogt2006-05-161-1/+4
| | | | | | | | | | 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.
| * * added ajs patchMichael Vogt2006-03-086-4/+504
| |
* | * merged with bubulleMichael Vogt2006-06-091-0/+1
|\ \
* | | * merge the patch from SteinarMichael Vogt2006-06-091-1/+1
| | |
* | | * added Debug::pkgDepCache::AutoInstall debug optionMichael Vogt2006-05-271-1/+6
|/ /
* | * apt-pkg/deb/debversion.cc:Michael Vogt2006-05-081-1/+22
| | | | | | | | | | - applied patch from Lionel Elie Mamane to fix epoch handling (debian: #363358)
* | * apt-pkg/tagfile.{cc,h}:Michael Vogt2006-04-262-75/+22
|\| | | | | | | - use mmap for the tagfile code (closes: #350025)
* | * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to mdz)Michael Vogt2006-04-251-2/+2
| | | | | | | | | | | | * debian/changelog: updated * debian/rules: invoke tar with --no-recursion to avoid cruft in the tarbal * po/apt-all.pot: updated
* | * wording (thanks to mdz)Michael Vogt2006-04-181-2/+2
| |
* | * "downloading" -> "retrieving" (thanks to kamion)Michael Vogt2006-03-281-2/+2
| |
* | * only show ETA if that makes senseMichael Vogt2006-03-281-1/+7
|/
* tyopMichael Vogt2006-02-201-1/+1
|
* * only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a ↵Michael Vogt2006-02-201-12/+7
| | | | network error
* * don't explod if a Provides has DepCompareOpMichael Vogt2006-01-191-5/+6
|
* * merged with mainMichael Vogt2006-01-061-1/+1
| | | | | | | | | | | 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
* * support multiple signaturesMichael Vogt2006-01-062-5/+22
|
* * be more clever about I-M-S hits for the Release file and gpg-failures with ↵Michael Vogt2006-01-052-2/+26
| | | | it, requeue it without i-m-s then
* * make apt-get source smarter about not downloading the same sources twiceMichael Vogt2006-01-041-1/+1
|
* * fix a string (thanks to bubulle)Michael Vogt2005-11-291-1/+1
|
* * fix for #340448Michael Vogt2005-11-231-0/+1
|
* * applied parts of the string speedup patch from debian #319377 (ABI change)Michael Vogt2005-11-2312-102/+102
|
* * merged http download limit for apt (#146877)Michael Vogt2005-11-221-1/+5
|
* * ABI change: merged more flexible pkgAcquireFile codeMichael Vogt2005-11-224-17/+25
|
* * some more debug outputMichael Vogt2005-11-221-1/+3
|
* * merge fix for #339533Michael Vogt2005-11-211-1/+1
|
* * merged the sources.list.d patchMichael Vogt2005-11-143-7/+118
| | | | | | | | | | | 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
* * turn off "secure-acquire" when --allow-unauthenticated is givenMichael Vogt2005-11-091-0/+6
|
* * revert patch from patch-59, causes all sorts of troubleMichael Vogt2005-10-222-5/+1
|
* * renamed Trust-CDROM to TrustCDROM to make it consistent with ubuntuMichael Vogt2005-10-201-1/+1
|
* * sparc64 alignment fixMichael Vogt2005-10-191-1/+1
|
* * added APT::Authentication::Trust-CDROM optionMichael Vogt2005-10-191-0/+4
| | | | | | | | | | | | | | Patches applied: * michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-79 * michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--patch-1 * implemented "TrustCDROM" mode * michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--patch-2 * added APT::Authentication::TrustCDROM to the configure-index
* * leak fix for debian #250583Michael Vogt2005-09-281-2/+2
|
* * make sure that the pkgRecords D'tor does not segfaultMichael Vogt2005-09-222-1/+5
|