summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies65-534/+493
2011-09-19remove an extra argument for the error mesage formatDavid Kalnischkies1-1/+1
2011-09-14enable APT in unpack/configure ordering to handle loops as wellDavid Kalnischkies6-168/+344
2011-09-14* [abi-break] Support large files in the complete toolset. Indexes of thisMichael Vogt1-1/+1
2011-09-13merge with debian/sidDavid Kalnischkies9-55/+142
2011-09-13merge with debian/experimentalDavid Kalnischkies49-301/+490
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies28-112/+157
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies57-71/+168
2011-09-09M-A:same lockstep unpack should operate on installedDavid Kalnischkies1-5/+26
2011-09-05 - add an Acquire::Min-ValidTime option (Closes: #640122)David Kalnischkies1-4/+15
2011-09-05* apt-pkg/indexrecords.cc:David Kalnischkies1-2/+2
2011-08-24* apt-pkg/orderlist.cc:David Kalnischkies1-7/+43
2011-08-23print from their the visit came fromDavid Kalnischkies2-12/+14
2011-08-22remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies2-0/+15
2011-08-22* apt-pkg/acquire.cc:David Kalnischkies1-0/+4
2011-08-22* apt-pkg/acquire-item.cc:David Kalnischkies1-25/+22
2011-08-17* apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:David Kalnischkies2-2/+3
2011-08-16Fixed a problem where the loop flag would be removed prematurely.Christopher Baines1-15/+34
2011-08-15Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve...Christopher Baines2-37/+42
2011-08-15merged from lp:~mvo/apt/mvoMichael Vogt1-1/+3
2011-08-15merged from the debian-sid branchMichael Vogt32-236/+236
2011-08-15merged fixes from lp:~mvo/apt/mvoMichael Vogt2-1/+2
2011-08-14Applied DonKult (David)'s excellent fix for inproving the loop management. No...Christopher Baines1-8/+11
2011-08-13Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug.Christopher Baines1-5/+5
2011-08-12Added code to allow SmartConfigure to be called mutiple times on the same pac...Christopher Baines1-9/+17
2011-08-12Inproved debug with versioningChristopher Baines1-5/+13
2011-08-12Small fix for loop handeling.Christopher Baines1-1/+1
2011-08-11rename the parameter name of MarkDelete from Purge to MarkPurge toDavid Kalnischkies1-2/+2
2011-08-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies4-16/+16
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies27-206/+206
2011-08-11fix some cppcheck: (warning) Member variable is not initialized in the constr...David Kalnischkies3-3/+5
2011-08-11cppcheck is right that the check for preventing null deference of QueryDavid Kalnischkies1-6/+2
2011-08-11Added a RmFlag function to remvoe the loop flag, this should prevent any erro...Christopher Baines2-4/+13
2011-08-09More inproved comments about loops.Christopher Baines2-1/+9
2011-08-09* apt-pkg/acquire.cc:Michael Vogt1-1/+3
2011-08-09merged from the debian-experimental2 branchMichael Vogt70-1161/+3352
2011-08-08fix crash when P.Arch() was used but the cache got remappedMichael Vogt1-1/+1
2011-08-08apt-pkg/acquire-item.cc: add more debug outputMichael Vogt1-0/+1
2011-08-08apt-pkg/pkgcachegen.cc: fix incorrect test for modification timeMichael Vogt1-1/+1
2011-08-07Improved errors and messages in general and improved the comments.Christopher Baines1-132/+63
2011-08-07Fixed a bug on line 623, I picked this up after seeing SmartUnpack trying to ...Christopher Baines1-6/+8
2011-08-05* test/integration/test-hashsum-verification:Michael Vogt1-2/+3
2011-08-05* apt-pkg/acquire-item.cc:Michael Vogt1-2/+3
2011-08-05apt-pkg/acquire-item.cc: always init VerifyMichael Vogt1-0/+4
2011-08-05* apt-pkg/acquire-item.{cc,h}:Michael Vogt2-0/+14
2011-08-05apt-pkg/pkgcachegen.cc: fix compiler errorMichael Vogt1-1/+1
2011-08-02Inproved the SIGINT stop in the dpkgpm, not perfect yet but it should work wh...Christopher Baines1-3/+9
2011-08-01fix crash when P.Arch() was used but the cache got remappedMichael Vogt1-1/+3
2011-08-01Only stop on SigInt if the system state is right (still needs more testing).Christopher Baines2-2/+14
2011-08-01apt-pkg/pkgcachegen.cc: copy Arch to avoid segfault on cache remapMichael Vogt1-1/+3