Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Added debug output to package manager. | Christopher Baines | 2011-07-03 | 1 | -0/+3 | |
| * | | | The modification to orderlist.cc is from a patch DonKult (David) gave me, The... | Christopher Baines | 2011-07-02 | 2 | -0/+23 | |
| * | | | Removed temp debug lines. | Christopher Baines | 2011-06-27 | 1 | -2/+0 | |
| * | | | Fixed missing argument in VerifyConfigure call. | Christopher Baines | 2011-06-27 | 1 | -2/+2 | |
| * | | | Initial commit from my GSoC project. Added a verification function (VerifyCon... | Christopher Baines | 2011-06-27 | 2 | -3/+92 | |
* | | | | * [abi-break] Support large files in the complete toolset. Indexes of this | Michael Vogt | 2011-09-14 | 1 | -1/+1 | |
* | | | | merge with debian/sid | David Kalnischkies | 2011-09-13 | 9 | -55/+142 | |
|\ \ \ \ | ||||||
| * | | | | M-A:same lockstep unpack should operate on installed | David Kalnischkies | 2011-09-09 | 1 | -5/+26 | |
| * | | | | - add an Acquire::Min-ValidTime option (Closes: #640122) | David Kalnischkies | 2011-09-05 | 1 | -4/+15 | |
| * | | | | * apt-pkg/indexrecords.cc: | David Kalnischkies | 2011-09-05 | 1 | -2/+2 | |
| * | | | | * apt-pkg/orderlist.cc: | David Kalnischkies | 2011-08-24 | 1 | -7/+43 | |
| * | | | | print from their the visit came from | David Kalnischkies | 2011-08-23 | 2 | -12/+14 | |
| * | | | | remove the caches in 'apt-get update', too, as they will be | David Kalnischkies | 2011-08-22 | 2 | -0/+15 | |
| * | | | | * apt-pkg/acquire.cc: | David Kalnischkies | 2011-08-22 | 1 | -0/+4 | |
| * | | | | * apt-pkg/acquire-item.cc: | David Kalnischkies | 2011-08-22 | 1 | -25/+22 | |
| * | | | | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc: | David Kalnischkies | 2011-08-17 | 2 | -2/+3 | |
* | | | | | merge with debian/experimental | David Kalnischkies | 2011-09-13 | 49 | -301/+490 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | merged from lp:~mvo/apt/mvo | Michael Vogt | 2011-08-15 | 1 | -1/+3 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | * apt-pkg/acquire.cc: | Michael Vogt | 2011-08-09 | 1 | -1/+3 | |
| | * | | | | merged from the debian-experimental2 branch | Michael Vogt | 2011-08-09 | 70 | -1161/+3352 | |
| | |\ \ \ \ | ||||||
| * | \ \ \ \ | merged from the debian-sid branch | Michael Vogt | 2011-08-15 | 32 | -236/+236 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | | | ||||||
| | * | | | | merged fixes from lp:~mvo/apt/mvo | Michael Vogt | 2011-08-15 | 2 | -1/+2 | |
| | |\| | | | ||||||
| | | * | | | fix crash when P.Arch() was used but the cache got remapped | Michael Vogt | 2011-08-08 | 1 | -1/+1 | |
| | | |\ \ \ | ||||||
| | | * | | | | apt-pkg/acquire-item.cc: add more debug output | Michael Vogt | 2011-08-08 | 1 | -0/+1 | |
| | | * | | | | apt-pkg/pkgcachegen.cc: fix incorrect test for modification time | Michael Vogt | 2011-08-08 | 1 | -1/+1 | |
| | * | | | | | rename the parameter name of MarkDelete from Purge to MarkPurge to | David Kalnischkies | 2011-08-11 | 1 | -2/+2 | |
| | * | | | | | fix a few more cppcheck performance and scope warnings | David Kalnischkies | 2011-08-11 | 4 | -16/+16 | |
| | * | | | | | cppcheck complains about some possible speed improvements which could be | David Kalnischkies | 2011-08-11 | 27 | -206/+206 | |
| | * | | | | | fix some cppcheck: (warning) Member variable is not initialized in the constr... | David Kalnischkies | 2011-08-11 | 3 | -3/+5 | |
| | * | | | | | cppcheck is right that the check for preventing null deference of Query | David Kalnischkies | 2011-08-11 | 1 | -6/+2 | |
| | | |/ / / | | |/| | | | ||||||
| | * | | | | * test/integration/test-hashsum-verification: | Michael Vogt | 2011-08-05 | 1 | -2/+3 | |
| | |\| | | | ||||||
| | | * | | | * apt-pkg/acquire-item.cc: | Michael Vogt | 2011-08-05 | 1 | -2/+3 | |
| | |/ / / | ||||||
| * | | | | apt-pkg/acquire-item.cc: always init Verify | Michael Vogt | 2011-08-05 | 1 | -0/+4 | |
| * | | | | * apt-pkg/acquire-item.{cc,h}: | Michael Vogt | 2011-08-05 | 2 | -0/+14 | |
| * | | | | apt-pkg/pkgcachegen.cc: fix compiler error | Michael Vogt | 2011-08-05 | 1 | -1/+1 | |
| * | | | | fix crash when P.Arch() was used but the cache got remapped | Michael Vogt | 2011-08-01 | 1 | -1/+3 | |
| |\| | | | ||||||
| | * | | | apt-pkg/pkgcachegen.cc: copy Arch to avoid segfault on cache remap | Michael Vogt | 2011-08-01 | 1 | -1/+3 | |
| | * | | | merged from debian-sid | Michael Vogt | 2011-07-29 | 10 | -54/+120 | |
| | |\ \ \ | ||||||
| * | | | | | apt-pkg/sourcelist.cc: GetListOfFilesInDir() fails if the dir does not exists... | Michael Vogt | 2011-08-01 | 1 | -2/+6 | |
| * | | | | | apt-pkg/contrib/sha2_internal.h: remove extern "C" to avoid symbol clash with... | Michael Vogt | 2011-07-29 | 1 | -9/+0 | |
| * | | | | | apt-pkg/contrib/sha256.h: use #warning to warn about deprecated header | Michael Vogt | 2011-07-29 | 1 | -1/+1 | |
| * | | | | | merge from lp:~mvo/apt/mvo | Michael Vogt | 2011-07-29 | 2 | -2/+5 | |
| |\| | | | | ||||||
| | * | | | | * apt-pkg/pkgcachegen.{cc,h}: | Michael Vogt | 2011-07-29 | 2 | -2/+5 | |
| * | | | | | * apt-pkg/makefile: | Michael Vogt | 2011-07-29 | 1 | -1/+1 | |
| * | | | | | merged from lp:~mvo/apt/mvo | Michael Vogt | 2011-07-28 | 5 | -4/+47 | |
| |\| | | | | ||||||
| | * | | | | * apt-pkg/contrib/fileutl.{cc,h}: | Michael Vogt | 2011-07-28 | 5 | -4/+47 | |
| * | | | | | [ABI break] merge patch from Jonathan Thomas to speed up the | Michael Vogt | 2011-07-28 | 2 | -3/+11 | |
| * | | | | | [ABI break] merged patch from Jonathan Thomas to have a new | Michael Vogt | 2011-07-28 | 3 | -1/+16 | |
| * | | | | | * [ABI break] apt-pkg/acquire-item.{cc,h}: | Michael Vogt | 2011-07-28 | 2 | -15/+20 | |
| * | | | | | * apt-pkg/cdrom.{cc,h}: | Michael Vogt | 2011-07-28 | 2 | -14/+4 |