Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-02 | * merged with the apt--mvo branch | Michael Vogt | |
2007-04-20 | * apt-pkg/policy.cc: | Michael Vogt | |
- allow multiple packages (thanks to David Foerster) | |||
2007-04-17 | * [ABI] apt-pkg/acquire.{cc,h}: | Michael Vogt | |
- deal better with duplicated sources.list entries (avoid double queuing of URLs) - this fixes hangs in bzip/gzip | |||
2007-04-17 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- if decompression of a index fails, delete the index | |||
2007-03-07 | * apt-pkg/cdrom.cc: | Michael Vogt | |
- only unmount if APT::CDROM::NoMount is false * methods/cdrom.cc: - only umount if it was mounted by the method before | |||
2007-03-07 | - added APT::CDROM::UnMountOnFinish to have more control over | Michael Vogt | |
the umount/mount process | |||
2007-03-07 | * apt-pkg/cdrom.cc, methods/cdrom.cc: | Michael Vogt | |
- only unmount if APT::CDROM::NoMount is false | |||
2007-01-12 | * merged from apt--mvo | Michael Vogt | |
2006-12-20 | * apt-pkg/algorithms.cc: | Michael Vogt | |
- make sure we have a candidateVer if we check it for downloadability | |||
2006-12-19 | * apt-pkg/algorithms.cc: | Michael Vogt | |
- when encountering a or-group in pkgProblemResolver::Resolver(), check if it IsCritical(), otherwise we may do checking on weak-depends and confuse the system badly | |||
2006-12-19 | * merged apt--curl-https branch | Michael Vogt | |
2006-12-19 | * apt-pkg/deb/debrecords.cc: | Michael Vogt | |
- return the correct SHA1Hash() * methods/http.cc: - send VERSION of apt in the User-Agent string | |||
2006-12-18 | * apt-pkg/algorithms.cc: | Michael Vogt | |
- only increase the score of installed applications if they are not obsolte (still downloadable) | |||
2006-12-18 | * apt-pkg/depcache.cc: | Michael Vogt | |
- never autoremove Required packages | |||
2006-12-18 | * apt-pkg/depcache.cc: | Michael Vogt | |
- never mark required packages as garbage | |||
2006-12-14 | * merged the apt-breaks-iwj branch | Michael Vogt | |
* pulled in the other remaining ubuntu changes | |||
2006-12-14 | * merged with apt--mvo | Michael Vogt | |
2006-12-14 | * merged from the apt--pdiff branch | Michael Vogt | |
2006-12-14 | * merged the no-pragma branch | Michael Vogt | |
2006-12-14 | * merged with apt--debian-sid | Michael Vogt | |
2006-12-14 | * merged with apt--debian-sid | Michael Vogt | |
2006-12-14 | * merged from apt--mvo | Michael Vogt | |
2006-12-13 | * apt-pkg/algorithms.cc: | Michael Vogt | |
- use clog instead of cout in debug | |||
2006-12-08 | 0.6.46.3ubuntu2 change as uploaded: fix dist-upgrade | Ian Jackson | |
2006-12-07 | * apt-pkg/acquire-item.cc | Michael Vogt | |
- more usefull description of the downloaded patches | |||
2006-12-07 | merged with apt--mvo | Michael Vogt | |
2006-12-07 | * apt-pkg/contrib/progress.cc | Michael Vogt | |
- only check time on precent boundaries (seems to make a real difference on ARM, see debian #398381) * apt-pkg/contrib/sha256.cc: - added #pragma interface * apt-pkg/contrib/sha256.h: - remove unneeded stdint.h include * apt-pkg/vendorlist.cc: - fix qualifier to make it build with -O0 * po/: - make update-po | |||
2006-12-07 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- merged the NMU pdiff fix and make the code a bit more readable | |||
2006-12-07 | * apt-pkg/deb/debindexfile.cc: | Michael Vogt | |
- File.FileName() == NULL check added * apt-pkg/deb/debsrcrecords.cc: - fix FTBFS on i386 | |||
2006-12-01 | * apt-pkg/deb/debsrcrecords.{cc,h}: | Michael Vogt | |
- cast correct | |||
2006-12-01 | * merged from main | Michael Vogt | |
2006-12-01 | * merged from main | Michael Vogt | |
2006-12-01 | * apt-pkg/deb/debsrcrecords.cc: | Michael Vogt | |
- fix off-by-one problem | |||
2006-11-30 | * apt-pkg/deb/debsrcrecords.{cc,h}: | Michael Vogt | |
- make the buffer dynmaic | |||
2006-11-27 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- added "Dpkg::StopOnError" variable that controls if apt will abort on errors from dpkg | |||
2006-11-22 | Correct grammar in one message. Unfuzzy translations. Closes: #399652 | bubulle@debian.org | |
2006-11-02 | * merged from apt--mvo | Michael Vogt | |
2006-10-31 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- reset the line if a invalid line was read | |||
2006-10-30 | * merged from apt--mvo | Michael Vogt | |
2006-10-30 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix segfault if dpkg sends multiline error messages | |||
2006-10-02 | * merged from apt--mvo | Michael Vogt | |
2006-10-02 | * removed the remaining #ifdef __GNUG__ that are no longer required | Michael Vogt | |
2006-10-02 | * remove the remaining #ifdef __GNUG__ bits | Michael Vogt | |
2006-10-02 | * removed the pragma mess | Michael Vogt | |
2006-10-02 | * merged from apt--auto-mark | Michael Vogt | |
2006-10-02 | * merged from apt--mvo | Michael Vogt | |
2006-10-02 | * apt-pkg/tagfile.cc,h: | Michael Vogt | |
- make the internal buffer grow dynamically if required | |||
2006-10-02 | * merged with unstable, prepared upload | Michael Vogt | |
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 | * merged from mainline | Michael Vogt | |