Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-27 | initial version of apt-helper | Michael Vogt | |
2014-02-25 | Bug#739988: Fix autopkgtest missing dependencies and locale | Martin Pitt | |
debian/tests/control: Add missing build-essential, fakeroot, and wget test dependencies. debian/tests/run-tests: Pin locale to C to avoid test failures in other locales. | |||
2014-02-23 | vendor/tanglu/makefile: add missing clean/sources.list | Michael Vogt | |
2014-02-23 | releasing package apt version 0.9.15.40.9.15.4 | Michael Vogt | |
2014-02-23 | test/integration/test-ubuntu-bug-346386-apt-get-update-paywall: use ↵ | Michael Vogt | |
http-method from METHODSDIR | |||
2014-02-22 | add missing libdb-dev to debian/tests/control | Michael Vogt | |
2014-02-22 | skip test if "apt" is not build | Michael Vogt | |
2014-02-22 | fix ADT failure in downloadfile() | Michael Vogt | |
2014-02-22 | add testcase for Bug#718329 | Michael Vogt | |
2014-02-22 | debian: Add debDebFile::ExtractTarMember to the symbols file | Guillem Jover | |
2014-02-22 | Add support for data.tar, control.tar and control.tar.xz | Guillem Jover | |
Sync the deb(5) format support with latest dpkg, by allowing uncompressed tar members and xz compressed control.tar. This also refactors the control.tar member extraction by using ExtractTarMember(), which also means future changes only need to be implemented in a single place. | |||
2014-02-22 | DebFile: Refactor ExtractTarMember() out from ExtractArchive() | Guillem Jover | |
Generalize DebFile::ExtractArchive() to take a member base name, so that we can reuse it for control.tar member extraction too. | |||
2014-02-22 | ExtractTar: Allow an empty decompressor program | Guillem Jover | |
This allows for uncompressed tar files, as the decompressor process will not get interposed in-between the file descriptors. | |||
2014-02-22 | add apt-vendor information for tanglu | Jon Severinsson | |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt | |
2014-02-22 | improve clean for auto-generated sources.list | Michael Vogt | |
2014-02-22 | remove auto-generated apt-key and sources.list on clean (closes: 739749) | Michael Vogt | |
2014-02-20 | releasing package apt version 0.9.15.3 | Michael Vogt | |
2014-02-20 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | |
2014-02-20 | prepare re-enable fnmatch() once we have proper reporting | Michael Vogt | |
2014-02-20 | prepare release | Michael Vogt | |
2014-02-14 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
Conflicts: apt-private/acqprogress.cc | |||
2014-02-14 | update symbols file with hints from the buildlogs | David Kalnischkies | |
2014-02-14 | add a testcase to check for forbidden https→http downgrades | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-02-14 | honor option to disable pulses for the testcases | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-02-14 | fix the test-kernel-helper-autoremove testcase | Michael Vogt | |
2014-02-14 | Additional test for the case when installed version != newest version | Steve Langasek | |
2014-02-14 | Make the test more verbose and check for the negative case of a kernel that | Steve Langasek | |
should not be marked not-for-autoremoval | |||
2014-02-14 | typo fix | Steve Langasek | |
2014-02-14 | also check that the running kernel is kept | Michael Vogt | |
2014-02-14 | add testcase for the autoremove feature | Michael Vogt | |
Conflicts: debian/apt.auto-removal.sh | |||
2014-02-14 | disable fnmatch() | Michael Vogt | |
The current PackageContainerInterface::FromString() will do a FromFnmatch() first and then FromRegEx(). This commit reverts that change to restore the old behavior to only look for RegEx and not glob-style pattern. The rational is that: a) currently a fnmatch() is misleadingly reported as a regex match to the user (Bug#738880) b) a fnmatch may match something different than a a RegEx so the change broke a published interface | |||
2014-02-14 | add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break) | Michael Vogt | |
2014-02-14 | add a testcase to check for forbidden https→http downgrades | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-02-14 | simplify code some more to make reddit happy | David Kalnischkies | |
Commit 6008b79adf1d7ea5607fab87a355d664c8725026 should have been guarded by "Git-Dch: Ignore", but it wasn't and I only noticed it with the Close message via deity thinking "hehe, I wonder if someone is gonna notice". Looks like someone did: hats off to reddit user itisOmegakai! Good to know that what I do isn't only monitored by goverments. :) As there is another instance of basically the same code we just factor out the code a bit and reuse, so its even cleaner and not only simpler. Reported-By: scan-build | |||
2014-02-14 | honor option to disable pulses for the testcases | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-02-14 | disable https->http redirects in libcurl | Michael Vogt | |
This change prevents changing the protocol from https to http. | |||
2014-02-14 | test/integration/test-bug-723705-tagfile-truncates-fields: fix autopkgtest ↵ | Michael Vogt | |
failure | |||
2014-02-14 | do not compress .xhtml files and remove junk files | David Kalnischkies | |
dh_compress compresses .xhtml files by default, which breaks our doxygen documentation. doxygen has also a bunch of temporary files it creates which stay in the build directory and so we remove them before installing them as documentation. Closes: 738933 | |||
2014-02-14 | enforce 'house-style' on changelog testcase | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-02-14 | allow http protocol to switch to https | David Kalnischkies | |
switch protocols at random is a bad idea if e.g. http can switch to file, so we limit the possibilities to http to http and http to https. As very few people (less than 1% according to popcon) have https installed this likely changes nothing in terms of failure. The commit is adding a friendly hint which package needs to be installed though. | |||
2014-02-14 | report https download start only if we really get it | David Kalnischkies | |
Reporting it via progress means that e.g. a redirect will trigger it, too, so you get a Get & Hit while http only reports a Hit as it should be. | |||
2014-02-14 | do not recommend dselect in apt-get manpage | David Kalnischkies | |
The current description says: "Many users find dselect intimidating and new users may prefer to use apt-based user interfaces." It doesn't feel right to refer users to it then. Closes: 617625 | |||
2014-02-13 | trivial indent fix | Michael Vogt | |
2014-02-13 | use "Restrictions: allow-stderr and avoid apt-stderr.log in ↵ | Michael Vogt | |
debian/tests/run-tests | |||
2014-02-13 | releasing package apt version 0.9.15.20.9.15.2 | Michael Vogt | |
2014-02-13 | remove duplicated apt-get download apt apt test | Michael Vogt | |
2014-02-13 | l10n: vi.po (621t): Update and review | Trần Ngọc Quân | |
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com> | |||
2014-02-12 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | |
Conflicts: test/integration/test-apt-get-download | |||
2014-02-12 | Use a APT::VersionSet instead of a VersionList | Michael Vogt | |
Use a APT::VersionSet instead of a APT::VersionList in DoDownload() to ensure that there is only one version in the set even if the user passes multiple identical name/versions on the commandline (Bug#738103) |