summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies
2009-06-30fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to workMichael Vogt
2009-06-30merged r1811..1815 from lp:~donkult/apt/experimentalMichael Vogt
2009-06-30merge the AutoInstOk patch from debian-experimentalMichael Vogt
2009-06-29* support IsAutoInstallOk in the resolver tooMichael Vogt
2009-06-29merge r1797 from lp:~donkult/apt/experimentalMichael Vogt
2009-06-29add hook for auto-install (closes: #470035)Michael Vogt
2009-06-29* add Debug::pkgDepCache::Marker with more detailed debug output Michael Vogt
2009-06-29* add depth information to the debug output and show what dependsMichael Vogt
2009-06-29[ABI break] Allow pinning by codename (closes: #97564)Michael Vogt
2009-06-15Introduce support for the Enhances field. (Closes: #137583) jak@debian.org
2009-06-12apt-pkg/contrib/configuration.cc: Fix a small memory leak inJulian Andres Klode
2009-06-09[ABI break] support '#' in apt.conf and /etc/apt/preferencesMichael Vogt
2009-05-07[apt-pkg] allow also codenames for specifying a releaseDavid Kalnischkies
2009-04-14build fixes, change version 0.7.21Michael Vogt
2009-04-09* apt-pkg/contrib/strutl.cc:Michael Vogt
2009-03-09Fix an infinite loop in pkgAcquire::UriIterator::operator++() (Closes: #335615).Daniel Burrows
2009-03-06Fix FindFile (and FindDir) so that the value of RootDir is applied to the def...Daniel Burrows
2009-01-19* apt-pkg/pkgcachegen.cc:Michael Vogt
2008-11-26Added instruction how to work around MMap error in MMap error message.Eugene V. Lyubimkin
2008-11-12merge from the mvo branchMichael Vogt
2008-11-12apt-pkg/deb/dpkgpm.cc: fix typo (thanks to jackyf)Michael Vogt
2008-11-12fix SIGHUP handling (closes: #463030)Michael Vogt
2008-10-29add fixme for the future flJustExtensionMichael Vogt
2008-10-29* apt-pkg/acquire-item.cc:Michael Vogt
2008-10-29apt-pkg/acquire-item.cc: do not hardcode "Packages" or "Sources" in the (gene...Michael Vogt
2008-10-29apt-pkg/acquire-item.cc: fixed my incorrect use of flExtensionMichael Vogt
2008-10-28fix various -Wall warningsMichael Vogt
2008-10-28* apt-pkg/acquire-item.cc:Michael Vogt
2008-10-28* apt-pkg/acquire-item.cc:Michael Vogt
2008-10-26Forgot to remove regex.h include in previous commit. Now doneEugene V. Lyubimkin
2008-10-26Switched from regexp to using existing URI class to strip user/password.Eugene V. Lyubimkin
2008-10-25Corrected determining if regexp matched.Eugene V. Lyubimkin
2008-10-25Fixed error output when fallback'ed to uncompressed Packages/Sources.Eugene V. Lyubimkin
2008-10-25Strip user/password from URL in error message.Eugene V. Lyubimkin
2008-10-25Added fallback to uncompressed files while acquiring index files (Sources and...Eugene V. Lyubimkin
2008-10-11Fix typo in apt-pkg/depcache.ccLuca Bruno
2008-10-11Fix another compilation warning in apt-pkg/versionmatch.ccLuca Bruno
2008-10-11Fix compilation warning in apt-pkg/acquire.cc. New experimental releaseLuca Bruno
2008-10-03Applying #298821 patch for further arbitary typosLuca Bruno
2008-10-03Fix some typos in docs and translations (thanks to timeless, closes: 368665)Luca Bruno
2008-10-01* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt
2008-09-25Restore the apt ABI.Daniel Burrows
2008-09-23* apt-pkg/pkgcachegen.cc:egon
2008-07-25* add DPkg::NoTriggers option so that applications that callMichael Vogt
2008-07-25* improve apt progress reporting, display trigger actionsMichael Vogt
2008-07-25* apt-pkg/depcache.cc:Michael Vogt
2008-05-23Apply patch to avoid truncating of arbitrary files. Thanks to BryanOtavio Salvador
2008-04-27Improve the debugging of the auto-remove code.Daniel Burrows
2008-04-02Fix ReadMessages to handle messages that are longer than 64000 bytes.Daniel Burrows