Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-18 | merged from apt-get-download | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: download it all in one go | Michael Vogt | |
2010-11-18 | merged from apt-get-changelog | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: remove srcpkg | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: use source version instead of binary version | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: add download/changelog to usage | Michael Vogt | |
2010-11-18 | merged from the apt-get-changelog branch | Michael Vogt | |
2010-11-18 | refactor/simplify changelog fetching code | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: simplify changelog uri generation | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: fix typo | Michael Vogt | |
2010-11-18 | merged lp:~mvo/apt/apt-get-changelog | Michael Vogt | |
2010-11-18 | move DoDownload up to workaround merge conflict with the changelog branch | Michael Vogt | |
2010-11-16 | cmdline/apt-get.cc: improve changelog description | Michael Vogt | |
2010-11-16 | add support for third party changelogs | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: and add size as well | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: add hash to the downloader | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: add download commandlien option | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: create the mkdtemp dir in /tmp | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: move Setup a level higher | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc make only the server configurable, but not the format ↵ | Michael Vogt | |
string (attack vector?) | |||
2010-11-15 | support Apt::Changelog::Server, code cleanup | Michael Vogt | |
2010-11-15 | use mkdtemp() instead of tempnam, free mkdtemp() data afterwards, return ↵ | Michael Vogt | |
true in DoChangelog handler | |||
2010-11-15 | initial apt-get changelog implementation, not quite ready yet (need to get ↵ | Michael Vogt | |
rid of tmpnam | |||
2010-09-28 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies | |
- add a space between number and unit as required by SI (Closes: #598352) | |||
2010-08-28 | remove death code by removing unused GetInitialize | David Kalnischkies | |
2010-08-26 | * cmdline/apt-get.cc: | David Kalnischkies | |
- remove direct calls of ReadMainList and use the wrapper instead to protect us from useless re-reads and two-times notice display | |||
2010-08-24 | Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki | bubulle@debian.org | |
Closes: #594211 | |||
2010-08-12 | purge packages in 'rc' state, thanks Rogier! (Closes: #150831) | David Kalnischkies | |
2010-08-11 | * cmdline/apt-get.cc: | David Kalnischkies | |
- let APT::Get::Arch-Only in build-dep default to false again (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report! | |||
2010-07-29 | merged lp:~donkult/apt/sid | Michael Vogt | |
2010-07-27 | * cmdline/apt-get.cc: | Julian Andres Klode | |
- Support large filesystems by using statvfs64() instead of statvfs() and statfs64() instead of statfs() (Closes: #590513). | |||
2010-07-17 | * apt-pkg/cacheset.cc: | David Kalnischkies | |
- move them back to the library as they look stable now | |||
2010-07-05 | make the specify order of packages irrelevant (half-close #196021) | David Kalnischkies | |
2010-07-04 | prefer the Policy if it is built instead of the DepCache and | David Kalnischkies | |
if DepCache is not available as fallback built the Policy | |||
2010-07-03 | reorder classes a bit and make TryToInstallBuildDep use them | David Kalnischkies | |
2010-07-03 | Refactor TryToInstall to look a bit saner by splitting the Remove | David Kalnischkies | |
and the Virtual packages part out of the loop. The function still exists unchanged as TryToInstallBuildDep through for the BuildDep installation method | |||
2010-06-29 | if the package has no installed & candidate but is virtual see if only | David Kalnischkies | |
one package provides it - if it is only one use this package instead | |||
2010-06-29 | for install, do all installs first and then the removes and vice versa | David Kalnischkies | |
2010-06-26 | do not override the user set quiet setting even if the target is not a tty | David Kalnischkies | |
2010-06-25 | print all messages if the application is in an interactive run | David Kalnischkies | |
2010-06-22 | Use an abstract helper for error handling and output | David Kalnischkies | |
instead of doing this directly in the CacheSets. With this method an application like apt-get can change the behavior of the CacheSets to his liking. It can for example easily keep track of how packages were added to the set: by names or with regex's… | |||
2010-06-19 | * cmdline/apt-get.cc: | David Kalnischkies | |
- use the cachsets in the install commands | |||
2010-06-09 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2010-06-09 | * merge the remaining Ubuntu change: | Michael Vogt | |
- on gpg verification failure warn and restore the last known good state - on failure display the IP of the server (useful for servers that use round robin DNS) - support Original-Maintainer in RewritePackageOrder - enable cdrom autodetection via libudev by default - show messsage about Vcs in use when apt-get source is run for packages maintained in a Vcs - better support transitional packages with mark auto-installed. when the transitional package is in "oldlibs" the new package is not marked auto installed (same is true for section metapackages) - provide new "deb mirror://archive.foo/mirrors.list sid main" method expects a list of mirrors (generated on the server e.g. via geoip) and will use that, including cycle on failure - write apport crash file on package failure (disabled by default on debian until apport is available) - support mirror failure reporting (disabled by default on debian) | |||
2010-06-09 | * apt-pkg/pkgcache.h: | David Kalnischkies | |
- switch {,Install-}Size to unsigned long long - deal with long long, not with int to remove 2GB Limit (LP: #250909) - deprecate AddSize with Multiplier as it is unused and switch to boolean instead to handle the sizes more gracefully. - switch i{Download,Usr}Size from double to (un)signed long long * cmdline/apt-get.cc: - use unsigned long long instead of double to store values it gets | |||
2010-06-04 | Switch away from the now deprecated methods for Cache building | David Kalnischkies | |
2010-06-03 | * cmdline/apt-get.cc: | David Kalnischkies | |
- use unsigned long long instead of double to store values it gets | |||
2010-05-31 | rename packageset into cacheset while it is not too late | David Kalnischkies | |
2010-05-30 | move regex magic from apt-get to new FromRegEx method | David Kalnischkies | |
2010-05-24 | - show at the end of the install process a list of disappeared packages | David Kalnischkies | |
* apt-pkg/packagemanager.h: - export info about disappeared packages with GetDisappearedPackages() |