summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
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-23* apt-pkg/algorithms.cc:Michael Vogt
2009-06-17send "dpkg-exec" message on the status fd when dpkg is runMichael Vogt
2009-06-17* apt-pkg/deb/dpkgpm.cc: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-06-09* apt-pkg/acquire.cc:Michael Vogt
2009-05-07[apt-pkg] allow also codenames for specifying a releaseDavid Kalnischkies
2009-04-24build fixes for g++-4.4Michael Vogt
2009-04-23fix problematic use of tolower() when calculating the version Michael Vogt
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-03-06* apt-pkg/deb/dpkgpm.cc:Michael Vogt
2009-02-03apt-pkg/pkgcache.cc: fix typoMichael Vogt
2009-02-03* apt-pkg/pkgcache.cc:Michael Vogt
2009-01-30[ABI break] use int for the package IDs (thanks to Steve Cotton)Michael Vogt
2009-01-30[ABI break] merge support for http redirects, thanks toMichael Vogt
2009-01-28apt-pkg/deb/debsystem.cc: add missing i18n stringMichael Vogt
2009-01-19* apt-pkg/pkgcachegen.cc:Michael Vogt
2009-01-19apt-pkg/pkgcachegen.cc: when searching for duplicates in the description, avo...Michael Vogt
2009-01-08* apt-pkg/contrib/strutl.cc:Michael Vogt
2008-12-09merged from the debian-sid branchMichael Vogt
2008-12-09* methods/gpgv.cc:Michael Vogt
2008-12-09apt-pkg/contrib/strutl.cc: increase the size limitMichael Vogt
2008-12-08* apt-pkg/indexrecords.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-12fix another typoMichael Vogt
2008-11-12merge from debian-sidMichael 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-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-28* apt-pkg/deb/dpkgpm.cc:Michael Vogt
2008-10-28apt-pkg/cdrom.cc: add missing i18n stringMichael Vogt
2008-10-28apt-pkg/indexcopy.cc: discard errors after Verify()Michael Vogt
2008-10-28* apt-ftparchive might write corrupt Release files (LP: #46439)Michael 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