summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2012-10-17stop exporting the accidently exported parsenetrc() symbolMichael Vogt2-16/+0
2012-10-17merged from debian-sidMichael Vogt21-106/+304
2012-10-15* apt-pkg/pkgcachegen.cc:Michael Vogt1-2/+6
2012-10-15merge from lp:~donkult/apt/sidMichael Vogt5-62/+70
2012-10-13remove 256 char line limit by using getline() (POSIX.1-2008)David Kalnischkies1-3/+5
2012-10-13* apt-pkg/contrib/netrc.cc:David Kalnischkies1-16/+27
2012-10-13* apt-pkg/policy.cc:David Kalnischkies1-23/+26
2012-10-13* apt-pkg/edsp.cc:David Kalnischkies1-2/+4
2012-10-13write the native architecture as unique string into the cache headerDavid Kalnischkies1-1/+3
2012-10-13correct "3 missing" to "2 missing" remap registrations as the VersionDavid Kalnischkies1-1/+1
2012-10-12merged lp:~mvo/apt/mvoMichael Vogt1-5/+16
2012-09-19* apt-pkg/pkgcache.cc:David Kalnischkies2-3/+24
2012-09-19add 3 missing remap registrations causing a segfault in caseDavid Kalnischkies1-0/+3
2012-09-19* apt-pkg/pkgcachegen.cc:David Kalnischkies1-1/+1
2012-09-09* apt-pkg/pkgcachegen.cc:David Kalnischkies1-0/+2
2012-09-09handle packages without a mandatory architecture (debian-policy ยง5.3)David Kalnischkies5-8/+86
2012-09-04apt-pkg/aptconfiguration.h: fix compiler errorMichael Vogt1-1/+1
2012-09-03report the package name with architecture in the "no file" error messageDavid Kalnischkies1-1/+1
2012-09-03unpack versions only in case a different version from the packageDavid Kalnischkies1-1/+4
2012-09-03* apt-pkg/cdrom.cc:David Kalnischkies4-0/+45
2012-09-03 - do not create duplicated flat-archive CD-ROM sources for foreignDavid Kalnischkies1-6/+9
2012-09-02* apt-pkg/cdrom.cc:David Kalnischkies1-3/+6
2012-09-02* apt-pkg/indexcopy.cc:David Kalnischkies1-4/+7
2012-08-30* apt-pkg/packagemanager.cc:David Kalnischkies1-1/+3
2012-08-28apt-pkg/contrib/netrc.cc: use a slightly smaller login/password sizeMichael Vogt1-2/+2
2012-08-13make netrc parser more robust and parser biger login tokens, thanks to "TJ" (...Michael Vogt1-5/+16
2012-08-05* apt-pkg/cdrom.cc:David Kalnischkies1-2/+2
2012-08-05* apt-pkg/indexcopy.cc:David Kalnischkies1-1/+6
2012-08-04* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-2/+0
2012-08-04move the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard thereDavid Kalnischkies1-1/+1
2012-08-04apt-pkg/contrib/mmap.cc:Pino Toscano1-7/+7
2012-07-24for filesystems not supporting mmap'ing a file we need to use aDavid Kalnischkies1-0/+1
2012-07-24trigger the usage of the fallback code for kfreebsd also in theDavid Kalnischkies1-1/+11
2012-07-20* apt-pkg/contrib/mmap.cc:David Kalnischkies1-1/+1
2012-07-18* apt-pkg/packagemanager.cc:David Kalnischkies1-1/+1
2012-07-18* apt-pkg/cacheset.cc:David Kalnischkies1-0/+2
2012-07-12* apt-pkg/cachefilter.cc:David Kalnischkies1-6/+0
2012-07-10 cherry pick -r1847 from bzr+ssh://bazaar.launchpad.net/~mvo/apt/lp346386/Michael Vogt4-6/+5
2012-07-10cherry pick -r1846 from bzr+ssh://bazaar.launchpad.net/~mvo/apt/lp346386/Michael Vogt1-1/+1
2012-07-10merged the relevant bits from lp:~mvo/apt/lp346386Michael Vogt4-6/+39
2012-07-09* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-1/+2
2012-07-09* apt-pkg/contrib/strutl.cc:David Kalnischkies1-2/+3
2012-07-05* apt-pkg/clean.cc:David Kalnischkies1-2/+3
2012-06-21update comments and add one FIXME for the next ABI breakMichael Vogt2-1/+6
2012-06-21check when finished downloading the InRelease file if it has the expected gpg...Michael Vogt4-6/+34
2012-06-19merged from donkultMichael Vogt9-62/+180
2012-06-16do not dereference the storage for the unique strings as the pointer canDavid Kalnischkies3-9/+13
2012-06-16Fix previous commit: Do not call memset() if realloc() returned NULL.Julian Andres Klode1-2/+3
2012-06-16Zero out the new memory allocated with realloc().Julian Andres Klode1-0/+2
2012-06-16* apt-pkg/contrib/mmap.cc:Julian Andres Klode1-9/+8