Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * apt-pkg/policy.cc: | David Kalnischkies | 2011-10-04 | 3 | -4/+26 |
| | | | - accept generic release pin expressions again in -t (Closes: #644166) | ||||
* | * apt-pkg/init.cc: | David Kalnischkies | 2011-09-21 | 2 | -8/+9 |
| | | | - silently ignore *.orig and *.save files by default | ||||
* | convert a few for-loop char finds to proper strchr and memchr | David Kalnischkies | 2011-09-21 | 6 | -59/+42 |
| | |||||
* | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | 2011-09-20 | 4 | -99/+123 |
| | | | | | | | | | | | - use std::vector instead of fixed size arrays to store args and multiarch-packagename strings - load the dpkg base arguments only one time and reuse them later * cmdline/apt-get.cc: - follow Provides in the evaluation of saving candidates, too, for statisfying garbage package dependencies (Closes: #640590) * apt-pkg/algorithms.cc: - if a package is garbage, don't try to save it with FixByInstall | ||||
* | update the test to ensure that NotAutomatic and co is used also | David Kalnischkies | 2011-09-15 | 1 | -8/+50 |
| | | | | | if the archive is signed, but the signature can't be checked as the key is missing (debbugs #597301 - fix in r2105) | ||||
* | * doc/apt-get.8.xml: | David Kalnischkies | 2011-09-14 | 2 | -1/+10 |
| | | | | - change wording of autoremove description as suggested by Robert Simmons, thanks! (Closes: #641490) | ||||
* | update symbols file | David Kalnischkies | 2011-09-14 | 1 | -1/+2 |
| | |||||
* | releasing version 0.8.15.8 | Michael Vogt | 2011-09-14 | 1 | -2/+2 |
| | |||||
* | * apt-pkg/contrib/configuration.cc: | Michael Vogt | 2011-09-14 | 2 | -4/+10 |
| | | | | - fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options | ||||
* | * cmdline/apt-get.cc: | Michael Vogt | 2011-09-14 | 2 | -7/+16 |
|\ | | | | | | | - output list of virtual package providers to c1out in -q=1 instead of /dev/null to unbreak sbuild (LP: #816155) | ||||
| * | * cmdline/apt-get.cc: | David Kalnischkies | 2011-09-13 | 2 | -7/+16 |
|/ | | | | - output list of virtual package providers to c1out in -q=1 instead of /dev/null to unbreak sbuild (LP: #816155) | ||||
* | releasing version 0.8.15.7 | Michael Vogt | 2011-09-12 | 1 | -2/+2 |
| | |||||
* | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-09-12 | 27 | -124/+375 |
|\ | |||||
| * | fix changelog typos and bugfix-link | David Kalnischkies | 2011-09-09 | 1 | -3/+3 |
| | | |||||
| * | M-A:same lockstep unpack should operate on installed | David Kalnischkies | 2011-09-09 | 5 | -16/+70 |
| | | | | | | packages first (LP: #835625) | ||||
| * | fix bashism (local outside function) and releasefile creation in testcases | David Kalnischkies | 2011-09-09 | 4 | -10/+20 |
| | | |||||
| * | - add an Acquire::Min-ValidTime option (Closes: #640122) | David Kalnischkies | 2011-09-05 | 4 | -13/+61 |
| | | | | | | | | | | * doc/apt.conf.5.xml: - reword Acquire::Max-ValidTime documentation to make clear that it doesn't provide the new Min-ValidTime functionality | ||||
| * | * apt-pkg/indexrecords.cc: | David Kalnischkies | 2011-09-05 | 4 | -16/+90 |
| | | | | | | | | - fix Acquire::Max-ValidTime option by interpreting it really as seconds as specified in the manpage and not as days | ||||
| * | * apt-pkg/orderlist.cc: | David Kalnischkies | 2011-08-24 | 2 | -8/+48 |
| | | | | | | | | | | - prefer visiting packages marked for deletion in VisitProvides if we are operating on a negative dependency so that we can deal early with the fallout of this remove | ||||
| * | print from their the visit came from | David Kalnischkies | 2011-08-23 | 2 | -12/+14 |
| | | |||||
| * | * cmdline/apt-key: | David Kalnischkies | 2011-08-23 | 2 | -2/+5 |
| | | | | | | | | - if command is 'add' do not error out if the specified keyring doesn't exist, it will be created by gpg | ||||
| * | remove the caches in 'apt-get update', too, as they will be | David Kalnischkies | 2011-08-22 | 13 | -28/+29 |
| | | | | | | invalid in most cases anyway | ||||
| * | * apt-pkg/acquire.cc: | David Kalnischkies | 2011-08-22 | 2 | -1/+7 |
| | | | | | | - non-existing directories are by definition clean | ||||
| * | * apt-pkg/acquire-item.cc: | David Kalnischkies | 2011-08-22 | 2 | -26/+26 |
| | | | | | | | | - if no Release.gpg file is found try to verify with hashes, but do not fail if a hash can't be found | ||||
| * | * cmdline/apt-get.cc: | David Kalnischkies | 2011-08-18 | 2 | -6/+19 |
|/ | | | | - remove the binary caches in 'apt-get clean' as it is the first thing recommend by many supporters in case of APT segfaults | ||||
* | merged lp:~donkult/apt/sid | Michael Vogt | 2011-08-17 | 58 | -2067/+116 |
|\ | |||||
| * | set the msglevel to a high dummy value if none is specified | David Kalnischkies | 2011-08-17 | 1 | -0/+4 |
| | | |||||
| * | for consistency allow the usage of 'make test' instead of './run-tests' | David Kalnischkies | 2011-08-17 | 3 | -7/+16 |
| | | |||||
| * | understand DEB_BUILD_OPTIONS nocheck to disable the testexecution | David Kalnischkies | 2011-08-17 | 1 | -0/+4 |
| | | |||||
| * | * debian/apt.symbols: | David Kalnischkies | 2011-08-17 | 2 | -2/+9 |
| | | | | | | - add the newly added symbols since 0.8.15.3 | ||||
| * | * test/* | David Kalnischkies | 2011-08-17 | 2 | -1/+6 |
| | | | | | | | | | | - reorganize the various testcases and helper we have and integrate them better into the buildsystem - run the test/libapt testcases at package build-time | ||||
| * | fix 'comparison between signed and unsigned integer expressions' warning | David Kalnischkies | 2011-08-17 | 1 | -2/+1 |
| | | | | | | | | in the udevcdrom testcase | ||||
| * | do not output color in the testcases if stdout/stderr are not a /dev/pts | David Kalnischkies | 2011-08-17 | 3 | -20/+48 |
| | | |||||
| * | build test-binaries by default and add a test target to toplevel | David Kalnischkies | 2011-08-17 | 3 | -3/+25 |
| | | |||||
| * | fix the compareversion test to work then called from outside of libapt | David Kalnischkies | 2011-08-17 | 2 | -2/+7 |
| | | |||||
| * | the experimental branch has a better version of this test in libapt, | David Kalnischkies | 2011-08-17 | 1 | -70/+0 |
| | | | | | | | | so remove it now - we will get it back at merge-time with experimental | ||||
| * | remove fake-status leftover from the python-test | David Kalnischkies | 2011-08-17 | 1 | -16/+0 |
| | | |||||
| * | move the networkless test to the interactive helpers as it needs | David Kalnischkies | 2011-08-17 | 3 | -0/+0 |
| | | | | | | | | | | root rights for operation (ifup/down, iptables) so it is better run under supervision | ||||
| * | remove the python testcases as this is covered by integration/ | David Kalnischkies | 2011-08-17 | 31 | -1594/+0 |
| | | |||||
| * | move the interactive helper to a subdirectory of test | David Kalnischkies | 2011-08-17 | 7 | -16/+3 |
| | | |||||
| * | add 'dirs' target to the 'all' target to ensure that for e.g. the tests | David Kalnischkies | 2011-08-17 | 2 | -2/+1 |
| | | | | | | | | all (sub)directories are build which are needed (e.g. obj/ and co) | ||||
| * | move the list of versions to test with to the libapt subdirectory | David Kalnischkies | 2011-08-17 | 2 | -1/+1 |
| | | |||||
| * | remove the interactive scratch test, it doesn't test much and what | David Kalnischkies | 2011-08-17 | 1 | -105/+0 |
| | | | | | | | | | | it tests is covered by your non-interactive testcases, so this one wasn't used for a looooong time | ||||
| * | replaced by the integration/test-compressed-indexes test | David Kalnischkies | 2011-08-17 | 1 | -235/+0 |
| | | |||||
* | | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-08-17 | 13 | -115/+245 |
|\| | |||||
| * | merge with the final changelog from debian-sid | David Kalnischkies | 2011-08-17 | 1 | -3/+3 |
| |\ | |/ |/| | |||||
* | | releasing version 0.8.15.6 | Michael Vogt | 2011-08-15 | 1 | -2/+2 |
| | | |||||
| * | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc: | David Kalnischkies | 2011-08-17 | 4 | -2/+37 |
| | | | | | | | | | | - ignore "self"-conflicts for all architectures of a package instead of just for the architecture of the package locked at in the ordering of installations too (Closes: #802901) | ||||
| * | merge the tests for configuration into another libapt-test | David Kalnischkies | 2011-08-17 | 5 | -72/+84 |
| | | |||||
| * | support yet another webserver in the integration tests: gatling | David Kalnischkies | 2011-08-15 | 1 | -0/+5 |
| | |