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-18 | merged lp:~mvo/apt/apt-get-download | 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-11-11 | * cmdline/acqprogress.cc: | David Kalnischkies | |
- don't ask the user for media change if quiet >= 2, stdout is not a tty and assume-yes, force-yes or trivial-only option is set to avoid cpu eating endless loops in unattended runs like apt.cron (Closes: #602354, LP: #665580) | |||
2010-09-28 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies | |
- add a space between number and unit as required by SI (Closes: #598352) | |||
2010-09-24 | * cmdline/apt-cache.cc: | David Kalnischkies | |
- use the TranslatedDescription for searching and not the first available one as it is maybe not an expected language (Closes: #597925) | |||
2010-09-04 | * cmdline/apt-key: | David Kalnischkies | |
- support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files | |||
2010-08-28 | remove useless GetInitialize method | David Kalnischkies | |
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-25 | show in madison command again also source packages (LP: #614589) | David Kalnischkies | |
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-30 | - return success in show if a virtual package was given | David Kalnischkies | |
* | |||
2010-07-30 | - [ABI BREAK] add an ErrorType option to CacheSetHelper | David Kalnischkies | |
* cmdline/apt-cache.cc: - use Notice instead of Error in the CacheSetHelper messages for compat reasons. Otherwise tools like sbuild blow up | |||
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-26 | - show in (r)depends the canidate per default instead of newest | David Kalnischkies | |
- share the (r)depends code instead of codecopy | |||
2010-07-26 | add APT::Cache::ShowOnlyFirstOr option to print only the first | David Kalnischkies | |
alternative in the apt-cache (r)depends commands | |||
2010-07-17 | * apt-pkg/cacheset.cc: | David Kalnischkies | |
- move them back to the library as they look stable now | |||
2010-07-17 | factor regex package name matches into newly created cachefilter classes | David Kalnischkies | |
2010-07-16 | * cmdline/apt-cache.cc: | David Kalnischkies | |
- be able to omit dependency types in (r)depends (Closes: #319006) | |||
2010-07-11 | [ Martin Pitt ] | David Kalnischkies | |
* debian/rules: - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS. * apt-pkg/contrib/fileutl.{h,cc}: - Add support for reading of gzipped files with the new "ReadOnlyGzip" OpenMode. (Closes: #188407) - Link against zlib (in apt-pkg/makefile) and add zlib build dependency. - [ABI BREAK] This adds a new private member to FileFd, but its initialization is in the public header file. * configure.in: - Check for zlib library and headers. * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc, apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h, cmdline/apt-cache.cc: - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode. * apt-pkg/deb/debindexfile.cc: - If we do not find uncompressed package/source/translation indexes, look for gzip compressed ones. * apt-pkg/acquire-item.cc: - If the Acquire::GzipIndexes option is true and we download a gzipped index file, keep it as it is (and rename to .gz) instead of uncompressing it. * doc/apt.conf.5.xml: - Document the new Acquire::GzipIndexes option. * doc/po/apt-doc.pot, doc/po/de.po: - German translation of new Acquire::GzipIndexes option. * Add test/test-indexes.sh: - Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. * methods/gzip.cc: With FileFd now being able to read gzipped files, there is no need for the gzip method any more to spawn an external gzip process. Rewrite it to use FileFd directly, which makes the code a lot simpler, and also using less memory and overhead. | |||
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-07-02 | add a ConstructedBy member to the PackageSet which can be used by the | David Kalnischkies | |
e.g. FromString to tell the caller if the string was an exact match or found by regex or task. The two later ones can match packages for which we want to ignore failures in the VersionSet |