summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2010-03-18Fix a segfault in the version merger introduced in the previous patch:David Kalnischkies1-1/+1
2010-03-17* apt-pkg/pkgcachegen.cc:David Kalnischkies1-17/+11
2010-03-14* apt-pkg/depcache.cc:David Kalnischkies4-20/+41
2010-03-13* apt-pkg/deb/debversion.cc:David Kalnischkies1-2/+16
2010-03-12* apt-pkg/deb/dpkgpm.cc:David Kalnischkies3-1/+44
2010-03-12* cmdline/apt-get.ccDavid Kalnischkies1-1/+2
2010-03-12* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-7/+9
2010-03-03fix memory leak in getLanguages() by closing the directory after checkingDavid Kalnischkies1-0/+1
2010-02-27* apt-pkg/contrib/mmap.{h,cc}:David Kalnischkies2-11/+64
2010-02-18fix crash when LANGUAGE is not setMichael Vogt1-1/+2
2010-02-18merge from the lp:~donkult/apt/sid branchMichael Vogt7-42/+158
2010-02-18* [BREAK] merged lp:~mvo/apt/historyMichael Vogt6-21/+99
2010-02-18Change the package index Info methods to allow apt-cache policy to beMichael Vogt3-6/+19
2010-02-18we break the ABI, so let use increase the ABI number :)David Kalnischkies1-1/+1
2010-02-18* aptconfiguration.cc:David Kalnischkies2-7/+76
2010-02-18dd support for the LANGUAGE environment variableDavid Kalnischkies4-33/+80
2010-02-18* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-1/+1
2010-02-17merged from debian-sidMichael Vogt19-197/+364
2010-02-13merge with debian-sidDavid Kalnischkies3-25/+34
2010-02-07fix progress reporting while reading extended_states fileDavid Kalnischkies1-3/+3
2010-01-31merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt8-17/+11
2010-01-31* cmdline/acqprogress.cc:Michael Vogt2-23/+16
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-22merge with lp:~mvo/apt/sid to get the finale 0.7.25 stateDavid Kalnischkies2-4/+3
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