summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Collapse)Author
2006-10-02* removed the pragma messMichael Vogt
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 filesMichael 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 branchMichael 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 bubulleMichael Vogt
2006-06-09* merge the patch from SteinarMichael Vogt
2006-05-27* added Debug::pkgDepCache::AutoInstall debug optionMichael 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 senseMichael Vogt
2006-03-08* added ajs patchMichael Vogt
2006-02-20tyopMichael 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 DepCompareOpMichael Vogt
2006-01-06* merged with mainMichael 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 signaturesMichael 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 twiceMichael Vogt
2005-11-29* fix a string (thanks to bubulle)Michael Vogt
2005-11-23* fix for #340448Michael 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 codeMichael Vogt
2005-11-22* some more debug outputMichael Vogt
2005-11-21* merge fix for #339533Michael Vogt
2005-11-14* merged the sources.list.d patchMichael 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 givenMichael Vogt
2005-10-22* revert patch from patch-59, causes all sorts of troubleMichael Vogt
2005-10-20* renamed Trust-CDROM to TrustCDROM to make it consistent with ubuntuMichael Vogt
2005-10-19* sparc64 alignment fixMichael Vogt
2005-10-19* added APT::Authentication::Trust-CDROM optionMichael Vogt
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
2005-09-28* leak fix for debian #250583Michael Vogt
2005-09-22* make sure that the pkgRecords D'tor does not segfaultMichael Vogt
2005-09-13* merged from apt--cdrom-fallback--0Michael Vogt
Patches applied: * michael.vogt@ubuntu.com--2005/apt--cdrom-fallback--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-110 * michael.vogt@ubuntu.com--2005/apt--cdrom-fallback--0--patch-1 * initial patch to make falling back from cdrom possible * michael.vogt@ubuntu.com--2005/apt--cdrom-fallback--0--patch-2 * fix in methods/cdrom.cc: don't call Fail() but return false so that apt can fallback to a differencent source
2005-09-12* fix apt-pkg/cdrom.cc to umount the cdrom again if anything failsMichael Vogt
2005-08-31* include a human readable string for the MediaChange status-fd message as wellMichael Vogt
2005-08-31* meda-change message is send over status-fd nowMichael Vogt
2005-08-31* README.arch updates, comment in apt-pkg/algorithm.h added, ↵Michael Vogt
apt-pkg/cacheiterators.h order in initlist changed to remove warning
2005-08-23* merged with apt--fixes--0Michael Vogt
Patches applied: * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-7 * fixed incorrect man-page example * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-8 * changelog udpate * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-9 * we only need to check once for xmlto * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-10 * fix a bug in a man-page, fix a problem with overly long lines in apt-cdrom * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-11 * merged with apt--main--0 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-12 * fix a incorrect error message (it always added .gz regardless what was downloaded) * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-13 * merged with main * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-14 * added Hashsum support for file and cdrom * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-15 * added README.arch * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-16 * merged with main * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-17 * move the changelog to the right place * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-18 * Change pkgPolicy::Pin from private to protected * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-19 * added a default constructor for PrvIterator * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-20 * applied otavios patch to reread the statusFile on debSystem::Initialize * otavio@debian.org--2005/apt--fixes--0--patch-28 Reread status configuration, needed for clients using independent apt ...