summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2010-06-05support special release-modifier 'installed' and 'candidate'David Kalnischkies
2010-06-05accept package versions in the unmet commandDavid Kalnischkies
2010-06-05enhance the changelog a bitDavid Kalnischkies
2010-06-05add --target-release option (Closes: #115520)David Kalnischkies
2010-06-05use pkgCacheFile and the new CacheSets all over the placeDavid Kalnischkies
2010-06-04store also the SourceList we use internally for exportDavid Kalnischkies
2010-06-04* apt-pkg/cachefile.{cc,h}:David Kalnischkies
- split Open() into submethods to be able to build only parts - make the OpProgress optional in the Cache buildprocess
2010-05-31* apt-pkg/cacheset.{cc,h}:David Kalnischkies
- add simple wrapper around std::set for cache structures
2010-05-31rename packageset into cacheset while it is not too lateDavid Kalnischkies
2010-05-31* cmdline/apt-cache.cc:David Kalnischkies
- make the search multiarch compatible by using GrpIterator instead
2010-05-31* apt-pkg/pkgcache.cc:David Kalnischkies
- get the best matching arch package from a group with FindPreferredPkg
2010-05-31* apt-pkg/contrib/cmdline.cc:David Kalnischkies
- fix segfault in SaveInConfig caused by writing over char[] sizes
2010-05-31move cmdline parsing from apt-cache to new FromCommandLine methodDavid Kalnischkies
2010-05-30move regex magic from apt-get to new FromRegEx methodDavid Kalnischkies
2010-05-30* apt-pkg/packageset.h:David Kalnischkies
- add a simple wrapper around std::set for packages with it
2010-05-29* ftparchive/writer.h:David Kalnischkies
- add a virtual destructor to FTWScanner class (for cppcheck)
2010-05-29* apt-pkg/depcache.cc:David Kalnischkies
- correct "Dangerous iterator usage." pointed out by cppcheck
2010-05-29* apt-pkg/cacheiterator.h:David Kalnischkies
- let pkgCache::Iterator inherent std::iterator
2010-05-29* apt-pkg/indexrecords.{cc,h}:David Kalnischkies
- add a constant Exists check for MetaKeys * apt-pkg/acquire-item.cc: - do not try PDiff if it is not listed in the Meta file
2010-05-28* apt-pkg/aptconfiguration.cc:David Kalnischkies
- remove duplicate architectures in getArchitectures()
2010-05-28try harder to find the other pseudo versions for autoremove multiarchDavid Kalnischkies
2010-05-28* apt-pkg/depcache.cc:David Kalnischkies
- do the autoremove mark process also for required packages to handle these illegally depending on lower priority packages (Closes: #583517)
2010-05-28* apt-pkg/deb/debsystem.cc:David Kalnischkies
- add better config item for extended_states file
2010-05-27forward manual-installed bit on package disappearanceDavid Kalnischkies
2010-05-27* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
- write Disappeared also to the history.log
2010-05-25merged from debian-sidMichael Vogt
2010-05-25methods/http.cc: shorten comment on return values of DealWithHeaders ↵Michael Vogt
(because we use a enum now)
2010-05-25* methods/http.{cc,h}:Michael Vogt
- code cleanup, use enums instead of magic ints
2010-05-25merged lp:~donkult/apt/sidMichael Vogt
2010-05-24 - show at the end of the install process a list of disappeared packagesDavid Kalnischkies
* apt-pkg/packagemanager.h: - export info about disappeared packages with GetDisappearedPackages()
2010-05-24* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
- add 'disappear' to the known processing states, thanks Jonathan Nieder
2010-05-24remove the gnome-apt reference as it is removed from unstableDavid Kalnischkies
2010-05-24* doc/apt-get.8.xml:David Kalnischkies
- do not say explicit target_release_{name,version,codename}, it should be clear by itself and 'man' can break lines again (Closes: #566166)
2010-05-24* debian/libapt-pkg-doc.doc-base.cache:David Kalnischkies
- remove yet another reference to the removed cache.sgml
2010-05-24use dpkg-buildflags if available for CXXFLAGSDavid Kalnischkies
2010-05-24use $(CURDIR) instead of $(pwd)David Kalnischkies
2010-05-15Italian translation update. Closes: #581742bubulle@debian.org
2010-05-15* README.arch:David Kalnischkies
- remove the file completely as it has no use nowadays
2010-05-14handle multiple --{tar,diff,dsc}-only options correctlyDavid Kalnischkies
2010-05-13add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)David Kalnischkies
2010-05-13* doc/apt.entDavid Kalnischkies
- add entities for the current oldstable/stable/testing codenames * doc/sources.list.5.xml: - use stable-codename instead of stable in the examples (Closes: #531492) * doc/apt_preferences.5.xml: - adapt some examples here to use current codenames as well
2010-05-13* contrib/mmap.cc:David Kalnischkies
- clarify "MMap reached size limit" error message, thanks Ivan Masár!
2010-05-12* methods/gpgv.cc:David Kalnischkies
- remove the keyrings count limit by using vector magic
2010-05-11Slovak translation update. Closes: #581159bubulle@debian.org
2010-05-11* apt-pkg/depcache.cc:David Kalnischkies
- be doublesure that the killer query is empty before starting reinstall
2010-05-07* methods/http.cc: Michael Vogt
- code cleanup, add (some) doxygen strings
2010-05-07apt-pkg/acquire-item.cc: Fix pkgAcqFile::Custom600Headers() to always return ↵Julian Andres Klode
something.
2010-05-06merge with debian-experimental-maDavid Kalnischkies
2010-05-06releasing version 0.7.26~exp4Michael Vogt
2010-05-06don't suggest held packages as they are installed (Closes: #578135)David Kalnischkies