Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-04 | merged from lp:~donkult/apt/experimental | Michael Vogt | |
2012-09-04 | merged from lp:~donkult/apt/experimental | Michael Vogt | |
2012-08-28 | merged from the debian-sid branch | Michael Vogt | |
2012-08-05 | ensure that the right architecture is used for cross-dependencies in | David Kalnischkies | |
cases we have to choose a provider by defaulting on host-arch instead of build-arch | |||
2012-08-04 | improve the check for purely virtuals as provided packages aren't | David Kalnischkies | |
purely virtual and shouldn't error out cause of that | |||
2012-08-04 | * cmdline/apt-get.cc: | David Kalnischkies | |
- error out on (unsatisfiable) build-deps on purly virtual packages instead of ignoring these dependencies; thanks to Johannes Schauer for the detailed report! (Closes: #683786) | |||
2012-07-18 | * apt-pkg/cacheset.cc: | David Kalnischkies | |
- handle :all and :native correctly as architectures again in the commandline parsing (regression in 0.9.7) | |||
2012-07-12 | * apt-pkg/cachefilter.cc: | David Kalnischkies | |
- remove architecture-specific arch to tuple expansion-rules as they lead to the same tuples for different architectures (e.g. linux-arm for arm, armel and armhf) while the dpkg-architecture code uses triples which are different (in the first part, which we omit in our tuples), so e.g. build-dep restrictions for armel ended up effecting armhf as well | |||
2012-07-12 | add (partial) partial request support for the webserver | David Kalnischkies | |
2012-07-11 | add option to send Content-Type based on file extension | David Kalnischkies | |
2012-07-11 | make the server a little more robust against write errors (e.g. broken pipe) | David Kalnischkies | |
2012-07-11 | rework parsing of the first request-line to be more robust | David Kalnischkies | |
2012-07-11 | add simple url rewriting to the webserver | David Kalnischkies | |
2012-07-11 | do not hardcode /dev/null in changetowebserver so it can be changed | David Kalnischkies | |
for debugging easily | |||
2012-07-11 | ensure that directories are accessed with a slash at the end of the url | David Kalnischkies | |
2012-07-10 | http get requests need to be dequoted | David Kalnischkies | |
2012-07-10 | include our usual config.h in the webserver | David Kalnischkies | |
2012-07-10 | implement directory listing in your webserver | David Kalnischkies | |
2012-07-10 | reformat the aptwebserver code to look more like the rest of APT | David Kalnischkies | |
2012-07-10 | rename the paywall testcase and reformat it a bit | David Kalnischkies | |
2012-07-10 | improve test some more | Michael Vogt | |
2012-07-10 | cleanup, thanks to donkult for his feedback | Michael Vogt | |
2012-07-10 | always send content-length via the new addDataHeaders() to ensure w3m/curl ↵ | Michael Vogt | |
are happy too for 404 pages and to comply with the http 1.1 spec | |||
2012-07-10 | add failing regression test for bug #346386 | Michael Vogt | |
2012-07-10 | add commandline, add configurable port, add --simulate-paywall to simulate a ↵ | Michael Vogt | |
broken webserver that intercepts connections and returns nonsese | |||
2012-07-09 | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | |
- negative dependencies need to apply to all architectures, but those with a specific architecture only apply to this one | |||
2012-07-09 | start implementing an extremely simple webserver for testing APT | David Kalnischkies | |
2012-07-05 | * apt-pkg/clean.cc: | David Kalnischkies | |
- run autoclean against pkg:arch and not always against pkg:native as this removes valid cache entries (Closes: #679371) | |||
2012-07-04 | * cmdline/apt-mark.cc: | David Kalnischkies | |
- arch:all packages are treated as arch:native packages, but dpkg expects pkg:all for selections, so use the arch of the installed version instead of the package structure if possible. Thanks to Stepan Golosunov for the report! (Closes: #680041) | |||
2012-06-29 | merged from the debian-sid branch | Michael Vogt | |
2012-06-29 | * debian/control: | David Kalnischkies | |
- demote debiandoc-sgml to Build-Depends-Indep * doc/makefile: - separate translation building of debiandoc from manpages so that we don't need to build debiandoc for binary packages | |||
2012-06-18 | * cmdline/apt-get.cc: | David Kalnischkies | |
- print a friendly message in 'download' if a package can't be downloaded (Closes: #677887) | |||
2012-06-14 | add two tests for architecture specifications | David Kalnischkies | |
2012-06-14 | add extra paranoia against subkey attacks (and a regression test), LP: ↵ | Michael Vogt | |
#1013128, thanks to jdstrand and mdeslaur and Geori Guinski | |||
2012-06-14 | update to reflect the latest ubuntu key | Michael Vogt | |
2012-06-12 | add a testcase for #675449, which i forgot to commit | David Kalnischkies | |
2012-06-11 | Merge version 0.9.6 from Debian | Steve Langasek | |
2012-06-11 | add a few tests to check that arch-specific qualifiers work | David Kalnischkies | |
2012-06-11 | check build-dep candidate if install is forbidden | David Kalnischkies | |
2012-06-10 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- if APT::Languages=none save "none" in allCodes so that the detected configuration is cached as intended (Closes: #674690, LP: #1004947) | |||
2012-06-10 | * cmdline/apt-get.cc: | Daniel Hartwig | |
- print URIs for all changelogs in case of --print-uris, thanks to Daniel Hartwig for the patch! (Closes: #674897) | |||
2012-06-09 | fix segfault with empty LongOpt in --no-* branch | David Kalnischkies | |
2012-06-09 | * apt-pkg/contrib/cmdline.cc: | Daniel Hartwig | |
- apply patch from Daniel Hartwig to fix a segfault in case the LongOpt is empty (Closes: #676331) | |||
2012-05-22 | merged (and resolved a bunch of conflicts) of the debian-sid branch | Michael Vogt | |
2012-05-20 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- longcode Translation files are saved with encoded underscore, so make sure to pick these files up as well for Acquire::Languages | |||
2012-05-19 | * apt-pkg/packagemanager.cc: | David Kalnischkies | |
- do not run into loop on new-pre-depends-breaks (Closes: #673536) | |||
2012-05-16 | * cmdline/apt-get.cc: | David Kalnischkies | |
- use the host architecture, not the build architecture for matching of [architecture restrictions] in Build-Depends (Closes: #672927) * | |||
2012-05-14 | adapt manual testcase to check redirects of dists/, too | David Kalnischkies | |
2012-05-14 | - separate manpages from the rest of the doc building | David Kalnischkies | |
- make apt and apt-utils packages depend on manpages instead of full doc | |||
2012-05-10 | add a small wrapper to call gdb in the framework setting | David Kalnischkies | |