]> git.saurik.com Git - apt.git/history - test
use the same redirection handling for http and https
[apt.git] / test /
2016-08-10  David Kalnischkiesuse the same redirection handling for http and https
2016-08-10  David Kalnischkiesdetect redirection loops in acquire instead of workers
2016-08-10  David Kalnischkiesfail on unsupported http/https proxy settings
2016-08-10  Julian Andres KlodeDo not set the binary dir in run-tests, it breaks stuff
2016-08-10  Julian Andres KlodeMerge branch 'cmake'
2016-08-10  Julian Andres Klodetest: Automatically discover CMake build directory
2016-08-10  Julian Andres KlodeGet rid of the old buildsystem
2016-08-10  Julian Andres KlodeCMake: Add unit tests
2016-08-06  Julian Andres KlodeCMake: Switch integration tests and travis over
2016-08-06  Julian Andres Klodetest: Pass -maxdepth 1 when running find in methods dir
2016-07-27  David Kalnischkies(error) va_list 'args' was opened but not closed by...
2016-07-27  David Kalnischkiesrred: truncate result file before writing to it
2016-07-22  David Kalnischkiesuse a configurable location for apport report storage
2016-07-22  David Kalnischkiessupport dpkg debug mode in APT::StateChanges
2016-07-22  David Kalnischkiescreate non-existent files in edit-sources with 644...
2016-07-22  David Kalnischkiestests: avoid time-dependent rebuild of caches
2016-07-22  David Kalnischkiesclean up default-stanzas from extended_states on write
2016-07-22  David Kalnischkiestests: skip over -flags for first option in autotests
2016-07-22  David Kalnischkiessupport "install ./foo.changes"
2016-07-22  David Kalnischkiesallow arch=all to override No-Support-for-Architecture-all
2016-07-19  David Kalnischkiesdon't hardcode /var/lib/dpkg/status as dir::state:...
2016-07-19  David Kalnischkiesensure Cnf::FindFile doesn't return files below /dev...
2016-07-15  David Kalnischkiestests: activate dpkg multi-arch even if test is single...
2016-07-15  Julian Andres KlodeUse native arch in test-external-installation-planner...
2016-07-08  David Kalnischkiestests: fix external solver/planner directory setup
2016-07-08  Andrew PattersonAdd kernels with "+" in the package name to APT::NeverA...
2016-07-06  David Kalnischkiesdon't change owner/perms/times through file:// symlinks
2016-07-05  David Kalnischkiestests: disable EIPP logging in test-compressed-indexes
2016-07-05  David Kalnischkiestests: allow setting environment in extra file
2016-07-05  Julian Andres KlodeMake the test case executable
2016-07-05  Julian Andres Klodeindextargets: Check that cache could be built before...
2016-07-02  David Kalnischkiesuse +0000 instead of UTC by default as timezone in...
2016-07-01  David Kalnischkieswarn if apt-key is used in scripts/its output parsed
2016-07-01  David Kalnischkiesdo not treat same-version local debs as downgrade
2016-07-01  David Kalnischkiesreinstalling local deb file is no downgrade
2016-07-01  David Kalnischkiesprotect only the latest same-source providers from...
2016-06-30  David Kalnischkiestests: deduplicate package creation framework code
2016-06-29  David Kalnischkiesdon't do atomic overrides with failed files
2016-06-29  David Kalnischkieseipp: let apt make a plan, not make stuff plane
2016-06-27  David Kalnischkieseipp: enable xz-compressed scenario logging
2016-06-27  David Kalnischkieseipp: include global errors in reported error
2016-06-27  David Kalnischkieseipp: properly handle arch-specific provides
2016-06-27  David Kalnischkieseipp: provide the internal planer as an external one
2016-06-27  David Kalnischkieseipp: output at most two versions per package
2016-06-27  David Kalnischkieseipp: implement version 0.1 of the protocol
2016-06-27  David Kalnischkiestests: add epoch-packages to try clean with epochs
2016-06-22  David Kalnischkiesadd insecure (and weak) allow-options for sources.list
2016-06-22  David Kalnischkiesadd [weak] tag to hash errors to indicate insufficiency
2016-06-22  David Kalnischkiesbetter error message for insufficient hashsums
2016-06-22  David Kalnischkiesgeneralize secure->insecure downgrade protection
2016-06-22  David Kalnischkieshandle weak-security repositories as unauthenticated
2016-06-22  David Kalnischkiesrun update post-invokes even on (partial) failures
2016-06-20  Julian Andres KlodeMerge pull request Debian/apt#16 from dombenson/master
2016-06-20  David Kalnischkiesimplement and document DIRECT for auto-detect-proxy
2016-06-20  David Kalnischkiesdo not error if auto-detect-proxy cmd has no output
2016-06-17  David Kalnischkiesavoid std::get_time usage to sidestep libstdc++6 bug
2016-06-17  David Kalnischkiesmerge sources.list lines based on Release filename
2016-06-10  David Kalnischkiesdon't leak an FD in lz4 (de)compression
2016-06-10  David Kalnischkiesdo not hang on piped input in PipedFileFdPrivate
2016-06-08  David Kalnischkiesdon't explicitly configure the last round of packages
2016-06-08  David Kalnischkiesedsp: drop privileges before executing solvers
2016-06-08  David Kalnischkiesedsp: optionally store a compressed copy of the last...
2016-06-04  David Kalnischkiesedsp: use an ID mapping for the internal solver
2016-06-02  David Kalnischkiesapt-key: change to / before find to satisfy its CWD...
2016-06-02  David Kalnischkiesignore std::locale exeception on non-existent "" locale
2016-05-28  David Kalnischkiesaccept only the expected UTC timezones in date parsing
2016-05-27  David Kalnischkiesprevent C++ locale number formatting in text APIs
2016-05-27  David Kalnischkiesfix and document on the fly compressor config
2016-05-20  David Kalnischkiesrefactor EDSP code into EDSP and EDSP-like parts
2016-05-20  David Kalnischkiesfail instead of segfault on unreadable config files
2016-05-16  David Kalnischkiesshow final solution in --no-download --fix-missing...
2016-05-16  David Kalnischkiesshow globalerrors before asking for confirmation
2016-05-15  Julian Andres KlodeNormalize Signed-By values by removing trailing commas...
2016-05-12  David Kalnischkiesedsp: warn if unexpected stanzas appear in the solution
2016-05-10  Julian Andres Klodeupdate: Run Post-Invoke-Success if not all sources...
2016-05-10  Julian Andres KlodeStrip trailing commas for created signed-by fingerprint...
2016-05-10  Julian Andres KlodeMerge pull request julian-klode/apt#3 from adrian17...
2016-05-10  David Kalnischkiesdon't sent uninstallable rc-only versions via EDSP
2016-05-08  David Kalnischkiesgpgv: show always webportal error on NODATA
2016-05-08  David Kalnischkiesimplement Identifier field for IndexTargets
2016-05-08  David Kalnischkiesimplement Fallback-Of for IndexTargets
2016-05-07  David Kalnischkiesdownload arch:all also for NATIVE_ARCHITECTURE indextargets
2016-05-07  David Kalnischkiesfix same-mirror redirection for Release{,.gpg} pair
2016-05-04  David Kalnischkiestests: disable generation of Release.gpg by default
2016-05-04  David Kalnischkiestests: allow to disable generation of InRelease/Release...
2016-05-04  David Kalnischkiestest: fix permission issue if run as root
2016-05-03  David Kalnischkiesallow redirection for items without a space in the...
2016-05-01  David Kalnischkieswarn if apt-key is run unconditionally in maintainerscript
2016-05-01  David Kalnischkiessupport Signed-By in Release files as a sort of HPKP
2016-05-01  David Kalnischkiessupport multiple fingerprints in signed-by
2016-05-01  David Kalnischkiesgpgv: cleanup statusfd parsing a bit
2016-05-01  David Kalnischkiesdon't show NO_PUBKEY warning if repo is signed by anoth...
2016-05-01  David Kalnischkiesgpgv: handle expired sig as worthless
2016-05-01  David Kalnischkiesgpgv: use EXPKEYSIG instead of KEYEXPIRED
2016-05-01  David Kalnischkiesshow StateCache flags in Pkg debug prettyprint
2016-04-28  James McCoydeb822: Restore support for <multivalue>-{Add,Remove}
2016-04-28  David Kalnischkiesrespect user pinning in M-A:same version (un)screwing
2016-04-25  David Kalnischkiesrestore pinning to min/max value of short
2016-04-25  David Kalnischkiesuse the same redirection mirror for all index files
2016-04-25  David Kalnischkiesshow more details for "Writing more data" errors, too
next