summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2009-06-29* add depth information to the debug output and show what dependsMichael Vogt4-18/+103
2009-06-29[ABI break] Allow pinning by codename (closes: #97564)Michael Vogt6-21/+43
2009-06-23* apt-pkg/algorithms.cc:Michael Vogt1-2/+6
2009-06-17send "dpkg-exec" message on the status fd when dpkg is runMichael Vogt1-0/+9
2009-06-17* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-1/+29
2009-06-15Introduce support for the Enhances field. (Closes: #137583) jak@debian.org3-3/+5
2009-06-12apt-pkg/contrib/configuration.cc: Fix a small memory leak inJulian Andres Klode1-0/+1
2009-06-09[ABI break] support '#' in apt.conf and /etc/apt/preferencesMichael Vogt6-11/+39
2009-06-09* apt-pkg/acquire.cc:Michael Vogt1-1/+1
2009-05-07[apt-pkg] allow also codenames for specifying a releaseDavid Kalnischkies6-21/+43
2009-04-24build fixes for g++-4.4Michael Vogt2-1/+3
2009-04-23fix problematic use of tolower() when calculating the version Michael Vogt4-3/+15
2009-04-14build fixes, change version 0.7.21Michael Vogt1-0/+1
2009-04-09* apt-pkg/contrib/strutl.cc:Michael Vogt9-16/+70
2009-03-09Fix an infinite loop in pkgAcquire::UriIterator::operator++() (Closes: #335615).Daniel Burrows1-1/+1
2009-03-06Fix FindFile (and FindDir) so that the value of RootDir is applied to the def...Daniel Burrows1-2/+2
2009-03-06* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-3/+1
2009-02-03apt-pkg/pkgcache.cc: fix typoMichael Vogt1-1/+1
2009-02-03* apt-pkg/pkgcache.cc:Michael Vogt1-3/+7
2009-01-30[ABI break] use int for the package IDs (thanks to Steve Cotton)Michael Vogt1-4/+4
2009-01-30[ABI break] merge support for http redirects, thanks toMichael Vogt4-1/+49
2009-01-28apt-pkg/deb/debsystem.cc: add missing i18n stringMichael Vogt1-1/+1
2009-01-19* apt-pkg/pkgcachegen.cc:Michael Vogt1-1/+1
2009-01-19apt-pkg/pkgcachegen.cc: when searching for duplicates in the description, avo...Michael Vogt1-1/+1
2009-01-08* apt-pkg/contrib/strutl.cc:Michael Vogt1-5/+9
2008-12-09merged from the debian-sid branchMichael Vogt2-5/+12
2008-12-09* methods/gpgv.cc:Michael Vogt1-7/+8
2008-12-09apt-pkg/contrib/strutl.cc: increase the size limitMichael Vogt1-2/+2
2008-12-08* apt-pkg/indexrecords.cc:Michael Vogt3-3/+19
2008-11-26Added instruction how to work around MMap error in MMap error message.Eugene V. Lyubimkin1-2/+4
2008-11-12merge from the mvo branchMichael Vogt1-1/+1
2008-11-12fix another typoMichael Vogt1-1/+1
2008-11-12merge from debian-sidMichael Vogt1-1/+1
2008-11-12apt-pkg/deb/dpkgpm.cc: fix typo (thanks to jackyf)Michael Vogt1-1/+1
2008-11-12fix SIGHUP handling (closes: #463030)Michael Vogt1-0/+5
2008-11-12fix SIGHUP handling (closes: #463030)Michael Vogt1-0/+5
2008-10-29add fixme for the future flJustExtensionMichael Vogt1-0/+4
2008-10-29* apt-pkg/acquire-item.cc:Michael Vogt1-3/+4
2008-10-29apt-pkg/acquire-item.cc: do not hardcode "Packages" or "Sources" in the (gene...Michael Vogt1-1/+2
2008-10-29apt-pkg/acquire-item.cc: fixed my incorrect use of flExtensionMichael Vogt1-3/+3
2008-10-28* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-4/+12
2008-10-28apt-pkg/cdrom.cc: add missing i18n stringMichael Vogt1-1/+1
2008-10-28apt-pkg/indexcopy.cc: discard errors after Verify()Michael Vogt1-0/+1
2008-10-28* apt-ftparchive might write corrupt Release files (LP: #46439)Michael Vogt11-32/+76
2008-10-28fix various -Wall warningsMichael Vogt6-8/+11
2008-10-28* apt-pkg/acquire-item.cc:Michael Vogt2-9/+26
2008-10-28* apt-pkg/acquire-item.cc:Michael Vogt2-9/+26
2008-10-26Forgot to remove regex.h include in previous commit. Now doneEugene V. Lyubimkin1-1/+0
2008-10-26Switched from regexp to using existing URI class to strip user/password.Eugene V. Lyubimkin1-15/+4
2008-10-25Corrected determining if regexp matched.Eugene V. Lyubimkin1-2/+3