Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-08 | 0.6.46.3ubuntu2 change as uploaded: fix dist-upgrade | Ian Jackson | 1 | -0/+1 | |
2006-09-05 | bump cache version | Ian Jackson | 1 | -1/+1 | |
2006-08-25 | initial Breaks implementation | Ian Jackson | 7 | -18/+81 | |
2006-08-15 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 1 | -0/+2 | |
- pass --auto-deconfigure to dpkg (-B) * debian/control: - depend on a dpkg with support for breaks | |||||
2006-08-15 | * apt-pkg/pkgcachegen.cc: | Michael Vogt | 1 | -2/+2 | |
- increased the cache limit | |||||
2006-08-14 | * merged from the install-recommends branch | Michael Vogt | 1 | -8/+9 | |
2006-08-11 | * merged ddtp support | Michael Vogt | 25 | -32/+967 | |
2006-08-11 | * apt-pkg/depcache.cc: | Michael Vogt | 1 | -8/+9 | |
- only work on instVer if we actually have one | |||||
2006-08-11 | * merged the apt--install-recommends branch | Michael Vogt | 4 | -13/+28 | |
* ABI break, bumped the version number | |||||
2006-08-11 | * cmdline/apt-get.cc: | Michael Vogt | 2 | -11/+20 | |
- added "--fix-policy" option to make it easy to fix any not-install recommends * apt-pkg/depcache.{cc,h} - MarkInstall() has a new "ForceImportantDeps" option (defaults to false) to fice the install of recommends even for already installed pkgs - a new PolicyBroken() function to see how much of the recommends are broken | |||||
2006-08-10 | * merged the apt--install-recommends branch | Michael Vogt | 3 | -11/+48 | |
2006-08-09 | * apt-pkg/depcache.cc: | Michael Vogt | 1 | -1/+27 | |
- find new important dependencies on upgrade and deal with them | |||||
2006-08-09 | * apt-pkg/init.cc: | Michael Vogt | 1 | -0/+2 | |
- init "install-recommends", "install-suggests" with default "false" * debian/changelog: - updated | |||||
2006-08-09 | * merged with mainline | Michael Vogt | 2 | -17/+103 | |
2006-08-01 | * merged with mainline | Michael Vogt | 9 | -23/+618 | |
2006-07-26 | * merged with mainline | Michael Vogt | 10 | -8/+543 | |
2006-07-26 | * suport both MMapable files and non-mmapable files | Michael Vogt | 2 | -17/+103 | |
2006-07-25 | * apt-pkg/deb/debmetaindex.cc: | Michael Vogt | 1 | -0/+2 | |
- don't queue translations for deb-src entries | |||||
2006-07-25 | * apt-pkg/acquire-item.cc: | Michael Vogt | 1 | -1/+1 | |
- check "/bin/bzip2" instead of "/usr/bin/bzip2" | |||||
2006-07-25 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 1 | -1/+7 | |
- 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 | 6 | -4/+507 | |
2006-07-24 | * apt-pkg/contrib/sha256.cc: | Michael Vogt | 1 | -4/+4 | |
- fix the sha256 code (thanks to Jakob Bohm, closes: #378183) | |||||
2006-07-21 | * merged changes from Kamions upload (thanks!) | Michael Vogt | 1 | -0/+1 | |
2006-07-04 | * apt-pkg/depcache.cc: | Michael Vogt | 1 | -0/+9 | |
- if no /var/lib/apt/extended_states exists, create a empty one | |||||
2006-07-04 | * apt-pkg/depcache.cc: | Michael Vogt | 1 | -0/+9 | |
- create a empty state file if none exists | |||||
2006-07-03 | * merged the debian--auto-mark patch | Michael Vogt | 9 | -66/+733 | |
* updated the library soname | |||||
2006-07-03 | * merged with apts mainline | Michael Vogt | 5 | -80/+54 | |
2006-06-26 | * apt-pkg/init.h: | Michael Vogt | 2 | -2/+2 | |
- increased lib-version to 3.13 | |||||
2006-06-26 | * cmdline/apt-mark: | Michael Vogt | 1 | -9/+53 | |
- very simple tool to manipulate the extended_states for autoinstall * apt-pkg/depcache.cc: - keep exisiting data in "extended_states" to make other tools happy | |||||
2006-06-26 | * apt-pkg/depcache.cc: | Michael Vogt | 1 | -2/+2 | |
- renamed "pkgstates" file to "extended_states" | |||||
2006-06-26 | * merged with mainline | Michael Vogt | 9 | -108/+126 | |
2006-06-09 | * merged with bubulle | Michael Vogt | 1 | -0/+1 | |
2006-06-09 | * merge the patch from Steinar | Michael Vogt | 1 | -1/+1 | |
2006-06-06 | * apt-pkg/indexfile.cc: | Michael Vogt | 1 | -2/+5 | |
- add special cases for various languages like pt_BR, zh_CN etc | |||||
2006-05-27 | * added Debug::pkgDepCache::AutoInstall debug option | Michael Vogt | 1 | -1/+6 | |
2006-05-16 | * apt-pkg/contrib/sha256.cc: | Michael Vogt | 1 | -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. | |||||
2006-05-08 | * apt-pkg/deb/debversion.cc: | Michael Vogt | 1 | -1/+22 | |
- applied patch from Lionel Elie Mamane to fix epoch handling (debian: #363358) | |||||
2006-05-02 | * depcache.cc: | Michael Vogt | 2 | -5/+12 | |
- added APT::Install-{Recommends,Suggests} global option * depcache.h: - added DepCache::State::InstPolicyBroken() to check if the current install state violates the policy (compated with InstBroken() that only checks for the minimal requirements) | |||||
2006-04-26 | * apt-pkg/tagfile.{cc,h}: | Michael Vogt | 2 | -75/+22 | |
- use mmap for the tagfile code (closes: #350025) | |||||
2006-04-25 | * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to mdz) | Michael Vogt | 1 | -2/+2 | |
* 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 fixes (cherry picked from apt--mvo) | Michael Vogt | 1 | -2/+2 | |
2006-04-18 | * wording (thanks to mdz) | Michael Vogt | 1 | -2/+2 | |
2006-03-28 | * merged with mainline | Michael Vogt | 1 | -1/+7 | |
2006-03-28 | * "downloading" -> "retrieving" (thanks to kamion) | Michael Vogt | 1 | -2/+2 | |
2006-03-28 | * only show ETA if that makes sense | Michael Vogt | 1 | -1/+7 | |
2006-03-08 | * added ajs patch | Michael Vogt | 6 | -4/+504 | |
2006-02-21 | * more work for the DefaultAptSources spec | Michael Vogt | 3 | -5/+15 | |
apt-pkg/acquire-item.h: - add new pkgAcquire::Item::StatTransientNetworkError status apt-pkg/acquire-item.cc: - if we get a StatTransientNetworkError use old sigfile and indexfiles apt-pkg/acquire-worker.cc: - set StatTransientNetworkError on "Timeout", "TmpResolveFailure", "ConnectionRefused" cmdline/apt-get.cc: - handle a StatTransientNetworkError different than a normal error (warning instead of error) | |||||
2006-02-21 | * don't print a "can't stat " message for missing index files ↵ | Michael Vogt | 1 | -0/+2 | |
(DefaultSourcesSpec) | |||||
2006-02-21 | * handle network failures more gracefully (default apt sources spec) | Michael Vogt | 1 | -3/+7 | |
apt-pkg/acquire-item.cc: - on network failures (Timeout,ResolveFailure,ConnectionRefused) move the old (known good) sigfile back and don't touch the indexfiles cmdline/apt-get.cc: - don't fail on apt-get update problems but issue a warning instead | |||||
2006-02-20 | tyop | Michael Vogt | 1 | -1/+1 | |