summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Added debug output to package manager.Christopher Baines2011-07-031-0/+3
| * | | The modification to orderlist.cc is from a patch DonKult (David) gave me, The...Christopher Baines2011-07-022-0/+23
| * | | Removed temp debug lines.Christopher Baines2011-06-271-2/+0
| * | | Fixed missing argument in VerifyConfigure call.Christopher Baines2011-06-271-2/+2
| * | | Initial commit from my GSoC project. Added a verification function (VerifyCon...Christopher Baines2011-06-272-3/+92
* | | | * [abi-break] Support large files in the complete toolset. Indexes of thisMichael Vogt2011-09-141-1/+1
* | | | merge with debian/sidDavid Kalnischkies2011-09-139-55/+142
|\ \ \ \
| * | | | M-A:same lockstep unpack should operate on installedDavid Kalnischkies2011-09-091-5/+26
| * | | | - add an Acquire::Min-ValidTime option (Closes: #640122)David Kalnischkies2011-09-051-4/+15
| * | | | * apt-pkg/indexrecords.cc:David Kalnischkies2011-09-051-2/+2
| * | | | * apt-pkg/orderlist.cc:David Kalnischkies2011-08-241-7/+43
| * | | | print from their the visit came fromDavid Kalnischkies2011-08-232-12/+14
| * | | | remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies2011-08-222-0/+15
| * | | | * apt-pkg/acquire.cc:David Kalnischkies2011-08-221-0/+4
| * | | | * apt-pkg/acquire-item.cc:David Kalnischkies2011-08-221-25/+22
| * | | | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:David Kalnischkies2011-08-172-2/+3
* | | | | merge with debian/experimentalDavid Kalnischkies2011-09-1349-301/+490
|\ \ \ \ \
| * \ \ \ \ merged from lp:~mvo/apt/mvoMichael Vogt2011-08-151-1/+3
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | * apt-pkg/acquire.cc:Michael Vogt2011-08-091-1/+3
| | * | | | merged from the debian-experimental2 branchMichael Vogt2011-08-0970-1161/+3352
| | |\ \ \ \
| * | \ \ \ \ merged from the debian-sid branchMichael Vogt2011-08-1532-236/+236
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | merged fixes from lp:~mvo/apt/mvoMichael Vogt2011-08-152-1/+2
| | |\| | |
| | | * | | fix crash when P.Arch() was used but the cache got remappedMichael Vogt2011-08-081-1/+1
| | | |\ \ \
| | | * | | | apt-pkg/acquire-item.cc: add more debug outputMichael Vogt2011-08-081-0/+1
| | | * | | | apt-pkg/pkgcachegen.cc: fix incorrect test for modification timeMichael Vogt2011-08-081-1/+1
| | * | | | | rename the parameter name of MarkDelete from Purge to MarkPurge toDavid Kalnischkies2011-08-111-2/+2
| | * | | | | fix a few more cppcheck performance and scope warningsDavid Kalnischkies2011-08-114-16/+16
| | * | | | | cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-1127-206/+206
| | * | | | | fix some cppcheck: (warning) Member variable is not initialized in the constr...David Kalnischkies2011-08-113-3/+5
| | * | | | | cppcheck is right that the check for preventing null deference of QueryDavid Kalnischkies2011-08-111-6/+2
| | | |/ / / | | |/| | |
| | * | | | * test/integration/test-hashsum-verification:Michael Vogt2011-08-051-2/+3
| | |\| | |
| | | * | | * apt-pkg/acquire-item.cc:Michael Vogt2011-08-051-2/+3
| | |/ / /
| * | | | apt-pkg/acquire-item.cc: always init VerifyMichael Vogt2011-08-051-0/+4
| * | | | * apt-pkg/acquire-item.{cc,h}:Michael Vogt2011-08-052-0/+14
| * | | | apt-pkg/pkgcachegen.cc: fix compiler errorMichael Vogt2011-08-051-1/+1
| * | | | fix crash when P.Arch() was used but the cache got remappedMichael Vogt2011-08-011-1/+3
| |\| | |
| | * | | apt-pkg/pkgcachegen.cc: copy Arch to avoid segfault on cache remapMichael Vogt2011-08-011-1/+3
| | * | | merged from debian-sidMichael Vogt2011-07-2910-54/+120
| | |\ \ \
| * | | | | apt-pkg/sourcelist.cc: GetListOfFilesInDir() fails if the dir does not exists...Michael Vogt2011-08-011-2/+6
| * | | | | apt-pkg/contrib/sha2_internal.h: remove extern "C" to avoid symbol clash with...Michael Vogt2011-07-291-9/+0
| * | | | | apt-pkg/contrib/sha256.h: use #warning to warn about deprecated headerMichael Vogt2011-07-291-1/+1
| * | | | | merge from lp:~mvo/apt/mvoMichael Vogt2011-07-292-2/+5
| |\| | | |
| | * | | | * apt-pkg/pkgcachegen.{cc,h}:Michael Vogt2011-07-292-2/+5
| * | | | | * apt-pkg/makefile:Michael Vogt2011-07-291-1/+1
| * | | | | merged from lp:~mvo/apt/mvoMichael Vogt2011-07-285-4/+47
| |\| | | |
| | * | | | * apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2011-07-285-4/+47
| * | | | | [ABI break] merge patch from Jonathan Thomas to speed up theMichael Vogt2011-07-282-3/+11
| * | | | | [ABI break] merged patch from Jonathan Thomas to have a newMichael Vogt2011-07-283-1/+16
| * | | | | * [ABI break] apt-pkg/acquire-item.{cc,h}:Michael Vogt2011-07-282-15/+20
| * | | | | * apt-pkg/cdrom.{cc,h}:Michael Vogt2011-07-282-14/+4