summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2010-01-30cleanup the error header a bit by moving the printf-macros outDavid Kalnischkies2-23/+16
2010-01-30* apt-pkg/contrib/macros.h:David Kalnischkies9-18/+13
2010-01-27merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt2-4/+4
2010-01-26add Dir::Media::MountPath config optionMichael Vogt1-1/+2
2010-01-26* cmdline/apt-cdrom.cc:Michael Vogt1-2/+0
2010-01-26cmdline/apt-cdrom.cc: add --auto-detectMichael Vogt1-1/+2
2010-01-23* apt-pkg/contrib/fileutl.cc:Michael Vogt8-30/+151
2010-01-22* apt-pkg/contrib/cdromutl.cc:Michael Vogt1-21/+30
2010-01-22* apt-pkg/contrib/cdromutl.cc:Michael Vogt1-21/+30
2010-01-22mark the Error methods as __coldDavid Kalnischkies1-4/+6
2010-01-22add a few gcc helpers, including [un]likely() and __deprecatedDavid Kalnischkies1-0/+22
2010-01-20* apt-pkg/contrib/strutl.cc:David Kalnischkies1-16/+33
2010-01-19* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-3/+4
2010-01-16Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies4-7/+86
2010-01-13merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies5-43/+123
2010-01-09* apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:Michael Vogt2-9/+86
2010-01-08fix merge errorMichael Vogt1-0/+2
2010-01-08* French manpage translation updateMichael Vogt8-131/+111
2010-01-03Add a GetListOfFilesInDir() helper method which replaces the oldDavid Kalnischkies5-113/+56
2010-01-02fix another mistake spotted by lintian:David Kalnischkies1-2/+2
2010-01-02Fix the following gcc-4.5 buildfailure in pkgcache.cc by following the sugges...David Kalnischkies1-1/+1
2010-01-02add configuration PDiffs::Limit-options (FileLimit and SizeLimit) toDavid Kalnischkies1-13/+49
2009-12-27Split ListParser::NewDepends into two methods to use these new methodDavid Kalnischkies6-40/+176
2009-12-23merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies18-214/+394
2009-12-22merge with lp:~mvo/apt/sid to get the finale 0.7.25 stateDavid Kalnischkies2-4/+3
2009-12-19Implement the first step toward Multi-Arch by setting up a GroupDavid Kalnischkies7-70/+267
2009-12-19mark the Error/Warning method as __coldDavid Kalnischkies1-4/+5
2009-12-19add optional gcc features as deprecated, unused and (un)likelyDavid Kalnischkies1-0/+22
2009-12-18* merged lp:~mvo/apt/historyMichael Vogt3-16/+81
2009-12-18apt-pkg/deb/dpkgpm.{cc,h}: refactor writing of the history tag, add ","Michael Vogt2-17/+24
2009-12-18apt-pkg/deb/dpkgpm.cc: fflush earlyMichael Vogt1-0/+1
2009-12-18fix order of upgrade, install check because for a upgrade "Install()" returns...Michael Vogt1-5/+5
2009-12-18add /var/log/apt/history.log fileMichael Vogt3-16/+73
2009-12-14merge segfault fix from Mario Sanchez Prada, many thanksMichael Vogt1-1/+2
2009-12-14merged patches from david (many thanks)Michael Vogt1-3/+1
2009-12-12revert this commit as fast as possible (aka next ABI break)David Kalnischkies1-1/+1
2009-12-10* apt-pkg/init.h:Michael Vogt1-1/+3
2009-12-10merge Michaels wonderful "fix" for the currently unwanted ABI BreakDavid Kalnischkies1-1/+3
2009-12-10* apt-pkg/init.h:Michael Vogt1-1/+3
2009-12-10merge with lp:~mvo/apt/debian-sid : move all my ABI break changesDavid Kalnischkies9-8/+260
2009-12-10merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt5-23/+31
2009-12-10merged -r 1923..1926 from lp:~donkult/apt/sidMichael Vogt1-1/+7
2009-12-10merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt4-20/+24
2009-12-10merged -r1875..1886 from lp:~donkult/apt/sidMichael Vogt1-6/+4
2009-12-10* merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt5-3/+245
2009-12-09Refactor the cache iterators by using a common base classDavid Kalnischkies3-418/+320
2009-12-09* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-0/+1
2009-12-07merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt4-3/+244
2009-12-07if "/" is found in the machine, do a uri.startswith(host) substring match to ...Michael Vogt1-4/+8
2009-12-04* apt-pkg/contrib/netrc.cc:Michael Vogt1-7/+27